/******/ (function(modules) { // webpackBootstrap /******/ // install a JSONP callback for chunk loading /******/ function webpackJsonpCallback(data) { /******/ var chunkIds = data[0]; /******/ var moreModules = data[1]; /******/ /******/ /******/ // add "moreModules" to the modules object, /******/ // then flag all "chunkIds" as loaded and fire callback /******/ var moduleId, chunkId, i = 0, resolves = []; /******/ for(;i < chunkIds.length; i++) { /******/ chunkId = chunkIds[i]; /******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) { /******/ resolves.push(installedChunks[chunkId][0]); /******/ } /******/ installedChunks[chunkId] = 0; /******/ } /******/ for(moduleId in moreModules) { /******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) { /******/ modules[moduleId] = moreModules[moduleId]; /******/ } /******/ } /******/ if(parentJsonpFunction) parentJsonpFunction(data); /******/ /******/ while(resolves.length) { /******/ resolves.shift()(); /******/ } /******/ /******/ }; /******/ /******/ /******/ // The module cache /******/ var installedModules = {}; /******/ /******/ // object to store loaded CSS chunks /******/ var installedCssChunks = { /******/ "main": 0 /******/ }; /******/ /******/ // object to store loaded and loading chunks /******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched /******/ // Promise = chunk loading, 0 = chunk loaded /******/ var installedChunks = { /******/ "main": 0 /******/ }; /******/ /******/ /******/ /******/ // script path function /******/ function jsonpScriptSrc(chunkId) { /******/ return __webpack_require__.p + "" + chunkId + ".js?" + "de20b024a6924a954fae" + "" /******/ } /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ /******/ // Check if module is in cache /******/ if(installedModules[moduleId]) { /******/ return installedModules[moduleId].exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = installedModules[moduleId] = { /******/ i: moduleId, /******/ l: false, /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); /******/ /******/ // Flag the module as loaded /******/ module.l = true; /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /******/ // This file contains only the entry chunk. /******/ // The chunk loading function for additional chunks /******/ __webpack_require__.e = function requireEnsure(chunkId) { /******/ var promises = []; /******/ /******/ /******/ // mini-css-extract-plugin CSS loading /******/ var cssChunks = {"0":1,"2":1,"4":1,"5":1,"6":1,"8":1,"10":1,"13":1,"14":1,"15":1,"16":1,"18":1}; /******/ if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]); /******/ else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) { /******/ promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) { /******/ var href = "" + ({}[chunkId]||chunkId) + ".css"; /******/ var fullhref = __webpack_require__.p + href; /******/ var existingLinkTags = document.getElementsByTagName("link"); /******/ for(var i = 0; i < existingLinkTags.length; i++) { /******/ var tag = existingLinkTags[i]; /******/ var dataHref = tag.getAttribute("data-href") || tag.getAttribute("href"); /******/ if(tag.rel === "stylesheet" && (dataHref === href || dataHref === fullhref)) return resolve(); /******/ } /******/ var existingStyleTags = document.getElementsByTagName("style"); /******/ for(var i = 0; i < existingStyleTags.length; i++) { /******/ var tag = existingStyleTags[i]; /******/ var dataHref = tag.getAttribute("data-href"); /******/ if(dataHref === href || dataHref === fullhref) return resolve(); /******/ } /******/ var linkTag = document.createElement("link"); /******/ /******/ linkTag.rel = "stylesheet"; /******/ linkTag.type = "text/css"; /******/ var onLinkComplete = function (event) { /******/ // avoid mem leaks. /******/ linkTag.onerror = linkTag.onload = null; /******/ if (event.type === 'load') { /******/ resolve(); /******/ } else { /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type); /******/ var realHref = event && event.target && event.target.href || fullhref; /******/ var err = new Error("Loading CSS chunk " + chunkId + " failed.\n(" + realHref + ")"); /******/ err.code = "CSS_CHUNK_LOAD_FAILED"; /******/ err.type = errorType; /******/ err.request = realHref; /******/ delete installedCssChunks[chunkId] /******/ linkTag.parentNode.removeChild(linkTag) /******/ reject(err); /******/ } /******/ }; /******/ linkTag.onerror = linkTag.onload = onLinkComplete; /******/ linkTag.href = fullhref; /******/ /******/ document.head.appendChild(linkTag); /******/ }).then(function() { /******/ installedCssChunks[chunkId] = 0; /******/ })); /******/ } /******/ /******/ // JSONP chunk loading for javascript /******/ /******/ var installedChunkData = installedChunks[chunkId]; /******/ if(installedChunkData !== 0) { // 0 means "already installed". /******/ /******/ // a Promise means "currently loading". /******/ if(installedChunkData) { /******/ promises.push(installedChunkData[2]); /******/ } else { /******/ // setup Promise in chunk cache /******/ var promise = new Promise(function(resolve, reject) { /******/ installedChunkData = installedChunks[chunkId] = [resolve, reject]; /******/ }); /******/ promises.push(installedChunkData[2] = promise); /******/ /******/ // start chunk loading /******/ var script = document.createElement('script'); /******/ var onScriptComplete; /******/ /******/ script.charset = 'utf-8'; /******/ script.timeout = 120; /******/ if (__webpack_require__.nc) { /******/ script.setAttribute("nonce", __webpack_require__.nc); /******/ } /******/ script.src = jsonpScriptSrc(chunkId); /******/ /******/ // create error before stack unwound to get useful stacktrace later /******/ var error = new Error(); /******/ onScriptComplete = function (event) { /******/ // avoid mem leaks in IE. /******/ script.onerror = script.onload = null; /******/ clearTimeout(timeout); /******/ var chunk = installedChunks[chunkId]; /******/ if(chunk !== 0) { /******/ if(chunk) { /******/ var errorType = event && (event.type === 'load' ? 'missing' : event.type); /******/ var realSrc = event && event.target && event.target.src; /******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')'; /******/ error.name = 'ChunkLoadError'; /******/ error.type = errorType; /******/ error.request = realSrc; /******/ chunk[1](error); /******/ } /******/ installedChunks[chunkId] = undefined; /******/ } /******/ }; /******/ var timeout = setTimeout(function(){ /******/ onScriptComplete({ type: 'timeout', target: script }); /******/ }, 120000); /******/ script.onerror = script.onload = onScriptComplete; /******/ document.head.appendChild(script); /******/ } /******/ } /******/ return Promise.all(promises); /******/ }; /******/ /******/ // expose the modules object (__webpack_modules__) /******/ __webpack_require__.m = modules; /******/ /******/ // expose the module cache /******/ __webpack_require__.c = installedModules; /******/ /******/ // define getter function for harmony exports /******/ __webpack_require__.d = function(exports, name, getter) { /******/ if(!__webpack_require__.o(exports, name)) { /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter }); /******/ } /******/ }; /******/ /******/ // define __esModule on exports /******/ __webpack_require__.r = function(exports) { /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) { /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); /******/ } /******/ Object.defineProperty(exports, '__esModule', { value: true }); /******/ }; /******/ /******/ // create a fake namespace object /******/ // mode & 1: value is a module id, require it /******/ // mode & 2: merge all properties of value into the ns /******/ // mode & 4: return value when already ns object /******/ // mode & 8|1: behave like require /******/ __webpack_require__.t = function(value, mode) { /******/ if(mode & 1) value = __webpack_require__(value); /******/ if(mode & 8) return value; /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value; /******/ var ns = Object.create(null); /******/ __webpack_require__.r(ns); /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value }); /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key)); /******/ return ns; /******/ }; /******/ /******/ // getDefaultExport function for compatibility with non-harmony modules /******/ __webpack_require__.n = function(module) { /******/ var getter = module && module.__esModule ? /******/ function getDefault() { return module['default']; } : /******/ function getModuleExports() { return module; }; /******/ __webpack_require__.d(getter, 'a', getter); /******/ return getter; /******/ }; /******/ /******/ // Object.prototype.hasOwnProperty.call /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; /******/ /******/ // __webpack_public_path__ /******/ __webpack_require__.p = "/"; /******/ /******/ // on error function for async loading /******/ __webpack_require__.oe = function(err) { console.error(err); throw err; }; /******/ /******/ var jsonpArray = this["webpackJsonp"] = this["webpackJsonp"] || []; /******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray); /******/ jsonpArray.push = webpackJsonpCallback; /******/ jsonpArray = jsonpArray.slice(); /******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]); /******/ var parentJsonpFunction = oldJsonpFunction; /******/ /******/ /******/ // Load entry module and return exports /******/ return __webpack_require__(__webpack_require__.s = "./src/main.ts"); /******/ }) /************************************************************************/ /******/ ({ /***/ "../AxCommonServices/AxApiPaths.ts": /*!*****************************************!*\ !*** ../AxCommonServices/AxApiPaths.ts ***! \*****************************************/ /*! exports provided: axApiPaths */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "axApiPaths", function() { return axApiPaths; }); var axApiPaths = { auth: { users: { token_refresh: '/auth/users/token_refresh', token_revoke: '/auth/users/token_revoke', authorize: '/auth/users/authorize' } }, users: { create: '/users/create', get: '/users/get', put: '/users/put', leave: '/users/leave', addresses: { get: '/users/addresses/get' }, password: { put: '/users/password/put', reset: { reset: '/users/password/reset', send: '/users/password/reset/send' } }, creditCards: { get: '/users/credit_cards/get', add: '/users/credit_cards/put', delete: '/users/credit_cards/delete' } }, orders: { get: '/orders/get', list: '/orders/list', cancel: '/orders/cancel' }, clientId: { create: '/clients/create' }, items: { search: '/items/search', get: '/items/get' }, notify: { arrival_items: { put: '/notify/arrival_items/put' } }, presentation: { viewed_items: { get: '/presentation/viewed_items/get', put: '/presentation/viewed_items/put' } }, carts: { put: '/carts/put', clear: '/carts/delete' } }; /***/ }), /***/ "../AxCommonServices/types/AxItem.ts": /*!*******************************************!*\ !*** ../AxCommonServices/types/AxItem.ts ***! \*******************************************/ /*! exports provided: itemFields */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "itemFields", function() { return itemFields; }); var itemFields = ['item.id', 'item.code', 'item.name', 'item.name_read', 'item.description', 'item.categories.code', 'item.categories.name', 'item.category.name', 'item.tax_rate_sell_price', 'item.tax_rate_regular_price', 'item.display_period_begin', 'item.display_period_end', 'item.purchase_period_begin', 'item.purchase_period_end', 'item.sku_maximum_purchase', 'item.sku_minimum_purchase', 'item.disabled_notify_arrival_sku', 'item.images', 'item.variation', 'item.custom', 'item.created_at', 'item.updated_at', 'item.skus', 'item.skus.id', 'item.skus.stock_quantity', 'item.skus.stock_quantity_infinity', 'item.skus.sell_price_tax_included', 'item.skus.code', 'item.skus.name', 'item.skus.variation', 'item.skus.variation.id', 'item.skus.variation.code', 'item.skus.variation.name', 'item.skus.sell_price_tax_included', 'item.skus.sell_price_tax_excluded', 'item.skus.regular_price_tax_included', 'item.skus.regular_price_tax_excluded', 'item.skus.stock_quantity', 'item.skus.images']; /** * * * * */ /***/ }), /***/ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/$util.ts": /*!****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/$util.ts ***! \****************************************************************************/ /*! exports provided: $util, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$util", function() { return $util; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../CORE_FW/firebase_nuxt/node_modules/tslib/tslib.es6.js"); /* Utility methods on this.$util */ var $util = { errorToast: function errorToast(message, option) { if (option === void 0) { option = {}; } // @ts-ignore return window.$nuxt.$root.$bvToast.toast(message, Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({ title: 'エラー', variant: 'danger', 'no-auto-hide': true, autoHideDelay: 1000000 }, option)); }, successToast: function successToast(message, option) { if (option === void 0) { option = {}; } // @ts-ignore return window.$nuxt.$root.$bvToast.toast(message, Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({ title: 'æˆåŠŸ', variant: 'success', solid: true, autoHideDelay: 10000 }, option)); }, warningToast: function warningToast(message, option) { if (option === void 0) { option = {}; } // @ts-ignore return window.$nuxt.$root.$bvToast.toast(message, Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({ title: '', variant: 'warning', solid: true, autoHideDelay: 10000 }, option)); }, infoToast: function infoToast(message, option) { if (option === void 0) { option = {}; } // @ts-ignore return window.$nuxt.$root.$bvToast.toast(message, Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({ title: '', variant: 'info', solid: true, autoHideDelay: 10000 }, option)); }, invalidDataWarningToast: function invalidDataWarningToast(message, option) { if (option === void 0) { option = {}; } // @ts-ignore return window.$nuxt.$root.$bvToast.toast(message, Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({ title: 'è¨å®šãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“', variant: 'warning', class: 'position-fixed fixed-bottom m-0 rounded-0', 'no-auto-hide': true, autoHideDelay: 1000000 }, option)); }, confirmDialog: function confirmDialog(message, option) { if (option === void 0) { option = {}; } // @ts-ignore return window.$nuxt.$root.$bvModal.msgBoxConfirm(message, Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__assign"])({ title: null, size: 'sm', buttonSize: 'sm', okVariant: 'primary', okTitle: 'OK', cancelTitle: 'ã‚ャンセル', footerClass: 'p-2', centered: true }, option)); } }; /* harmony default export */ __webpack_exports__["default"] = ($util); /***/ }), /***/ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/loadCommonComponent.ts": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/loadCommonComponent.ts ***! \******************************************************************************************/ /*! exports provided: CORELoadCommonComponent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CORELoadCommonComponent", function() { return CORELoadCommonComponent; }); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! bootstrap-vue/esm */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/index.js"); /* harmony import */ var vue_multiselect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue-multiselect */ "../CORE_FW/firebase_nuxt/node_modules/vue-multiselect/dist/vue-multiselect.min.js"); /* harmony import */ var vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(vue_multiselect__WEBPACK_IMPORTED_MODULE_4__); // @ts-nocheck // import Vue from 'vue' /* Load global components */ vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.selectLabel.default = 'é¸æŠž'; vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.selectGroupLabel.default = 'é¸æŠž'; vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.selectedLabel.default = 'é¸æŠžæ¸ˆ'; vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.deselectLabel.default = 'é¸æŠžè§£é™¤'; vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.deselectGroupLabel.default = 'é¸æŠžè§£é™¤'; vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.placeholder = { default: '---' }; vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a.props.tagPlaceholder = { default: 'エンターを押ã—ã¦è¿½åŠ ã§ãã¾ã™' }; var CORELoadCommonComponent = function CORELoadCommonComponent(Vue) { Vue.directive('b-modal', bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["VBModal"]); Vue.directive('b-popover', bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["VBPopover"]); Vue.directive('b-toggle', bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["VBToggle"]); Vue.directive('b-tooltip', bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["VBTooltip"]); Vue.use(bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["SkeletonPlugin"]); Vue.use(bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["ModalPlugin"]); Vue.use(bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["ToastPlugin"]); Vue.use(bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["FormCheckboxPlugin"]); Vue.use(bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["PaginationPlugin"]); Vue.use(bootstrap_vue_esm__WEBPACK_IMPORTED_MODULE_3__["FormRadioPlugin"]); if (!Vue.prototype.$models) { Vue.prototype.$models = {}; } // Vue.use(BootstrapVue) Vue.component('Datepicker', function () { return Promise.all(/*! import() */[__webpack_require__.e(74), __webpack_require__.e(63)]).then(__webpack_require__.bind(null, /*! ../components/form/datepicker.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/form/datepicker.vue")); }); Vue.component('Devcomment', function () { return __webpack_require__.e(/*! import() */ 54).then(__webpack_require__.bind(null, /*! ../components/devcomment.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/devcomment.vue")); }); Vue.component('Multiselect', vue_multiselect__WEBPACK_IMPORTED_MODULE_4___default.a); Vue.component('Helpicon', function () { return __webpack_require__.e(/*! import() */ 71).then(__webpack_require__.bind(null, /*! ../components/helpicon.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/helpicon.vue")); }); // Vue.component('VueMarkdown', async () => { // const VueMarkdown = await import('vue-markdown') // VueMarkdown.props.toc.default = true // VueMarkdown.props.tocId.default = 'vue-md-toc' // return VueMarkdown // }) Vue.component('Loading', function () { return __webpack_require__.e(/*! import() */ 73).then(__webpack_require__.bind(null, /*! ../components/loading.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/loading.vue")); }); Vue.component('HistoryBackButton', function () { return __webpack_require__.e(/*! import() */ 72).then(__webpack_require__.bind(null, /*! ../components/historyBackButton.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/historyBackButton.vue")); }); Vue.component('AppHookableComponent', function () { return __webpack_require__.e(/*! import() */ 2).then(__webpack_require__.bind(null, /*! ../components/AppHookableComponent.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/AppHookableComponent.vue")); }); }; /* End of load global components */ /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/bv-config.js": /*!****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/bv-config.js ***! \****************************************************************************/ /*! exports provided: BVConfigPlugin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVConfigPlugin", function() { return BVConfigPlugin; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); // // Utility Plugin for setting the configuration // var BVConfigPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["pluginFactory"])(); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/alert.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/alert.js ***! \*****************************************************************************************/ /*! exports provided: props, BAlert */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BAlert", function() { return BAlert; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _button_button_close__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../button/button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_7__["makeModelMixin"])('show', { type: _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_NUMBER_STRING"], defaultValue: false }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Helper methods --- // Convert `show` value to a number var parseCountDown = function parseCountDown(show) { if (show === '' || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isBoolean"])(show)) { return 0; } show = Object(_utils_number__WEBPACK_IMPORTED_MODULE_8__["toInteger"])(show, 0); return show > 0 ? show : 0; }; // Convert `show` value to a boolean var parseShow = function parseShow(show) { if (show === '' || show === true) { return true; } if (Object(_utils_number__WEBPACK_IMPORTED_MODULE_8__["toInteger"])(show, 0) < 1) { // Boolean will always return false for the above comparison return false; } return !!show; }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["sortKeys"])(_objectSpread(_objectSpread({}, modelProps), {}, { dismissLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Close'), dismissible: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), fade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'info') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ALERT"]); // --- Main component --- // @vue/component var BAlert = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ALERT"], mixins: [modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_11__["normalizeSlotMixin"]], props: props, data: function data() { return { countDown: 0, // If initially shown, we need to set these for SSR localShow: parseShow(this[MODEL_PROP_NAME]) }; }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { this.countDown = parseCountDown(newValue); this.localShow = parseShow(newValue); }), _defineProperty(_watch, "countDown", function countDown(newValue) { var _this = this; this.clearCountDownInterval(); var show = this[MODEL_PROP_NAME]; // Ignore if `show` transitions to a boolean value if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isNumeric"])(show)) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISMISS_COUNT_DOWN"], newValue); // Update the v-model if needed if (show !== newValue) { this.$emit(MODEL_EVENT_NAME, newValue); } if (newValue > 0) { this.localShow = true; this.$_countDownTimeout = setTimeout(function () { _this.countDown--; }, 1000); } else { // Slightly delay the hide to allow any UI updates this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["requestAF"])(function () { _this.localShow = false; }); }); } } }), _defineProperty(_watch, "localShow", function localShow(newValue) { var show = this[MODEL_PROP_NAME]; // Only emit dismissed events for dismissible or auto-dismissing alerts if (!newValue && (this.dismissible || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isNumeric"])(show))) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISMISSED"]); } // Only emit booleans if we weren't passed a number via v-model if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isNumeric"])(show) && show !== newValue) { this.$emit(MODEL_EVENT_NAME, newValue); } }), _watch), created: function created() { // Create private non-reactive props this.$_filterTimer = null; var show = this[MODEL_PROP_NAME]; this.countDown = parseCountDown(show); this.localShow = parseShow(show); }, beforeDestroy: function beforeDestroy() { this.clearCountDownInterval(); }, methods: { dismiss: function dismiss() { this.clearCountDownInterval(); this.countDown = 0; this.localShow = false; }, clearCountDownInterval: function clearCountDownInterval() { clearTimeout(this.$_countDownTimeout); this.$_countDownTimeout = null; } }, render: function render(h) { var $alert = h(); if (this.localShow) { var dismissible = this.dismissible, variant = this.variant; var $dismissButton = h(); if (dismissible) { // Add dismiss button $dismissButton = h(_button_button_close__WEBPACK_IMPORTED_MODULE_12__["BButtonClose"], { attrs: { 'aria-label': this.dismissLabel }, on: { click: this.dismiss } }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_DISMISS"])]); } $alert = h('div', { staticClass: 'alert', class: _defineProperty({ 'alert-dismissible': dismissible }, "alert-".concat(variant), variant), attrs: { role: 'alert', 'aria-live': 'polite', 'aria-atomic': true }, key: this[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]] }, [$dismissButton, this.normalizeSlot()]); } return h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_13__["BVTransition"], { props: { noFade: !this.fade } }, [$alert]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/index.js ***! \*****************************************************************************************/ /*! exports provided: AlertPlugin, BAlert */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AlertPlugin", function() { return AlertPlugin; }); /* harmony import */ var _alert__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./alert */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/alert.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAlert", function() { return _alert__WEBPACK_IMPORTED_MODULE_0__["BAlert"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var AlertPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BAlert: _alert__WEBPACK_IMPORTED_MODULE_0__["BAlert"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/aspect.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/aspect.js ***! \*******************************************************************************************/ /*! exports provided: props, BAspect */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BAspect", function() { return BAspect; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } // --- Constants --- var CLASS_NAME = 'b-aspect'; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ // Accepts a number (i.e. `16 / 9`, `1`, `4 / 3`) // Or a string (i.e. '16/9', '16:9', '4:3' '1:1') aspect: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], '1:1'), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ASPECT"]); // --- Main component --- // @vue/component var BAspect = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ASPECT"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"]], props: props, computed: { padding: function padding() { var aspect = this.aspect; var ratio = 1; if (_constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_ASPECT"].test(aspect)) { // Width and/or Height can be a decimal value below `1`, so // we only fallback to `1` if the value is `0` or `NaN` var _aspect$split$map = aspect.split(_constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_ASPECT_SEPARATOR"]).map(function (v) { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(v) || 1; }), _aspect$split$map2 = _slicedToArray(_aspect$split$map, 2), width = _aspect$split$map2[0], height = _aspect$split$map2[1]; ratio = width / height; } else { ratio = Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(aspect) || 1; } return "".concat(100 / Object(_utils_math__WEBPACK_IMPORTED_MODULE_4__["mathAbs"])(ratio), "%"); } }, render: function render(h) { var $sizer = h('div', { staticClass: "".concat(CLASS_NAME, "-sizer flex-grow-1"), style: { paddingBottom: this.padding, height: 0 } }); var $content = h('div', { staticClass: "".concat(CLASS_NAME, "-content flex-grow-1 w-100 mw-100"), style: { marginLeft: '-100%' } }, this.normalizeSlot()); return h(this.tag, { staticClass: "".concat(CLASS_NAME, " d-flex") }, [$sizer, $content]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/index.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/index.js ***! \******************************************************************************************/ /*! exports provided: AspectPlugin, BAspect */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AspectPlugin", function() { return AspectPlugin; }); /* harmony import */ var _aspect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./aspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/aspect.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAspect", function() { return _aspect__WEBPACK_IMPORTED_MODULE_0__["BAspect"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var AspectPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BAspect: _aspect__WEBPACK_IMPORTED_MODULE_0__["BAspect"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar-group.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar-group.js ***! \*************************************************************************************************/ /*! exports provided: props, BAvatarGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BAvatarGroup", function() { return BAvatarGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _avatar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./avatar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])({ overlap: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0.3), // Child avatars will prefer this prop (if set) over their own rounded: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), // Child avatars will always use this over their own size size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Child avatars will prefer this prop (if set) over their own square: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), // Child avatars will prefer this variant over their own variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_AVATAR_GROUP"]); // --- Main component --- // @vue/component var BAvatarGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_AVATAR_GROUP"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], provide: function provide() { return { bvAvatarGroup: this }; }, props: props, computed: { computedSize: function computedSize() { return Object(_avatar__WEBPACK_IMPORTED_MODULE_7__["computeSize"])(this.size); }, overlapScale: function overlapScale() { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_3__["mathMin"])(Object(_utils_math__WEBPACK_IMPORTED_MODULE_3__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_4__["toFloat"])(this.overlap, 0), 0), 1) / 2; }, paddingStyle: function paddingStyle() { var value = this.computedSize; value = value ? "calc(".concat(value, " * ").concat(this.overlapScale, ")") : null; return value ? { paddingLeft: value, paddingRight: value } : {}; } }, render: function render(h) { var $inner = h('div', { staticClass: 'b-avatar-group-inner', style: this.paddingStyle }, this.normalizeSlot()); return h(this.tag, { staticClass: 'b-avatar-group', attrs: { role: 'group' } }, [$inner]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar.js ***! \*******************************************************************************************/ /*! exports provided: computeSize, props, BAvatar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "computeSize", function() { return computeSize; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BAvatar", function() { return BAvatar; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _icons_icon__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../icons/icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var CLASS_NAME = 'b-avatar'; var SIZES = ['sm', null, 'lg']; var FONT_SIZE_SCALE = 0.4; var BADGE_FONT_SIZE_SCALE = FONT_SIZE_SCALE * 0.7; // --- Helper methods --- var computeSize = function computeSize(value) { // Parse to number when value is a float-like string value = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(value) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isNumeric"])(value) ? Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(value, 0) : value; // Convert all numbers to pixel values return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isNumber"])(value) ? "".concat(value, "px") : value || null; }; // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_14__["props"], ['active', 'event', 'routerTag']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { alt: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'avatar'), ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), badge: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_STRING"], false), badgeLeft: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), badgeOffset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), badgeTop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), badgeVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'primary'), button: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), buttonType: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'button'), icon: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), rounded: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_STRING"], false), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"]), square: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), src: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), text: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'secondary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_AVATAR"]); // --- Main component --- // @vue/component var BAvatar = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_AVATAR"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__["normalizeSlotMixin"]], inject: { bvAvatarGroup: { default: null } }, props: props, data: function data() { return { localSrc: this.src || null }; }, computed: { computedSize: function computedSize() { // Always use the avatar group size var bvAvatarGroup = this.bvAvatarGroup; return computeSize(bvAvatarGroup ? bvAvatarGroup.size : this.size); }, computedVariant: function computedVariant() { var bvAvatarGroup = this.bvAvatarGroup; return bvAvatarGroup && bvAvatarGroup.variant ? bvAvatarGroup.variant : this.variant; }, computedRounded: function computedRounded() { var bvAvatarGroup = this.bvAvatarGroup; var square = bvAvatarGroup && bvAvatarGroup.square ? true : this.square; var rounded = bvAvatarGroup && bvAvatarGroup.rounded ? bvAvatarGroup.rounded : this.rounded; return square ? '0' : rounded === '' ? true : rounded || 'circle'; }, fontStyle: function fontStyle() { var size = this.computedSize; var fontSize = SIZES.indexOf(size) === -1 ? "calc(".concat(size, " * ").concat(FONT_SIZE_SCALE, ")") : null; return fontSize ? { fontSize: fontSize } : {}; }, marginStyle: function marginStyle() { var size = this.computedSize, bvAvatarGroup = this.bvAvatarGroup; var overlapScale = bvAvatarGroup ? bvAvatarGroup.overlapScale : 0; var value = size && overlapScale ? "calc(".concat(size, " * -").concat(overlapScale, ")") : null; return value ? { marginLeft: value, marginRight: value } : {}; }, badgeStyle: function badgeStyle() { var size = this.computedSize, badgeTop = this.badgeTop, badgeLeft = this.badgeLeft, badgeOffset = this.badgeOffset; var offset = badgeOffset || '0px'; return { fontSize: SIZES.indexOf(size) === -1 ? "calc(".concat(size, " * ").concat(BADGE_FONT_SIZE_SCALE, " )") : null, top: badgeTop ? offset : null, bottom: badgeTop ? null : offset, left: badgeLeft ? offset : null, right: badgeLeft ? null : offset }; } }, watch: { src: function src(newValue, oldValue) { if (newValue !== oldValue) { this.localSrc = newValue || null; } } }, methods: { onImgError: function onImgError(event) { this.localSrc = null; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_IMG_ERROR"], event); }, onClick: function onClick(event) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"], event); } }, render: function render(h) { var _class2; var variant = this.computedVariant, disabled = this.disabled, rounded = this.computedRounded, icon = this.icon, src = this.localSrc, text = this.text, fontStyle = this.fontStyle, marginStyle = this.marginStyle, size = this.computedSize, button = this.button, type = this.buttonType, badge = this.badge, badgeVariant = this.badgeVariant, badgeStyle = this.badgeStyle; var link = !button && Object(_utils_router__WEBPACK_IMPORTED_MODULE_9__["isLink"])(this); var tag = button ? _button_button__WEBPACK_IMPORTED_MODULE_13__["BButton"] : link ? _link_link__WEBPACK_IMPORTED_MODULE_14__["BLink"] : 'span'; var alt = this.alt; var ariaLabel = this.ariaLabel || null; var $content = null; if (this.hasNormalizedSlot()) { // Default slot overrides props $content = h('span', { staticClass: 'b-avatar-custom' }, [this.normalizeSlot()]); } else if (src) { $content = h('img', { style: variant ? {} : { width: '100%', height: '100%' }, attrs: { src: src, alt: alt }, on: { error: this.onImgError } }); $content = h('span', { staticClass: 'b-avatar-img' }, [$content]); } else if (icon) { $content = h(_icons_icon__WEBPACK_IMPORTED_MODULE_11__["BIcon"], { props: { icon: icon }, attrs: { 'aria-hidden': 'true', alt: alt } }); } else if (text) { $content = h('span', { staticClass: 'b-avatar-text', style: fontStyle }, [h('span', text)]); } else { // Fallback default avatar content $content = h(_icons_icons__WEBPACK_IMPORTED_MODULE_12__["BIconPersonFill"], { attrs: { 'aria-hidden': 'true', alt: alt } }); } var $badge = h(); var hasBadgeSlot = this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_BADGE"]); if (badge || badge === '' || hasBadgeSlot) { var badgeText = badge === true ? '' : badge; $badge = h('span', { staticClass: 'b-avatar-badge', class: _defineProperty({}, "badge-".concat(badgeVariant), badgeVariant), style: badgeStyle }, [hasBadgeSlot ? this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_BADGE"]) : badgeText]); } var componentData = { staticClass: CLASS_NAME, class: (_class2 = {}, _defineProperty(_class2, "".concat(CLASS_NAME, "-").concat(size), size && SIZES.indexOf(size) !== -1), _defineProperty(_class2, "badge-".concat(variant), !button && variant), _defineProperty(_class2, "rounded", rounded === true), _defineProperty(_class2, "rounded-".concat(rounded), rounded && rounded !== true), _defineProperty(_class2, "disabled", disabled), _class2), style: _objectSpread(_objectSpread({}, marginStyle), {}, { width: size, height: size }), attrs: { 'aria-label': ariaLabel || null }, props: button ? { variant: variant, disabled: disabled, type: type } : link ? Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["pluckProps"])(linkProps, this) : {}, on: button || link ? { click: this.onClick } : {} }; return h(tag, componentData, [$content, $badge]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/index.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/index.js ***! \******************************************************************************************/ /*! exports provided: AvatarPlugin, BAvatar, BAvatarGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AvatarPlugin", function() { return AvatarPlugin; }); /* harmony import */ var _avatar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./avatar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAvatar", function() { return _avatar__WEBPACK_IMPORTED_MODULE_0__["BAvatar"]; }); /* harmony import */ var _avatar_group__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./avatar-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAvatarGroup", function() { return _avatar_group__WEBPACK_IMPORTED_MODULE_1__["BAvatarGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var AvatarPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BAvatar: _avatar__WEBPACK_IMPORTED_MODULE_0__["BAvatar"], BAvatarGroup: _avatar_group__WEBPACK_IMPORTED_MODULE_1__["BAvatarGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/badge.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/badge.js ***! \*****************************************************************************************/ /*! exports provided: props, BBadge */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BBadge", function() { return BBadge; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_6__["props"], ['event', 'routerTag']); delete linkProps.href.default; delete linkProps.to.default; var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { pill: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'span'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'secondary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BADGE"]); // --- Main component --- // @vue/component var BBadge = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BADGE"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var active = props.active, disabled = props.disabled; var link = Object(_utils_router__WEBPACK_IMPORTED_MODULE_5__["isLink"])(props); var tag = link ? _link_link__WEBPACK_IMPORTED_MODULE_6__["BLink"] : props.tag; var variant = props.variant || 'secondary'; return h(tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'badge', class: ["badge-".concat(variant), { 'badge-pill': props.pill, active: active, disabled: disabled }], props: link ? Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(linkProps, props) : {} }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/index.js ***! \*****************************************************************************************/ /*! exports provided: BadgePlugin, BBadge */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BadgePlugin", function() { return BadgePlugin; }); /* harmony import */ var _badge__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./badge */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/badge.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBadge", function() { return _badge__WEBPACK_IMPORTED_MODULE_0__["BBadge"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var BadgePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BBadge: _badge__WEBPACK_IMPORTED_MODULE_0__["BBadge"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-item.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-item.js ***! \********************************************************************************************************/ /*! exports provided: props, BBreadcrumbItem */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumbItem", function() { return BBreadcrumbItem; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _breadcrumb_link__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./breadcrumb-link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-link.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makePropsConfigurable"])(_breadcrumb_link__WEBPACK_IMPORTED_MODULE_3__["props"], _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BREADCRUMB_ITEM"]); // --- Main component --- // @vue/component var BBreadcrumbItem = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BREADCRUMB_ITEM"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'breadcrumb-item', class: { active: props.active } }), [h(_breadcrumb_link__WEBPACK_IMPORTED_MODULE_3__["BBreadcrumbLink"], { props: props }, children)]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-link.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-link.js ***! \********************************************************************************************************/ /*! exports provided: props, BBreadcrumbLink */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumbLink", function() { return BBreadcrumbLink; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_6__["props"], ['event', 'routerTag'])), {}, { ariaCurrent: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'location'), html: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), text: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BREADCRUMB_LINK"]); // --- Main component --- // @vue/component var BBreadcrumbLink = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BREADCRUMB_LINK"], functional: true, props: props, render: function render(h, _ref) { var suppliedProps = _ref.props, data = _ref.data, children = _ref.children; var active = suppliedProps.active; var tag = active ? 'span' : _link_link__WEBPACK_IMPORTED_MODULE_6__["BLink"]; var componentData = { attrs: { 'aria-current': active ? suppliedProps.ariaCurrent : null }, props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["pluckProps"])(props, suppliedProps) }; if (!children) { componentData.domProps = Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(suppliedProps.html, suppliedProps.text); } return h(tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, componentData), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb.js ***! \***************************************************************************************************/ /*! exports provided: props, BBreadcrumb */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumb", function() { return BBreadcrumb; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _breadcrumb_item__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./breadcrumb-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-item.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])({ items: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BREADCRUMB"]); // --- Main component --- // @vue/component var BBreadcrumb = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BREADCRUMB"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var items = props.items; // Build child nodes from items, if given var childNodes = children; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isArray"])(items)) { var activeDefined = false; childNodes = items.map(function (item, idx) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isObject"])(item)) { item = { text: Object(_utils_string__WEBPACK_IMPORTED_MODULE_5__["toString"])(item) }; } // Copy the value here so we can normalize it var _item = item, active = _item.active; if (active) { activeDefined = true; } // Auto-detect active by position in list if (!active && !activeDefined) { active = idx + 1 === items.length; } return h(_breadcrumb_item__WEBPACK_IMPORTED_MODULE_6__["BBreadcrumbItem"], { props: _objectSpread(_objectSpread({}, item), {}, { active: active }) }); }); } return h('ol', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'breadcrumb' }), childNodes); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/index.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/index.js ***! \**********************************************************************************************/ /*! exports provided: BreadcrumbPlugin, BBreadcrumb, BBreadcrumbItem, BBreadcrumbLink */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BreadcrumbPlugin", function() { return BreadcrumbPlugin; }); /* harmony import */ var _breadcrumb__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./breadcrumb */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumb", function() { return _breadcrumb__WEBPACK_IMPORTED_MODULE_0__["BBreadcrumb"]; }); /* harmony import */ var _breadcrumb_item__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./breadcrumb-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumbItem", function() { return _breadcrumb_item__WEBPACK_IMPORTED_MODULE_1__["BBreadcrumbItem"]; }); /* harmony import */ var _breadcrumb_link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./breadcrumb-link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-link.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumbLink", function() { return _breadcrumb_link__WEBPACK_IMPORTED_MODULE_2__["BBreadcrumbLink"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var BreadcrumbPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_3__["pluginFactory"])({ components: { BBreadcrumb: _breadcrumb__WEBPACK_IMPORTED_MODULE_0__["BBreadcrumb"], BBreadcrumbItem: _breadcrumb_item__WEBPACK_IMPORTED_MODULE_1__["BBreadcrumbItem"], BBreadcrumbLink: _breadcrumb_link__WEBPACK_IMPORTED_MODULE_2__["BBreadcrumbLink"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/button-group.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/button-group.js ***! \*******************************************************************************************************/ /*! exports provided: props, BButtonGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BButtonGroup", function() { return BButtonGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["pick"])(_button_button__WEBPACK_IMPORTED_MODULE_5__["props"], ['size'])), {}, { ariaRole: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'group'), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), vertical: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON_GROUP"]); // --- Main component --- // @vue/component var BButtonGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON_GROUP"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: _defineProperty({ 'btn-group': !props.vertical, 'btn-group-vertical': props.vertical }, "btn-group-".concat(props.size), props.size), attrs: { role: props.ariaRole } }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/index.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/index.js ***! \************************************************************************************************/ /*! exports provided: ButtonGroupPlugin, BButtonGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ButtonGroupPlugin", function() { return ButtonGroupPlugin; }); /* harmony import */ var _button_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./button-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/button-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButtonGroup", function() { return _button_group__WEBPACK_IMPORTED_MODULE_0__["BButtonGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ButtonGroupPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BButtonGroup: _button_group__WEBPACK_IMPORTED_MODULE_0__["BButtonGroup"], BBtnGroup: _button_group__WEBPACK_IMPORTED_MODULE_0__["BButtonGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/button-toolbar.js": /*!***********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/button-toolbar.js ***! \***********************************************************************************************************/ /*! exports provided: props, BButtonToolbar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BButtonToolbar", function() { return BButtonToolbar; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); // --- Constants --- var ITEM_SELECTOR = ['.btn:not(.disabled):not([disabled]):not(.dropdown-item)', '.form-control:not(.disabled):not([disabled])', 'select:not(.disabled):not([disabled])', 'input[type="checkbox"]:not(.disabled)', 'input[type="radio"]:not(.disabled)'].join(','); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ justify: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), keyNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON_TOOLBAR"]); // --- Main component --- // @vue/component var BButtonToolbar = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON_TOOLBAR"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"]], props: props, mounted: function mounted() { // Pre-set the tabindexes if the markup does not include // `tabindex="-1"` on the toolbar items if (this.keyNav) { this.getItems(); } }, methods: { getItems: function getItems() { var items = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["selectAll"])(ITEM_SELECTOR, this.$el); // Ensure `tabindex="-1"` is set on every item items.forEach(function (item) { item.tabIndex = -1; }); return items.filter(function (el) { return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isVisible"])(el); }); }, focusFirst: function focusFirst() { var items = this.getItems(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptFocus"])(items[0]); }, focusPrev: function focusPrev(event) { var items = this.getItems(); var index = items.indexOf(event.target); if (index > -1) { items = items.slice(0, index).reverse(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptFocus"])(items[0]); } }, focusNext: function focusNext(event) { var items = this.getItems(); var index = items.indexOf(event.target); if (index > -1) { items = items.slice(index + 1); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptFocus"])(items[0]); } }, focusLast: function focusLast() { var items = this.getItems().reverse(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptFocus"])(items[0]); }, onFocusin: function onFocusin(event) { var $el = this.$el; if (event.target === $el && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])($el, event.relatedTarget)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event); this.focusFirst(event); } }, onKeydown: function onKeydown(event) { var keyCode = event.keyCode, shiftKey = event.shiftKey; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_UP"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_LEFT"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event); shiftKey ? this.focusFirst(event) : this.focusPrev(event); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_DOWN"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_RIGHT"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event); shiftKey ? this.focusLast(event) : this.focusNext(event); } } }, render: function render(h) { var keyNav = this.keyNav; return h('div', { staticClass: 'btn-toolbar', class: { 'justify-content-between': this.justify }, attrs: { role: 'toolbar', tabindex: keyNav ? '0' : null }, on: keyNav ? { focusin: this.onFocusin, keydown: this.onKeydown } : {} }, [this.normalizeSlot()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/index.js": /*!**************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/index.js ***! \**************************************************************************************************/ /*! exports provided: ButtonToolbarPlugin, BButtonToolbar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ButtonToolbarPlugin", function() { return ButtonToolbarPlugin; }); /* harmony import */ var _button_toolbar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./button-toolbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/button-toolbar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButtonToolbar", function() { return _button_toolbar__WEBPACK_IMPORTED_MODULE_0__["BButtonToolbar"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ButtonToolbarPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BButtonToolbar: _button_toolbar__WEBPACK_IMPORTED_MODULE_0__["BButtonToolbar"], BBtnToolbar: _button_toolbar__WEBPACK_IMPORTED_MODULE_0__["BButtonToolbar"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js ***! \*************************************************************************************************/ /*! exports provided: props, BButtonClose */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BButtonClose", function() { return BButtonClose; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'Close'), content: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], '×'), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), textVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON_CLOSE"]); // --- Main component --- // @vue/component var BButtonClose = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON_CLOSE"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var $slots = slots(); var $scopedSlots = scopedSlots || {}; var componentData = { staticClass: 'close', class: _defineProperty({}, "text-".concat(props.textVariant), props.textVariant), attrs: { type: 'button', disabled: props.disabled, 'aria-label': props.ariaLabel ? String(props.ariaLabel) : null }, on: { click: function click(event) { // Ensure click on button HTML content is also disabled /* istanbul ignore if: bug in JSDOM still emits click on inner element */ if (props.disabled && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isEvent"])(event)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["stopEvent"])(event); } } } }; // Careful not to override the default slot with innerHTML if (!Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], $scopedSlots, $slots)) { componentData.domProps = { innerHTML: props.content }; } return h('button', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, componentData), Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], {}, $scopedSlots, $slots)); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js ***! \*******************************************************************************************/ /*! exports provided: props, BButton */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BButton", function() { return BButton; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_11__["props"], ['event', 'routerTag']); delete linkProps.href.default; delete linkProps.to.default; var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { block: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), pill: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // Tri-state: `true`, `false` or `null` // => On, off, not a toggle pressed: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], null), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), squared: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'button'), type: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'button'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'secondary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON"]); // --- Helper methods --- // Focus handler for toggle buttons // Needs class of 'focus' when focused var handleFocus = function handleFocus(event) { if (event.type === 'focusin') { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["addClass"])(event.target, 'focus'); } else if (event.type === 'focusout') { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["removeClass"])(event.target, 'focus'); } }; // Is the requested button a link? // If tag prop is set to `a`, we use a <b-link> to get proper disabled handling var isLink = function isLink(props) { return Object(_utils_router__WEBPACK_IMPORTED_MODULE_10__["isLink"])(props) || Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["isTag"])(props.tag, 'a'); }; // Is the button to be a toggle button? var isToggle = function isToggle(props) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isBoolean"])(props.pressed); }; // Is the button "really" a button? var isButton = function isButton(props) { return !(isLink(props) || props.tag && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["isTag"])(props.tag, 'button')); }; // Is the requested tag not a button or link? var isNonStandardTag = function isNonStandardTag(props) { return !isLink(props) && !isButton(props); }; // Compute required classes (non static classes) var computeClass = function computeClass(props) { var _ref; return ["btn-".concat(props.variant || 'secondary'), (_ref = {}, _defineProperty(_ref, "btn-".concat(props.size), props.size), _defineProperty(_ref, 'btn-block', props.block), _defineProperty(_ref, 'rounded-pill', props.pill), _defineProperty(_ref, 'rounded-0', props.squared && !props.pill), _defineProperty(_ref, "disabled", props.disabled), _defineProperty(_ref, "active", props.pressed), _ref)]; }; // Compute the link props to pass to b-link (if required) var computeLinkProps = function computeLinkProps(props) { return isLink(props) ? Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["pluckProps"])(linkProps, props) : {}; }; // Compute the attributes for a button var computeAttrs = function computeAttrs(props, data) { var button = isButton(props); var link = isLink(props); var toggle = isToggle(props); var nonStandardTag = isNonStandardTag(props); var hashLink = link && props.href === '#'; var role = data.attrs && data.attrs.role ? data.attrs.role : null; var tabindex = data.attrs ? data.attrs.tabindex : null; if (nonStandardTag || hashLink) { tabindex = '0'; } return { // Type only used for "real" buttons type: button && !link ? props.type : null, // Disabled only set on "real" buttons disabled: button ? props.disabled : null, // We add a role of button when the tag is not a link or button for ARIA // Don't bork any role provided in `data.attrs` when `isLink` or `isButton` // Except when link has `href` of `#` role: nonStandardTag || hashLink ? 'button' : role, // We set the `aria-disabled` state for non-standard tags 'aria-disabled': nonStandardTag ? String(props.disabled) : null, // For toggles, we need to set the pressed state for ARIA 'aria-pressed': toggle ? String(props.pressed) : null, // `autocomplete="off"` is needed in toggle mode to prevent some browsers // from remembering the previous setting when using the back button autocomplete: toggle ? 'off' : null, // `tabindex` is used when the component is not a button // Links are tabbable, but don't allow disabled, while non buttons or links // are not tabbable, so we mimic that functionality by disabling tabbing // when disabled, and adding a `tabindex="0"` to non buttons or non links tabindex: props.disabled && !button ? '-1' : tabindex }; }; // --- Main component --- // @vue/component var BButton = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_BUTTON"], functional: true, props: props, render: function render(h, _ref2) { var props = _ref2.props, data = _ref2.data, listeners = _ref2.listeners, children = _ref2.children; var toggle = isToggle(props); var link = isLink(props); var nonStandardTag = isNonStandardTag(props); var hashLink = link && props.href === '#'; var on = { keydown: function keydown(event) { // When the link is a `href="#"` or a non-standard tag (has `role="button"`), // we add a keydown handlers for CODE_SPACE/CODE_ENTER /* istanbul ignore next */ if (props.disabled || !(nonStandardTag || hashLink)) { return; } var keyCode = event.keyCode; // Add CODE_SPACE handler for `href="#"` and CODE_ENTER handler for non-standard tags if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_SPACE"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_ENTER"] && nonStandardTag) { var target = event.currentTarget || event.target; Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["stopEvent"])(event, { propagation: false }); target.click(); } }, click: function click(event) { /* istanbul ignore if: blink/button disabled should handle this */ if (props.disabled && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isEvent"])(event)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["stopEvent"])(event); } else if (toggle && listeners && listeners['update:pressed']) { // Send `.sync` updates to any "pressed" prop (if `.sync` listeners) // `concat()` will normalize the value to an array without // double wrapping an array value in an array Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["concat"])(listeners['update:pressed']).forEach(function (fn) { if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(fn)) { fn(!props.pressed); } }); } } }; if (toggle) { on.focusin = handleFocus; on.focusout = handleFocus; } var componentData = { staticClass: 'btn', class: computeClass(props), props: computeLinkProps(props), attrs: computeAttrs(props, data), on: on }; return h(link ? _link_link__WEBPACK_IMPORTED_MODULE_11__["BLink"] : props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, componentData), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/index.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/index.js ***! \******************************************************************************************/ /*! exports provided: ButtonPlugin, BButton, BButtonClose */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ButtonPlugin", function() { return ButtonPlugin; }); /* harmony import */ var _button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButton", function() { return _button__WEBPACK_IMPORTED_MODULE_0__["BButton"]; }); /* harmony import */ var _button_close__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButtonClose", function() { return _button_close__WEBPACK_IMPORTED_MODULE_1__["BButtonClose"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ButtonPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BButton: _button__WEBPACK_IMPORTED_MODULE_0__["BButton"], BBtn: _button__WEBPACK_IMPORTED_MODULE_0__["BButton"], BButtonClose: _button_close__WEBPACK_IMPORTED_MODULE_1__["BButtonClose"], BBtnClose: _button_close__WEBPACK_IMPORTED_MODULE_1__["BButtonClose"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/calendar.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/calendar.js ***! \***********************************************************************************************/ /*! exports provided: props, BCalendar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCalendar", function() { return BCalendar; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_date__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/date */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/date.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_date__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/date */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/date.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/locale */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/locale.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_16__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_DATE_STRING"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_18__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_22__["props"]), modelProps), {}, { ariaControls: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), // Makes calendar the full width of its parent container block: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), dateDisabledFn: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_FUNCTION"]), // `Intl.DateTimeFormat` object dateFormatOptions: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_OBJECT"], { year: _constants_date__WEBPACK_IMPORTED_MODULE_2__["DATE_FORMAT_NUMERIC"], month: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_LONG"], day: _constants_date__WEBPACK_IMPORTED_MODULE_2__["DATE_FORMAT_NUMERIC"], weekday: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_LONG"] }), // Function to set a class of (classes) on the date cell // if passed a string or an array // TODO: // If the function returns an object, look for class prop for classes, // and other props for handling events/details/descriptions dateInfoFn: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_FUNCTION"]), // 'ltr', 'rtl', or `null` (for auto detect) direction: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // When `true`, renders a comment node, but keeps the component instance active // Mainly for <b-form-date>, so that we can get the component's value and locale // But we might just use separate date formatters, using the resolved locale // (adjusted for the gregorian calendar) hidden: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // When `true` makes the selected date header `sr-only` hideHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // This specifies the calendar year/month/day that will be shown when // first opening the datepicker if no v-model value is provided // Default is the current date (or `min`/`max`) initialDate: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_DATE_STRING"]), // Labels for buttons and keyboard shortcuts labelCalendar: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Calendar'), labelCurrentMonth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Current month'), labelHelp: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Use cursor keys to navigate calendar dates'), labelNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Calendar navigation'), labelNextDecade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Next decade'), labelNextMonth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Next month'), labelNextYear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Next year'), labelNoDateSelected: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'No date selected'), labelPrevDecade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Previous decade'), labelPrevMonth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Previous month'), labelPrevYear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Previous year'), labelSelected: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Selected date'), labelToday: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Today'), // Locale(s) to use // Default is to use page/browser default setting locale: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_STRING"]), max: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_DATE_STRING"]), min: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_DATE_STRING"]), // Variant color to use for the navigation buttons navButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'secondary'), // Disable highlighting today's date noHighlightToday: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noKeyNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), roleDescription: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), // Variant color to use for the selected date selectedVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'primary'), // When `true` enables the decade navigation buttons showDecadeNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Day of week to start calendar on // `0` (Sunday), `1` (Monday), ... `6` (Saturday) startWeekday: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER_STRING"], 0), // Variant color to use for today's date (defaults to `selectedVariant`) todayVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), // Always return the `v-model` value as a date object valueAsDate: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Format of the weekday names at the top of the calendar // `short` is typically a 3 letter abbreviation, // `narrow` is typically a single letter // `long` is the full week day name // Although some locales may override this (i.e `ar`, etc.) weekdayHeaderFormat: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_SHORT"], function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])([_constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_LONG"], _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_SHORT"], _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_NARROW"]], value); }), // Has no effect if prop `block` is set width: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], '270px') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CALENDAR"]); // --- Main component --- // @vue/component var BCalendar = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CALENDAR"], // Mixin order is important! mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_21__["attrsMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_22__["idMixin"], modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_23__["normalizeSlotMixin"]], props: props, data: function data() { var selected = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this[MODEL_PROP_NAME]) || ''; return { // Selected date selectedYMD: selected, // Date in calendar grid that has `tabindex` of `0` activeYMD: selected || Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["constrainDate"])(this.initialDate || this.getToday()), this.min, this.max), // Will be true if the calendar grid has/contains focus gridHasFocus: false, // Flag to enable the `aria-live` region(s) after mount // to prevent screen reader "outbursts" when mounting isLive: false }; }, computed: { valueId: function valueId() { return this.safeId(); }, widgetId: function widgetId() { return this.safeId('_calendar-wrapper_'); }, navId: function navId() { return this.safeId('_calendar-nav_'); }, gridId: function gridId() { return this.safeId('_calendar-grid_'); }, gridCaptionId: function gridCaptionId() { return this.safeId('_calendar-grid-caption_'); }, gridHelpId: function gridHelpId() { return this.safeId('_calendar-grid-help_'); }, activeId: function activeId() { return this.activeYMD ? this.safeId("_cell-".concat(this.activeYMD, "_")) : null; }, // TODO: Use computed props to convert `YYYY-MM-DD` to `Date` object selectedDate: function selectedDate() { // Selected as a `Date` object return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(this.selectedYMD); }, activeDate: function activeDate() { // Active as a `Date` object return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(this.activeYMD); }, computedMin: function computedMin() { return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(this.min); }, computedMax: function computedMax() { return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(this.max); }, computedWeekStarts: function computedWeekStarts() { // `startWeekday` is a prop (constrained to `0` through `6`) return Object(_utils_math__WEBPACK_IMPORTED_MODULE_15__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_17__["toInteger"])(this.startWeekday, 0), 0) % 7; }, computedLocale: function computedLocale() { // Returns the resolved locale used by the calendar return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["resolveLocale"])(Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(this.locale).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]), _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"]); }, computedDateDisabledFn: function computedDateDisabledFn() { var dateDisabledFn = this.dateDisabledFn; return Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["hasPropFunction"])(dateDisabledFn) ? dateDisabledFn : function () { return false; }; }, // TODO: Change `dateInfoFn` to handle events and notes as well as classes computedDateInfoFn: function computedDateInfoFn() { var dateInfoFn = this.dateInfoFn; return Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["hasPropFunction"])(dateInfoFn) ? dateInfoFn : function () { return {}; }; }, calendarLocale: function calendarLocale() { // This locale enforces the gregorian calendar (for use in formatter functions) // Needed because IE 11 resolves `ar-IR` as islamic-civil calendar // and IE 11 (and some other browsers) do not support the `calendar` option // And we currently only support the gregorian calendar var fmt = new Intl.DateTimeFormat(this.computedLocale, { calendar: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"] }); var calendar = fmt.resolvedOptions().calendar; var locale = fmt.resolvedOptions().locale; /* istanbul ignore if: mainly for IE 11 and a few other browsers, hard to test in JSDOM */ if (calendar !== _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"]) { // Ensure the locale requests the gregorian calendar // Mainly for IE 11, and currently we can't handle non-gregorian calendars // TODO: Should we always return this value? locale = locale.replace(/-u-.+$/i, '').concat('-u-ca-gregory'); } return locale; }, calendarYear: function calendarYear() { return this.activeDate.getFullYear(); }, calendarMonth: function calendarMonth() { return this.activeDate.getMonth(); }, calendarFirstDay: function calendarFirstDay() { // We set the time for this date to 12pm to work around // date formatting issues in Firefox and Safari // See: https://github.com/bootstrap-vue/bootstrap-vue/issues/5818 return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(this.calendarYear, this.calendarMonth, 1, 12); }, calendarDaysInMonth: function calendarDaysInMonth() { // We create a new date as to not mutate the original var date = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(this.calendarFirstDay); date.setMonth(date.getMonth() + 1, 0); return date.getDate(); }, computedVariant: function computedVariant() { return "btn-".concat(this.selectedVariant || 'primary'); }, computedTodayVariant: function computedTodayVariant() { return "btn-outline-".concat(this.todayVariant || this.selectedVariant || 'primary'); }, computedNavButtonVariant: function computedNavButtonVariant() { return "btn-outline-".concat(this.navButtonVariant || 'primary'); }, isRTL: function isRTL() { // `true` if the language requested is RTL var dir = Object(_utils_string__WEBPACK_IMPORTED_MODULE_20__["toString"])(this.direction).toLowerCase(); if (dir === 'rtl') { /* istanbul ignore next */ return true; } else if (dir === 'ltr') { /* istanbul ignore next */ return false; } return Object(_utils_locale__WEBPACK_IMPORTED_MODULE_13__["isLocaleRTL"])(this.computedLocale); }, context: function context() { var selectedYMD = this.selectedYMD, activeYMD = this.activeYMD; var selectedDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(selectedYMD); var activeDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(activeYMD); return { // The current value of the `v-model` selectedYMD: selectedYMD, selectedDate: selectedDate, selectedFormatted: selectedDate ? this.formatDateString(selectedDate) : this.labelNoDateSelected, // Which date cell is considered active due to navigation activeYMD: activeYMD, activeDate: activeDate, activeFormatted: activeDate ? this.formatDateString(activeDate) : '', // `true` if the date is disabled (when using keyboard navigation) disabled: this.dateDisabled(activeDate), // Locales used in formatting dates locale: this.computedLocale, calendarLocale: this.calendarLocale, rtl: this.isRTL }; }, // Computed props that return a function reference dateOutOfRange: function dateOutOfRange() { // Check whether a date is within the min/max range // Returns a new function ref if the pops change // We do this as we need to trigger the calendar computed prop // to update when these props update var min = this.computedMin, max = this.computedMax; return function (date) { // Handle both `YYYY-MM-DD` and `Date` objects date = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(date); return min && date < min || max && date > max; }; }, dateDisabled: function dateDisabled() { var _this = this; // Returns a function for validating if a date is within range // We grab this variables first to ensure a new function ref // is generated when the props value changes // We do this as we need to trigger the calendar computed prop // to update when these props update var rangeFn = this.dateOutOfRange; // Return the function ref return function (date) { // Handle both `YYYY-MM-DD` and `Date` objects date = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(date); var ymd = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(date); return !!(rangeFn(date) || _this.computedDateDisabledFn(ymd, date)); }; }, // Computed props that return date formatter functions formatDateString: function formatDateString() { // Returns a date formatter function return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDateFormatter"])(this.calendarLocale, _objectSpread(_objectSpread({ // Ensure we have year, month, day shown for screen readers/ARIA // If users really want to leave one of these out, they can // pass `undefined` for the property value year: _constants_date__WEBPACK_IMPORTED_MODULE_2__["DATE_FORMAT_NUMERIC"], month: _constants_date__WEBPACK_IMPORTED_MODULE_2__["DATE_FORMAT_2_DIGIT"], day: _constants_date__WEBPACK_IMPORTED_MODULE_2__["DATE_FORMAT_2_DIGIT"] }, this.dateFormatOptions), {}, { // Ensure hours/minutes/seconds are not shown // As we do not support the time portion (yet) hour: undefined, minute: undefined, second: undefined, // Ensure calendar is gregorian calendar: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"] })); }, formatYearMonth: function formatYearMonth() { // Returns a date formatter function return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDateFormatter"])(this.calendarLocale, { year: _constants_date__WEBPACK_IMPORTED_MODULE_2__["DATE_FORMAT_NUMERIC"], month: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_LONG"], calendar: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"] }); }, formatWeekdayName: function formatWeekdayName() { // Long weekday name for weekday header aria-label return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDateFormatter"])(this.calendarLocale, { weekday: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_LONG"], calendar: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"] }); }, formatWeekdayNameShort: function formatWeekdayNameShort() { // Weekday header cell format // defaults to 'short' 3 letter days, where possible return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDateFormatter"])(this.calendarLocale, { weekday: this.weekdayHeaderFormat || _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_SHORT"], calendar: _constants_date__WEBPACK_IMPORTED_MODULE_2__["CALENDAR_GREGORY"] }); }, formatDay: function formatDay() { // Calendar grid day number formatter // We don't use DateTimeFormatter here as it can place extra // character(s) after the number (i.e the `zh` locale) var nf = new Intl.NumberFormat([this.computedLocale], { style: 'decimal', minimumIntegerDigits: 1, minimumFractionDigits: 0, maximumFractionDigits: 0, notation: 'standard' }); // Return a formatter function instance return function (date) { return nf.format(date.getDate()); }; }, // Disabled states for the nav buttons prevDecadeDisabled: function prevDecadeDisabled() { var min = this.computedMin; return this.disabled || min && Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["lastDateOfMonth"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneDecadeAgo"])(this.activeDate)) < min; }, prevYearDisabled: function prevYearDisabled() { var min = this.computedMin; return this.disabled || min && Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["lastDateOfMonth"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneYearAgo"])(this.activeDate)) < min; }, prevMonthDisabled: function prevMonthDisabled() { var min = this.computedMin; return this.disabled || min && Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["lastDateOfMonth"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneMonthAgo"])(this.activeDate)) < min; }, thisMonthDisabled: function thisMonthDisabled() { // TODO: We could/should check if today is out of range return this.disabled; }, nextMonthDisabled: function nextMonthDisabled() { var max = this.computedMax; return this.disabled || max && Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["firstDateOfMonth"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneMonthAhead"])(this.activeDate)) > max; }, nextYearDisabled: function nextYearDisabled() { var max = this.computedMax; return this.disabled || max && Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["firstDateOfMonth"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneYearAhead"])(this.activeDate)) > max; }, nextDecadeDisabled: function nextDecadeDisabled() { var max = this.computedMax; return this.disabled || max && Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["firstDateOfMonth"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneDecadeAhead"])(this.activeDate)) > max; }, // Calendar dates generation calendar: function calendar() { var matrix = []; var firstDay = this.calendarFirstDay; var calendarYear = firstDay.getFullYear(); var calendarMonth = firstDay.getMonth(); var daysInMonth = this.calendarDaysInMonth; var startIndex = firstDay.getDay(); // `0`..`6` var weekOffset = (this.computedWeekStarts > startIndex ? 7 : 0) - this.computedWeekStarts; // Build the calendar matrix var currentDay = 0 - weekOffset - startIndex; for (var week = 0; week < 6 && currentDay < daysInMonth; week++) { // For each week matrix[week] = []; // The following could be a map function for (var j = 0; j < 7; j++) { // For each day in week currentDay++; var date = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(calendarYear, calendarMonth, currentDay); var month = date.getMonth(); var dayYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(date); var dayDisabled = this.dateDisabled(date); // TODO: This could be a normalizer method var dateInfo = this.computedDateInfoFn(dayYMD, Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(dayYMD)); dateInfo = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isString"])(dateInfo) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isArray"])(dateInfo) ? /* istanbul ignore next */ { class: dateInfo } : Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isPlainObject"])(dateInfo) ? _objectSpread({ class: '' }, dateInfo) : /* istanbul ignore next */ { class: '' }; matrix[week].push({ ymd: dayYMD, // Cell content day: this.formatDay(date), label: this.formatDateString(date), // Flags for styling isThisMonth: month === calendarMonth, isDisabled: dayDisabled, // TODO: Handle other dateInfo properties such as notes/events info: dateInfo }); } } return matrix; }, calendarHeadings: function calendarHeadings() { var _this2 = this; return this.calendar[0].map(function (d) { return { text: _this2.formatWeekdayNameShort(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(d.ymd)), label: _this2.formatWeekdayName(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(d.ymd)) }; }); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { var selected = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(newValue) || ''; var old = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(oldValue) || ''; if (!Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["datesEqual"])(selected, old)) { this.activeYMD = selected || this.activeYMD; this.selectedYMD = selected; } }), _defineProperty(_watch, "selectedYMD", function selectedYMD(newYMD, oldYMD) { // TODO: // Should we compare to `formatYMD(this.value)` and emit // only if they are different? if (newYMD !== oldYMD) { this.$emit(MODEL_EVENT_NAME, this.valueAsDate ? Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(newYMD) || null : newYMD || ''); } }), _defineProperty(_watch, "context", function context(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_14__["looseEqual"])(newValue, oldValue)) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CONTEXT"], newValue); } }), _defineProperty(_watch, "hidden", function hidden(newValue) { // Reset the active focused day when hidden this.activeYMD = this.selectedYMD || Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this[MODEL_PROP_NAME] || this.constrainDate(this.initialDate || this.getToday())); // Enable/disable the live regions this.setLive(!newValue); }), _watch), created: function created() { var _this3 = this; this.$nextTick(function () { _this3.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CONTEXT"], _this3.context); }); }, mounted: function mounted() { this.setLive(true); }, /* istanbul ignore next */ activated: function activated() { this.setLive(true); }, /* istanbul ignore next */ deactivated: function deactivated() { this.setLive(false); }, beforeDestroy: function beforeDestroy() { this.setLive(false); }, methods: { // Public method(s) focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(this.$refs.grid); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptBlur"])(this.$refs.grid); } }, // Private methods setLive: function setLive(on) { var _this4 = this; if (on) { this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { _this4.isLive = true; }); }); } else { this.isLive = false; } }, getToday: function getToday() { return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])()); }, constrainDate: function constrainDate(date) { // Constrains a date between min and max // returns a new `Date` object instance return Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["constrainDate"])(date, this.computedMin, this.computedMax); }, emitSelected: function emitSelected(date) { var _this5 = this; // Performed in a `$nextTick()` to (probably) ensure // the input event has emitted first this.$nextTick(function () { _this5.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SELECTED"], Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(date) || '', Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(date) || null); }); }, // Event handlers setGridFocusFlag: function setGridFocusFlag(event) { // Sets the gridHasFocus flag to make date "button" look focused this.gridHasFocus = !this.disabled && event.type === 'focus'; }, onKeydownWrapper: function onKeydownWrapper(event) { // Calendar keyboard navigation // Handles PAGEUP/PAGEDOWN/END/HOME/LEFT/UP/RIGHT/DOWN // Focuses grid after updating if (this.noKeyNav) { /* istanbul ignore next */ return; } var altKey = event.altKey, ctrlKey = event.ctrlKey, keyCode = event.keyCode; if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])([_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEUP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEDOWN"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_END"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_HOME"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_RIGHT"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]], keyCode)) { /* istanbul ignore next */ return; } Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); var activeDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(this.activeDate); var checkDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(this.activeDate); var day = activeDate.getDate(); var constrainedToday = this.constrainDate(this.getToday()); var isRTL = this.isRTL; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEUP"]) { // PAGEUP - Previous month/year activeDate = (altKey ? ctrlKey ? _utils_date__WEBPACK_IMPORTED_MODULE_8__["oneDecadeAgo"] : _utils_date__WEBPACK_IMPORTED_MODULE_8__["oneYearAgo"] : _utils_date__WEBPACK_IMPORTED_MODULE_8__["oneMonthAgo"])(activeDate); // We check the first day of month to be in rage checkDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(activeDate); checkDate.setDate(1); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEDOWN"]) { // PAGEDOWN - Next month/year activeDate = (altKey ? ctrlKey ? _utils_date__WEBPACK_IMPORTED_MODULE_8__["oneDecadeAhead"] : _utils_date__WEBPACK_IMPORTED_MODULE_8__["oneYearAhead"] : _utils_date__WEBPACK_IMPORTED_MODULE_8__["oneMonthAhead"])(activeDate); // We check the last day of month to be in rage checkDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(activeDate); checkDate.setMonth(checkDate.getMonth() + 1); checkDate.setDate(0); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"]) { // LEFT - Previous day (or next day for RTL) activeDate.setDate(day + (isRTL ? 1 : -1)); activeDate = this.constrainDate(activeDate); checkDate = activeDate; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_RIGHT"]) { // RIGHT - Next day (or previous day for RTL) activeDate.setDate(day + (isRTL ? -1 : 1)); activeDate = this.constrainDate(activeDate); checkDate = activeDate; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"]) { // UP - Previous week activeDate.setDate(day - 7); activeDate = this.constrainDate(activeDate); checkDate = activeDate; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]) { // DOWN - Next week activeDate.setDate(day + 7); activeDate = this.constrainDate(activeDate); checkDate = activeDate; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_HOME"]) { // HOME - Today activeDate = constrainedToday; checkDate = activeDate; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_END"]) { // END - Selected date, or today if no selected date activeDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(this.selectedDate) || constrainedToday; checkDate = activeDate; } if (!this.dateOutOfRange(checkDate) && !Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["datesEqual"])(activeDate, this.activeDate)) { // We only jump to date if within min/max // We don't check for individual disabled dates though (via user function) this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(activeDate); } // Ensure grid is focused this.focus(); }, onKeydownGrid: function onKeydownGrid(event) { // Pressing enter/space on grid to select active date var keyCode = event.keyCode; var activeDate = this.activeDate; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_ENTER"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_SPACE"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); if (!this.disabled && !this.readonly && !this.dateDisabled(activeDate)) { this.selectedYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(activeDate); this.emitSelected(activeDate); } // Ensure grid is focused this.focus(); } }, onClickDay: function onClickDay(day) { // Clicking on a date "button" to select it var selectedDate = this.selectedDate, activeDate = this.activeDate; var clickedDate = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["parseYMD"])(day.ymd); if (!this.disabled && !day.isDisabled && !this.dateDisabled(clickedDate)) { if (!this.readonly) { // If readonly mode, we don't set the selected date, just the active date // If the clicked date is equal to the already selected date, we don't update the model this.selectedYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["datesEqual"])(clickedDate, selectedDate) ? selectedDate : clickedDate); this.emitSelected(clickedDate); } this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["datesEqual"])(clickedDate, activeDate) ? activeDate : Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["createDate"])(clickedDate)); // Ensure grid is focused this.focus(); } }, gotoPrevDecade: function gotoPrevDecade() { this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneDecadeAgo"])(this.activeDate))); }, gotoPrevYear: function gotoPrevYear() { this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneYearAgo"])(this.activeDate))); }, gotoPrevMonth: function gotoPrevMonth() { this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneMonthAgo"])(this.activeDate))); }, gotoCurrentMonth: function gotoCurrentMonth() { // TODO: Maybe this goto date should be configurable? this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(this.getToday())); }, gotoNextMonth: function gotoNextMonth() { this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneMonthAhead"])(this.activeDate))); }, gotoNextYear: function gotoNextYear() { this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneYearAhead"])(this.activeDate))); }, gotoNextDecade: function gotoNextDecade() { this.activeYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.constrainDate(Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["oneDecadeAhead"])(this.activeDate))); }, onHeaderClick: function onHeaderClick() { if (!this.disabled) { this.activeYMD = this.selectedYMD || Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.getToday()); this.focus(); } } }, render: function render(h) { var _this6 = this; // If `hidden` prop is set, render just a placeholder node if (this.hidden) { return h(); } var valueId = this.valueId, widgetId = this.widgetId, navId = this.navId, gridId = this.gridId, gridCaptionId = this.gridCaptionId, gridHelpId = this.gridHelpId, activeId = this.activeId, disabled = this.disabled, noKeyNav = this.noKeyNav, isLive = this.isLive, isRTL = this.isRTL, activeYMD = this.activeYMD, selectedYMD = this.selectedYMD, safeId = this.safeId; var hideDecadeNav = !this.showDecadeNav; var todayYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_8__["formatYMD"])(this.getToday()); var highlightToday = !this.noHighlightToday; // Header showing current selected date var $header = h('output', { staticClass: 'form-control form-control-sm text-center', class: { 'text-muted': disabled, readonly: this.readonly || disabled }, attrs: { id: valueId, for: gridId, role: 'status', tabindex: disabled ? null : '-1', // Mainly for testing purposes, as we do not know // the exact format `Intl` will format the date string 'data-selected': Object(_utils_string__WEBPACK_IMPORTED_MODULE_20__["toString"])(selectedYMD), // We wait until after mount to enable `aria-live` // to prevent initial announcement on page render 'aria-live': isLive ? 'polite' : 'off', 'aria-atomic': isLive ? 'true' : null }, on: { // Transfer focus/click to focus grid // and focus active date (or today if no selection) click: this.onHeaderClick, focus: this.onHeaderClick } }, this.selectedDate ? [// We use `bdi` elements here in case the label doesn't match the locale // Although IE 11 does not deal with <BDI> at all (equivalent to a span) h('bdi', { staticClass: 'sr-only' }, " (".concat(Object(_utils_string__WEBPACK_IMPORTED_MODULE_20__["toString"])(this.labelSelected), ") ")), h('bdi', this.formatDateString(this.selectedDate))] : this.labelNoDateSelected || "\xA0" // ' ' ); $header = h('header', { staticClass: 'b-calendar-header', class: { 'sr-only': this.hideHeader }, attrs: { title: this.selectedDate ? this.labelSelectedDate || null : null } }, [$header]); // Content for the date navigation buttons var navScope = { isRTL: isRTL }; var navProps = { shiftV: 0.5 }; var navPrevProps = _objectSpread(_objectSpread({}, navProps), {}, { flipH: isRTL }); var navNextProps = _objectSpread(_objectSpread({}, navProps), {}, { flipH: !isRTL }); var $prevDecadeIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_PEV_DECADE"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconChevronBarLeft"], { props: navPrevProps }); var $prevYearIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_PEV_YEAR"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconChevronDoubleLeft"], { props: navPrevProps }); var $prevMonthIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_PEV_MONTH"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconChevronLeft"], { props: navPrevProps }); var $thisMonthIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_THIS_MONTH"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconCircleFill"], { props: navProps }); var $nextMonthIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_NEXT_MONTH"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconChevronLeft"], { props: navNextProps }); var $nextYearIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_NEXT_YEAR"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconChevronDoubleLeft"], { props: navNextProps }); var $nextDecadeIcon = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_NAV_NEXT_DECADE"], navScope) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconChevronBarLeft"], { props: navNextProps }); // Utility to create the date navigation buttons var makeNavBtn = function makeNavBtn(content, label, handler, btnDisabled, shortcut) { return h('button', { staticClass: 'btn btn-sm border-0 flex-fill', class: [_this6.computedNavButtonVariant, { disabled: btnDisabled }], attrs: { title: label || null, type: 'button', tabindex: noKeyNav ? '-1' : null, 'aria-label': label || null, 'aria-disabled': btnDisabled ? 'true' : null, 'aria-keyshortcuts': shortcut || null }, on: btnDisabled ? {} : { click: handler } }, [h('div', { attrs: { 'aria-hidden': 'true' } }, [content])]); }; // Generate the date navigation buttons var $nav = h('div', { staticClass: 'b-calendar-nav d-flex', attrs: { id: navId, role: 'group', tabindex: noKeyNav ? '-1' : null, 'aria-hidden': disabled ? 'true' : null, 'aria-label': this.labelNav || null, 'aria-controls': gridId } }, [hideDecadeNav ? h() : makeNavBtn($prevDecadeIcon, this.labelPrevDecade, this.gotoPrevDecade, this.prevDecadeDisabled, 'Ctrl+Alt+PageDown'), makeNavBtn($prevYearIcon, this.labelPrevYear, this.gotoPrevYear, this.prevYearDisabled, 'Alt+PageDown'), makeNavBtn($prevMonthIcon, this.labelPrevMonth, this.gotoPrevMonth, this.prevMonthDisabled, 'PageDown'), makeNavBtn($thisMonthIcon, this.labelCurrentMonth, this.gotoCurrentMonth, this.thisMonthDisabled, 'Home'), makeNavBtn($nextMonthIcon, this.labelNextMonth, this.gotoNextMonth, this.nextMonthDisabled, 'PageUp'), makeNavBtn($nextYearIcon, this.labelNextYear, this.gotoNextYear, this.nextYearDisabled, 'Alt+PageUp'), hideDecadeNav ? h() : makeNavBtn($nextDecadeIcon, this.labelNextDecade, this.gotoNextDecade, this.nextDecadeDisabled, 'Ctrl+Alt+PageUp')]); // Caption for calendar grid var $gridCaption = h('header', { staticClass: 'b-calendar-grid-caption text-center font-weight-bold', class: { 'text-muted': disabled }, attrs: { id: gridCaptionId, 'aria-live': isLive ? 'polite' : null, 'aria-atomic': isLive ? 'true' : null }, key: 'grid-caption' }, this.formatYearMonth(this.calendarFirstDay)); // Calendar weekday headings var $gridWeekDays = h('div', { staticClass: 'b-calendar-grid-weekdays row no-gutters border-bottom', attrs: { 'aria-hidden': 'true' } }, this.calendarHeadings.map(function (d, idx) { return h('small', { staticClass: 'col text-truncate', class: { 'text-muted': disabled }, attrs: { title: d.label === d.text ? null : d.label, 'aria-label': d.label }, key: idx }, d.text); })); // Calendar day grid var $gridBody = this.calendar.map(function (week) { var $cells = week.map(function (day, dIndex) { var _class; var isSelected = day.ymd === selectedYMD; var isActive = day.ymd === activeYMD; var isToday = day.ymd === todayYMD; var idCell = safeId("_cell-".concat(day.ymd, "_")); // "fake" button var $btn = h('span', { staticClass: 'btn border-0 rounded-circle text-nowrap', // Should we add some classes to signify if today/selected/etc? class: (_class = { // Give the fake button a focus ring focus: isActive && _this6.gridHasFocus, // Styling disabled: day.isDisabled || disabled, active: isSelected }, _defineProperty(_class, _this6.computedVariant, isSelected), _defineProperty(_class, _this6.computedTodayVariant, isToday && highlightToday && !isSelected && day.isThisMonth), _defineProperty(_class, 'btn-outline-light', !(isToday && highlightToday) && !isSelected && !isActive), _defineProperty(_class, 'btn-light', !(isToday && highlightToday) && !isSelected && isActive), _defineProperty(_class, 'text-muted', !day.isThisMonth && !isSelected), _defineProperty(_class, 'text-dark', !(isToday && highlightToday) && !isSelected && !isActive && day.isThisMonth), _defineProperty(_class, 'font-weight-bold', (isSelected || day.isThisMonth) && !day.isDisabled), _class), on: { click: function click() { return _this6.onClickDay(day); } } }, day.day); return h('div', // Cell with button { staticClass: 'col p-0', class: day.isDisabled ? 'bg-light' : day.info.class || '', attrs: { id: idCell, role: 'button', 'data-date': day.ymd, // Primarily for testing purposes // Only days in the month are presented as buttons to screen readers 'aria-hidden': day.isThisMonth ? null : 'true', 'aria-disabled': day.isDisabled || disabled ? 'true' : null, 'aria-label': [day.label, isSelected ? "(".concat(_this6.labelSelected, ")") : null, isToday ? "(".concat(_this6.labelToday, ")") : null].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]).join(' '), // NVDA doesn't convey `aria-selected`, but does `aria-current`, // ChromeVox doesn't convey `aria-current`, but does `aria-selected`, // so we set both attributes for robustness 'aria-selected': isSelected ? 'true' : null, 'aria-current': isSelected ? 'date' : null }, key: dIndex }, [$btn]); }); // Return the week "row" // We use the first day of the weeks YMD value as a // key for efficient DOM patching / element re-use return h('div', { staticClass: 'row no-gutters', key: week[0].ymd }, $cells); }); $gridBody = h('div', { // A key is only required on the body if we add in transition support staticClass: 'b-calendar-grid-body', style: disabled ? { pointerEvents: 'none' } : {} // key: this.activeYMD.slice(0, -3) }, $gridBody); var $gridHelp = h('footer', { staticClass: 'b-calendar-grid-help border-top small text-muted text-center bg-light', attrs: { id: gridHelpId } }, [h('div', { staticClass: 'small' }, this.labelHelp)]); var $grid = h('div', { staticClass: 'b-calendar-grid form-control h-auto text-center', attrs: { id: gridId, role: 'application', tabindex: noKeyNav ? '-1' : disabled ? null : '0', 'data-month': activeYMD.slice(0, -3), // `YYYY-MM`, mainly for testing 'aria-roledescription': this.labelCalendar || null, 'aria-labelledby': gridCaptionId, 'aria-describedby': gridHelpId, // `aria-readonly` is not considered valid on `role="application"` // https://www.w3.org/TR/wai-aria-1.1/#aria-readonly // 'aria-readonly': this.readonly && !disabled ? 'true' : null, 'aria-disabled': disabled ? 'true' : null, 'aria-activedescendant': activeId }, on: { keydown: this.onKeydownGrid, focus: this.setGridFocusFlag, blur: this.setGridFocusFlag }, ref: 'grid' }, [$gridCaption, $gridWeekDays, $gridBody, $gridHelp]); // Optional bottom slot var $slot = this.normalizeSlot(); $slot = $slot ? h('footer', { staticClass: 'b-calendar-footer' }, $slot) : h(); var $widget = h('div', { staticClass: 'b-calendar-inner', style: this.block ? {} : { width: this.width }, attrs: { id: widgetId, dir: isRTL ? 'rtl' : 'ltr', lang: this.computedLocale || null, role: 'group', 'aria-disabled': disabled ? 'true' : null, // If datepicker controls an input, this will specify the ID of the input 'aria-controls': this.ariaControls || null, // This should be a prop (so it can be changed to Date picker, etc, localized 'aria-roledescription': this.roleDescription || null, 'aria-describedby': [// Should the attr (if present) go last? // Or should this attr be a prop? this.bvAttrs['aria-describedby'], valueId, gridHelpId].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]).join(' ') }, on: { keydown: this.onKeydownWrapper } }, [$header, $nav, $grid, $slot]); // Wrap in an outer div that can be styled return h('div', { staticClass: 'b-calendar', class: { 'd-block': this.block } }, [$widget]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/index.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/index.js ***! \********************************************************************************************/ /*! exports provided: CalendarPlugin, BCalendar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CalendarPlugin", function() { return CalendarPlugin; }); /* harmony import */ var _calendar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./calendar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/calendar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCalendar", function() { return _calendar__WEBPACK_IMPORTED_MODULE_0__["BCalendar"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var CalendarPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BCalendar: _calendar__WEBPACK_IMPORTED_MODULE_0__["BCalendar"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-body.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-body.js ***! \********************************************************************************************/ /*! exports provided: props, BCardBody */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardBody", function() { return BCardBody; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_card__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/card.js"); /* harmony import */ var _card_title__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./card-title */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-title.js"); /* harmony import */ var _card_sub_title__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./card-sub-title */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-sub-title.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _card_title__WEBPACK_IMPORTED_MODULE_6__["props"]), _card_sub_title__WEBPACK_IMPORTED_MODULE_7__["props"]), Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["copyProps"])(_mixins_card__WEBPACK_IMPORTED_MODULE_5__["props"], _utils_props__WEBPACK_IMPORTED_MODULE_4__["prefixPropName"].bind(null, 'body'))), {}, { bodyClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), overlay: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_BODY"]); // --- Main component --- // @vue/component var BCardBody = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_BODY"], functional: true, props: props, render: function render(h, _ref) { var _ref2; var props = _ref.props, data = _ref.data, children = _ref.children; var bodyBgVariant = props.bodyBgVariant, bodyBorderVariant = props.bodyBorderVariant, bodyTextVariant = props.bodyTextVariant; var $title = h(); if (props.title) { $title = h(_card_title__WEBPACK_IMPORTED_MODULE_6__["BCardTitle"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(_card_title__WEBPACK_IMPORTED_MODULE_6__["props"], props) }); } var $subTitle = h(); if (props.subTitle) { $subTitle = h(_card_sub_title__WEBPACK_IMPORTED_MODULE_7__["BCardSubTitle"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(_card_sub_title__WEBPACK_IMPORTED_MODULE_7__["props"], props), class: ['mb-2'] }); } return h(props.bodyTag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card-body', class: [(_ref2 = { 'card-img-overlay': props.overlay }, _defineProperty(_ref2, "bg-".concat(bodyBgVariant), bodyBgVariant), _defineProperty(_ref2, "border-".concat(bodyBorderVariant), bodyBorderVariant), _defineProperty(_ref2, "text-".concat(bodyTextVariant), bodyTextVariant), _ref2), props.bodyClass] }), [$title, $subTitle, children]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-footer.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-footer.js ***! \**********************************************************************************************/ /*! exports provided: props, BCardFooter */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardFooter", function() { return BCardFooter; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_card__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/card.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["copyProps"])(_mixins_card__WEBPACK_IMPORTED_MODULE_6__["props"], _utils_props__WEBPACK_IMPORTED_MODULE_5__["prefixPropName"].bind(null, 'footer'))), {}, { footer: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), footerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), footerHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_FOOTER"]); // --- Main component --- // @vue/component var BCardFooter = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_FOOTER"], functional: true, props: props, render: function render(h, _ref) { var _ref2; var props = _ref.props, data = _ref.data, children = _ref.children; var footerBgVariant = props.footerBgVariant, footerBorderVariant = props.footerBorderVariant, footerTextVariant = props.footerTextVariant; return h(props.footerTag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card-footer', class: [props.footerClass, (_ref2 = {}, _defineProperty(_ref2, "bg-".concat(footerBgVariant), footerBgVariant), _defineProperty(_ref2, "border-".concat(footerBorderVariant), footerBorderVariant), _defineProperty(_ref2, "text-".concat(footerTextVariant), footerTextVariant), _ref2)], domProps: children ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(props.footerHtml, props.footer) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-group.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-group.js ***! \*********************************************************************************************/ /*! exports provided: props, BCardGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardGroup", function() { return BCardGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ columns: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), deck: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_GROUP"]); // --- Main component --- // @vue/component var BCardGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_GROUP"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: props.deck ? 'card-deck' : props.columns ? 'card-columns' : 'card-group' }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-header.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-header.js ***! \**********************************************************************************************/ /*! exports provided: props, BCardHeader */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardHeader", function() { return BCardHeader; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_card__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/card.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["copyProps"])(_mixins_card__WEBPACK_IMPORTED_MODULE_6__["props"], _utils_props__WEBPACK_IMPORTED_MODULE_5__["prefixPropName"].bind(null, 'header'))), {}, { header: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), headerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), headerHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_HEADER"]); // --- Main component --- // @vue/component var BCardHeader = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_HEADER"], functional: true, props: props, render: function render(h, _ref) { var _ref2; var props = _ref.props, data = _ref.data, children = _ref.children; var headerBgVariant = props.headerBgVariant, headerBorderVariant = props.headerBorderVariant, headerTextVariant = props.headerTextVariant; return h(props.headerTag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card-header', class: [props.headerClass, (_ref2 = {}, _defineProperty(_ref2, "bg-".concat(headerBgVariant), headerBgVariant), _defineProperty(_ref2, "border-".concat(headerBorderVariant), headerBorderVariant), _defineProperty(_ref2, "text-".concat(headerTextVariant), headerTextVariant), _ref2)], domProps: children ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(props.headerHtml, props.header) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img-lazy.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img-lazy.js ***! \************************************************************************************************/ /*! exports provided: props, BCardImgLazy */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardImgLazy", function() { return BCardImgLazy; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _image_img__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../image/img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js"); /* harmony import */ var _image_img_lazy__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../image/img-lazy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img-lazy.js"); /* harmony import */ var _card_img__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./card-img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["sortKeys"])(_objectSpread(_objectSpread({}, Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["omit"])(_image_img_lazy__WEBPACK_IMPORTED_MODULE_5__["props"], Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["keys"])(_image_img__WEBPACK_IMPORTED_MODULE_4__["props"]))), Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["omit"])(_card_img__WEBPACK_IMPORTED_MODULE_6__["props"], ['src', 'alt', 'width', 'height']))), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_IMG_LAZY"]); // --- Main component --- // @vue/component var BCardImgLazy = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_IMG_LAZY"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data; var baseClass = 'card-img'; if (props.top) { baseClass += '-top'; } else if (props.right || props.end) { baseClass += '-right'; } else if (props.bottom) { baseClass += '-bottom'; } else if (props.left || props.start) { baseClass += '-left'; } return h(_image_img_lazy__WEBPACK_IMPORTED_MODULE_5__["BImgLazy"], Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: [baseClass], // Exclude `left` and `right` props before passing to `<b-img-lazy>` props: Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["omit"])(props, ['left', 'right']) })); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img.js ***! \*******************************************************************************************/ /*! exports provided: props, BCardImg */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardImg", function() { return BCardImg; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _image_img__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../image/img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["pick"])(_image_img__WEBPACK_IMPORTED_MODULE_5__["props"], ['src', 'alt', 'width', 'height', 'left', 'right'])), {}, { bottom: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), end: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), start: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), top: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_IMG"]); // --- Main component --- // @vue/component var BCardImg = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_IMG"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data; var src = props.src, alt = props.alt, width = props.width, height = props.height; var baseClass = 'card-img'; if (props.top) { baseClass += '-top'; } else if (props.right || props.end) { baseClass += '-right'; } else if (props.bottom) { baseClass += '-bottom'; } else if (props.left || props.start) { baseClass += '-left'; } return h('img', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: baseClass, attrs: { src: src, alt: alt, width: width, height: height } })); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-sub-title.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-sub-title.js ***! \*************************************************************************************************/ /*! exports provided: props, BCardSubTitle */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardSubTitle", function() { return BCardSubTitle; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ subTitle: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), subTitleTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'h6'), subTitleTextVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'muted') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_SUB_TITLE"]); // --- Main component --- // @vue/component var BCardSubTitle = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_SUB_TITLE"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.subTitleTag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card-subtitle', class: [props.subTitleTextVariant ? "text-".concat(props.subTitleTextVariant) : null] }), children || Object(_utils_string__WEBPACK_IMPORTED_MODULE_4__["toString"])(props.subTitle)); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-text.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-text.js ***! \********************************************************************************************/ /*! exports provided: props, BCardText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardText", function() { return BCardText; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ textTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'p') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_TEXT"]); // --- Main component --- // @vue/component var BCardText = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_TEXT"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.textTag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card-text' }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-title.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-title.js ***! \*********************************************************************************************/ /*! exports provided: props, BCardTitle */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCardTitle", function() { return BCardTitle; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ title: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), titleTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'h4') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_TITLE"]); // --- Main component --- // @vue/component var BCardTitle = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD_TITLE"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.titleTag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card-title' }), children || Object(_utils_string__WEBPACK_IMPORTED_MODULE_4__["toString"])(props.title)); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card.js ***! \***************************************************************************************/ /*! exports provided: props, BCard */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCard", function() { return BCard; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_card__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/card.js"); /* harmony import */ var _card_body__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./card-body */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-body.js"); /* harmony import */ var _card_header__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./card-header */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-header.js"); /* harmony import */ var _card_footer__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./card-footer */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-footer.js"); /* harmony import */ var _card_img__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./card-img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var cardImgProps = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["copyProps"])(_card_img__WEBPACK_IMPORTED_MODULE_12__["props"], _utils_props__WEBPACK_IMPORTED_MODULE_7__["prefixPropName"].bind(null, 'img')); cardImgProps.imgSrc.required = false; var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _card_body__WEBPACK_IMPORTED_MODULE_9__["props"]), _card_header__WEBPACK_IMPORTED_MODULE_10__["props"]), _card_footer__WEBPACK_IMPORTED_MODULE_11__["props"]), cardImgProps), _mixins_card__WEBPACK_IMPORTED_MODULE_8__["props"]), {}, { align: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), noBody: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD"]); // --- Main component --- // @vue/component var BCard = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD"], functional: true, props: props, render: function render(h, _ref) { var _class; var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var imgSrc = props.imgSrc, imgLeft = props.imgLeft, imgRight = props.imgRight, imgStart = props.imgStart, imgEnd = props.imgEnd, imgBottom = props.imgBottom, header = props.header, headerHtml = props.headerHtml, footer = props.footer, footerHtml = props.footerHtml, align = props.align, textVariant = props.textVariant, bgVariant = props.bgVariant, borderVariant = props.borderVariant; var $scopedSlots = scopedSlots || {}; var $slots = slots(); var slotScope = {}; var $imgFirst = h(); var $imgLast = h(); if (imgSrc) { var $img = h(_card_img__WEBPACK_IMPORTED_MODULE_12__["BCardImg"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["pluckProps"])(cardImgProps, props, _utils_props__WEBPACK_IMPORTED_MODULE_7__["unprefixPropName"].bind(null, 'img')) }); if (imgBottom) { $imgLast = $img; } else { $imgFirst = $img; } } var $header = h(); var hasHeaderSlot = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_HEADER"], $scopedSlots, $slots); if (hasHeaderSlot || header || headerHtml) { $header = h(_card_header__WEBPACK_IMPORTED_MODULE_10__["BCardHeader"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["pluckProps"])(_card_header__WEBPACK_IMPORTED_MODULE_10__["props"], props), domProps: hasHeaderSlot ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(headerHtml, header) }, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_HEADER"], slotScope, $scopedSlots, $slots)); } var $content = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], slotScope, $scopedSlots, $slots); // Wrap content in `<card-body>` when `noBody` prop set if (!props.noBody) { $content = h(_card_body__WEBPACK_IMPORTED_MODULE_9__["BCardBody"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["pluckProps"])(_card_body__WEBPACK_IMPORTED_MODULE_9__["props"], props) }, $content); // When the `overlap` prop is set we need to wrap the `<b-card-img>` and `<b-card-body>` // into a relative positioned wrapper to don't distract a potential header or footer if (props.overlay && imgSrc) { $content = h('div', { staticClass: 'position-relative' }, [$imgFirst, $content, $imgLast]); // Reset image variables since they are already in the wrapper $imgFirst = h(); $imgLast = h(); } } var $footer = h(); var hasFooterSlot = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_FOOTER"], $scopedSlots, $slots); if (hasFooterSlot || footer || footerHtml) { $footer = h(_card_footer__WEBPACK_IMPORTED_MODULE_11__["BCardFooter"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["pluckProps"])(_card_footer__WEBPACK_IMPORTED_MODULE_11__["props"], props), domProps: hasHeaderSlot ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(footerHtml, footer) }, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_FOOTER"], slotScope, $scopedSlots, $slots)); } return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'card', class: (_class = { 'flex-row': imgLeft || imgStart, 'flex-row-reverse': (imgRight || imgEnd) && !(imgLeft || imgStart) }, _defineProperty(_class, "text-".concat(align), align), _defineProperty(_class, "bg-".concat(bgVariant), bgVariant), _defineProperty(_class, "border-".concat(borderVariant), borderVariant), _defineProperty(_class, "text-".concat(textVariant), textVariant), _class) }), [$imgFirst, $header, $content, $footer, $imgLast]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/index.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/index.js ***! \****************************************************************************************/ /*! exports provided: CardPlugin, BCard, BCardHeader, BCardBody, BCardTitle, BCardSubTitle, BCardFooter, BCardImg, BCardImgLazy, BCardText, BCardGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CardPlugin", function() { return CardPlugin; }); /* harmony import */ var _card__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCard", function() { return _card__WEBPACK_IMPORTED_MODULE_0__["BCard"]; }); /* harmony import */ var _card_header__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./card-header */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-header.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardHeader", function() { return _card_header__WEBPACK_IMPORTED_MODULE_1__["BCardHeader"]; }); /* harmony import */ var _card_body__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./card-body */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-body.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardBody", function() { return _card_body__WEBPACK_IMPORTED_MODULE_2__["BCardBody"]; }); /* harmony import */ var _card_title__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./card-title */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-title.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardTitle", function() { return _card_title__WEBPACK_IMPORTED_MODULE_3__["BCardTitle"]; }); /* harmony import */ var _card_sub_title__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./card-sub-title */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-sub-title.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardSubTitle", function() { return _card_sub_title__WEBPACK_IMPORTED_MODULE_4__["BCardSubTitle"]; }); /* harmony import */ var _card_footer__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./card-footer */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-footer.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardFooter", function() { return _card_footer__WEBPACK_IMPORTED_MODULE_5__["BCardFooter"]; }); /* harmony import */ var _card_img__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./card-img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardImg", function() { return _card_img__WEBPACK_IMPORTED_MODULE_6__["BCardImg"]; }); /* harmony import */ var _card_img_lazy__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./card-img-lazy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img-lazy.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardImgLazy", function() { return _card_img_lazy__WEBPACK_IMPORTED_MODULE_7__["BCardImgLazy"]; }); /* harmony import */ var _card_text__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./card-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardText", function() { return _card_text__WEBPACK_IMPORTED_MODULE_8__["BCardText"]; }); /* harmony import */ var _card_group__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./card-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardGroup", function() { return _card_group__WEBPACK_IMPORTED_MODULE_9__["BCardGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var CardPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_10__["pluginFactory"])({ components: { BCard: _card__WEBPACK_IMPORTED_MODULE_0__["BCard"], BCardHeader: _card_header__WEBPACK_IMPORTED_MODULE_1__["BCardHeader"], BCardBody: _card_body__WEBPACK_IMPORTED_MODULE_2__["BCardBody"], BCardTitle: _card_title__WEBPACK_IMPORTED_MODULE_3__["BCardTitle"], BCardSubTitle: _card_sub_title__WEBPACK_IMPORTED_MODULE_4__["BCardSubTitle"], BCardFooter: _card_footer__WEBPACK_IMPORTED_MODULE_5__["BCardFooter"], BCardImg: _card_img__WEBPACK_IMPORTED_MODULE_6__["BCardImg"], BCardImgLazy: _card_img_lazy__WEBPACK_IMPORTED_MODULE_7__["BCardImgLazy"], BCardText: _card_text__WEBPACK_IMPORTED_MODULE_8__["BCardText"], BCardGroup: _card_group__WEBPACK_IMPORTED_MODULE_9__["BCardGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel-slide.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel-slide.js ***! \*****************************************************************************************************/ /*! exports provided: props, BCarouselSlide */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCarouselSlide", function() { return BCarouselSlide; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _image_img__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../image/img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var imgProps = { imgAlt: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), imgBlank: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), imgBlankColor: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'transparent'), imgHeight: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"]), imgSrc: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), imgWidth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"]) }; var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_10__["props"]), imgProps), {}, { background: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), caption: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), captionHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), captionTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'h3'), contentTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'div'), contentVisibleUp: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), text: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), textHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), textTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'p') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CAROUSEL_SLIDE"]); // --- Main component --- // @vue/component var BCarouselSlide = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CAROUSEL_SLIDE"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_10__["idMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_11__["normalizeSlotMixin"]], inject: { bvCarousel: { // Explicitly disable touch if not a child of carousel default: function _default() { return { noTouch: true }; } } }, props: props, computed: { contentClasses: function contentClasses() { return [this.contentVisibleUp ? 'd-none' : '', this.contentVisibleUp ? "d-".concat(this.contentVisibleUp, "-block") : '']; }, computedWidth: function computedWidth() { // Use local width, or try parent width return this.imgWidth || this.bvCarousel.imgWidth || null; }, computedHeight: function computedHeight() { // Use local height, or try parent height return this.imgHeight || this.bvCarousel.imgHeight || null; } }, render: function render(h) { var $img = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_IMG"]); if (!$img && (this.imgSrc || this.imgBlank)) { var on = {}; // Touch support event handler /* istanbul ignore if: difficult to test in JSDOM */ if (!this.bvCarousel.noTouch && _constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_TOUCH_SUPPORT"]) { on.dragstart = function (event) { return Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event, { propagation: false }); }; } $img = h(_image_img__WEBPACK_IMPORTED_MODULE_12__["BImg"], { props: _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["pluckProps"])(imgProps, this.$props, _utils_props__WEBPACK_IMPORTED_MODULE_9__["unprefixPropName"].bind(null, 'img'))), {}, { width: this.computedWidth, height: this.computedHeight, fluidGrow: true, block: true }), on: on }); } var $contentChildren = [// Caption this.caption || this.captionHtml ? h(this.captionTag, { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_6__["htmlOrText"])(this.captionHtml, this.caption) }) : false, // Text this.text || this.textHtml ? h(this.textTag, { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_6__["htmlOrText"])(this.textHtml, this.text) }) : false, // Children this.normalizeSlot() || false]; var $content = h(); if ($contentChildren.some(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"])) { $content = h(this.contentTag, { staticClass: 'carousel-caption', class: this.contentClasses }, $contentChildren.map(function ($child) { return $child || h(); })); } return h('div', { staticClass: 'carousel-item', style: { background: this.background || this.bvCarousel.background || null }, attrs: { id: this.safeId(), role: 'listitem' } }, [$img, $content]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel.js ***! \***********************************************************************************************/ /*! exports provided: props, BCarousel */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCarousel", function() { return BCarousel; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_noop__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/noop */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/noop.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_observe_dom__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/observe-dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/observe-dom.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_10__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER"], defaultValue: 0 }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // Slide directional classes var DIRECTION = { next: { dirClass: 'carousel-item-left', overlayClass: 'carousel-item-next' }, prev: { dirClass: 'carousel-item-right', overlayClass: 'carousel-item-prev' } }; // Fallback Transition duration (with a little buffer) in ms var TRANS_DURATION = 600 + 50; // Time for mouse compat events to fire after touch var TOUCH_EVENT_COMPAT_WAIT = 500; // Number of pixels to consider touch move a swipe var SWIPE_THRESHOLD = 40; // PointerEvent pointer types var PointerType = { TOUCH: 'touch', PEN: 'pen' }; // Transition Event names var TransitionEndEvents = { WebkitTransition: 'webkitTransitionEnd', MozTransition: 'transitionend', OTransition: 'otransitionend oTransitionEnd', transition: 'transitionend' }; // --- Helper methods --- // Return the browser specific transitionEnd event name var getTransitionEndEvent = function getTransitionEndEvent(el) { for (var name in TransitionEndEvents) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isUndefined"])(el.style[name])) { return TransitionEndEvents[name]; } } // Fallback /* istanbul ignore next */ return null; }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_13__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_16__["props"]), modelProps), {}, { background: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), controls: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Enable cross-fade animation instead of slide animation fade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Sniffed by carousel-slide imgHeight: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER_STRING"]), // Sniffed by carousel-slide imgWidth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER_STRING"]), indicators: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), interval: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER"], 5000), labelGotoSlide: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Goto slide'), labelIndicators: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Select a slide to display'), labelNext: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Next slide'), labelPrev: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Previous slide'), // Disable slide/fade animation noAnimation: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Disable pause on hover noHoverPause: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Sniffed by carousel-slide noTouch: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // Disable wrapping/looping when start/end is reached noWrap: Object(_utils_props__WEBPACK_IMPORTED_MODULE_15__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CAROUSEL"]); // --- Main component --- // @vue/component var BCarousel = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CAROUSEL"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_16__["idMixin"], modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_17__["normalizeSlotMixin"]], provide: function provide() { return { bvCarousel: this }; }, props: props, data: function data() { return { index: this[MODEL_PROP_NAME] || 0, isSliding: false, transitionEndEvent: null, slides: [], direction: null, isPaused: !(Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(this.interval, 0) > 0), // Touch event handling values touchStartX: 0, touchDeltaX: 0 }; }, computed: { numSlides: function numSlides() { return this.slides.length; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue) { this.setSlide(Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(newValue, 0)); } }), _defineProperty(_watch, "interval", function interval(newValue, oldValue) { /* istanbul ignore next */ if (newValue === oldValue) { return; } if (!newValue) { // Pausing slide show this.pause(false); } else { // Restarting or Changing interval this.pause(true); this.start(false); } }), _defineProperty(_watch, "isPaused", function isPaused(newValue, oldValue) { if (newValue !== oldValue) { this.$emit(newValue ? _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_PAUSED"] : _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_UNPAUSED"]); } }), _defineProperty(_watch, "index", function index(to, from) { /* istanbul ignore next */ if (to === from || this.isSliding) { return; } this.doSlide(to, from); }), _watch), created: function created() { // Create private non-reactive props this.$_interval = null; this.$_animationTimeout = null; this.$_touchTimeout = null; this.$_observer = null; // Set initial paused state this.isPaused = !(Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(this.interval, 0) > 0); }, mounted: function mounted() { // Cache current browser transitionend event name this.transitionEndEvent = getTransitionEndEvent(this.$el) || null; // Get all slides this.updateSlides(); // Observe child changes so we can update slide list this.setObserver(true); }, beforeDestroy: function beforeDestroy() { this.clearInterval(); this.clearAnimationTimeout(); this.clearTouchTimeout(); this.setObserver(false); }, methods: { clearInterval: function (_clearInterval) { function clearInterval() { return _clearInterval.apply(this, arguments); } clearInterval.toString = function () { return _clearInterval.toString(); }; return clearInterval; }(function () { clearInterval(this.$_interval); this.$_interval = null; }), clearAnimationTimeout: function clearAnimationTimeout() { clearTimeout(this.$_animationTimeout); this.$_animationTimeout = null; }, clearTouchTimeout: function clearTouchTimeout() { clearTimeout(this.$_touchTimeout); this.$_touchTimeout = null; }, setObserver: function setObserver() { var on = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; this.$_observer && this.$_observer.disconnect(); this.$_observer = null; if (on) { this.$_observer = Object(_utils_observe_dom__WEBPACK_IMPORTED_MODULE_14__["observeDom"])(this.$refs.inner, this.updateSlides.bind(this), { subtree: false, childList: true, attributes: true, attributeFilter: ['id'] }); } }, // Set slide setSlide: function setSlide(slide) { var _this = this; var direction = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; // Don't animate when page is not visible /* istanbul ignore if: difficult to test */ if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] && document.visibilityState && document.hidden) { return; } var noWrap = this.noWrap; var numSlides = this.numSlides; // Make sure we have an integer (you never know!) slide = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathFloor"])(slide); // Don't do anything if nothing to slide to if (numSlides === 0) { return; } // Don't change slide while transitioning, wait until transition is done if (this.isSliding) { // Schedule slide after sliding complete this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SLIDING_END"], function () { // Wrap in `requestAF()` to allow the slide to properly finish to avoid glitching Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["requestAF"])(function () { return _this.setSlide(slide, direction); }); }); return; } this.direction = direction; // Set new slide index // Wrap around if necessary (if no-wrap not enabled) this.index = slide >= numSlides ? noWrap ? numSlides - 1 : 0 : slide < 0 ? noWrap ? 0 : numSlides - 1 : slide; // Ensure the v-model is synched up if no-wrap is enabled // and user tried to slide pass either ends if (noWrap && this.index !== slide && this.index !== this[MODEL_PROP_NAME]) { this.$emit(MODEL_EVENT_NAME, this.index); } }, // Previous slide prev: function prev() { this.setSlide(this.index - 1, 'prev'); }, // Next slide next: function next() { this.setSlide(this.index + 1, 'next'); }, // Pause auto rotation pause: function pause(event) { if (!event) { this.isPaused = true; } this.clearInterval(); }, // Start auto rotate slides start: function start(event) { if (!event) { this.isPaused = false; } /* istanbul ignore next: most likely will never happen, but just in case */ this.clearInterval(); // Don't start if no interval, or less than 2 slides if (this.interval && this.numSlides > 1) { this.$_interval = setInterval(this.next, Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(1000, this.interval)); } }, // Restart auto rotate slides when focus/hover leaves the carousel /* istanbul ignore next */ restart: function restart() { if (!this.$el.contains(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["getActiveElement"])())) { this.start(); } }, doSlide: function doSlide(to, from) { var _this2 = this; var isCycling = Boolean(this.interval); // Determine sliding direction var direction = this.calcDirection(this.direction, from, to); var overlayClass = direction.overlayClass; var dirClass = direction.dirClass; // Determine current and next slides var currentSlide = this.slides[from]; var nextSlide = this.slides[to]; // Don't do anything if there aren't any slides to slide to if (!currentSlide || !nextSlide) { /* istanbul ignore next */ return; } // Start animating this.isSliding = true; if (isCycling) { this.pause(false); } this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SLIDING_START"], to); // Update v-model this.$emit(MODEL_EVENT_NAME, this.index); if (this.noAnimation) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(nextSlide, 'active'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(currentSlide, 'active'); this.isSliding = false; // Notify ourselves that we're done sliding (slid) this.$nextTick(function () { return _this2.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SLIDING_END"], to); }); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(nextSlide, overlayClass); // Trigger a reflow of next slide Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["reflow"])(nextSlide); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(currentSlide, dirClass); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(nextSlide, dirClass); // Transition End handler var called = false; /* istanbul ignore next: difficult to test */ var onceTransEnd = function onceTransEnd() { if (called) { return; } called = true; /* istanbul ignore if: transition events cant be tested in JSDOM */ if (_this2.transitionEndEvent) { var events = _this2.transitionEndEvent.split(/\s+/); events.forEach(function (event) { return Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["eventOff"])(nextSlide, event, onceTransEnd, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_NO_CAPTURE"]); }); } _this2.clearAnimationTimeout(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(nextSlide, dirClass); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(nextSlide, overlayClass); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(nextSlide, 'active'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(currentSlide, 'active'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(currentSlide, dirClass); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(currentSlide, overlayClass); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(currentSlide, 'aria-current', 'false'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(nextSlide, 'aria-current', 'true'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(currentSlide, 'aria-hidden', 'true'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(nextSlide, 'aria-hidden', 'false'); _this2.isSliding = false; _this2.direction = null; // Notify ourselves that we're done sliding (slid) _this2.$nextTick(function () { return _this2.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SLIDING_END"], to); }); }; // Set up transitionend handler /* istanbul ignore if: transition events cant be tested in JSDOM */ if (this.transitionEndEvent) { var events = this.transitionEndEvent.split(/\s+/); events.forEach(function (event) { return Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["eventOn"])(nextSlide, event, onceTransEnd, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_NO_CAPTURE"]); }); } // Fallback to setTimeout() this.$_animationTimeout = setTimeout(onceTransEnd, TRANS_DURATION); } if (isCycling) { this.start(false); } }, // Update slide list updateSlides: function updateSlides() { this.pause(true); // Get all slides as DOM elements this.slides = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["selectAll"])('.carousel-item', this.$refs.inner); var numSlides = this.slides.length; // Keep slide number in range var index = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(0, Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMin"])(Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathFloor"])(this.index), numSlides - 1)); this.slides.forEach(function (slide, idx) { var n = idx + 1; if (idx === index) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(slide, 'active'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(slide, 'aria-current', 'true'); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(slide, 'active'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(slide, 'aria-current', 'false'); } Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(slide, 'aria-posinset', String(n)); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(slide, 'aria-setsize', String(numSlides)); }); // Set slide as active this.setSlide(index); this.start(this.isPaused); }, calcDirection: function calcDirection() { var direction = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; var curIndex = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; var nextIndex = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 0; if (!direction) { return nextIndex > curIndex ? DIRECTION.next : DIRECTION.prev; } return DIRECTION[direction]; }, handleClick: function handleClick(event, fn) { var keyCode = event.keyCode; if (event.type === 'click' || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_SPACE"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_ENTER"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["stopEvent"])(event); fn(); } }, /* istanbul ignore next: JSDOM doesn't support touch events */ handleSwipe: function handleSwipe() { var absDeltaX = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathAbs"])(this.touchDeltaX); if (absDeltaX <= SWIPE_THRESHOLD) { return; } var direction = absDeltaX / this.touchDeltaX; // Reset touch delta X // https://github.com/twbs/bootstrap/pull/28558 this.touchDeltaX = 0; if (direction > 0) { // Swipe left this.prev(); } else if (direction < 0) { // Swipe right this.next(); } }, /* istanbul ignore next: JSDOM doesn't support touch events */ touchStart: function touchStart(event) { if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_POINTER_EVENT_SUPPORT"] && PointerType[event.pointerType.toUpperCase()]) { this.touchStartX = event.clientX; } else if (!_constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_POINTER_EVENT_SUPPORT"]) { this.touchStartX = event.touches[0].clientX; } }, /* istanbul ignore next: JSDOM doesn't support touch events */ touchMove: function touchMove(event) { // Ensure swiping with one touch and not pinching if (event.touches && event.touches.length > 1) { this.touchDeltaX = 0; } else { this.touchDeltaX = event.touches[0].clientX - this.touchStartX; } }, /* istanbul ignore next: JSDOM doesn't support touch events */ touchEnd: function touchEnd(event) { if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_POINTER_EVENT_SUPPORT"] && PointerType[event.pointerType.toUpperCase()]) { this.touchDeltaX = event.clientX - this.touchStartX; } this.handleSwipe(); // If it's a touch-enabled device, mouseenter/leave are fired as // part of the mouse compatibility events on first tap - the carousel // would stop cycling until user tapped out of it; // here, we listen for touchend, explicitly pause the carousel // (as if it's the second time we tap on it, mouseenter compat event // is NOT fired) and after a timeout (to allow for mouse compatibility // events to fire) we explicitly restart cycling this.pause(false); this.clearTouchTimeout(); this.$_touchTimeout = setTimeout(this.start, TOUCH_EVENT_COMPAT_WAIT + Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(1000, this.interval)); } }, render: function render(h) { var _this3 = this; var indicators = this.indicators, background = this.background, noAnimation = this.noAnimation, noHoverPause = this.noHoverPause, noTouch = this.noTouch, index = this.index, isSliding = this.isSliding, pause = this.pause, restart = this.restart, touchStart = this.touchStart, touchEnd = this.touchEnd; var idInner = this.safeId('__BV_inner_'); // Wrapper for slides var $inner = h('div', { staticClass: 'carousel-inner', attrs: { id: idInner, role: 'list' }, ref: 'inner' }, [this.normalizeSlot()]); // Prev and next controls var $controls = h(); if (this.controls) { var makeControl = function makeControl(direction, label, handler) { var handlerWrapper = function handlerWrapper(event) { /* istanbul ignore next */ if (!isSliding) { _this3.handleClick(event, handler); } else { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["stopEvent"])(event, { propagation: false }); } }; return h('a', { staticClass: "carousel-control-".concat(direction), attrs: { href: '#', role: 'button', 'aria-controls': idInner, 'aria-disabled': isSliding ? 'true' : null }, on: { click: handlerWrapper, keydown: handlerWrapper } }, [h('span', { staticClass: "carousel-control-".concat(direction, "-icon"), attrs: { 'aria-hidden': 'true' } }), h('span', { class: 'sr-only' }, [label])]); }; $controls = [makeControl('prev', this.labelPrev, this.prev), makeControl('next', this.labelNext, this.next)]; } // Indicators var $indicators = h('ol', { staticClass: 'carousel-indicators', directives: [{ name: 'show', value: indicators }], attrs: { id: this.safeId('__BV_indicators_'), 'aria-hidden': indicators ? 'false' : 'true', 'aria-label': this.labelIndicators, 'aria-owns': idInner } }, this.slides.map(function (slide, i) { var handler = function handler(event) { _this3.handleClick(event, function () { _this3.setSlide(i); }); }; return h('li', { class: { active: i === index }, attrs: { role: 'button', id: _this3.safeId("__BV_indicator_".concat(i + 1, "_")), tabindex: indicators ? '0' : '-1', 'aria-current': i === index ? 'true' : 'false', 'aria-label': "".concat(_this3.labelGotoSlide, " ").concat(i + 1), 'aria-describedby': slide.id || null, 'aria-controls': idInner }, on: { click: handler, keydown: handler }, key: "slide_".concat(i) }); })); var on = { mouseenter: noHoverPause ? _utils_noop__WEBPACK_IMPORTED_MODULE_12__["noop"] : pause, mouseleave: noHoverPause ? _utils_noop__WEBPACK_IMPORTED_MODULE_12__["noop"] : restart, focusin: pause, focusout: restart, keydown: function keydown(event) { /* istanbul ignore next */ if (/input|textarea/i.test(event.target.tagName)) { return; } var keyCode = event.keyCode; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_RIGHT"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["stopEvent"])(event); _this3[keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"] ? 'prev' : 'next'](); } } }; // Touch support event handlers for environment if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_TOUCH_SUPPORT"] && !noTouch) { // Attach appropriate listeners (prepend event name with '&' for passive mode) /* istanbul ignore next: JSDOM doesn't support touch events */ if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_POINTER_EVENT_SUPPORT"]) { on['&pointerdown'] = touchStart; on['&pointerup'] = touchEnd; } else { on['&touchstart'] = touchStart; on['&touchmove'] = this.touchMove; on['&touchend'] = touchEnd; } } // Return the carousel return h('div', { staticClass: 'carousel', class: { slide: !noAnimation, 'carousel-fade': !noAnimation && this.fade, 'pointer-event': _constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_TOUCH_SUPPORT"] && _constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_POINTER_EVENT_SUPPORT"] && !noTouch }, style: { background: background }, attrs: { role: 'region', id: this.safeId(), 'aria-busy': isSliding ? 'true' : 'false' }, on: on }, [$inner, $controls, $indicators]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/index.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/index.js ***! \********************************************************************************************/ /*! exports provided: CarouselPlugin, BCarousel, BCarouselSlide */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CarouselPlugin", function() { return CarouselPlugin; }); /* harmony import */ var _carousel__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./carousel */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCarousel", function() { return _carousel__WEBPACK_IMPORTED_MODULE_0__["BCarousel"]; }); /* harmony import */ var _carousel_slide__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./carousel-slide */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel-slide.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCarouselSlide", function() { return _carousel_slide__WEBPACK_IMPORTED_MODULE_1__["BCarouselSlide"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var CarouselPlugin = /*#__PURE*/ Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BCarousel: _carousel__WEBPACK_IMPORTED_MODULE_0__["BCarousel"], BCarouselSlide: _carousel_slide__WEBPACK_IMPORTED_MODULE_1__["BCarouselSlide"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/collapse.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/collapse.js ***! \***********************************************************************************************/ /*! exports provided: props, BCollapse */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCollapse", function() { return BCollapse; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_classes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/classes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/classes.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _helpers_bv_collapse__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./helpers/bv-collapse */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/helpers/bv-collapse.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var ROOT_ACTION_EVENT_NAME_TOGGLE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'toggle'); var ROOT_ACTION_EVENT_NAME_REQUEST_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'request-state'); var ROOT_EVENT_NAME_ACCORDION = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'accordion'); var ROOT_EVENT_NAME_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'state'); var ROOT_EVENT_NAME_SYNC_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'sync-state'); var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_9__["makeModelMixin"])('visible', { type: _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], defaultValue: false }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_12__["props"]), modelProps), {}, { // If `true` (and `visible` is `true` on mount), animate initially visible accordion: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), appear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), isNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'div') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"]); // --- Main component --- // @vue/component var BCollapse = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_12__["idMixin"], modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_14__["normalizeSlotMixin"], _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_13__["listenOnRootMixin"]], props: props, data: function data() { return { show: this[MODEL_PROP_NAME], transitioning: false }; }, computed: { classObject: function classObject() { var transitioning = this.transitioning; return { 'navbar-collapse': this.isNav, collapse: !transitioning, show: this.show && !transitioning }; }, slotScope: function slotScope() { var _this = this; return { visible: this.show, close: function close() { _this.show = false; } }; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { if (newValue !== this.show) { this.show = newValue; } }), _defineProperty(_watch, "show", function show(newValue, oldValue) { if (newValue !== oldValue) { this.emitState(); } }), _watch), created: function created() { this.show = this[MODEL_PROP_NAME]; }, mounted: function mounted() { var _this2 = this; this.show = this[MODEL_PROP_NAME]; // Listen for toggle events to open/close us this.listenOnRoot(ROOT_ACTION_EVENT_NAME_TOGGLE, this.handleToggleEvt); // Listen to other collapses for accordion events this.listenOnRoot(ROOT_EVENT_NAME_ACCORDION, this.handleAccordionEvt); if (this.isNav) { // Set up handlers this.setWindowEvents(true); this.handleResize(); } this.$nextTick(function () { _this2.emitState(); }); // Listen for "Sync state" requests from `v-b-toggle` this.listenOnRoot(ROOT_ACTION_EVENT_NAME_REQUEST_STATE, function (id) { if (id === _this2.safeId()) { _this2.$nextTick(_this2.emitSync); } }); }, updated: function updated() { // Emit a private event every time this component updates to ensure // the toggle button is in sync with the collapse's state // It is emitted regardless if the visible state changes this.emitSync(); }, /* istanbul ignore next */ deactivated: function deactivated() { if (this.isNav) { this.setWindowEvents(false); } }, /* istanbul ignore next */ activated: function activated() { if (this.isNav) { this.setWindowEvents(true); } this.emitSync(); }, beforeDestroy: function beforeDestroy() { // Trigger state emit if needed this.show = false; if (this.isNav && _constants_env__WEBPACK_IMPORTED_MODULE_3__["IS_BROWSER"]) { this.setWindowEvents(false); } }, methods: { setWindowEvents: function setWindowEvents(on) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["eventOnOff"])(on, window, 'resize', this.handleResize, _constants_events__WEBPACK_IMPORTED_MODULE_4__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["eventOnOff"])(on, window, 'orientationchange', this.handleResize, _constants_events__WEBPACK_IMPORTED_MODULE_4__["EVENT_OPTIONS_NO_CAPTURE"]); }, toggle: function toggle() { this.show = !this.show; }, onEnter: function onEnter() { this.transitioning = true; // This should be moved out so we can add cancellable events this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_4__["EVENT_NAME_SHOW"]); }, onAfterEnter: function onAfterEnter() { this.transitioning = false; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_4__["EVENT_NAME_SHOWN"]); }, onLeave: function onLeave() { this.transitioning = true; // This should be moved out so we can add cancellable events this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_4__["EVENT_NAME_HIDE"]); }, onAfterLeave: function onAfterLeave() { this.transitioning = false; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_4__["EVENT_NAME_HIDDEN"]); }, emitState: function emitState() { var show = this.show, accordion = this.accordion; var id = this.safeId(); this.$emit(MODEL_EVENT_NAME, show); // Let `v-b-toggle` know the state of this collapse this.emitOnRoot(ROOT_EVENT_NAME_STATE, id, show); if (accordion && show) { // Tell the other collapses in this accordion to close this.emitOnRoot(ROOT_EVENT_NAME_ACCORDION, id, accordion); } }, emitSync: function emitSync() { // Emit a private event every time this component updates to ensure // the toggle button is in sync with the collapse's state // It is emitted regardless if the visible state changes this.emitOnRoot(ROOT_EVENT_NAME_SYNC_STATE, this.safeId(), this.show); }, checkDisplayBlock: function checkDisplayBlock() { // Check to see if the collapse has `display: block !important` set // We can't set `display: none` directly on `this.$el`, as it would // trigger a new transition to start (or cancel a current one) var $el = this.$el; var restore = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["hasClass"])($el, _constants_classes__WEBPACK_IMPORTED_MODULE_2__["CLASS_NAME_SHOW"]); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["removeClass"])($el, _constants_classes__WEBPACK_IMPORTED_MODULE_2__["CLASS_NAME_SHOW"]); var isBlock = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getCS"])($el).display === 'block'; if (restore) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["addClass"])($el, _constants_classes__WEBPACK_IMPORTED_MODULE_2__["CLASS_NAME_SHOW"]); } return isBlock; }, clickHandler: function clickHandler(event) { var el = event.target; // If we are in a nav/navbar, close the collapse when non-disabled link clicked /* istanbul ignore next: can't test `getComputedStyle()` in JSDOM */ if (!this.isNav || !el || Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getCS"])(this.$el).display !== 'block') { return; } // Only close the collapse if it is not forced to be `display: block !important` if ((Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["matches"])(el, '.nav-link,.dropdown-item') || Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["closest"])('.nav-link,.dropdown-item', el)) && !this.checkDisplayBlock()) { this.show = false; } }, handleToggleEvt: function handleToggleEvt(id) { if (id === this.safeId()) { this.toggle(); } }, handleAccordionEvt: function handleAccordionEvt(openedId, openAccordion) { var accordion = this.accordion, show = this.show; if (!accordion || accordion !== openAccordion) { return; } var isThis = openedId === this.safeId(); // Open this collapse if not shown or // close this collapse if shown if (isThis && !show || !isThis && show) { this.toggle(); } }, handleResize: function handleResize() { // Handler for orientation/resize to set collapsed state in nav/navbar this.show = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getCS"])(this.$el).display === 'block'; } }, render: function render(h) { var appear = this.appear; var $content = h(this.tag, { class: this.classObject, directives: [{ name: 'show', value: this.show }], attrs: { id: this.safeId() }, on: { click: this.clickHandler } }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_DEFAULT"], this.slotScope)); return h(_helpers_bv_collapse__WEBPACK_IMPORTED_MODULE_15__["BVCollapse"], { props: { appear: appear }, on: { enter: this.onEnter, afterEnter: this.onAfterEnter, leave: this.onLeave, afterLeave: this.onAfterLeave } }, [$content]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/helpers/bv-collapse.js": /*!**********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/helpers/bv-collapse.js ***! \**********************************************************************************************************/ /*! exports provided: props, BVCollapse */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVCollapse", function() { return BVCollapse; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // Generic collapse transion helper component // // Note: // Applies the classes `collapse`, `show` and `collapsing` // during the enter/leave transition phases only // Although it appears that Vue may be leaving the classes // in-place after the transition completes // --- Helper methods --- // Transition event handler helpers var onEnter = function onEnter(el) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', 0); // In a `requestAF()` for `appear` to work Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["requestAF"])(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["reflow"])(el); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', "".concat(el.scrollHeight, "px")); }); }; var onAfterEnter = function onAfterEnter(el) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["removeStyle"])(el, 'height'); }; var onLeave = function onLeave(el) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', 'auto'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'display', 'block'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', "".concat(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getBCR"])(el).height, "px")); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["reflow"])(el); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', 0); }; var onAfterLeave = function onAfterLeave(el) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["removeStyle"])(el, 'height'); }; // --- Constants --- // Default transition props // `appear` will use the enter classes var TRANSITION_PROPS = { css: true, enterClass: '', enterActiveClass: 'collapsing', enterToClass: 'collapse show', leaveClass: 'collapse show', leaveActiveClass: 'collapsing', leaveToClass: 'collapse' }; // Default transition handlers // `appear` will use the enter handlers var TRANSITION_HANDLERS = { enter: onEnter, afterEnter: onAfterEnter, leave: onLeave, afterLeave: onAfterLeave }; // --- Main component --- var props = { // // If `true` (and `visible` is `true` on mount), animate initially visible appear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }; // --- Main component --- // @vue/component var BVCollapse = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE_HELPER"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h('transition', // We merge in the `appear` prop last Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { props: TRANSITION_PROPS, on: TRANSITION_HANDLERS }, { props: props }), // Note: `<transition>` supports a single root element only children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/index.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/index.js ***! \********************************************************************************************/ /*! exports provided: CollapsePlugin, BCollapse */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CollapsePlugin", function() { return CollapsePlugin; }); /* harmony import */ var _collapse__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./collapse */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/collapse.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCollapse", function() { return _collapse__WEBPACK_IMPORTED_MODULE_0__["BCollapse"]; }); /* harmony import */ var _directives_toggle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/index.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var CollapsePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BCollapse: _collapse__WEBPACK_IMPORTED_MODULE_0__["BCollapse"] }, plugins: { VBTogglePlugin: _directives_toggle__WEBPACK_IMPORTED_MODULE_1__["VBTogglePlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-divider.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-divider.js ***! \*******************************************************************************************************/ /*! exports provided: props, BDropdownDivider */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownDivider", function() { return BDropdownDivider; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'hr') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_DIVIDER"]); // --- Main component --- // @vue/component var BDropdownDivider = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_DIVIDER"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["omit"])(data, ['attrs']), { attrs: { role: 'presentation' } }), [h(props.tag, { staticClass: 'dropdown-divider', attrs: _objectSpread(_objectSpread({}, data.attrs || {}), {}, { role: 'separator', 'aria-orientation': 'horizontal' }), ref: 'divider' })]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-form.js": /*!****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-form.js ***! \****************************************************************************************************/ /*! exports provided: props, BDropdownForm */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownForm", function() { return BDropdownForm; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _form_form__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../form/form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, _form_form__WEBPACK_IMPORTED_MODULE_5__["props"]), {}, { disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), formClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_FORM"]); // --- Main component --- // @vue/component var BDropdownForm = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_FORM"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, listeners = _ref.listeners, children = _ref.children; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(data, ['attrs', 'on']), { attrs: { role: 'presentation' } }), [h(_form_form__WEBPACK_IMPORTED_MODULE_5__["BForm"], { staticClass: 'b-dropdown-form', class: [props.formClass, { disabled: props.disabled }], props: props, attrs: _objectSpread(_objectSpread({}, data.attrs || {}), {}, { disabled: props.disabled, // Tab index of -1 for keyboard navigation tabindex: props.disabled ? null : '-1' }), on: listeners, ref: 'form' }, children)]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-group.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-group.js ***! \*****************************************************************************************************/ /*! exports provided: props, BDropdownGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownGroup", function() { return BDropdownGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])({ ariaDescribedby: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), header: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), headerClasses: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), headerTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'header'), headerVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_GROUP"]); // --- Main component --- // @vue/component var BDropdownGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_GROUP"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var id = props.id, variant = props.variant, header = props.header, headerTag = props.headerTag; var $slots = slots(); var $scopedSlots = scopedSlots || {}; var slotScope = {}; var headerId = id ? "_bv_".concat(id, "_group_dd_header") : null; var $header = h(); if (Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_HEADER"], $scopedSlots, $slots) || header) { $header = h(headerTag, { staticClass: 'dropdown-header', class: [props.headerClasses, _defineProperty({}, "text-".concat(variant), variant)], attrs: { id: headerId, role: Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isTag"])(headerTag, 'header') ? null : 'heading' } }, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_HEADER"], slotScope, $scopedSlots, $slots) || header); } return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["omit"])(data, ['attrs']), { attrs: { role: 'presentation' } }), [$header, h('ul', { staticClass: 'list-unstyled', attrs: _objectSpread(_objectSpread({}, data.attrs || {}), {}, { id: id, role: 'group', 'aria-describedby': [headerId, props.ariaDescribedBy].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_5__["identity"]).join(' ').trim() || null }) }, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], slotScope, $scopedSlots, $slots))]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-header.js": /*!******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-header.js ***! \******************************************************************************************************/ /*! exports provided: props, BDropdownHeader */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownHeader", function() { return BDropdownHeader; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])({ id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'header'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_HEADER"]); // --- Main component --- // @vue/component var BDropdownHeader = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_HEADER"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var tag = props.tag, variant = props.variant; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["omit"])(data, ['attrs']), { attrs: { role: 'presentation' } }), [h(tag, { staticClass: 'dropdown-header', class: _defineProperty({}, "text-".concat(variant), variant), attrs: _objectSpread(_objectSpread({}, data.attrs || {}), {}, { id: props.id || null, role: Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["isTag"])(tag, 'header') ? null : 'heading' }), ref: 'header' }, children)]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item-button.js": /*!***********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item-button.js ***! \***********************************************************************************************************/ /*! exports provided: props, BDropdownItemButton */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownItemButton", function() { return BDropdownItemButton; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])({ active: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), activeClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'active'), buttonClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_ITEM_BUTTON"]); // --- Main component --- // @vue/component var BDropdownItemButton = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_ITEM_BUTTON"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_5__["attrsMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], inject: { bvDropdown: { default: null } }, inheritAttrs: false, props: props, computed: { computedAttrs: function computedAttrs() { return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { role: 'menuitem', type: 'button', disabled: this.disabled }); } }, methods: { closeDropdown: function closeDropdown() { if (this.bvDropdown) { this.bvDropdown.hide(true); } }, onClick: function onClick(event) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"], event); this.closeDropdown(); } }, render: function render(h) { var _ref; var active = this.active, variant = this.variant, bvAttrs = this.bvAttrs; return h('li', { class: bvAttrs.class, style: bvAttrs.style, attrs: { role: 'presentation' } }, [h('button', { staticClass: 'dropdown-item', class: [this.buttonClass, (_ref = {}, _defineProperty(_ref, this.activeClass, active), _defineProperty(_ref, "text-".concat(variant), variant && !(active || this.disabled)), _ref)], attrs: this.computedAttrs, on: { click: this.onClick }, ref: 'button' }, this.normalizeSlot())]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item.js": /*!****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item.js ***! \****************************************************************************************************/ /*! exports provided: props, BDropdownItem */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownItem", function() { return BDropdownItem; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_9__["props"], ['event', 'routerTag']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { linkClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_ITEM"]); // --- Main component --- // @vue/component var BDropdownItem = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_ITEM"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_7__["attrsMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__["normalizeSlotMixin"]], inject: { bvDropdown: { default: null } }, inheritAttrs: false, props: props, computed: { computedAttrs: function computedAttrs() { return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { role: 'menuitem' }); } }, methods: { closeDropdown: function closeDropdown() { var _this = this; // Close on next animation frame to allow <b-link> time to process Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["requestAF"])(function () { if (_this.bvDropdown) { _this.bvDropdown.hide(true); } }); }, onClick: function onClick(event) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"], event); this.closeDropdown(); } }, render: function render(h) { var linkClass = this.linkClass, variant = this.variant, active = this.active, disabled = this.disabled, onClick = this.onClick, bvAttrs = this.bvAttrs; return h('li', { class: bvAttrs.class, style: bvAttrs.style, attrs: { role: 'presentation' } }, [h(_link_link__WEBPACK_IMPORTED_MODULE_9__["BLink"], { staticClass: 'dropdown-item', class: [linkClass, _defineProperty({}, "text-".concat(variant), variant && !(active || disabled))], props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["pluckProps"])(linkProps, this.$props), attrs: this.computedAttrs, on: { click: onClick }, ref: 'item' }, this.normalizeSlot())]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-text.js": /*!****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-text.js ***! \****************************************************************************************************/ /*! exports provided: props, BDropdownText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdownText", function() { return BDropdownText; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])({ tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'p'), textClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_TEXT"]); // --- Main component --- // @vue/component var BDropdownText = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN_TEXT"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var tag = props.tag, textClass = props.textClass, variant = props.variant; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(data, ['attrs']), { attrs: { role: 'presentation' } }), [h(tag, { staticClass: 'b-dropdown-text', class: [textClass, _defineProperty({}, "text-".concat(variant), variant)], props: props, attrs: data.attrs || {}, ref: 'text' }, children)]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown.js ***! \***********************************************************************************************/ /*! exports provided: props, BDropdown */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BDropdown", function() { return BDropdown; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_dropdown__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/dropdown.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_9__["props"]), _mixins_dropdown__WEBPACK_IMPORTED_MODULE_8__["props"]), {}, { block: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), html: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // If `true`, only render menu contents when open lazy: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), menuClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), noCaret: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), role: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'menu'), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), split: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), splitButtonType: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'button', function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["arrayIncludes"])(['button', 'submit', 'reset'], value); }), splitClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), splitHref: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), splitTo: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT_STRING"]), splitVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), text: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), toggleClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), toggleTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'button'), // TODO: This really should be `toggleLabel` toggleText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'Toggle dropdown'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'secondary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN"]); // --- Main component --- // @vue/component var BDropdown = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_DROPDOWN"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_9__["idMixin"], _mixins_dropdown__WEBPACK_IMPORTED_MODULE_8__["dropdownMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__["normalizeSlotMixin"]], props: props, computed: { dropdownClasses: function dropdownClasses() { var block = this.block, split = this.split; return [this.directionClass, this.boundaryClass, { show: this.visible, // The 'btn-group' class is required in `split` mode for button alignment // It needs also to be applied when `block` is disabled to allow multiple // dropdowns to be aligned one line 'btn-group': split || !block, // When `block` is enabled and we are in `split` mode the 'd-flex' class // needs to be applied to allow the buttons to stretch to full width 'd-flex': block && split }]; }, menuClasses: function menuClasses() { return [this.menuClass, { 'dropdown-menu-right': this.right, show: this.visible }]; }, toggleClasses: function toggleClasses() { var split = this.split; return [this.toggleClass, { 'dropdown-toggle-split': split, 'dropdown-toggle-no-caret': this.noCaret && !split }]; } }, render: function render(h) { var visible = this.visible, variant = this.variant, size = this.size, block = this.block, disabled = this.disabled, split = this.split, role = this.role, hide = this.hide, toggle = this.toggle; var commonProps = { variant: variant, size: size, block: block, disabled: disabled }; var $buttonChildren = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_BUTTON_CONTENT"]); var buttonContentDomProps = this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_BUTTON_CONTENT"]) ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_5__["htmlOrText"])(this.html, this.text); var $split = h(); if (split) { var splitTo = this.splitTo, splitHref = this.splitHref, splitButtonType = this.splitButtonType; var btnProps = _objectSpread(_objectSpread({}, commonProps), {}, { variant: this.splitVariant || variant }); // We add these as needed due to <router-link> issues with // defined property with `undefined`/`null` values if (splitTo) { btnProps.to = splitTo; } else if (splitHref) { btnProps.href = splitHref; } else if (splitButtonType) { btnProps.type = splitButtonType; } $split = h(_button_button__WEBPACK_IMPORTED_MODULE_11__["BButton"], { class: this.splitClass, attrs: { id: this.safeId('_BV_button_') }, props: btnProps, domProps: buttonContentDomProps, on: { click: this.onSplitClick }, ref: 'button' }, $buttonChildren); // Overwrite button content for the toggle when in `split` mode $buttonChildren = [h('span', { class: ['sr-only'] }, [this.toggleText])]; buttonContentDomProps = {}; } var $toggle = h(_button_button__WEBPACK_IMPORTED_MODULE_11__["BButton"], { staticClass: 'dropdown-toggle', class: this.toggleClasses, attrs: { id: this.safeId('_BV_toggle_'), 'aria-haspopup': 'true', 'aria-expanded': Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["toString"])(visible) }, props: _objectSpread(_objectSpread({}, commonProps), {}, { tag: this.toggleTag, block: block && !split }), domProps: buttonContentDomProps, on: { mousedown: this.onMousedown, click: toggle, keydown: toggle // Handle ENTER, SPACE and DOWN }, ref: 'toggle' }, $buttonChildren); var $menu = h('ul', { staticClass: 'dropdown-menu', class: this.menuClasses, attrs: { role: role, tabindex: '-1', 'aria-labelledby': this.safeId(split ? '_BV_button_' : '_BV_toggle_') }, on: { keydown: this.onKeydown // Handle UP, DOWN and ESC }, ref: 'menu' }, [!this.lazy || visible ? this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], { hide: hide }) : h()]); return h('div', { staticClass: 'dropdown b-dropdown', class: this.dropdownClasses, attrs: { id: this.safeId() } }, [$split, $toggle, $menu]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/index.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/index.js ***! \********************************************************************************************/ /*! exports provided: DropdownPlugin, BDropdown, BDropdownItem, BDropdownItemButton, BDropdownHeader, BDropdownDivider, BDropdownForm, BDropdownText, BDropdownGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DropdownPlugin", function() { return DropdownPlugin; }); /* harmony import */ var _dropdown__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdown", function() { return _dropdown__WEBPACK_IMPORTED_MODULE_0__["BDropdown"]; }); /* harmony import */ var _dropdown_item__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./dropdown-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownItem", function() { return _dropdown_item__WEBPACK_IMPORTED_MODULE_1__["BDropdownItem"]; }); /* harmony import */ var _dropdown_item_button__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./dropdown-item-button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item-button.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownItemButton", function() { return _dropdown_item_button__WEBPACK_IMPORTED_MODULE_2__["BDropdownItemButton"]; }); /* harmony import */ var _dropdown_header__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./dropdown-header */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-header.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownHeader", function() { return _dropdown_header__WEBPACK_IMPORTED_MODULE_3__["BDropdownHeader"]; }); /* harmony import */ var _dropdown_divider__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./dropdown-divider */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-divider.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownDivider", function() { return _dropdown_divider__WEBPACK_IMPORTED_MODULE_4__["BDropdownDivider"]; }); /* harmony import */ var _dropdown_form__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./dropdown-form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-form.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownForm", function() { return _dropdown_form__WEBPACK_IMPORTED_MODULE_5__["BDropdownForm"]; }); /* harmony import */ var _dropdown_text__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./dropdown-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownText", function() { return _dropdown_text__WEBPACK_IMPORTED_MODULE_6__["BDropdownText"]; }); /* harmony import */ var _dropdown_group__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./dropdown-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownGroup", function() { return _dropdown_group__WEBPACK_IMPORTED_MODULE_7__["BDropdownGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var DropdownPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_8__["pluginFactory"])({ components: { BDropdown: _dropdown__WEBPACK_IMPORTED_MODULE_0__["BDropdown"], BDd: _dropdown__WEBPACK_IMPORTED_MODULE_0__["BDropdown"], BDropdownItem: _dropdown_item__WEBPACK_IMPORTED_MODULE_1__["BDropdownItem"], BDdItem: _dropdown_item__WEBPACK_IMPORTED_MODULE_1__["BDropdownItem"], BDropdownItemButton: _dropdown_item_button__WEBPACK_IMPORTED_MODULE_2__["BDropdownItemButton"], BDropdownItemBtn: _dropdown_item_button__WEBPACK_IMPORTED_MODULE_2__["BDropdownItemButton"], BDdItemButton: _dropdown_item_button__WEBPACK_IMPORTED_MODULE_2__["BDropdownItemButton"], BDdItemBtn: _dropdown_item_button__WEBPACK_IMPORTED_MODULE_2__["BDropdownItemButton"], BDropdownHeader: _dropdown_header__WEBPACK_IMPORTED_MODULE_3__["BDropdownHeader"], BDdHeader: _dropdown_header__WEBPACK_IMPORTED_MODULE_3__["BDropdownHeader"], BDropdownDivider: _dropdown_divider__WEBPACK_IMPORTED_MODULE_4__["BDropdownDivider"], BDdDivider: _dropdown_divider__WEBPACK_IMPORTED_MODULE_4__["BDropdownDivider"], BDropdownForm: _dropdown_form__WEBPACK_IMPORTED_MODULE_5__["BDropdownForm"], BDdForm: _dropdown_form__WEBPACK_IMPORTED_MODULE_5__["BDropdownForm"], BDropdownText: _dropdown_text__WEBPACK_IMPORTED_MODULE_6__["BDropdownText"], BDdText: _dropdown_text__WEBPACK_IMPORTED_MODULE_6__["BDropdownText"], BDropdownGroup: _dropdown_group__WEBPACK_IMPORTED_MODULE_7__["BDropdownGroup"], BDdGroup: _dropdown_group__WEBPACK_IMPORTED_MODULE_7__["BDropdownGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/embed.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/embed.js ***! \*****************************************************************************************/ /*! exports provided: props, BEmbed */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BEmbed", function() { return BEmbed; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var TYPES = ['iframe', 'embed', 'video', 'object', 'img', 'b-img', 'b-img-lazy']; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])({ aspect: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], '16by9'), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), type: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'iframe', function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(TYPES, value); }) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_EMBED"]); // --- Main component --- // @vue/component var BEmbed = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_EMBED"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var aspect = props.aspect; return h(props.tag, { staticClass: 'embed-responsive', class: _defineProperty({}, "embed-responsive-".concat(aspect), aspect), ref: data.ref }, [h(props.type, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["omit"])(data, ['ref']), { staticClass: 'embed-responsive-item' }), children)]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/index.js ***! \*****************************************************************************************/ /*! exports provided: EmbedPlugin, BEmbed */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EmbedPlugin", function() { return EmbedPlugin; }); /* harmony import */ var _embed__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./embed */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/embed.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BEmbed", function() { return _embed__WEBPACK_IMPORTED_MODULE_0__["BEmbed"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var EmbedPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BEmbed: _embed__WEBPACK_IMPORTED_MODULE_0__["BEmbed"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-btn-label-control/bv-form-btn-label-control.js": /*!******************************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-btn-label-control/bv-form-btn-label-control.js ***! \******************************************************************************************************************************/ /*! exports provided: props, BVFormBtnLabelControl */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVFormBtnLabelControl", function() { return BVFormBtnLabelControl; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_dropdown__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/dropdown.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _directives_hover_hover__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../directives/hover/hover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/hover.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // // Private component used by `b-form-datepicker` and `b-form-timepicker` // // --- Props --- var props = Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_13__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_11__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_12__["props"]), Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["omit"])(_mixins_dropdown__WEBPACK_IMPORTED_MODULE_9__["props"], ['disabled'])), Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["omit"])(_mixins_form_control__WEBPACK_IMPORTED_MODULE_10__["props"], ['autofocus'])), {}, { // When `true`, renders a `btn-group` wrapper and visually hides the label buttonOnly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Applicable in button mode only buttonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'secondary'), // This is the value shown in the label // Defaults back to `value` formattedValue: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Value placed in `.sr-only` span inside label when value is present labelSelected: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), lang: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Extra classes to apply to the `dropdown-menu` div menuClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), // This is the value placed on the hidden input when no value selected placeholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Tri-state prop: `true`, `false` or `null` rtl: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), value: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], '') })); // --- Main component --- // @vue/component var BVFormBtnLabelControl = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_BUTTON_LABEL_CONTROL"], directives: { 'b-hover': _directives_hover_hover__WEBPACK_IMPORTED_MODULE_15__["VBHover"] }, mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_13__["idMixin"], _mixins_form_size__WEBPACK_IMPORTED_MODULE_11__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_12__["formStateMixin"], _mixins_dropdown__WEBPACK_IMPORTED_MODULE_9__["dropdownMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_14__["normalizeSlotMixin"]], props: props, data: function data() { return { isHovered: false, hasFocus: false }; }, computed: { idButton: function idButton() { return this.safeId(); }, idLabel: function idLabel() { return this.safeId('_value_'); }, idMenu: function idMenu() { return this.safeId('_dialog_'); }, idWrapper: function idWrapper() { return this.safeId('_outer_'); }, computedDir: function computedDir() { return this.rtl === true ? 'rtl' : this.rtl === false ? 'ltr' : null; } }, methods: { focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptFocus"])(this.$refs.toggle); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptBlur"])(this.$refs.toggle); } }, setFocus: function setFocus(event) { this.hasFocus = event.type === 'focus'; }, handleHover: function handleHover(hovered) { this.isHovered = hovered; } }, render: function render(h) { var _class; var idButton = this.idButton, idLabel = this.idLabel, idMenu = this.idMenu, idWrapper = this.idWrapper, disabled = this.disabled, readonly = this.readonly, required = this.required, name = this.name, state = this.state, visible = this.visible, size = this.size, isHovered = this.isHovered, hasFocus = this.hasFocus, labelSelected = this.labelSelected, buttonVariant = this.buttonVariant, buttonOnly = this.buttonOnly; var value = Object(_utils_string__WEBPACK_IMPORTED_MODULE_8__["toString"])(this.value) || ''; var invalid = state === false || required && !value; var btnScope = { isHovered: isHovered, hasFocus: hasFocus, state: state, opened: visible }; var $button = h('button', { staticClass: 'btn', class: (_class = {}, _defineProperty(_class, "btn-".concat(buttonVariant), buttonOnly), _defineProperty(_class, "btn-".concat(size), size), _defineProperty(_class, 'h-auto', !buttonOnly), _defineProperty(_class, 'dropdown-toggle', buttonOnly), _defineProperty(_class, 'dropdown-toggle-no-caret', buttonOnly), _class), attrs: { id: idButton, type: 'button', disabled: disabled, 'aria-haspopup': 'dialog', 'aria-expanded': visible ? 'true' : 'false', 'aria-invalid': invalid ? 'true' : null, 'aria-required': required ? 'true' : null }, directives: [{ name: 'b-hover', value: this.handleHover }], on: { mousedown: this.onMousedown, click: this.toggle, keydown: this.toggle, // Handle ENTER, SPACE and DOWN '!focus': this.setFocus, '!blur': this.setFocus }, ref: 'toggle' }, [this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_BUTTON_CONTENT"]) ? this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_BUTTON_CONTENT"], btnScope) : /* istanbul ignore next */ h(_icons_icons__WEBPACK_IMPORTED_MODULE_16__["BIconChevronDown"], { props: { scale: 1.25 } })]); // Hidden input var $hidden = h(); if (name && !disabled) { $hidden = h('input', { attrs: { type: 'hidden', name: name || null, form: this.form || null, value: value } }); } // Dropdown content var $menu = h('div', { staticClass: 'dropdown-menu', class: [this.menuClass, { show: visible, 'dropdown-menu-right': this.right }], attrs: { id: idMenu, role: 'dialog', tabindex: '-1', 'aria-modal': 'false', 'aria-labelledby': idLabel }, on: { keydown: this.onKeydown // Handle ESC }, ref: 'menu' }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], { opened: visible })]); // Value label var $label = h('label', { class: buttonOnly ? 'sr-only' // Hidden in button only mode : ['form-control', // Mute the text if showing the placeholder { 'text-muted': !value }, this.stateClass, this.sizeFormClass], attrs: { id: idLabel, for: idButton, 'aria-invalid': invalid ? 'true' : null, 'aria-required': required ? 'true' : null }, directives: [{ name: 'b-hover', value: this.handleHover }], on: { // Disable bubbling of the click event to // prevent menu from closing and re-opening '!click': /* istanbul ignore next */ function click(event) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event, { preventDefault: false }); } } }, [value ? this.formattedValue || value : this.placeholder || '', // Add the selected label for screen readers when a value is provided value && labelSelected ? h('bdi', { staticClass: 'sr-only' }, labelSelected) : '']); // Return the custom form control wrapper return h('div', { staticClass: 'b-form-btn-label-control dropdown', class: [this.directionClass, this.boundaryClass, [{ 'btn-group': buttonOnly, 'form-control': !buttonOnly, focus: hasFocus && !buttonOnly, show: visible, 'is-valid': state === true, 'is-invalid': state === false }, buttonOnly ? null : this.sizeFormClass]], attrs: { id: idWrapper, role: buttonOnly ? null : 'group', lang: this.lang || null, dir: this.computedDir, 'aria-disabled': disabled, 'aria-readonly': readonly && !disabled, 'aria-labelledby': idLabel, 'aria-invalid': state === false || required && !value ? 'true' : null, 'aria-required': required ? 'true' : null } }, [$button, $hidden, $menu, $label]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox-group.js": /*!***************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox-group.js ***! \***************************************************************************************************************/ /*! exports provided: props, BFormCheckboxGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormCheckboxGroup", function() { return BFormCheckboxGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/form-radio-check-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check-group.js"); var _objectSpread2; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_5__["props"]), {}, (_objectSpread2 = {}, _defineProperty(_objectSpread2, _mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_5__["MODEL_PROP_NAME"], Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY"], [])), _defineProperty(_objectSpread2, "switches", Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false)), _objectSpread2))), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_CHECKBOX_GROUP"]); // --- Main component --- // @vue/component var BFormCheckboxGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_CHECKBOX_GROUP"], // Includes render function mixins: [_mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_5__["formRadioCheckGroupMixin"]], provide: function provide() { return { bvCheckGroup: this }; }, props: props, computed: { isRadioGroup: function isRadioGroup() { return false; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox.js ***! \*********************************************************************************************************/ /*! exports provided: props, BFormCheckbox */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormCheckbox", function() { return BFormCheckbox; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_loose_index_of__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/loose-index-of */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-index-of.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/form-radio-check */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check.js"); var _objectSpread2; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var MODEL_PROP_NAME_INDETERMINATE = 'indeterminate'; var MODEL_EVENT_NAME_INDETERMINATE = _constants_events__WEBPACK_IMPORTED_MODULE_2__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_INDETERMINATE; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_9__["props"]), {}, (_objectSpread2 = {}, _defineProperty(_objectSpread2, MODEL_PROP_NAME_INDETERMINATE, Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_objectSpread2, "switch", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_objectSpread2, "uncheckedValue", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ANY"], false)), _defineProperty(_objectSpread2, "value", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ANY"], true)), _objectSpread2))), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_CHECKBOX"]); // --- Main component --- // @vue/component var BFormCheckbox = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_CHECKBOX"], mixins: [_mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_9__["formRadioCheckMixin"]], inject: { bvGroup: { from: 'bvCheckGroup', default: null } }, props: props, computed: { isChecked: function isChecked() { var value = this.value, checked = this.computedLocalChecked; return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(checked) ? Object(_utils_loose_index_of__WEBPACK_IMPORTED_MODULE_6__["looseIndexOf"])(checked, value) > -1 : Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__["looseEqual"])(checked, value); }, isRadio: function isRadio() { return false; } }, watch: _defineProperty({}, MODEL_PROP_NAME_INDETERMINATE, function (newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__["looseEqual"])(newValue, oldValue)) { this.setIndeterminate(newValue); } }), mounted: function mounted() { // Set initial indeterminate state this.setIndeterminate(this[MODEL_PROP_NAME_INDETERMINATE]); }, methods: { computedLocalCheckedWatcher: function computedLocalCheckedWatcher(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__["looseEqual"])(newValue, oldValue)) { this.$emit(_mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_9__["MODEL_EVENT_NAME"], newValue); var $input = this.$refs.input; if ($input) { this.$emit(MODEL_EVENT_NAME_INDETERMINATE, $input.indeterminate); } } }, handleChange: function handleChange(_ref) { var _this = this; var _ref$target = _ref.target, checked = _ref$target.checked, indeterminate = _ref$target.indeterminate; var value = this.value, uncheckedValue = this.uncheckedValue; // Update `computedLocalChecked` var localChecked = this.computedLocalChecked; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(localChecked)) { var index = Object(_utils_loose_index_of__WEBPACK_IMPORTED_MODULE_6__["looseIndexOf"])(localChecked, value); if (checked && index < 0) { // Add value to array localChecked = localChecked.concat(value); } else if (!checked && index > -1) { // Remove value from array localChecked = localChecked.slice(0, index).concat(localChecked.slice(index + 1)); } } else { localChecked = checked ? value : uncheckedValue; } this.computedLocalChecked = localChecked; // Fire events in a `$nextTick()` to ensure the `v-model` is updated this.$nextTick(function () { // Change is only emitted on user interaction _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], localChecked); // If this is a child of a group, we emit a change event on it as well if (_this.isGroup) { _this.bvGroup.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], localChecked); } _this.$emit(MODEL_EVENT_NAME_INDETERMINATE, indeterminate); }); }, setIndeterminate: function setIndeterminate(state) { // Indeterminate only supported in single checkbox mode if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(this.computedLocalChecked)) { state = false; } var $input = this.$refs.input; if ($input) { $input.indeterminate = state; // Emit update event to prop this.$emit(MODEL_EVENT_NAME_INDETERMINATE, state); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/index.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/index.js ***! \*************************************************************************************************/ /*! exports provided: FormCheckboxPlugin, BFormCheckbox, BFormCheckboxGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormCheckboxPlugin", function() { return FormCheckboxPlugin; }); /* harmony import */ var _form_checkbox__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-checkbox */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormCheckbox", function() { return _form_checkbox__WEBPACK_IMPORTED_MODULE_0__["BFormCheckbox"]; }); /* harmony import */ var _form_checkbox_group__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./form-checkbox-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormCheckboxGroup", function() { return _form_checkbox_group__WEBPACK_IMPORTED_MODULE_1__["BFormCheckboxGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormCheckboxPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BFormCheckbox: _form_checkbox__WEBPACK_IMPORTED_MODULE_0__["BFormCheckbox"], BCheckbox: _form_checkbox__WEBPACK_IMPORTED_MODULE_0__["BFormCheckbox"], BCheck: _form_checkbox__WEBPACK_IMPORTED_MODULE_0__["BFormCheckbox"], BFormCheckboxGroup: _form_checkbox_group__WEBPACK_IMPORTED_MODULE_1__["BFormCheckboxGroup"], BCheckboxGroup: _form_checkbox_group__WEBPACK_IMPORTED_MODULE_1__["BFormCheckboxGroup"], BCheckGroup: _form_checkbox_group__WEBPACK_IMPORTED_MODULE_1__["BFormCheckboxGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/form-datepicker.js": /*!*************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/form-datepicker.js ***! \*************************************************************************************************************/ /*! exports provided: props, BFormDatepicker */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormDatepicker", function() { return BFormDatepicker; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_date__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/date */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/date.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony import */ var _calendar_calendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../calendar/calendar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/calendar.js"); /* harmony import */ var _form_btn_label_control_bv_form_btn_label_control__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../form-btn-label-control/bv-form-btn-label-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-btn-label-control/bv-form-btn-label-control.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_8__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_DATE_STRING"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var calendarProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["omit"])(_calendar_calendar__WEBPACK_IMPORTED_MODULE_14__["props"], ['block', 'hidden', 'id', 'noKeyNav', 'roleDescription', 'value', 'width']); var formBtnLabelControlProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["omit"])(_form_btn_label_control_bv_form_btn_label_control__WEBPACK_IMPORTED_MODULE_15__["props"], ['formattedValue', 'id', 'lang', 'rtl', 'value']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_11__["props"]), modelProps), calendarProps), formBtnLabelControlProps), {}, { // Width of the calendar dropdown calendarWidth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], '270px'), closeButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), closeButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'outline-secondary'), // Dark mode dark: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), labelCloseButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Close'), labelResetButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Reset'), labelTodayButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Select today'), noCloseOnSelect: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), resetButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), resetButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'outline-danger'), resetValue: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_DATE_STRING"]), todayButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), todayButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'outline-primary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_DATEPICKER"]); // --- Main component --- // @vue/component var BFormDatepicker = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_DATEPICKER"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_11__["idMixin"], modelMixin], props: props, data: function data() { return { // We always use `YYYY-MM-DD` value internally localYMD: Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["formatYMD"])(this[MODEL_PROP_NAME]) || '', // If the popup is open isVisible: false, // Context data from BCalendar localLocale: null, isRTL: false, formattedValue: '', activeYMD: '' }; }, computed: { calendarYM: function calendarYM() { // Returns the calendar year/month // Returns the `YYYY-MM` portion of the active calendar date return this.activeYMD.slice(0, -3); }, computedLang: function computedLang() { return (this.localLocale || '').replace(/-u-.*$/i, '') || null; }, computedResetValue: function computedResetValue() { return Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["formatYMD"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["constrainDate"])(this.resetValue)) || ''; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { this.localYMD = Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["formatYMD"])(newValue) || ''; }), _defineProperty(_watch, "localYMD", function localYMD(newValue) { // We only update the v-model when the datepicker is open if (this.isVisible) { this.$emit(MODEL_EVENT_NAME, this.valueAsDate ? Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["parseYMD"])(newValue) || null : newValue || ''); } }), _defineProperty(_watch, "calendarYM", function calendarYM(newValue, oldValue) { // Displayed calendar month has changed // So possibly the calendar height has changed... // We need to update popper computed position if (newValue !== oldValue && oldValue) { try { this.$refs.control.updatePopper(); } catch (_unused) {} } }), _watch), methods: { // Public methods focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(this.$refs.control); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptBlur"])(this.$refs.control); } }, // Private methods setAndClose: function setAndClose(ymd) { var _this = this; this.localYMD = ymd; // Close calendar popup, unless `noCloseOnSelect` if (!this.noCloseOnSelect) { this.$nextTick(function () { _this.$refs.control.hide(true); }); } }, onSelected: function onSelected(ymd) { var _this2 = this; this.$nextTick(function () { _this2.setAndClose(ymd); }); }, onInput: function onInput(ymd) { if (this.localYMD !== ymd) { this.localYMD = ymd; } }, onContext: function onContext(ctx) { var activeYMD = ctx.activeYMD, isRTL = ctx.isRTL, locale = ctx.locale, selectedYMD = ctx.selectedYMD, selectedFormatted = ctx.selectedFormatted; this.isRTL = isRTL; this.localLocale = locale; this.formattedValue = selectedFormatted; this.localYMD = selectedYMD; this.activeYMD = activeYMD; // Re-emit the context event this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CONTEXT"], ctx); }, onTodayButton: function onTodayButton() { // Set to today (or min/max if today is out of range) this.setAndClose(Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["formatYMD"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["constrainDate"])(Object(_utils_date__WEBPACK_IMPORTED_MODULE_5__["createDate"])(), this.min, this.max))); }, onResetButton: function onResetButton() { this.setAndClose(this.computedResetValue); }, onCloseButton: function onCloseButton() { this.$refs.control.hide(true); }, // Menu handlers onShow: function onShow() { this.isVisible = true; }, onShown: function onShown() { var _this3 = this; this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(_this3.$refs.calendar); _this3.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"]); }); }, onHidden: function onHidden() { this.isVisible = false; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"]); }, // Render helpers defaultButtonFn: function defaultButtonFn(_ref) { var isHovered = _ref.isHovered, hasFocus = _ref.hasFocus; return this.$createElement(isHovered || hasFocus ? _icons_icons__WEBPACK_IMPORTED_MODULE_12__["BIconCalendarFill"] : _icons_icons__WEBPACK_IMPORTED_MODULE_12__["BIconCalendar"], { attrs: { 'aria-hidden': 'true' } }); } }, render: function render(h) { var localYMD = this.localYMD, disabled = this.disabled, readonly = this.readonly, dark = this.dark, $props = this.$props, $scopedSlots = this.$scopedSlots; var placeholder = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefinedOrNull"])(this.placeholder) ? this.labelNoDateSelected : this.placeholder; // Optional footer buttons var $footer = []; if (this.todayButton) { var label = this.labelTodayButton; $footer.push(h(_button_button__WEBPACK_IMPORTED_MODULE_13__["BButton"], { props: { disabled: disabled || readonly, size: 'sm', variant: this.todayButtonVariant }, attrs: { 'aria-label': label || null }, on: { click: this.onTodayButton } }, label)); } if (this.resetButton) { var _label = this.labelResetButton; $footer.push(h(_button_button__WEBPACK_IMPORTED_MODULE_13__["BButton"], { props: { disabled: disabled || readonly, size: 'sm', variant: this.resetButtonVariant }, attrs: { 'aria-label': _label || null }, on: { click: this.onResetButton } }, _label)); } if (this.closeButton) { var _label2 = this.labelCloseButton; $footer.push(h(_button_button__WEBPACK_IMPORTED_MODULE_13__["BButton"], { props: { disabled: disabled, size: 'sm', variant: this.closeButtonVariant }, attrs: { 'aria-label': _label2 || null }, on: { click: this.onCloseButton } }, _label2)); } if ($footer.length > 0) { $footer = [h('div', { staticClass: 'b-form-date-controls d-flex flex-wrap', class: { 'justify-content-between': $footer.length > 1, 'justify-content-end': $footer.length < 2 } }, $footer)]; } var $calendar = h(_calendar_calendar__WEBPACK_IMPORTED_MODULE_14__["BCalendar"], { staticClass: 'b-form-date-calendar w-100', props: _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["pluckProps"])(calendarProps, $props)), {}, { hidden: !this.isVisible, value: localYMD, valueAsDate: false, width: this.calendarWidth }), on: { selected: this.onSelected, input: this.onInput, context: this.onContext }, scopedSlots: Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["pick"])($scopedSlots, ['nav-prev-decade', 'nav-prev-year', 'nav-prev-month', 'nav-this-month', 'nav-next-month', 'nav-next-year', 'nav-next-decade']), key: 'calendar', ref: 'calendar' }, $footer); return h(_form_btn_label_control_bv_form_btn_label_control__WEBPACK_IMPORTED_MODULE_15__["BVFormBtnLabelControl"], { staticClass: 'b-form-datepicker', props: _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["pluckProps"])(formBtnLabelControlProps, $props)), {}, { formattedValue: localYMD ? this.formattedValue : '', id: this.safeId(), lang: this.computedLang, menuClass: [{ 'bg-dark': dark, 'text-light': dark }, this.menuClass], placeholder: placeholder, rtl: this.isRTL, value: localYMD }), on: { show: this.onShow, shown: this.onShown, hidden: this.onHidden }, scopedSlots: _defineProperty({}, _constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_BUTTON_CONTENT"], $scopedSlots[_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_BUTTON_CONTENT"]] || this.defaultButtonFn), ref: 'control' }, [$calendar]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/index.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/index.js ***! \***************************************************************************************************/ /*! exports provided: FormDatepickerPlugin, BFormDatepicker */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormDatepickerPlugin", function() { return FormDatepickerPlugin; }); /* harmony import */ var _form_datepicker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-datepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/form-datepicker.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormDatepicker", function() { return _form_datepicker__WEBPACK_IMPORTED_MODULE_0__["BFormDatepicker"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormDatepickerPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormDatepicker: _form_datepicker__WEBPACK_IMPORTED_MODULE_0__["BFormDatepicker"], BDatepicker: _form_datepicker__WEBPACK_IMPORTED_MODULE_0__["BFormDatepicker"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/form-file.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/form-file.js ***! \*************************************************************************************************/ /*! exports provided: BFormFile */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormFile", function() { return BFormFile; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_clone_deep__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/clone-deep */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_custom__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../mixins/form-custom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-custom.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_15__["makeModelMixin"])('value', { type: [_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY"], _constants_safe_types__WEBPACK_IMPORTED_MODULE_7__["File"]], defaultValue: null, validator: function validator(value) { /* istanbul ignore next */ if (value === '') { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_19__["warn"])(VALUE_EMPTY_DEPRECATED_MSG, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_FILE"]); return true; } return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isUndefinedOrNull"])(value) || isValidValue(value); } }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; var VALUE_EMPTY_DEPRECATED_MSG = 'Setting "value"/"v-model" to an empty string for reset is deprecated. Set to "null" instead.'; // --- Helper methods --- var isValidValue = function isValidValue(value) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isFile"])(value) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isArray"])(value) && value.every(function (v) { return isValidValue(v); }); }; // Helper method to "safely" get the entry from a data-transfer item /* istanbul ignore next: not supported in JSDOM */ var getDataTransferItemEntry = function getDataTransferItemEntry(item) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isFunction"])(item.getAsEntry) ? item.getAsEntry() : Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isFunction"])(item.webkitGetAsEntry) ? item.webkitGetAsEntry() : null; }; // Drop handler function to get all files /* istanbul ignore next: not supported in JSDOM */ var getAllFileEntries = function getAllFileEntries(dataTransferItemList) { var traverseDirectories = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true; return Promise.all(Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["from"])(dataTransferItemList).filter(function (item) { return item.kind === 'file'; }).map(function (item) { var entry = getDataTransferItemEntry(item); if (entry) { if (entry.isDirectory && traverseDirectories) { return getAllFileEntriesInDirectory(entry.createReader(), "".concat(entry.name, "/")); } else if (entry.isFile) { return new Promise(function (resolve) { entry.file(function (file) { file.$path = ''; resolve(file); }); }); } } return null; }).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_12__["identity"])); }; // Get all the file entries (recursive) in a directory /* istanbul ignore next: not supported in JSDOM */ var getAllFileEntriesInDirectory = function getAllFileEntriesInDirectory(directoryReader) { var path = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ''; return new Promise(function (resolve) { var entryPromises = []; var readDirectoryEntries = function readDirectoryEntries() { directoryReader.readEntries(function (entries) { if (entries.length === 0) { resolve(Promise.all(entryPromises).then(function (entries) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["flatten"])(entries); })); } else { entryPromises.push(Promise.all(entries.map(function (entry) { if (entry) { if (entry.isDirectory) { return getAllFileEntriesInDirectory(entry.createReader(), "".concat(path).concat(entry.name, "/")); } else if (entry.isFile) { return new Promise(function (resolve) { entry.file(function (file) { file.$path = "".concat(path).concat(file.name); resolve(file); }); }); } } return null; }).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_12__["identity"]))); readDirectoryEntries(); } }); }; readDirectoryEntries(); }); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_16__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_24__["props"]), modelProps), _mixins_form_control__WEBPACK_IMPORTED_MODULE_21__["props"]), _mixins_form_custom__WEBPACK_IMPORTED_MODULE_22__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_23__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_26__["props"]), {}, { accept: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], ''), browseText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Browse'), // Instruct input to capture from camera capture: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), directory: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), dropPlaceholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Drop files here'), fileNameFormatter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_FUNCTION"]), multiple: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noDrop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noDropPlaceholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Not allowed'), // TODO: // Should we deprecate this and only support flat file structures? // Nested file structures are only supported when files are dropped // A Chromium "bug" prevents `webkitEntries` from being populated // on the file input's `change` event and is marked as "WontFix" // Mozilla implemented the behavior the same way as Chromium // See: https://bugs.chromium.org/p/chromium/issues/detail?id=138987 // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1326031 noTraverse: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), placeholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'No file chosen') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_FILE"]); // --- Main component --- // @vue/component var BFormFile = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_FILE"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_20__["attrsMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_24__["idMixin"], modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_25__["normalizeSlotMixin"], _mixins_form_control__WEBPACK_IMPORTED_MODULE_21__["formControlMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_23__["formStateMixin"], _mixins_form_custom__WEBPACK_IMPORTED_MODULE_22__["formCustomMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_25__["normalizeSlotMixin"]], inheritAttrs: false, props: props, data: function data() { return { files: [], dragging: false, // IE 11 doesn't respect setting `event.dataTransfer.dropEffect`, // so we handle it ourselves as well // https://stackoverflow.com/a/46915971/2744776 dropAllowed: !this.noDrop, hasFocus: false }; }, computed: { // Convert `accept` to an array of `[{ RegExpr, isMime }, ...]` computedAccept: function computedAccept() { var accept = this.accept; accept = (accept || '').trim().split(/[,\s]+/).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_12__["identity"]); // Allow any file type/extension if (accept.length === 0) { return null; } return accept.map(function (extOrType) { var prop = 'name'; var startMatch = '^'; var endMatch = '$'; if (_constants_regex__WEBPACK_IMPORTED_MODULE_6__["RX_EXTENSION"].test(extOrType)) { // File extension /\.ext$/ startMatch = ''; } else { // MIME type /^mime\/.+$/ or /^mime\/type$/ prop = 'type'; if (_constants_regex__WEBPACK_IMPORTED_MODULE_6__["RX_STAR"].test(extOrType)) { endMatch = '.+$'; // Remove trailing `*` extOrType = extOrType.slice(0, -1); } } // Escape all RegExp special chars extOrType = Object(_utils_string__WEBPACK_IMPORTED_MODULE_18__["escapeRegExp"])(extOrType); var rx = new RegExp("".concat(startMatch).concat(extOrType).concat(endMatch)); return { rx: rx, prop: prop }; }); }, computedCapture: function computedCapture() { var capture = this.capture; return capture === true || capture === '' ? true : capture || null; }, computedAttrs: function computedAttrs() { var name = this.name, disabled = this.disabled, required = this.required, form = this.form, computedCapture = this.computedCapture, accept = this.accept, multiple = this.multiple, directory = this.directory; return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { type: 'file', id: this.safeId(), name: name, disabled: disabled, required: required, form: form || null, capture: computedCapture, accept: accept || null, multiple: multiple, directory: directory, webkitdirectory: directory, 'aria-required': required ? 'true' : null }); }, computedFileNameFormatter: function computedFileNameFormatter() { var fileNameFormatter = this.fileNameFormatter; return Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["hasPropFunction"])(fileNameFormatter) ? fileNameFormatter : this.defaultFileNameFormatter; }, clonedFiles: function clonedFiles() { return Object(_utils_clone_deep__WEBPACK_IMPORTED_MODULE_9__["cloneDeep"])(this.files); }, flattenedFiles: function flattenedFiles() { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["flattenDeep"])(this.files); }, fileNames: function fileNames() { return this.flattenedFiles.map(function (file) { return file.name; }); }, labelContent: function labelContent() { // Draging active /* istanbul ignore next: used by drag/drop which can't be tested easily */ if (this.dragging && !this.noDrop) { return (// TODO: Add additional scope with file count, and other not-allowed reasons this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_DROP_PLACEHOLDER"], { allowed: this.dropAllowed }) || (this.dropAllowed ? this.dropPlaceholder : this.$createElement('span', { staticClass: 'text-danger' }, this.noDropPlaceholder)) ); } // No file chosen if (this.files.length === 0) { return this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_PLACEHOLDER"]) || this.placeholder; } var flattenedFiles = this.flattenedFiles, clonedFiles = this.clonedFiles, fileNames = this.fileNames, computedFileNameFormatter = this.computedFileNameFormatter; // There is a slot for formatting the files/names if (this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_FILE_NAME"])) { return this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_FILE_NAME"], { files: flattenedFiles, filesTraversed: clonedFiles, names: fileNames }); } return computedFileNameFormatter(flattenedFiles, clonedFiles, fileNames); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { if (!newValue || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isArray"])(newValue) && newValue.length === 0) { this.reset(); } }), _defineProperty(_watch, "files", function files(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_14__["looseEqual"])(newValue, oldValue)) { var multiple = this.multiple, noTraverse = this.noTraverse; var files = !multiple || noTraverse ? Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["flattenDeep"])(newValue) : newValue; this.$emit(MODEL_EVENT_NAME, multiple ? files : files[0] || null); } }), _watch), created: function created() { // Create private non-reactive props this.$_form = null; }, mounted: function mounted() { // Listen for form reset events, to reset the file input var $form = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_10__["closest"])('form', this.$el); if ($form) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_11__["eventOn"])($form, 'reset', this.reset, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_PASSIVE"]); this.$_form = $form; } }, beforeDestroy: function beforeDestroy() { var $form = this.$_form; if ($form) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_11__["eventOff"])($form, 'reset', this.reset, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_PASSIVE"]); } }, methods: { isFileValid: function isFileValid(file) { if (!file) { return false; } var accept = this.computedAccept; return accept ? accept.some(function (a) { return a.rx.test(file[a.prop]); }) : true; }, isFilesArrayValid: function isFilesArrayValid(files) { var _this = this; return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isArray"])(files) ? files.every(function (file) { return _this.isFileValid(file); }) : this.isFileValid(files); }, defaultFileNameFormatter: function defaultFileNameFormatter(flattenedFiles, clonedFiles, fileNames) { return fileNames.join(', '); }, setFiles: function setFiles(files) { // Reset the dragging flags this.dropAllowed = !this.noDrop; this.dragging = false; // Set the selected files this.files = this.multiple ? this.directory ? files : Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["flattenDeep"])(files) : Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["flattenDeep"])(files).slice(0, 1); }, /* istanbul ignore next: used by Drag/Drop */ setInputFiles: function setInputFiles(files) { // Try an set the file input files array so that `required` // constraint works for dropped files (will fail in IE11 though) // To be used only when dropping files try { // Firefox < 62 workaround exploiting https://bugzilla.mozilla.org/show_bug.cgi?id=1422655 var dataTransfer = new ClipboardEvent('').clipboardData || new DataTransfer(); // Add flattened files to temp `dataTransfer` object to get a true `FileList` array Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["flattenDeep"])(Object(_utils_clone_deep__WEBPACK_IMPORTED_MODULE_9__["cloneDeep"])(files)).forEach(function (file) { // Make sure to remove the custom `$path` attribute delete file.$path; dataTransfer.items.add(file); }); this.$refs.input.files = dataTransfer.files; } catch (_unused) {} }, reset: function reset() { // IE 11 doesn't support setting `$input.value` to `''` or `null` // So we use this little extra hack to reset the value, just in case // This also appears to work on modern browsers as well // Wrapped in try in case IE 11 or mobile Safari crap out try { var $input = this.$refs.input; $input.value = ''; $input.type = ''; $input.type = 'file'; } catch (_unused2) {} this.files = []; }, handleFiles: function handleFiles(files) { var isDrop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; if (isDrop) { // When dropped, make sure to filter files with the internal `accept` logic var filteredFiles = files.filter(this.isFilesArrayValid); // Only update files when we have any after filtering if (filteredFiles.length > 0) { this.setFiles(filteredFiles); // Try an set the file input's files array so that `required` // constraint works for dropped files (will fail in IE 11 though) this.setInputFiles(filteredFiles); } } else { // We always update the files from the `change` event this.setFiles(files); } }, focusHandler: function focusHandler(event) { // Bootstrap v4 doesn't have focus styling for custom file input // Firefox has a `[type=file]:focus ~ sibling` selector issue, // so we add a `focus` class to get around these bugs if (this.plain || event.type === 'focusout') { this.hasFocus = false; } else { // Add focus styling for custom file input this.hasFocus = true; } }, onChange: function onChange(event) { var _this2 = this; var type = event.type, target = event.target, _event$dataTransfer = event.dataTransfer, dataTransfer = _event$dataTransfer === void 0 ? {} : _event$dataTransfer; var isDrop = type === 'drop'; // Always emit original event this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CHANGE"], event); var items = Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["from"])(dataTransfer.items || []); if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_PROMISE_SUPPORT"] && items.length > 0 && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isNull"])(getDataTransferItemEntry(items[0]))) { // Drop handling for modern browsers // Supports nested directory structures in `directory` mode /* istanbul ignore next: not supported in JSDOM */ getAllFileEntries(items, this.directory).then(function (files) { return _this2.handleFiles(files, isDrop); }); } else { // Standard file input handling (native file input change event), // or fallback drop mode (IE 11 / Opera) which don't support `directory` mode var files = Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["from"])(target.files || dataTransfer.files || []).map(function (file) { // Add custom `$path` property to each file (to be consistent with drop mode) file.$path = file.webkitRelativePath || ''; return file; }); this.handleFiles(files, isDrop); } }, onDragenter: function onDragenter(event) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_11__["stopEvent"])(event); this.dragging = true; var _event$dataTransfer2 = event.dataTransfer, dataTransfer = _event$dataTransfer2 === void 0 ? {} : _event$dataTransfer2; // Early exit when the input or dropping is disabled if (this.noDrop || this.disabled || !this.dropAllowed) { // Show deny feedback /* istanbul ignore next: not supported in JSDOM */ dataTransfer.dropEffect = 'none'; this.dropAllowed = false; return; } /* istanbul ignore next: not supported in JSDOM */ dataTransfer.dropEffect = 'copy'; }, // Note this event fires repeatedly while the mouse is over the dropzone at // intervals in the milliseconds, so avoid doing much processing in here onDragover: function onDragover(event) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_11__["stopEvent"])(event); this.dragging = true; var _event$dataTransfer3 = event.dataTransfer, dataTransfer = _event$dataTransfer3 === void 0 ? {} : _event$dataTransfer3; // Early exit when the input or dropping is disabled if (this.noDrop || this.disabled || !this.dropAllowed) { // Show deny feedback /* istanbul ignore next: not supported in JSDOM */ dataTransfer.dropEffect = 'none'; this.dropAllowed = false; return; } /* istanbul ignore next: not supported in JSDOM */ dataTransfer.dropEffect = 'copy'; }, onDragleave: function onDragleave(event) { var _this3 = this; Object(_utils_events__WEBPACK_IMPORTED_MODULE_11__["stopEvent"])(event); this.$nextTick(function () { _this3.dragging = false; // Reset `dropAllowed` to default _this3.dropAllowed = !_this3.noDrop; }); }, // Triggered by a file drop onto drop target onDrop: function onDrop(event) { var _this4 = this; Object(_utils_events__WEBPACK_IMPORTED_MODULE_11__["stopEvent"])(event); this.dragging = false; // Early exit when the input or dropping is disabled if (this.noDrop || this.disabled || !this.dropAllowed) { this.$nextTick(function () { // Reset `dropAllowed` to default _this4.dropAllowed = !_this4.noDrop; }); return; } this.onChange(event); } }, render: function render(h) { var custom = this.custom, plain = this.plain, size = this.size, dragging = this.dragging, stateClass = this.stateClass, bvAttrs = this.bvAttrs; // Form Input var $input = h('input', { class: [{ 'form-control-file': plain, 'custom-file-input': custom, focus: custom && this.hasFocus }, stateClass], // With IE 11, the input gets in the "way" of the drop events, // so we move it out of the way by putting it behind the label // Bootstrap v4 has it in front style: custom ? { zIndex: -5 } : {}, attrs: this.computedAttrs, on: { change: this.onChange, focusin: this.focusHandler, focusout: this.focusHandler, reset: this.reset }, ref: 'input' }); if (plain) { return $input; } // Overlay label var $label = h('label', { staticClass: 'custom-file-label', class: { dragging: dragging }, attrs: { for: this.safeId(), // This goes away in Bootstrap v5 'data-browse': this.browseText || null } }, [h('span', { staticClass: 'd-block form-file-text', // `pointer-events: none` is used to make sure // the drag events fire only on the label style: { pointerEvents: 'none' } }, [this.labelContent])]); // Return rendered custom file input return h('div', { staticClass: 'custom-file b-form-file', class: [_defineProperty({}, "b-custom-control-".concat(size), size), stateClass, bvAttrs.class], style: bvAttrs.style, attrs: { id: this.safeId('_BV_file_outer_') }, on: { dragenter: this.onDragenter, dragover: this.onDragover, dragleave: this.onDragleave, drop: this.onDrop } }, [$input, $label]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/index.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/index.js ***! \*********************************************************************************************/ /*! exports provided: FormFilePlugin, BFormFile */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormFilePlugin", function() { return FormFilePlugin; }); /* harmony import */ var _form_file__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-file */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/form-file.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormFile", function() { return _form_file__WEBPACK_IMPORTED_MODULE_0__["BFormFile"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormFilePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormFile: _form_file__WEBPACK_IMPORTED_MODULE_0__["BFormFile"], BFile: _form_file__WEBPACK_IMPORTED_MODULE_0__["BFormFile"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/form-group.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/form-group.js ***! \***************************************************************************************************/ /*! exports provided: generateProps, BFormGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "generateProps", function() { return generateProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormGroup", function() { return BFormGroup; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_css_escape__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/css-escape */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/css-escape.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _layout_col__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../layout/col */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/col.js"); /* harmony import */ var _layout_form_row__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../layout/form-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/form-row.js"); /* harmony import */ var _form_form_text__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../form/form-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-text.js"); /* harmony import */ var _form_form_invalid_feedback__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../form/form-invalid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-invalid-feedback.js"); /* harmony import */ var _form_form_valid_feedback__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../form/form-valid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-valid-feedback.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var INPUTS = ['input', 'select', 'textarea']; // Selector for finding first input in the form group var INPUT_SELECTOR = INPUTS.map(function (v) { return "".concat(v, ":not([disabled])"); }).join(); // A list of interactive elements (tag names) inside `<b-form-group>`'s legend var LEGEND_INTERACTIVE_ELEMENTS = [].concat(INPUTS, ['a', 'button', 'label']); // --- Props --- // Prop generator for lazy generation of props var generateProps = function generateProps() { return Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_15__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_14__["props"]), Object(_utils_config__WEBPACK_IMPORTED_MODULE_6__["getBreakpointsUpCached"])().reduce(function (props, breakpoint) { // i.e. 'content-cols', 'content-cols-sm', 'content-cols-md', ... props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["suffixPropName"])(breakpoint, 'contentCols')] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_NUMBER_STRING"]); // i.e. 'label-align', 'label-align-sm', 'label-align-md', ... props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["suffixPropName"])(breakpoint, 'labelAlign')] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]); // i.e. 'label-cols', 'label-cols-sm', 'label-cols-md', ... props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["suffixPropName"])(breakpoint, 'labelCols')] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_NUMBER_STRING"]); return props; }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["create"])(null))), {}, { description: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), feedbackAriaLive: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'assertive'), invalidFeedback: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), label: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), labelClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), labelFor: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), labelSize: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), labelSrOnly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tooltip: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), validFeedback: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), validated: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_FORM_GROUP"]); }; // --- Main component --- // We do not use `Vue.extend()` here as that would evaluate the props // immediately, which we do not want to happen // @vue/component var BFormGroup = { name: _constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_FORM_GROUP"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_15__["idMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_14__["formStateMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_16__["normalizeSlotMixin"]], get props() { // Allow props to be lazy evaled on first access and // then they become a non-getter afterwards // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get#Smart_self-overwriting_lazy_getters delete this.props; // eslint-disable-next-line no-return-assign return this.props = generateProps(); }, data: function data() { return { ariaDescribedby: null }; }, computed: { contentColProps: function contentColProps() { return this.getColProps(this.$props, 'content'); }, labelAlignClasses: function labelAlignClasses() { return this.getAlignClasses(this.$props, 'label'); }, labelColProps: function labelColProps() { return this.getColProps(this.$props, 'label'); }, isHorizontal: function isHorizontal() { // Determine if the form group will be rendered horizontal // based on the existence of 'content-col' or 'label-col' props return Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["keys"])(this.contentColProps).length > 0 || Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["keys"])(this.labelColProps).length > 0; } }, watch: { ariaDescribedby: function ariaDescribedby(newValue, oldValue) { if (newValue !== oldValue) { this.updateAriaDescribedby(newValue, oldValue); } } }, mounted: function mounted() { var _this = this; this.$nextTick(function () { // Set `aria-describedby` on the input specified by `labelFor` // We do this in a `$nextTick()` to ensure the children have finished rendering _this.updateAriaDescribedby(_this.ariaDescribedby); }); }, methods: { getAlignClasses: function getAlignClasses(props, prefix) { return Object(_utils_config__WEBPACK_IMPORTED_MODULE_6__["getBreakpointsUpCached"])().reduce(function (result, breakpoint) { var propValue = props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["suffixPropName"])(breakpoint, "".concat(prefix, "Align"))] || null; if (propValue) { result.push(['text', breakpoint, propValue].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_9__["identity"]).join('-')); } return result; }, []); }, getColProps: function getColProps(props, prefix) { return Object(_utils_config__WEBPACK_IMPORTED_MODULE_6__["getBreakpointsUpCached"])().reduce(function (result, breakpoint) { var propValue = props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["suffixPropName"])(breakpoint, "".concat(prefix, "Cols"))]; // Handle case where the prop's value is an empty string, // which represents `true` propValue = propValue === '' ? true : propValue || false; if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isBoolean"])(propValue) && propValue !== 'auto') { // Convert to column size to number propValue = Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(propValue, 0); // Ensure column size is greater than `0` propValue = propValue > 0 ? propValue : false; } // Add the prop to the list of props to give to `<b-col>` // If breakpoint is '' (`${prefix}Cols` is `true`), then we use // the 'col' prop to make equal width at 'xs' if (propValue) { result[breakpoint || (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isBoolean"])(propValue) ? 'col' : 'cols')] = propValue; } return result; }, {}); }, // Sets the `aria-describedby` attribute on the input if `labelFor` is set // Optionally accepts a string of IDs to remove as the second parameter // Preserves any `aria-describedby` value(s) user may have on input updateAriaDescribedby: function updateAriaDescribedby(newValue, oldValue) { var labelFor = this.labelFor; if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"] && labelFor) { // We need to escape `labelFor` since it can be user-provided var $input = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["select"])("#".concat(Object(_utils_css_escape__WEBPACK_IMPORTED_MODULE_7__["cssEscape"])(labelFor)), this.$refs.content); if ($input) { var attr = 'aria-describedby'; var newIds = (newValue || '').split(_constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_SPACE_SPLIT"]); var oldIds = (oldValue || '').split(_constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_SPACE_SPLIT"]); // Update ID list, preserving any original IDs // and ensuring the ID's are unique var ids = (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["getAttr"])($input, attr) || '').split(_constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_SPACE_SPLIT"]).filter(function (id) { return !Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["arrayIncludes"])(oldIds, id); }).concat(newIds).filter(function (id, index, ids) { return ids.indexOf(id) === index; }).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_9__["identity"]).join(' ').trim(); if (ids) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["setAttr"])($input, attr, ids); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["removeAttr"])($input, attr); } } } }, onLegendClick: function onLegendClick(event) { // Don't do anything if `labelFor` is set /* istanbul ignore next: clicking a label will focus the input, so no need to test */ if (this.labelFor) { return; } var target = event.target; var tagName = target ? target.tagName : ''; // If clicked an interactive element inside legend, // we just let the default happen /* istanbul ignore next */ if (LEGEND_INTERACTIVE_ELEMENTS.indexOf(tagName) !== -1) { return; } // If only a single input, focus it, emulating label behaviour var inputs = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["selectAll"])(INPUT_SELECTOR, this.$refs.content).filter(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["isVisible"]); if (inputs.length === 1) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["attemptFocus"])(inputs[0]); } } }, render: function render(h) { var state = this.computedState, feedbackAriaLive = this.feedbackAriaLive, isHorizontal = this.isHorizontal, labelFor = this.labelFor, normalizeSlot = this.normalizeSlot, safeId = this.safeId, tooltip = this.tooltip; var id = safeId(); var isFieldset = !labelFor; var $label = h(); var labelContent = normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_LABEL"]) || this.label; var labelId = labelContent ? safeId('_BV_label_') : null; if (labelContent || isHorizontal) { var labelSize = this.labelSize, labelColProps = this.labelColProps; var labelTag = isFieldset ? 'legend' : 'label'; if (this.labelSrOnly) { if (labelContent) { $label = h(labelTag, { class: 'sr-only', attrs: { id: labelId, for: labelFor || null } }, [labelContent]); } $label = h(isHorizontal ? _layout_col__WEBPACK_IMPORTED_MODULE_17__["BCol"] : 'div', { props: isHorizontal ? labelColProps : {} }, [$label]); } else { $label = h(isHorizontal ? _layout_col__WEBPACK_IMPORTED_MODULE_17__["BCol"] : labelTag, { on: isFieldset ? { click: this.onLegendClick } : {}, props: isHorizontal ? _objectSpread(_objectSpread({}, labelColProps), {}, { tag: labelTag }) : {}, attrs: { id: labelId, for: labelFor || null, // We add a `tabindex` to legend so that screen readers // will properly read the `aria-labelledby` in IE tabindex: isFieldset ? '-1' : null }, class: [// Hide the focus ring on the legend isFieldset ? 'bv-no-focus-ring' : '', // When horizontal or if a legend is rendered, add 'col-form-label' class // for correct sizing as Bootstrap has inconsistent font styling for // legend in non-horizontal form groups // See: https://github.com/twbs/bootstrap/issues/27805 isHorizontal || isFieldset ? 'col-form-label' : '', // Emulate label padding top of `0` on legend when not horizontal !isHorizontal && isFieldset ? 'pt-0' : '', // If not horizontal and not a legend, we add 'd-block' class to label // so that label-align works !isHorizontal && !isFieldset ? 'd-block' : '', labelSize ? "col-form-label-".concat(labelSize) : '', this.labelAlignClasses, this.labelClass] }, [labelContent]); } } var $invalidFeedback = h(); var invalidFeedbackContent = normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_INVALID_FEEDBACK"]) || this.invalidFeedback; var invalidFeedbackId = invalidFeedbackContent ? safeId('_BV_feedback_invalid_') : null; if (invalidFeedbackContent) { $invalidFeedback = h(_form_form_invalid_feedback__WEBPACK_IMPORTED_MODULE_20__["BFormInvalidFeedback"], { props: { ariaLive: feedbackAriaLive, id: invalidFeedbackId, role: feedbackAriaLive ? 'alert' : null, // If state is explicitly `false`, always show the feedback state: state, tooltip: tooltip }, attrs: { tabindex: invalidFeedbackContent ? '-1' : null } }, [invalidFeedbackContent]); } var $validFeedback = h(); var validFeedbackContent = normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_VALID_FEEDBACK"]) || this.validFeedback; var validFeedbackId = validFeedbackContent ? safeId('_BV_feedback_valid_') : null; if (validFeedbackContent) { $validFeedback = h(_form_form_valid_feedback__WEBPACK_IMPORTED_MODULE_21__["BFormValidFeedback"], { props: { ariaLive: feedbackAriaLive, id: validFeedbackId, role: feedbackAriaLive ? 'alert' : null, // If state is explicitly `true`, always show the feedback state: state, tooltip: tooltip }, attrs: { tabindex: validFeedbackContent ? '-1' : null } }, [validFeedbackContent]); } var $description = h(); var descriptionContent = normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_DESCRIPTION"]) || this.description; var descriptionId = descriptionContent ? safeId('_BV_description_') : null; if (descriptionContent) { $description = h(_form_form_text__WEBPACK_IMPORTED_MODULE_19__["BFormText"], { attrs: { id: descriptionId, tabindex: '-1' } }, [descriptionContent]); } // Update `ariaDescribedby` // Screen readers will read out any content linked to by `aria-describedby` // even if the content is hidden with `display: none;`, hence we only include // feedback IDs if the form group's state is explicitly valid or invalid var ariaDescribedby = this.ariaDescribedby = [descriptionId, state === false ? invalidFeedbackId : null, state === true ? validFeedbackId : null].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_9__["identity"]).join(' ') || null; var $content = h(isHorizontal ? _layout_col__WEBPACK_IMPORTED_MODULE_17__["BCol"] : 'div', { props: isHorizontal ? this.contentColProps : {}, ref: 'content' }, [normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_DEFAULT"], { ariaDescribedby: ariaDescribedby, descriptionId: descriptionId, id: id, labelId: labelId }) || h(), $invalidFeedback, $validFeedback, $description]); // Return it wrapped in a form group // Note: Fieldsets do not support adding `row` or `form-row` directly // to them due to browser specific render issues, so we move the `form-row` // to an inner wrapper div when horizontal and using a fieldset return h(isFieldset ? 'fieldset' : isHorizontal ? _layout_form_row__WEBPACK_IMPORTED_MODULE_18__["BFormRow"] : 'div', { staticClass: 'form-group', class: [{ 'was-validated': this.validated }, this.stateClass], attrs: { id: id, disabled: isFieldset ? this.disabled : null, role: isFieldset ? null : 'group', 'aria-invalid': this.computedAriaInvalid, // Only apply `aria-labelledby` if we are a horizontal fieldset // as the legend is no longer a direct child of fieldset 'aria-labelledby': isFieldset && isHorizontal ? labelId : null } }, isHorizontal && isFieldset ? [h(_layout_form_row__WEBPACK_IMPORTED_MODULE_18__["BFormRow"], [$label, $content])] : [$label, $content]); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/index.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/index.js ***! \**********************************************************************************************/ /*! exports provided: FormGroupPlugin, BFormGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormGroupPlugin", function() { return FormGroupPlugin; }); /* harmony import */ var _form_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/form-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormGroup", function() { return _form_group__WEBPACK_IMPORTED_MODULE_0__["BFormGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormGroupPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormGroup: _form_group__WEBPACK_IMPORTED_MODULE_0__["BFormGroup"], BFormFieldset: _form_group__WEBPACK_IMPORTED_MODULE_0__["BFormGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/form-input.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/form-input.js ***! \***************************************************************************************************/ /*! exports provided: props, BFormInput */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormInput", function() { return BFormInput; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_selection__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/form-selection */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-selection.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_form_text__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/form-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-text.js"); /* harmony import */ var _mixins_form_validity__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/form-validity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-validity.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- // Valid supported input types var TYPES = ['text', 'password', 'email', 'number', 'url', 'tel', 'search', 'range', 'color', 'date', 'time', 'datetime', 'datetime-local', 'month', 'week']; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_14__["props"]), _mixins_form_control__WEBPACK_IMPORTED_MODULE_8__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_10__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_11__["props"]), _mixins_form_text__WEBPACK_IMPORTED_MODULE_12__["props"]), {}, { list: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), max: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), min: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), // Disable mousewheel to prevent wheel from changing values (i.e. number/date) noWheel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), step: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), type: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'text', function (type) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(TYPES, type); }) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_INPUT"]); // --- Main component --- // @vue/component var BFormInput = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_INPUT"], // Mixin order is important! mixins: [_mixins_listeners__WEBPACK_IMPORTED_MODULE_15__["listenersMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_14__["idMixin"], _mixins_form_control__WEBPACK_IMPORTED_MODULE_8__["formControlMixin"], _mixins_form_size__WEBPACK_IMPORTED_MODULE_10__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_11__["formStateMixin"], _mixins_form_text__WEBPACK_IMPORTED_MODULE_12__["formTextMixin"], _mixins_form_selection__WEBPACK_IMPORTED_MODULE_9__["formSelectionMixin"], _mixins_form_validity__WEBPACK_IMPORTED_MODULE_13__["formValidityMixin"]], props: props, computed: { localType: function localType() { // We only allow certain types var type = this.type; return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(TYPES, type) ? type : 'text'; }, computedAttrs: function computedAttrs() { var type = this.localType, name = this.name, form = this.form, disabled = this.disabled, placeholder = this.placeholder, required = this.required, min = this.min, max = this.max, step = this.step; return { id: this.safeId(), name: name, form: form, type: type, disabled: disabled, placeholder: placeholder, required: required, autocomplete: this.autocomplete || null, readonly: this.readonly || this.plaintext, min: min, max: max, step: step, list: type !== 'password' ? this.list : null, 'aria-required': required ? 'true' : null, 'aria-invalid': this.computedAriaInvalid }; }, computedListeners: function computedListeners() { return _objectSpread(_objectSpread({}, this.bvListeners), {}, { input: this.onInput, change: this.onChange, blur: this.onBlur }); } }, watch: { noWheel: function noWheel(newValue) { this.setWheelStopper(newValue); } }, mounted: function mounted() { this.setWheelStopper(this.noWheel); }, /* istanbul ignore next */ deactivated: function deactivated() { // Turn off listeners when keep-alive component deactivated /* istanbul ignore next */ this.setWheelStopper(false); }, /* istanbul ignore next */ activated: function activated() { // Turn on listeners (if no-wheel) when keep-alive component activated /* istanbul ignore next */ this.setWheelStopper(this.noWheel); }, beforeDestroy: function beforeDestroy() { /* istanbul ignore next */ this.setWheelStopper(false); }, methods: { setWheelStopper: function setWheelStopper(on) { var input = this.$el; // We use native events, so that we don't interfere with propagation Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOnOff"])(on, input, 'focus', this.onWheelFocus); Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOnOff"])(on, input, 'blur', this.onWheelBlur); if (!on) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOff"])(document, 'wheel', this.stopWheel); } }, onWheelFocus: function onWheelFocus() { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(document, 'wheel', this.stopWheel); }, onWheelBlur: function onWheelBlur() { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOff"])(document, 'wheel', this.stopWheel); }, stopWheel: function stopWheel(event) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event, { propagation: false }); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptBlur"])(this.$el); } }, render: function render(h) { return h('input', { class: this.computedClass, attrs: this.computedAttrs, domProps: { value: this.localValue }, on: this.computedListeners, ref: 'input' }); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/index.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/index.js ***! \**********************************************************************************************/ /*! exports provided: FormInputPlugin, BFormInput */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormInputPlugin", function() { return FormInputPlugin; }); /* harmony import */ var _form_input__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-input */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/form-input.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormInput", function() { return _form_input__WEBPACK_IMPORTED_MODULE_0__["BFormInput"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormInputPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormInput: _form_input__WEBPACK_IMPORTED_MODULE_0__["BFormInput"], BInput: _form_input__WEBPACK_IMPORTED_MODULE_0__["BFormInput"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio-group.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio-group.js ***! \*********************************************************************************************************/ /*! exports provided: props, BFormRadioGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormRadioGroup", function() { return BFormRadioGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../mixins/form-radio-check-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check-group.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makePropsConfigurable"])(_mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_3__["props"], _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RADIO_GROUP"]); // --- Main component --- // @vue/component var BFormRadioGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RADIO_GROUP"], mixins: [_mixins_form_radio_check_group__WEBPACK_IMPORTED_MODULE_3__["formRadioCheckGroupMixin"]], provide: function provide() { return { bvRadioGroup: this }; }, props: props, computed: { isRadioGroup: function isRadioGroup() { return true; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio.js ***! \***************************************************************************************************/ /*! exports provided: props, BFormRadio */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormRadio", function() { return BFormRadio; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/form-radio-check */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_9__["props"]), _mixins_form_control__WEBPACK_IMPORTED_MODULE_5__["props"]), _mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_6__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_7__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_8__["props"])), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RADIO"]); // --- Main component --- // @vue/component var BFormRadio = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RADIO"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_9__["idMixin"], _mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_6__["formRadioCheckMixin"], // Includes shared render function _mixins_form_control__WEBPACK_IMPORTED_MODULE_5__["formControlMixin"], _mixins_form_size__WEBPACK_IMPORTED_MODULE_7__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_8__["formStateMixin"]], inject: { bvGroup: { from: 'bvRadioGroup', default: false } }, props: props, watch: { computedLocalChecked: function computedLocalChecked(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_2__["looseEqual"])(newValue, oldValue)) { this.$emit(_mixins_form_radio_check__WEBPACK_IMPORTED_MODULE_6__["MODEL_EVENT_NAME"], newValue); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/index.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/index.js ***! \**********************************************************************************************/ /*! exports provided: FormRadioPlugin, BFormRadio, BFormRadioGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormRadioPlugin", function() { return FormRadioPlugin; }); /* harmony import */ var _form_radio__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-radio */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRadio", function() { return _form_radio__WEBPACK_IMPORTED_MODULE_0__["BFormRadio"]; }); /* harmony import */ var _form_radio_group__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./form-radio-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRadioGroup", function() { return _form_radio_group__WEBPACK_IMPORTED_MODULE_1__["BFormRadioGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormRadioPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BFormRadio: _form_radio__WEBPACK_IMPORTED_MODULE_0__["BFormRadio"], BRadio: _form_radio__WEBPACK_IMPORTED_MODULE_0__["BFormRadio"], BFormRadioGroup: _form_radio_group__WEBPACK_IMPORTED_MODULE_1__["BFormRadioGroup"], BRadioGroup: _form_radio_group__WEBPACK_IMPORTED_MODULE_1__["BFormRadioGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/form-rating.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/form-rating.js ***! \*****************************************************************************************************/ /*! exports provided: props, BFormRating */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormRating", function() { return BFormRating; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/locale */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/locale.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _icons_icon__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../icons/icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_13__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], event: _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; var MIN_STARS = 3; var DEFAULT_STARS = 5; // --- Helper methods --- var computeStars = function computeStars(stars) { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathMax"])(MIN_STARS, Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(stars, DEFAULT_STARS)); }; var clampValue = function clampValue(value, min, max) { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathMax"])(Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathMin"])(value, max), min); }; // --- Helper components --- // @vue/component var BVFormRatingStar = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RATING_STAR"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_20__["normalizeSlotMixin"]], props: { disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // If parent is focused focused: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), hasClear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), rating: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER"], 0), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), star: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER"], 0), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]) }, methods: { onClick: function onClick(event) { if (!this.disabled && !this.readonly) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["stopEvent"])(event, { propagation: false }); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SELECTED"], this.star); } } }, render: function render(h) { var rating = this.rating, star = this.star, focused = this.focused, hasClear = this.hasClear, variant = this.variant, disabled = this.disabled, readonly = this.readonly; var minStar = hasClear ? 0 : 1; var type = rating >= star ? 'full' : rating >= star - 0.5 ? 'half' : 'empty'; var slotScope = { variant: variant, disabled: disabled, readonly: readonly }; return h('span', { staticClass: 'b-rating-star', class: { // When not hovered, we use this class to focus the current (or first) star focused: focused && rating === star || !Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(rating) && star === minStar, // We add type classes to we can handle RTL styling 'b-rating-star-empty': type === 'empty', 'b-rating-star-half': type === 'half', 'b-rating-star-full': type === 'full' }, attrs: { tabindex: !disabled && !readonly ? '-1' : null }, on: { click: this.onClick } }, [h('span', { staticClass: 'b-rating-icon' }, [this.normalizeSlot(type, slotScope)])]); } }); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_19__["props"]), modelProps), Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["omit"])(_mixins_form_control__WEBPACK_IMPORTED_MODULE_21__["props"], ['required', 'autofocus'])), _mixins_form_size__WEBPACK_IMPORTED_MODULE_18__["props"]), {}, { // CSS color string (overrides variant) color: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), iconClear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'x'), iconEmpty: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'star'), iconFull: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'star-fill'), iconHalf: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'star-half'), inline: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // Locale for the formatted value (if shown) // Defaults to the browser locale. Falls back to `en` locale: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"]), noBorder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), precision: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"]), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), showClear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), showValue: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), showValueMax: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), stars: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_STARS, function (value) { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(value) >= MIN_STARS; }), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RATING"]); // --- Main component --- // @vue/component var BFormRating = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_RATING"], components: { BIconStar: _icons_icons__WEBPACK_IMPORTED_MODULE_23__["BIconStar"], BIconStarHalf: _icons_icons__WEBPACK_IMPORTED_MODULE_23__["BIconStarHalf"], BIconStarFill: _icons_icons__WEBPACK_IMPORTED_MODULE_23__["BIconStarFill"], BIconX: _icons_icons__WEBPACK_IMPORTED_MODULE_23__["BIconX"] }, mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_19__["idMixin"], modelMixin, _mixins_form_size__WEBPACK_IMPORTED_MODULE_18__["formSizeMixin"]], props: props, data: function data() { var value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(this[MODEL_PROP_NAME], null); var stars = computeStars(this.stars); return { localValue: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value) ? null : clampValue(value, 0, stars), hasFocus: false }; }, computed: { computedStars: function computedStars() { return computeStars(this.stars); }, computedRating: function computedRating() { var value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(this.localValue, 0); var precision = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.precision, 3); // We clamp the value between `0` and stars return clampValue(Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(value.toFixed(precision)), 0, this.computedStars); }, computedLocale: function computedLocale() { var locales = Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["concat"])(this.locale).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_9__["identity"]); var nf = new Intl.NumberFormat(locales); return nf.resolvedOptions().locale; }, isInteractive: function isInteractive() { return !this.disabled && !this.readonly; }, isRTL: function isRTL() { return Object(_utils_locale__WEBPACK_IMPORTED_MODULE_11__["isLocaleRTL"])(this.computedLocale); }, formattedRating: function formattedRating() { var precision = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.precision); var showValueMax = this.showValueMax; var locale = this.computedLocale; var formatOptions = { notation: 'standard', minimumFractionDigits: isNaN(precision) ? 0 : precision, maximumFractionDigits: isNaN(precision) ? 3 : precision }; var stars = this.computedStars.toLocaleString(locale); var value = this.localValue; value = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value) ? showValueMax ? '-' : '' : value.toLocaleString(locale, formatOptions); return showValueMax ? "".concat(value, "/").concat(stars) : value; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue) { var value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(newValue, null); this.localValue = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value) ? null : clampValue(value, 0, this.computedStars); } }), _defineProperty(_watch, "localValue", function localValue(newValue, oldValue) { if (newValue !== oldValue && newValue !== (this.value || 0)) { this.$emit(MODEL_EVENT_NAME, newValue || null); } }), _defineProperty(_watch, "disabled", function disabled(newValue) { if (newValue) { this.hasFocus = false; this.blur(); } }), _watch), methods: { // --- Public methods --- focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["attemptFocus"])(this.$el); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["attemptBlur"])(this.$el); } }, // --- Private methods --- onKeydown: function onKeydown(event) { var keyCode = event.keyCode; if (this.isInteractive && Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["arrayIncludes"])([_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_RIGHT"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"]], keyCode)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["stopEvent"])(event, { propagation: false }); var value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.localValue, 0); var min = this.showClear ? 0 : 1; var stars = this.computedStars; // In RTL mode, LEFT/RIGHT are swapped var amountRtl = this.isRTL ? -1 : 1; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"]) { this.localValue = clampValue(value - amountRtl, min, stars) || null; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_RIGHT"]) { this.localValue = clampValue(value + amountRtl, min, stars); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]) { this.localValue = clampValue(value - 1, min, stars) || null; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"]) { this.localValue = clampValue(value + 1, min, stars); } } }, onSelected: function onSelected(value) { if (this.isInteractive) { this.localValue = value; } }, onFocus: function onFocus(event) { this.hasFocus = !this.isInteractive ? false : event.type === 'focus'; }, // --- Render methods --- renderIcon: function renderIcon(icon) { return this.$createElement(_icons_icon__WEBPACK_IMPORTED_MODULE_22__["BIcon"], { props: { icon: icon, variant: this.disabled || this.color ? null : this.variant || null } }); }, iconEmptyFn: function iconEmptyFn() { return this.renderIcon(this.iconEmpty); }, iconHalfFn: function iconHalfFn() { return this.renderIcon(this.iconHalf); }, iconFullFn: function iconFullFn() { return this.renderIcon(this.iconFull); }, iconClearFn: function iconClearFn() { return this.$createElement(_icons_icon__WEBPACK_IMPORTED_MODULE_22__["BIcon"], { props: { icon: this.iconClear } }); } }, render: function render(h) { var _this = this; var disabled = this.disabled, readonly = this.readonly, name = this.name, form = this.form, inline = this.inline, variant = this.variant, color = this.color, noBorder = this.noBorder, hasFocus = this.hasFocus, computedRating = this.computedRating, computedStars = this.computedStars, formattedRating = this.formattedRating, showClear = this.showClear, isRTL = this.isRTL, isInteractive = this.isInteractive, $scopedSlots = this.$scopedSlots; var $content = []; if (showClear && !disabled && !readonly) { var $icon = h('span', { staticClass: 'b-rating-icon' }, [($scopedSlots[_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_ICON_CLEAR"]] || this.iconClearFn)()]); $content.push(h('span', { staticClass: 'b-rating-star b-rating-star-clear flex-grow-1', class: { focused: hasFocus && computedRating === 0 }, attrs: { tabindex: isInteractive ? '-1' : null }, on: { click: function click() { return _this.onSelected(null); } }, key: 'clear' }, [$icon])); } for (var index = 0; index < computedStars; index++) { var value = index + 1; $content.push(h(BVFormRatingStar, { staticClass: 'flex-grow-1', style: color && !disabled ? { color: color } : {}, props: { rating: computedRating, star: value, variant: disabled ? null : variant || null, disabled: disabled, readonly: readonly, focused: hasFocus, hasClear: showClear }, on: { selected: this.onSelected }, scopedSlots: { empty: $scopedSlots[_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_ICON_EMPTY"]] || this.iconEmptyFn, half: $scopedSlots[_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_ICON_HALF"]] || this.iconHalfFn, full: $scopedSlots[_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_ICON_FULL"]] || this.iconFullFn }, key: index })); } if (name) { $content.push(h('input', { attrs: { type: 'hidden', value: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(this.localValue) ? '' : computedRating, name: name, form: form || null }, key: 'hidden' })); } if (this.showValue) { $content.push(h('b', { staticClass: 'b-rating-value flex-grow-1', attrs: { 'aria-hidden': 'true' }, key: 'value' }, Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(formattedRating))); } return h('output', { staticClass: 'b-rating form-control align-items-center', class: [{ 'd-inline-flex': inline, 'd-flex': !inline, 'border-0': noBorder, disabled: disabled, readonly: !disabled && readonly }, this.sizeFormClass], attrs: { id: this.safeId(), dir: isRTL ? 'rtl' : 'ltr', tabindex: disabled ? null : '0', disabled: disabled, role: 'slider', 'aria-disabled': disabled ? 'true' : null, 'aria-readonly': !disabled && readonly ? 'true' : null, 'aria-live': 'off', 'aria-valuemin': showClear ? '0' : '1', 'aria-valuemax': Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(computedStars), 'aria-valuenow': computedRating ? Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(computedRating) : null }, on: { keydown: this.onKeydown, focus: this.onFocus, blur: this.onFocus } }, $content); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/index.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/index.js ***! \***********************************************************************************************/ /*! exports provided: FormRatingPlugin, BFormRating */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormRatingPlugin", function() { return FormRatingPlugin; }); /* harmony import */ var _form_rating__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-rating */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/form-rating.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRating", function() { return _form_rating__WEBPACK_IMPORTED_MODULE_0__["BFormRating"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormRatingPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormRating: _form_rating__WEBPACK_IMPORTED_MODULE_0__["BFormRating"], BRating: _form_rating__WEBPACK_IMPORTED_MODULE_0__["BFormRating"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option-group.js": /*!******************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option-group.js ***! \******************************************************************************************************************/ /*! exports provided: props, BFormSelectOptionGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormSelectOptionGroup", function() { return BFormSelectOptionGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_options__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/form-options */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-options.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _form_select_option__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./form-select-option */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_form_options__WEBPACK_IMPORTED_MODULE_7__["props"]), {}, { label: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], undefined, true) // Required })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SELECT_OPTION_GROUP"]); // --- Main component --- // @vue/component var BFormSelectOptionGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SELECT_OPTION_GROUP"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__["normalizeSlotMixin"], _mixins_form_options__WEBPACK_IMPORTED_MODULE_7__["formOptionsMixin"]], props: props, render: function render(h) { var label = this.label; var $options = this.formOptions.map(function (option, index) { var value = option.value, text = option.text, html = option.html, disabled = option.disabled; return h(_form_select_option__WEBPACK_IMPORTED_MODULE_9__["BFormSelectOption"], { attrs: { value: value, disabled: disabled }, domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(html, text), key: "option_".concat(index) }); }); return h('optgroup', { attrs: { label: label } }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_FIRST"]), $options, this.normalizeSlot()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option.js": /*!************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option.js ***! \************************************************************************************************************/ /*! exports provided: props, BFormSelectOption */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormSelectOption", function() { return BFormSelectOption; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), value: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ANY"], undefined, true) // Required }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SELECT_OPTION"]); // --- Main component --- // @vue/component var BFormSelectOption = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SELECT_OPTION"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var value = props.value, disabled = props.disabled; return h('option', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { attrs: { disabled: disabled }, domProps: { value: value } }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select.js ***! \*****************************************************************************************************/ /*! exports provided: props, BFormSelect */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormSelect", function() { return BFormSelect; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_custom__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/form-custom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-custom.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_model__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../mixins/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/model.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _helpers_mixin_options__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./helpers/mixin-options */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/helpers/mixin-options.js"); /* harmony import */ var _form_select_option__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./form-select-option */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option.js"); /* harmony import */ var _form_select_option_group__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./form-select-option-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option-group.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_15__["props"]), _mixins_model__WEBPACK_IMPORTED_MODULE_16__["props"]), _mixins_form_control__WEBPACK_IMPORTED_MODULE_11__["props"]), _mixins_form_custom__WEBPACK_IMPORTED_MODULE_12__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_13__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_14__["props"]), {}, { ariaInvalid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_STRING"], false), multiple: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // Browsers default size to `0`, which shows 4 rows in most browsers in multiple mode // Size of `1` can bork out Firefox selectSize: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER"], 0) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SELECT"]); // --- Main component --- // @vue/component var BFormSelect = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SELECT"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_15__["idMixin"], _mixins_model__WEBPACK_IMPORTED_MODULE_16__["modelMixin"], _mixins_form_control__WEBPACK_IMPORTED_MODULE_11__["formControlMixin"], _mixins_form_size__WEBPACK_IMPORTED_MODULE_13__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_14__["formStateMixin"], _mixins_form_custom__WEBPACK_IMPORTED_MODULE_12__["formCustomMixin"], _helpers_mixin_options__WEBPACK_IMPORTED_MODULE_18__["optionsMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_17__["normalizeSlotMixin"]], props: props, data: function data() { return { localValue: this[_mixins_model__WEBPACK_IMPORTED_MODULE_16__["MODEL_PROP_NAME"]] }; }, computed: { computedSelectSize: function computedSelectSize() { // Custom selects with a size of zero causes the arrows to be hidden, // so dont render the size attribute in this case return !this.plain && this.selectSize === 0 ? null : this.selectSize; }, inputClass: function inputClass() { return [this.plain ? 'form-control' : 'custom-select', this.size && this.plain ? "form-control-".concat(this.size) : null, this.size && !this.plain ? "custom-select-".concat(this.size) : null, this.stateClass]; } }, watch: { value: function value(newValue) { this.localValue = newValue; }, localValue: function localValue() { this.$emit(_mixins_model__WEBPACK_IMPORTED_MODULE_16__["MODEL_EVENT_NAME"], this.localValue); } }, methods: { focus: function focus() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(this.$refs.input); }, blur: function blur() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptBlur"])(this.$refs.input); }, onChange: function onChange(event) { var _this = this; var target = event.target; var selectedValue = Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["from"])(target.options).filter(function (o) { return o.selected; }).map(function (o) { return '_value' in o ? o._value : o.value; }); this.localValue = target.multiple ? selectedValue : selectedValue[0]; this.$nextTick(function () { _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], _this.localValue); }); } }, render: function render(h) { var name = this.name, disabled = this.disabled, required = this.required, size = this.computedSelectSize, value = this.localValue; var $options = this.formOptions.map(function (option, index) { var value = option.value, label = option.label, options = option.options, disabled = option.disabled; var key = "option_".concat(index); return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isArray"])(options) ? h(_form_select_option_group__WEBPACK_IMPORTED_MODULE_20__["BFormSelectOptionGroup"], { props: { label: label, options: options }, key: key }) : h(_form_select_option__WEBPACK_IMPORTED_MODULE_19__["BFormSelectOption"], { props: { value: value, disabled: disabled }, domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_7__["htmlOrText"])(option.html, option.text), key: key }); }); return h('select', { class: this.inputClass, attrs: { id: this.safeId(), name: name, form: this.form || null, multiple: this.multiple || null, size: size, disabled: disabled, required: required, 'aria-required': required ? 'true' : null, 'aria-invalid': this.computedAriaInvalid }, on: { change: this.onChange }, directives: [{ name: 'model', value: value }], ref: 'input' }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_FIRST"]), $options, this.normalizeSlot()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/helpers/mixin-options.js": /*!***************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/helpers/mixin-options.js ***! \***************************************************************************************************************/ /*! exports provided: props, optionsMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "optionsMixin", function() { return optionsMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_get__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/get */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_options__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../mixins/form-options */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-options.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_form_options__WEBPACK_IMPORTED_MODULE_6__["props"]), {}, { labelField: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'label'), optionsField: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'options') })), 'formOptions'); // --- Mixin --- // @vue/component var optionsMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [_mixins_form_options__WEBPACK_IMPORTED_MODULE_6__["formOptionsMixin"]], props: props, methods: { normalizeOption: function normalizeOption(option) { var key = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; // When the option is an object, normalize it if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isPlainObject"])(option)) { var value = Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.valueField); var text = Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.textField); var options = Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.optionsField, null); // When it has options, create an `<optgroup>` object if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isNull"])(options)) { return { label: String(Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.labelField) || text), options: this.normalizeOptions(options) }; } // Otherwise create an `<option>` object return { value: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isUndefined"])(value) ? key || text : value, text: String(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isUndefined"])(text) ? key : text), html: Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.htmlField), disabled: Boolean(Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.disabledField)) }; } // Otherwise create an `<option>` object from the given value return { value: key || option, text: String(option), disabled: false }; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/index.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/index.js ***! \***********************************************************************************************/ /*! exports provided: FormSelectPlugin, BFormSelect, BFormSelectOption, BFormSelectOptionGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormSelectPlugin", function() { return FormSelectPlugin; }); /* harmony import */ var _form_select__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-select */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSelect", function() { return _form_select__WEBPACK_IMPORTED_MODULE_0__["BFormSelect"]; }); /* harmony import */ var _form_select_option__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./form-select-option */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSelectOption", function() { return _form_select_option__WEBPACK_IMPORTED_MODULE_1__["BFormSelectOption"]; }); /* harmony import */ var _form_select_option_group__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./form-select-option-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSelectOptionGroup", function() { return _form_select_option_group__WEBPACK_IMPORTED_MODULE_2__["BFormSelectOptionGroup"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormSelectPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_3__["pluginFactory"])({ components: { BFormSelect: _form_select__WEBPACK_IMPORTED_MODULE_0__["BFormSelect"], BFormSelectOption: _form_select_option__WEBPACK_IMPORTED_MODULE_1__["BFormSelectOption"], BFormSelectOptionGroup: _form_select_option_group__WEBPACK_IMPORTED_MODULE_2__["BFormSelectOptionGroup"], BSelect: _form_select__WEBPACK_IMPORTED_MODULE_0__["BFormSelect"], BSelectOption: _form_select_option__WEBPACK_IMPORTED_MODULE_1__["BFormSelectOption"], BSelectOptionGroup: _form_select_option_group__WEBPACK_IMPORTED_MODULE_2__["BFormSelectOptionGroup"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/form-spinbutton.js": /*!*************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/form-spinbutton.js ***! \*************************************************************************************************************/ /*! exports provided: props, BFormSpinbutton */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormSpinbutton", function() { return BFormSpinbutton; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/locale */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/locale.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_13__["makeModelMixin"])('value', { // Should this really be String, to match native number inputs? type: _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_NUMBER"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // Default for spin button range and step var DEFAULT_MIN = 1; var DEFAULT_MAX = 100; var DEFAULT_STEP = 1; // Delay before auto-repeat in ms var DEFAULT_REPEAT_DELAY = 500; // Repeat interval in ms var DEFAULT_REPEAT_INTERVAL = 100; // Repeat rate increased after number of repeats var DEFAULT_REPEAT_THRESHOLD = 10; // Repeat speed multiplier (step multiplier, must be an integer) var DEFAULT_REPEAT_MULTIPLIER = 4; var KEY_CODES = [_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_HOME"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_END"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEUP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEDOWN"]]; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_21__["props"]), modelProps), Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["omit"])(_mixins_form_control__WEBPACK_IMPORTED_MODULE_23__["props"], ['required', 'autofocus'])), _mixins_form_size__WEBPACK_IMPORTED_MODULE_19__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_20__["props"]), {}, { ariaControls: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), formatterFn: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_FUNCTION"]), inline: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), labelDecrement: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Decrement'), labelIncrement: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Increment'), locale: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"]), max: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_MAX), min: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_MIN), placeholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), repeatDelay: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_REPEAT_DELAY), repeatInterval: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_REPEAT_INTERVAL), repeatStepMultiplier: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_REPEAT_MULTIPLIER), repeatThreshold: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_REPEAT_THRESHOLD), step: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_STEP), vertical: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), wrap: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SPINBUTTON"]); // --- Main Component --- // @vue/component var BFormSpinbutton = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_SPINBUTTON"], // Mixin order is important! mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_18__["attrsMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_21__["idMixin"], modelMixin, _mixins_form_size__WEBPACK_IMPORTED_MODULE_19__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_20__["formStateMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_22__["normalizeSlotMixin"]], inheritAttrs: false, props: props, data: function data() { return { localValue: Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(this[MODEL_PROP_NAME], null), hasFocus: false }; }, computed: { spinId: function spinId() { return this.safeId(); }, computedInline: function computedInline() { return this.inline && !this.vertical; }, computedReadonly: function computedReadonly() { return this.readonly && !this.disabled; }, computedRequired: function computedRequired() { return this.required && !this.computedReadonly && !this.disabled; }, computedStep: function computedStep() { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(this.step, DEFAULT_STEP); }, computedMin: function computedMin() { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(this.min, DEFAULT_MIN); }, computedMax: function computedMax() { // We round down to the nearest maximum step value var max = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(this.max, DEFAULT_MAX); var step = this.computedStep; var min = this.computedMin; return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathFloor"])((max - min) / step) * step + min; }, computedDelay: function computedDelay() { var delay = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.repeatDelay, 0); return delay > 0 ? delay : DEFAULT_REPEAT_DELAY; }, computedInterval: function computedInterval() { var interval = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.repeatInterval, 0); return interval > 0 ? interval : DEFAULT_REPEAT_INTERVAL; }, computedThreshold: function computedThreshold() { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.repeatThreshold, DEFAULT_REPEAT_THRESHOLD), 1); }, computedStepMultiplier: function computedStepMultiplier() { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toInteger"])(this.repeatStepMultiplier, DEFAULT_REPEAT_MULTIPLIER), 1); }, computedPrecision: function computedPrecision() { // Quick and dirty way to get the number of decimals var step = this.computedStep; return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathFloor"])(step) === step ? 0 : (step.toString().split('.')[1] || '').length; }, computedMultiplier: function computedMultiplier() { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathPow"])(10, this.computedPrecision || 0); }, valueAsFixed: function valueAsFixed() { var value = this.localValue; return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value) ? '' : value.toFixed(this.computedPrecision); }, computedLocale: function computedLocale() { var locales = Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["concat"])(this.locale).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_9__["identity"]); var nf = new Intl.NumberFormat(locales); return nf.resolvedOptions().locale; }, computedRTL: function computedRTL() { return Object(_utils_locale__WEBPACK_IMPORTED_MODULE_11__["isLocaleRTL"])(this.computedLocale); }, defaultFormatter: function defaultFormatter() { // Returns and `Intl.NumberFormat` formatter method reference var precision = this.computedPrecision; var nf = new Intl.NumberFormat(this.computedLocale, { style: 'decimal', useGrouping: false, minimumIntegerDigits: 1, minimumFractionDigits: precision, maximumFractionDigits: precision, notation: 'standard' }); // Return the format method reference return nf.format; }, computedFormatter: function computedFormatter() { var formatterFn = this.formatterFn; return Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["hasPropFunction"])(formatterFn) ? formatterFn : this.defaultFormatter; }, computedAttrs: function computedAttrs() { return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { role: 'group', lang: this.computedLocale, tabindex: this.disabled ? null : '-1', title: this.ariaLabel }); }, computedSpinAttrs: function computedSpinAttrs() { var spinId = this.spinId, value = this.localValue, required = this.computedRequired, disabled = this.disabled, state = this.state, computedFormatter = this.computedFormatter; var hasValue = !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value); return _objectSpread(_objectSpread({ dir: this.computedRTL ? 'rtl' : 'ltr' }, this.bvAttrs), {}, { id: spinId, role: 'spinbutton', tabindex: disabled ? null : '0', 'aria-live': 'off', 'aria-label': this.ariaLabel || null, 'aria-controls': this.ariaControls || null, // TODO: May want to check if the value is in range 'aria-invalid': state === false || !hasValue && required ? 'true' : null, 'aria-required': required ? 'true' : null, // These attrs are required for role spinbutton 'aria-valuemin': Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(this.computedMin), 'aria-valuemax': Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(this.computedMax), // These should be `null` if the value is out of range // They must also be non-existent attrs if the value is out of range or `null` 'aria-valuenow': hasValue ? value : null, 'aria-valuetext': hasValue ? computedFormatter(value) : null }); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (value) { this.localValue = Object(_utils_number__WEBPACK_IMPORTED_MODULE_14__["toFloat"])(value, null); }), _defineProperty(_watch, "localValue", function localValue(value) { this.$emit(MODEL_EVENT_NAME, value); }), _defineProperty(_watch, "disabled", function disabled(_disabled) { if (_disabled) { this.clearRepeat(); } }), _defineProperty(_watch, "readonly", function readonly(_readonly) { if (_readonly) { this.clearRepeat(); } }), _watch), created: function created() { // Create non reactive properties this.$_autoDelayTimer = null; this.$_autoRepeatTimer = null; this.$_keyIsDown = false; }, beforeDestroy: function beforeDestroy() { this.clearRepeat(); }, /* istanbul ignore next */ deactivated: function deactivated() { this.clearRepeat(); }, methods: { // --- Public methods --- focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["attemptFocus"])(this.$refs.spinner); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["attemptBlur"])(this.$refs.spinner); } }, // --- Private methods --- emitChange: function emitChange() { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], this.localValue); }, stepValue: function stepValue(direction) { // Sets a new incremented or decremented value, supporting optional wrapping // Direction is either +1 or -1 (or a multiple thereof) var value = this.localValue; if (!this.disabled && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value)) { var step = this.computedStep * direction; var min = this.computedMin; var max = this.computedMax; var multiplier = this.computedMultiplier; var wrap = this.wrap; // We ensure that the value steps like a native input value = Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathRound"])((value - min) / step) * step + min + step; // We ensure that precision is maintained (decimals) value = Object(_utils_math__WEBPACK_IMPORTED_MODULE_12__["mathRound"])(value * multiplier) / multiplier; // Handle if wrapping is enabled this.localValue = value > max ? wrap ? min : max : value < min ? wrap ? max : min : value; } }, onFocusBlur: function onFocusBlur(event) { if (!this.disabled) { this.hasFocus = event.type === 'focus'; } else { this.hasFocus = false; } }, stepUp: function stepUp() { var multiplier = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1; var value = this.localValue; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value)) { this.localValue = this.computedMin; } else { this.stepValue(+1 * multiplier); } }, stepDown: function stepDown() { var multiplier = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 1; var value = this.localValue; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value)) { this.localValue = this.wrap ? this.computedMax : this.computedMin; } else { this.stepValue(-1 * multiplier); } }, onKeydown: function onKeydown(event) { var keyCode = event.keyCode, altKey = event.altKey, ctrlKey = event.ctrlKey, metaKey = event.metaKey; /* istanbul ignore if */ if (this.disabled || this.readonly || altKey || ctrlKey || metaKey) { return; } if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["arrayIncludes"])(KEY_CODES, keyCode)) { // https://w3c.github.io/aria-practices/#spinbutton Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["stopEvent"])(event, { propagation: false }); /* istanbul ignore if */ if (this.$_keyIsDown) { // Keypress is already in progress return; } this.resetTimers(); if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["arrayIncludes"])([_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]], keyCode)) { // The following use the custom auto-repeat handling this.$_keyIsDown = true; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"]) { this.handleStepRepeat(event, this.stepUp); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]) { this.handleStepRepeat(event, this.stepDown); } } else { // These use native OS key repeating if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEUP"]) { this.stepUp(this.computedStepMultiplier); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_PAGEDOWN"]) { this.stepDown(this.computedStepMultiplier); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_HOME"]) { this.localValue = this.computedMin; } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_END"]) { this.localValue = this.computedMax; } } } }, onKeyup: function onKeyup(event) { // Emit a change event when the keyup happens var keyCode = event.keyCode, altKey = event.altKey, ctrlKey = event.ctrlKey, metaKey = event.metaKey; /* istanbul ignore if */ if (this.disabled || this.readonly || altKey || ctrlKey || metaKey) { return; } if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["arrayIncludes"])(KEY_CODES, keyCode)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["stopEvent"])(event, { propagation: false }); this.resetTimers(); this.$_keyIsDown = false; this.emitChange(); } }, handleStepRepeat: function handleStepRepeat(event, stepper) { var _this = this; var _ref = event || {}, type = _ref.type, button = _ref.button; if (!this.disabled && !this.readonly) { /* istanbul ignore if */ if (type === 'mousedown' && button) { // We only respond to left (main === 0) button clicks return; } this.resetTimers(); // Step the counter initially stepper(1); var threshold = this.computedThreshold; var multiplier = this.computedStepMultiplier; var delay = this.computedDelay; var interval = this.computedInterval; // Initiate the delay/repeat interval this.$_autoDelayTimer = setTimeout(function () { var count = 0; _this.$_autoRepeatTimer = setInterval(function () { // After N initial repeats, we increase the incrementing step amount // We do this to minimize screen reader announcements of the value // (values are announced every change, which can be chatty for SR users) // And to make it easer to select a value when the range is large stepper(count < threshold ? 1 : multiplier); count++; }, interval); }, delay); } }, onMouseup: function onMouseup(event) { // `<body>` listener, only enabled when mousedown starts var _ref2 = event || {}, type = _ref2.type, button = _ref2.button; /* istanbul ignore if */ if (type === 'mouseup' && button) { // Ignore non left button (main === 0) mouse button click return; } Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["stopEvent"])(event, { propagation: false }); this.resetTimers(); this.setMouseup(false); // Trigger the change event this.emitChange(); }, setMouseup: function setMouseup(on) { // Enable or disabled the body mouseup/touchend handlers // Use try/catch to handle case when called server side try { Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["eventOnOff"])(on, document.body, 'mouseup', this.onMouseup, false); Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["eventOnOff"])(on, document.body, 'touchend', this.onMouseup, false); } catch (_unused) {} }, resetTimers: function resetTimers() { clearTimeout(this.$_autoDelayTimer); clearInterval(this.$_autoRepeatTimer); this.$_autoDelayTimer = null; this.$_autoRepeatTimer = null; }, clearRepeat: function clearRepeat() { this.resetTimers(); this.setMouseup(false); this.$_keyIsDown = false; } }, render: function render(h) { var _this2 = this; var spinId = this.spinId, value = this.localValue, inline = this.computedInline, readonly = this.computedReadonly, vertical = this.vertical, disabled = this.disabled, computedFormatter = this.computedFormatter; var hasValue = !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_10__["isNull"])(value); var makeButton = function makeButton(stepper, label, IconCmp, keyRef, shortcut, btnDisabled, slotName) { var $icon = h(IconCmp, { props: { scale: _this2.hasFocus ? 1.5 : 1.25 }, attrs: { 'aria-hidden': 'true' } }); var scope = { hasFocus: _this2.hasFocus }; var handler = function handler(event) { if (!disabled && !readonly) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["stopEvent"])(event, { propagation: false }); _this2.setMouseup(true); // Since we `preventDefault()`, we must manually focus the button Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["attemptFocus"])(event.currentTarget); _this2.handleStepRepeat(event, stepper); } }; return h('button', { staticClass: 'btn btn-sm border-0 rounded-0', class: { 'py-0': !vertical }, attrs: { tabindex: '-1', type: 'button', disabled: disabled || readonly || btnDisabled, 'aria-disabled': disabled || readonly || btnDisabled ? 'true' : null, 'aria-controls': spinId, 'aria-label': label || null, 'aria-keyshortcuts': shortcut || null }, on: { mousedown: handler, touchstart: handler }, key: keyRef || null, ref: keyRef }, [_this2.normalizeSlot(slotName, scope) || $icon]); }; // TODO: Add button disabled state when `wrap` is `false` and at value max/min var $increment = makeButton(this.stepUp, this.labelIncrement, _icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconPlus"], 'inc', 'ArrowUp', false, _constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_INCREMENT"]); var $decrement = makeButton(this.stepDown, this.labelDecrement, _icons_icons__WEBPACK_IMPORTED_MODULE_24__["BIconDash"], 'dec', 'ArrowDown', false, _constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_DECREMENT"]); var $hidden = h(); if (this.name && !disabled) { $hidden = h('input', { attrs: { type: 'hidden', name: this.name, form: this.form || null, // TODO: Should this be set to '' if value is out of range? value: this.valueAsFixed }, key: 'hidden' }); } var $spin = h( // We use 'output' element to make this accept a `<label for="id">` (Except IE) 'output', { staticClass: 'flex-grow-1', class: { 'd-flex': vertical, 'align-self-center': !vertical, 'align-items-center': vertical, 'border-top': vertical, 'border-bottom': vertical, 'border-left': !vertical, 'border-right': !vertical }, attrs: this.computedSpinAttrs, key: 'output', ref: 'spinner' }, [h('bdi', hasValue ? computedFormatter(value) : this.placeholder || '')]); return h('div', { staticClass: 'b-form-spinbutton form-control', class: [{ disabled: disabled, readonly: readonly, focus: this.hasFocus, 'd-inline-flex': inline || vertical, 'd-flex': !inline && !vertical, 'align-items-stretch': !vertical, 'flex-column': vertical }, this.sizeFormClass, this.stateClass], attrs: this.computedAttrs, on: { keydown: this.onKeydown, keyup: this.onKeyup, // We use capture phase (`!` prefix) since focus and blur do not bubble '!focus': this.onFocusBlur, '!blur': this.onFocusBlur } }, vertical ? [$increment, $hidden, $spin, $decrement] : [$decrement, $hidden, $spin, $increment]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/index.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/index.js ***! \***************************************************************************************************/ /*! exports provided: FormSpinbuttonPlugin, BFormSpinbutton */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormSpinbuttonPlugin", function() { return FormSpinbuttonPlugin; }); /* harmony import */ var _form_spinbutton__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-spinbutton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/form-spinbutton.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSpinbutton", function() { return _form_spinbutton__WEBPACK_IMPORTED_MODULE_0__["BFormSpinbutton"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormSpinbuttonPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormSpinbutton: _form_spinbutton__WEBPACK_IMPORTED_MODULE_0__["BFormSpinbutton"], BSpinbutton: _form_spinbutton__WEBPACK_IMPORTED_MODULE_0__["BFormSpinbutton"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tag.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tag.js ***! \************************************************************************************************/ /*! exports provided: props, BFormTag */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormTag", function() { return BFormTag; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _badge_badge__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../badge/badge */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/badge.js"); /* harmony import */ var _button_button_close__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../button/button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_7__["props"]), {}, { disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), noRemove: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), pill: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), removeLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Remove tag'), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'span'), title: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'secondary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TAG"]); // --- Main component --- // @vue/component var BFormTag = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TAG"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_7__["idMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__["normalizeSlotMixin"]], props: props, methods: { onRemove: function onRemove(event) { var type = event.type, keyCode = event.keyCode; if (!this.disabled && (type === 'click' || type === 'keydown' && keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DELETE"])) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REMOVE"]); } } }, render: function render(h) { var title = this.title, tag = this.tag, variant = this.variant, pill = this.pill, disabled = this.disabled; var tagId = this.safeId(); var tagLabelId = this.safeId('_taglabel_'); var $remove = h(); if (!this.noRemove && !disabled) { $remove = h(_button_button_close__WEBPACK_IMPORTED_MODULE_10__["BButtonClose"], { staticClass: 'b-form-tag-remove', props: { ariaLabel: this.removeLabel }, attrs: { 'aria-controls': tagId, 'aria-describedby': tagLabelId, 'aria-keyshortcuts': 'Delete' }, on: { click: this.onRemove, keydown: this.onRemove } }); } var $tag = h('span', { staticClass: 'b-form-tag-content flex-grow-1 text-truncate', attrs: { id: tagLabelId } }, this.normalizeSlot() || title); return h(_badge_badge__WEBPACK_IMPORTED_MODULE_9__["BBadge"], { staticClass: 'b-form-tag d-inline-flex align-items-baseline mw-100', class: { disabled: disabled }, props: { tag: tag, variant: variant, pill: pill }, attrs: { id: tagId, title: title || null, 'aria-labelledby': tagLabelId } }, [$tag, $remove]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tags.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tags.js ***! \*************************************************************************************************/ /*! exports provided: BFormTags */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormTags", function() { return BFormTags; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_css_escape__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/css-escape */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/css-escape.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony import */ var _form_form_invalid_feedback__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../form/form-invalid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-invalid-feedback.js"); /* harmony import */ var _form_form_text__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../form/form-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-text.js"); /* harmony import */ var _form_tag__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./form-tag */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tag.js"); var _watch; function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Tagged input form control // Based loosely on https://adamwathan.me/renderless-components-in-vuejs/ // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_14__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY"], defaultValue: [] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // Supported input types (for built in input) var TYPES = ['text', 'email', 'tel', 'url', 'number']; // Default ignore input focus selector var DEFAULT_INPUT_FOCUS_SELECTOR = ['.b-form-tag', 'button', 'input', 'select'].join(' '); // --- Helper methods --- // Escape special chars in string and replace // contiguous spaces with a whitespace match var escapeRegExpChars = function escapeRegExpChars(str) { return Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["escapeRegExp"])(str).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_5__["RX_SPACES"], '\\s'); }; // Remove leading/trailing spaces from array of tags and remove duplicates var cleanTags = function cleanTags(tags) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(tags).map(function (tag) { return Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["trim"])(Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(tag)); }).filter(function (tag, index, arr) { return tag.length > 0 && arr.indexOf(tag) === index; }); }; // Processes an input/change event, normalizing string or event argument var processEventValue = function processEventValue(event) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isString"])(event) ? event : Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isEvent"])(event) ? event.target.value || '' : ''; }; // Returns a fresh empty `tagsState` object var cleanTagsState = function cleanTagsState() { return { all: [], valid: [], invalid: [], duplicate: [] }; }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_21__["props"]), modelProps), _mixins_form_control__WEBPACK_IMPORTED_MODULE_18__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_19__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_20__["props"]), {}, { addButtonText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Add'), addButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'outline-secondary'), // Enable change event triggering tag addition // Handy if using <select> as the input addOnChange: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), duplicateTagText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Duplicate tag(s)'), // Disable the input focus behavior when clicking // on element matching the selector (or selectors) ignoreInputFocusSelector: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_STRING"], DEFAULT_INPUT_FOCUS_SELECTOR), // Additional attributes to add to the input element inputAttrs: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_OBJECT"], {}), inputClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_OBJECT_STRING"]), inputId: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]), inputType: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'text', function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(TYPES, value); }), invalidTagText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Invalid tag(s)'), limit: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER"]), limitTagsText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Tag limit reached'), // Disable ENTER key from triggering tag addition noAddOnEnter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), // Disable the focus ring on the root element noOuterFocus: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noTagRemove: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), placeholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Add tag...'), // Enable deleting last tag in list when CODE_BACKSPACE is // pressed and input is empty removeOnDelete: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), // Character (or characters) that trigger adding tags separator: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_STRING"]), tagClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_OBJECT_STRING"]), tagPills: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), tagRemoveLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Remove tag'), tagRemovedLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Tag removed'), tagValidator: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_FUNCTION"]), tagVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'secondary') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TAGS"]); // --- Main component --- // @vue/component var BFormTags = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TAGS"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_21__["idMixin"], modelMixin, _mixins_form_control__WEBPACK_IMPORTED_MODULE_18__["formControlMixin"], _mixins_form_size__WEBPACK_IMPORTED_MODULE_19__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_20__["formStateMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_22__["normalizeSlotMixin"]], props: props, data: function data() { return { hasFocus: false, newTag: '', tags: [], // Tags that were removed removedTags: [], // Populated when tags are parsed tagsState: cleanTagsState() }; }, computed: { computedInputId: function computedInputId() { return this.inputId || this.safeId('__input__'); }, computedInputType: function computedInputType() { // We only allow certain types return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(TYPES, this.inputType) ? this.inputType : 'text'; }, computedInputAttrs: function computedInputAttrs() { var disabled = this.disabled, form = this.form; return _objectSpread(_objectSpread({}, this.inputAttrs), {}, { // Must have attributes id: this.computedInputId, value: this.newTag, disabled: disabled, form: form }); }, computedInputHandlers: function computedInputHandlers() { return { input: this.onInputInput, change: this.onInputChange, keydown: this.onInputKeydown, reset: this.reset }; }, computedSeparator: function computedSeparator() { // Merge the array into a string return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(this.separator).filter(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isString"]).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]).join(''); }, computedSeparatorRegExp: function computedSeparatorRegExp() { // We use a computed prop here to precompile the RegExp // The RegExp is a character class RE in the form of `/[abc]+/` // where a, b, and c are the valid separator characters // -> `tags = str.split(/[abc]+/).filter(t => t)` var separator = this.computedSeparator; return separator ? new RegExp("[".concat(escapeRegExpChars(separator), "]+")) : null; }, computedJoiner: function computedJoiner() { // When tag(s) are invalid or duplicate, we leave them // in the input so that the user can see them // If there are more than one tag in the input, we use the // first separator character as the separator in the input // We append a space if the first separator is not a space var joiner = this.computedSeparator.charAt(0); return joiner !== ' ' ? "".concat(joiner, " ") : joiner; }, computeIgnoreInputFocusSelector: function computeIgnoreInputFocusSelector() { // Normalize to an single selector with selectors separated by `,` return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(this.ignoreInputFocusSelector).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]).join(',').trim(); }, disableAddButton: function disableAddButton() { var _this = this; // If 'Add' button should be disabled // If the input contains at least one tag that can // be added, then the 'Add' button should be enabled var newTag = Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["trim"])(this.newTag); return newTag === '' || !this.splitTags(newTag).some(function (t) { return !Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(_this.tags, t) && _this.validateTag(t); }); }, duplicateTags: function duplicateTags() { return this.tagsState.duplicate; }, hasDuplicateTags: function hasDuplicateTags() { return this.duplicateTags.length > 0; }, invalidTags: function invalidTags() { return this.tagsState.invalid; }, hasInvalidTags: function hasInvalidTags() { return this.invalidTags.length > 0; }, isLimitReached: function isLimitReached() { var limit = this.limit; return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isNumber"])(limit) && limit >= 0 && this.tags.length >= limit; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { this.tags = cleanTags(newValue); }), _defineProperty(_watch, "tags", function tags(newValue, oldValue) { // Update the `v-model` (if it differs from the value prop) if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_13__["looseEqual"])(newValue, this[MODEL_PROP_NAME])) { this.$emit(MODEL_EVENT_NAME, newValue); } if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_13__["looseEqual"])(newValue, oldValue)) { newValue = Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(newValue).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]); oldValue = Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(oldValue).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]); this.removedTags = oldValue.filter(function (old) { return !Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(newValue, old); }); } }), _defineProperty(_watch, "tagsState", function tagsState(newValue, oldValue) { // Emit a tag-state event when the `tagsState` object changes if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_13__["looseEqual"])(newValue, oldValue)) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_TAG_STATE"], newValue.valid, newValue.invalid, newValue.duplicate); } }), _watch), created: function created() { // We do this in created to make sure an input event emits // if the cleaned tags are not equal to the value prop this.tags = cleanTags(this[MODEL_PROP_NAME]); }, mounted: function mounted() { var _this2 = this; // Listen for form reset events, to reset the tags input var $form = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["closest"])('form', this.$el); if ($form) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["eventOn"])($form, 'reset', this.reset, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_PASSIVE"]); this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["eventOff"])($form, 'reset', _this2.reset, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_PASSIVE"]); }); } }, methods: { addTag: function addTag(newTag) { newTag = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isString"])(newTag) ? newTag : this.newTag; /* istanbul ignore next */ if (this.disabled || Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["trim"])(newTag) === '' || this.isLimitReached) { // Early exit return; } var parsed = this.parseTags(newTag); // Add any new tags to the `tags` array, or if the // array of `allTags` is empty, we clear the input if (parsed.valid.length > 0 || parsed.all.length === 0) { // Clear the user input element (and leave in any invalid/duplicate tag(s) /* istanbul ignore if: full testing to be added later */ if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["matches"])(this.getInput(), 'select')) { // The following is needed to properly // work with `<select>` elements this.newTag = ''; } else { var invalidAndDuplicates = [].concat(_toConsumableArray(parsed.invalid), _toConsumableArray(parsed.duplicate)); this.newTag = parsed.all.filter(function (tag) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(invalidAndDuplicates, tag); }).join(this.computedJoiner).concat(invalidAndDuplicates.length > 0 ? this.computedJoiner.charAt(0) : ''); } } if (parsed.valid.length > 0) { // We add the new tags in one atomic operation // to trigger reactivity once (instead of once per tag) // We do this after we update the new tag input value // `concat()` can be faster than array spread, when both args are arrays this.tags = Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["concat"])(this.tags, parsed.valid); } this.tagsState = parsed; // Attempt to re-focus the input (specifically for when using the Add // button, as the button disappears after successfully adding a tag this.focus(); }, removeTag: function removeTag(tag) { var _this3 = this; /* istanbul ignore next */ if (this.disabled) { return; } // TODO: // Add `onRemoveTag(tag)` user method, which if returns `false` // will prevent the tag from being removed (i.e. confirmation) // Or emit cancelable `BvEvent` this.tags = this.tags.filter(function (t) { return t !== tag; }); // Return focus to the input (if possible) this.$nextTick(function () { _this3.focus(); }); }, reset: function reset() { var _this4 = this; this.newTag = ''; this.tags = []; this.$nextTick(function () { _this4.removedTags = []; _this4.tagsState = cleanTagsState(); }); }, // --- Input element event handlers --- onInputInput: function onInputInput(event) { /* istanbul ignore next: hard to test composition events */ if (this.disabled || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isEvent"])(event) && event.target.composing) { // `event.target.composing` is set by Vue (`v-model` directive) // https://github.com/vuejs/vue/blob/dev/src/platforms/web/runtime/directives/model.js return; } var newTag = processEventValue(event); var separatorRe = this.computedSeparatorRegExp; if (this.newTag !== newTag) { this.newTag = newTag; } // We ignore leading whitespace for the following newTag = Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["trimLeft"])(newTag); if (separatorRe && separatorRe.test(newTag.slice(-1))) { // A trailing separator character was entered, so add the tag(s) // Note: More than one tag on input event is possible via copy/paste this.addTag(); } else { // Validate (parse tags) on input event this.tagsState = newTag === '' ? cleanTagsState() : this.parseTags(newTag); } }, onInputChange: function onInputChange(event) { // Change is triggered on `<input>` blur, or `<select>` selected // This event is opt-in if (!this.disabled && this.addOnChange) { var newTag = processEventValue(event); /* istanbul ignore next */ if (this.newTag !== newTag) { this.newTag = newTag; } this.addTag(); } }, onInputKeydown: function onInputKeydown(event) { // Early exit /* istanbul ignore next */ if (this.disabled || !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isEvent"])(event)) { return; } var keyCode = event.keyCode; var value = event.target.value || ''; /* istanbul ignore else: testing to be added later */ if (!this.noAddOnEnter && keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_ENTER"]) { // Attempt to add the tag when user presses enter Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event, { propagation: false }); this.addTag(); } else if (this.removeOnDelete && (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_BACKSPACE"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_DELETE"]) && value === '') { // Remove the last tag if the user pressed backspace/delete and the input is empty Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event, { propagation: false }); this.tags = this.tags.slice(0, -1); } }, // --- Wrapper event handlers --- onClick: function onClick(event) { var _this5 = this; var ignoreFocusSelector = this.computeIgnoreInputFocusSelector; var target = event.target; if (!this.disabled && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["isActiveElement"])(target) && (!ignoreFocusSelector || !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["closest"])(ignoreFocusSelector, target, true))) { this.$nextTick(function () { _this5.focus(); }); } }, onFocusin: function onFocusin() { this.hasFocus = true; }, onFocusout: function onFocusout() { this.hasFocus = false; }, handleAutofocus: function handleAutofocus() { var _this6 = this; this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { if (_this6.autofocus && !_this6.disabled) { _this6.focus(); } }); }); }, // --- Public methods --- focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(this.getInput()); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptBlur"])(this.getInput()); } }, // --- Private methods --- splitTags: function splitTags(newTag) { // Split the input into an array of raw tags newTag = Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(newTag); var separatorRe = this.computedSeparatorRegExp; // Split the tag(s) via the optional separator // Normally only a single tag is provided, but copy/paste // can enter multiple tags in a single operation return (separatorRe ? newTag.split(separatorRe) : [newTag]).map(_utils_string__WEBPACK_IMPORTED_MODULE_17__["trim"]).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]); }, parseTags: function parseTags(newTag) { var _this7 = this; // Takes `newTag` value and parses it into `validTags`, // `invalidTags`, and duplicate tags as an object // Split the input into raw tags var tags = this.splitTags(newTag); // Base results var parsed = { all: tags, valid: [], invalid: [], duplicate: [] }; // Parse the unique tags tags.forEach(function (tag) { if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(_this7.tags, tag) || Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(parsed.valid, tag)) { // Unique duplicate tags if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(parsed.duplicate, tag)) { parsed.duplicate.push(tag); } } else if (_this7.validateTag(tag)) { // We only add unique/valid tags parsed.valid.push(tag); } else { // Unique invalid tags if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(parsed.invalid, tag)) { parsed.invalid.push(tag); } } }); return parsed; }, validateTag: function validateTag(tag) { var tagValidator = this.tagValidator; return Object(_utils_props__WEBPACK_IMPORTED_MODULE_16__["hasPropFunction"])(tagValidator) ? tagValidator(tag) : true; }, getInput: function getInput() { // Returns the input element reference (or null if not found) // We need to escape `computedInputId` since it can be user-provided return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["select"])("#".concat(Object(_utils_css_escape__WEBPACK_IMPORTED_MODULE_8__["cssEscape"])(this.computedInputId)), this.$el); }, // Default User Interface render defaultRender: function defaultRender(_ref) { var addButtonText = _ref.addButtonText, addButtonVariant = _ref.addButtonVariant, addTag = _ref.addTag, disableAddButton = _ref.disableAddButton, disabled = _ref.disabled, duplicateTagText = _ref.duplicateTagText, inputAttrs = _ref.inputAttrs, inputClass = _ref.inputClass, inputHandlers = _ref.inputHandlers, inputType = _ref.inputType, invalidTagText = _ref.invalidTagText, isDuplicate = _ref.isDuplicate, isInvalid = _ref.isInvalid, isLimitReached = _ref.isLimitReached, limitTagsText = _ref.limitTagsText, noTagRemove = _ref.noTagRemove, placeholder = _ref.placeholder, removeTag = _ref.removeTag, tagClass = _ref.tagClass, tagPills = _ref.tagPills, tagRemoveLabel = _ref.tagRemoveLabel, tagVariant = _ref.tagVariant, tags = _ref.tags; var h = this.$createElement; // Make the list of tags var $tags = tags.map(function (tag) { tag = Object(_utils_string__WEBPACK_IMPORTED_MODULE_17__["toString"])(tag); return h(_form_tag__WEBPACK_IMPORTED_MODULE_26__["BFormTag"], { class: tagClass, // `BFormTag` will auto generate an ID // so we do not need to set the ID prop props: { disabled: disabled, noRemove: noTagRemove, pill: tagPills, removeLabel: tagRemoveLabel, tag: 'li', title: tag, variant: tagVariant }, on: { remove: function remove() { return removeTag(tag); } }, key: "tags_".concat(tag) }, tag); }); // Feedback IDs if needed var invalidFeedbackId = invalidTagText && isInvalid ? this.safeId('__invalid_feedback__') : null; var duplicateFeedbackId = duplicateTagText && isDuplicate ? this.safeId('__duplicate_feedback__') : null; var limitFeedbackId = limitTagsText && isLimitReached ? this.safeId('__limit_feedback__') : null; // Compute the `aria-describedby` attribute value var ariaDescribedby = [inputAttrs['aria-describedby'], invalidFeedbackId, duplicateFeedbackId, limitFeedbackId].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]).join(' '); // Input var $input = h('input', { staticClass: 'b-form-tags-input w-100 flex-grow-1 p-0 m-0 bg-transparent border-0', class: inputClass, style: { outline: 0, minWidth: '5rem' }, attrs: _objectSpread(_objectSpread({}, inputAttrs), {}, { 'aria-describedby': ariaDescribedby || null, type: inputType, placeholder: placeholder || null }), domProps: { value: inputAttrs.value }, on: inputHandlers, // Directive needed to get `event.target.composing` set (if needed) directives: [{ name: 'model', value: inputAttrs.value }], ref: 'input' }); // Add button var $button = h(_button_button__WEBPACK_IMPORTED_MODULE_23__["BButton"], { staticClass: 'b-form-tags-button py-0', class: { // Only show the button if the tag can be added // We use the `invisible` class instead of not rendering // the button, so that we maintain layout to prevent // the user input from jumping around invisible: disableAddButton }, style: { fontSize: '90%' }, props: { disabled: disableAddButton || isLimitReached, variant: addButtonVariant }, on: { click: function click() { return addTag(); } }, ref: 'button' }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_ADD_BUTTON_TEXT"]) || addButtonText]); // ID of the tags + input `<ul>` list // Note we could concatenate `inputAttrs.id` with '__tag_list__' // but `inputId` may be `null` until after mount // `safeId()` returns `null`, if no user provided ID, // until after mount when a unique ID is generated var tagListId = this.safeId('__tag_list__'); var $field = h('li', { staticClass: 'b-from-tags-field flex-grow-1', attrs: { role: 'none', 'aria-live': 'off', 'aria-controls': tagListId }, key: 'tags_field' }, [h('div', { staticClass: 'd-flex', attrs: { role: 'group' } }, [$input, $button])]); // Wrap in an unordered list element (we use a list for accessibility) var $ul = h('ul', { staticClass: 'b-form-tags-list list-unstyled mb-0 d-flex flex-wrap align-items-center', attrs: { id: tagListId }, key: 'tags_list' }, [$tags, $field]); // Assemble the feedback var $feedback = h(); if (invalidTagText || duplicateTagText || limitTagsText) { // Add an aria live region for the invalid/duplicate tag // messages if the user has not disabled the messages var joiner = this.computedJoiner; // Invalid tag feedback if needed (error) var $invalid = h(); if (invalidFeedbackId) { $invalid = h(_form_form_invalid_feedback__WEBPACK_IMPORTED_MODULE_24__["BFormInvalidFeedback"], { props: { id: invalidFeedbackId, forceShow: true }, key: 'tags_invalid_feedback' }, [this.invalidTagText, ': ', this.invalidTags.join(joiner)]); } // Duplicate tag feedback if needed (warning, not error) var $duplicate = h(); if (duplicateFeedbackId) { $duplicate = h(_form_form_text__WEBPACK_IMPORTED_MODULE_25__["BFormText"], { props: { id: duplicateFeedbackId }, key: 'tags_duplicate_feedback' }, [this.duplicateTagText, ': ', this.duplicateTags.join(joiner)]); } // Limit tags feedback if needed (warning, not error) var $limit = h(); if (limitFeedbackId) { $limit = h(_form_form_text__WEBPACK_IMPORTED_MODULE_25__["BFormText"], { props: { id: limitFeedbackId }, key: 'tags_limit_feedback' }, [limitTagsText]); } $feedback = h('div', { attrs: { 'aria-live': 'polite', 'aria-atomic': 'true' }, key: 'tags_feedback' }, [$invalid, $duplicate, $limit]); } // Return the content return [$ul, $feedback]; } }, render: function render(h) { var name = this.name, disabled = this.disabled, required = this.required, form = this.form, tags = this.tags, computedInputId = this.computedInputId, hasFocus = this.hasFocus, noOuterFocus = this.noOuterFocus; // Scoped slot properties var scope = _objectSpread({ // Array of tags (shallow copy to prevent mutations) tags: tags.slice(), // <input> v-bind:inputAttrs inputAttrs: this.computedInputAttrs, // We don't include this in the attrs, as users may want to override this inputType: this.computedInputType, // <input> v-on:inputHandlers inputHandlers: this.computedInputHandlers, // Methods removeTag: this.removeTag, addTag: this.addTag, reset: this.reset, // <input> :id="inputId" inputId: computedInputId, // Invalid/Duplicate state information isInvalid: this.hasInvalidTags, invalidTags: this.invalidTags.slice(), isDuplicate: this.hasDuplicateTags, duplicateTags: this.duplicateTags.slice(), isLimitReached: this.isLimitReached, // If the 'Add' button should be disabled disableAddButton: this.disableAddButton }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["pick"])(this.$props, ['addButtonText', 'addButtonVariant', 'disabled', 'duplicateTagText', 'form', 'inputClass', 'invalidTagText', 'limit', 'limitTagsText', 'noTagRemove', 'placeholder', 'required', 'separator', 'size', 'state', 'tagClass', 'tagPills', 'tagRemoveLabel', 'tagVariant'])); // Generate the user interface var $content = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_DEFAULT"], scope) || this.defaultRender(scope); // Generate the `aria-live` region for the current value(s) var $output = h('output', { staticClass: 'sr-only', attrs: { id: this.safeId('__selected_tags__'), role: 'status', for: computedInputId, 'aria-live': hasFocus ? 'polite' : 'off', 'aria-atomic': 'true', 'aria-relevant': 'additions text' } }, this.tags.join(', ')); // Removed tag live region var $removed = h('div', { staticClass: 'sr-only', attrs: { id: this.safeId('__removed_tags__'), role: 'status', 'aria-live': hasFocus ? 'assertive' : 'off', 'aria-atomic': 'true' } }, this.removedTags.length > 0 ? "(".concat(this.tagRemovedLabel, ") ").concat(this.removedTags.join(', ')) : ''); // Add hidden inputs for form submission var $hidden = h(); if (name && !disabled) { // We add hidden inputs for each tag if a name is provided // When there are currently no tags, a visually hidden input // with empty value is rendered for proper required handling var hasTags = tags.length > 0; $hidden = (hasTags ? tags : ['']).map(function (tag) { return h('input', { class: { 'sr-only': !hasTags }, attrs: { type: hasTags ? 'hidden' : 'text', value: tag, required: required, name: name, form: form }, key: "tag_input_".concat(tag) }); }); } // Return the rendered output return h('div', { staticClass: 'b-form-tags form-control h-auto', class: [{ focus: hasFocus && !noOuterFocus && !disabled, disabled: disabled }, this.sizeFormClass, this.stateClass], attrs: { id: this.safeId(), role: 'group', tabindex: disabled || noOuterFocus ? null : '-1', 'aria-describedby': this.safeId('__selected_tags__') }, on: { click: this.onClick, focusin: this.onFocusin, focusout: this.onFocusout } }, [$output, $removed, $content, $hidden]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/index.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/index.js ***! \*********************************************************************************************/ /*! exports provided: FormTagsPlugin, BFormTags, BFormTag */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormTagsPlugin", function() { return FormTagsPlugin; }); /* harmony import */ var _form_tags__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-tags */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tags.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTags", function() { return _form_tags__WEBPACK_IMPORTED_MODULE_0__["BFormTags"]; }); /* harmony import */ var _form_tag__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./form-tag */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tag.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTag", function() { return _form_tag__WEBPACK_IMPORTED_MODULE_1__["BFormTag"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormTagsPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BFormTags: _form_tags__WEBPACK_IMPORTED_MODULE_0__["BFormTags"], BTags: _form_tags__WEBPACK_IMPORTED_MODULE_0__["BFormTags"], BFormTag: _form_tag__WEBPACK_IMPORTED_MODULE_1__["BFormTag"], BTag: _form_tag__WEBPACK_IMPORTED_MODULE_1__["BFormTag"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/form-textarea.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/form-textarea.js ***! \*********************************************************************************************************/ /*! exports provided: props, BFormTextarea */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormTextarea", function() { return BFormTextarea; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_control__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _mixins_form_selection__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/form-selection */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-selection.js"); /* harmony import */ var _mixins_form_size__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _mixins_form_state__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _mixins_form_text__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/form-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-text.js"); /* harmony import */ var _mixins_form_validity__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/form-validity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-validity.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _directives_visible_visible__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../directives/visible/visible */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/visible.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_15__["props"]), _mixins_form_control__WEBPACK_IMPORTED_MODULE_9__["props"]), _mixins_form_size__WEBPACK_IMPORTED_MODULE_11__["props"]), _mixins_form_state__WEBPACK_IMPORTED_MODULE_12__["props"]), _mixins_form_text__WEBPACK_IMPORTED_MODULE_13__["props"]), {}, { maxRows: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), // When in auto resize mode, disable shrinking to content height noAutoShrink: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Disable the resize handle of textarea noResize: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), rows: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 2), // 'soft', 'hard' or 'off' // Browser default is 'soft' wrap: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'soft') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TEXTAREA"]); // --- Main component --- // @vue/component var BFormTextarea = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TEXTAREA"], directives: { 'b-visible': _directives_visible_visible__WEBPACK_IMPORTED_MODULE_18__["VBVisible"] }, // Mixin order is important! mixins: [_mixins_listeners__WEBPACK_IMPORTED_MODULE_17__["listenersMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_15__["idMixin"], _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_16__["listenOnRootMixin"], _mixins_form_control__WEBPACK_IMPORTED_MODULE_9__["formControlMixin"], _mixins_form_size__WEBPACK_IMPORTED_MODULE_11__["formSizeMixin"], _mixins_form_state__WEBPACK_IMPORTED_MODULE_12__["formStateMixin"], _mixins_form_text__WEBPACK_IMPORTED_MODULE_13__["formTextMixin"], _mixins_form_selection__WEBPACK_IMPORTED_MODULE_10__["formSelectionMixin"], _mixins_form_validity__WEBPACK_IMPORTED_MODULE_14__["formValidityMixin"]], props: props, data: function data() { return { heightInPx: null }; }, computed: { computedStyle: function computedStyle() { var styles = { // Setting `noResize` to true will disable the ability for the user to // manually resize the textarea. We also disable when in auto height mode resize: !this.computedRows || this.noResize ? 'none' : null }; if (!this.computedRows) { // Conditionally set the computed CSS height when auto rows/height is enabled // We avoid setting the style to `null`, which can override user manual resize handle styles.height = this.heightInPx; // We always add a vertical scrollbar to the textarea when auto-height is // enabled so that the computed height calculation returns a stable value styles.overflowY = 'scroll'; } return styles; }, computedMinRows: function computedMinRows() { // Ensure rows is at least 2 and positive (2 is the native textarea value) // A value of 1 can cause issues in some browsers, and most browsers // only support 2 as the smallest value return Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toInteger"])(this.rows, 2), 2); }, computedMaxRows: function computedMaxRows() { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(this.computedMinRows, Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toInteger"])(this.maxRows, 0)); }, computedRows: function computedRows() { // This is used to set the attribute 'rows' on the textarea // If auto-height is enabled, then we return `null` as we use CSS to control height return this.computedMinRows === this.computedMaxRows ? this.computedMinRows : null; }, computedAttrs: function computedAttrs() { var disabled = this.disabled, required = this.required; return { id: this.safeId(), name: this.name || null, form: this.form || null, disabled: disabled, placeholder: this.placeholder || null, required: required, autocomplete: this.autocomplete || null, readonly: this.readonly || this.plaintext, rows: this.computedRows, wrap: this.wrap || null, 'aria-required': this.required ? 'true' : null, 'aria-invalid': this.computedAriaInvalid }; }, computedListeners: function computedListeners() { return _objectSpread(_objectSpread({}, this.bvListeners), {}, { input: this.onInput, change: this.onChange, blur: this.onBlur }); } }, watch: { localValue: function localValue() { this.setHeight(); } }, mounted: function mounted() { this.setHeight(); }, methods: { // Called by intersection observer directive /* istanbul ignore next */ visibleCallback: function visibleCallback(visible) { if (visible) { // We use a `$nextTick()` here just to make sure any // transitions or portalling have completed this.$nextTick(this.setHeight); } }, setHeight: function setHeight() { var _this = this; this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["requestAF"])(function () { _this.heightInPx = _this.computeHeight(); }); }); }, /* istanbul ignore next: can't test getComputedStyle in JSDOM */ computeHeight: function computeHeight() { if (this.$isServer || !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isNull"])(this.computedRows)) { return null; } var el = this.$el; // Element must be visible (not hidden) and in document // Must be checked after above checks if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["isVisible"])(el)) { return null; } // Get current computed styles var computedStyle = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getCS"])(el); // Height of one line of text in px var lineHeight = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(computedStyle.lineHeight, 1); // Calculate height of border and padding var border = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(computedStyle.borderTopWidth, 0) + Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(computedStyle.borderBottomWidth, 0); var padding = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(computedStyle.paddingTop, 0) + Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(computedStyle.paddingBottom, 0); // Calculate offset var offset = border + padding; // Minimum height for min rows (which must be 2 rows or greater for cross-browser support) var minHeight = lineHeight * this.computedMinRows + offset; // Get the current style height (with `px` units) var oldHeight = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getStyle"])(el, 'height') || computedStyle.height; // Probe scrollHeight by temporarily changing the height to `auto` Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', 'auto'); var scrollHeight = el.scrollHeight; // Place the original old height back on the element, just in case `computedProp` // returns the same value as before Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'height', oldHeight); // Calculate content height in 'rows' (scrollHeight includes padding but not border) var contentRows = Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])((scrollHeight - padding) / lineHeight, 2); // Calculate number of rows to display (limited within min/max rows) var rows = Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMin"])(Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(contentRows, this.computedMinRows), this.computedMaxRows); // Calculate the required height of the textarea including border and padding (in pixels) var height = Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathCeil"])(rows * lineHeight + offset), minHeight); // Computed height remains the larger of `oldHeight` and new `height`, // when height is in `sticky` mode (prop `no-auto-shrink` is true) if (this.noAutoShrink && Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(oldHeight, 0) > height) { return oldHeight; } // Return the new computed CSS height in px units return "".concat(height, "px"); } }, render: function render(h) { return h('textarea', { class: this.computedClass, style: this.computedStyle, directives: [{ name: 'b-visible', value: this.visibleCallback, // If textarea is within 640px of viewport, consider it visible modifiers: { '640': true } }], attrs: this.computedAttrs, domProps: { value: this.localValue }, on: this.computedListeners, ref: 'input' }); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/index.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/index.js ***! \*************************************************************************************************/ /*! exports provided: FormTextareaPlugin, BFormTextarea */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormTextareaPlugin", function() { return FormTextareaPlugin; }); /* harmony import */ var _form_textarea__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-textarea */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/form-textarea.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTextarea", function() { return _form_textarea__WEBPACK_IMPORTED_MODULE_0__["BFormTextarea"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormTextareaPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormTextarea: _form_textarea__WEBPACK_IMPORTED_MODULE_0__["BFormTextarea"], BTextarea: _form_textarea__WEBPACK_IMPORTED_MODULE_0__["BFormTextarea"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/form-timepicker.js": /*!*************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/form-timepicker.js ***! \*************************************************************************************************************/ /*! exports provided: props, BFormTimepicker */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormTimepicker", function() { return BFormTimepicker; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony import */ var _form_btn_label_control_bv_form_btn_label_control__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../form-btn-label-control/bv-form-btn-label-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-btn-label-control/bv-form-btn-label-control.js"); /* harmony import */ var _time_time__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../time/time */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/time.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_7__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], defaultValue: '' }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var timeProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["omit"])(_time_time__WEBPACK_IMPORTED_MODULE_14__["props"], ['hidden', 'id', 'value']); var formBtnLabelControlProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["omit"])(_form_btn_label_control_bv_form_btn_label_control__WEBPACK_IMPORTED_MODULE_13__["props"], ['formattedValue', 'id', 'lang', 'rtl', 'value']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_10__["props"]), modelProps), timeProps), formBtnLabelControlProps), {}, { closeButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'outline-secondary'), labelCloseButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Close'), labelNowButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Select now'), labelResetButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Reset'), noCloseButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), nowButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), nowButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'outline-primary'), resetButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), resetButtonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'outline-danger'), resetValue: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_DATE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TIMEPICKER"]); // --- Main component --- // @vue/component var BFormTimepicker = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TIMEPICKER"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_10__["idMixin"], modelMixin], props: props, data: function data() { return { // We always use `HH:mm:ss` value internally localHMS: this[MODEL_PROP_NAME] || '', // Context data from BTime localLocale: null, isRTL: false, formattedValue: '', // If the menu is opened isVisible: false }; }, computed: { computedLang: function computedLang() { return (this.localLocale || '').replace(/-u-.*$/i, '') || null; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { this.localHMS = newValue || ''; }), _defineProperty(_watch, "localHMS", function localHMS(newValue) { // We only update the v-model value when the timepicker // is open, to prevent cursor jumps when bound to a // text input in button only mode if (this.isVisible) { this.$emit(MODEL_EVENT_NAME, newValue || ''); } }), _watch), methods: { // Public methods focus: function focus() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(this.$refs.control); } }, blur: function blur() { if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptBlur"])(this.$refs.control); } }, // Private methods setAndClose: function setAndClose(value) { var _this = this; this.localHMS = value; this.$nextTick(function () { _this.$refs.control.hide(true); }); }, onInput: function onInput(hms) { if (this.localHMS !== hms) { this.localHMS = hms; } }, onContext: function onContext(ctx) { var isRTL = ctx.isRTL, locale = ctx.locale, value = ctx.value, formatted = ctx.formatted; this.isRTL = isRTL; this.localLocale = locale; this.formattedValue = formatted; this.localHMS = value || ''; // Re-emit the context event this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CONTEXT"], ctx); }, onNowButton: function onNowButton() { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = this.showSeconds ? now.getSeconds() : 0; var value = [hours, minutes, seconds].map(function (v) { return "00".concat(v || '').slice(-2); }).join(':'); this.setAndClose(value); }, onResetButton: function onResetButton() { this.setAndClose(this.resetValue); }, onCloseButton: function onCloseButton() { this.$refs.control.hide(true); }, onShow: function onShow() { this.isVisible = true; }, onShown: function onShown() { var _this2 = this; this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(_this2.$refs.time); _this2.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"]); }); }, onHidden: function onHidden() { this.isVisible = false; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"]); }, // Render function helpers defaultButtonFn: function defaultButtonFn(_ref) { var isHovered = _ref.isHovered, hasFocus = _ref.hasFocus; return this.$createElement(isHovered || hasFocus ? _icons_icons__WEBPACK_IMPORTED_MODULE_11__["BIconClockFill"] : _icons_icons__WEBPACK_IMPORTED_MODULE_11__["BIconClock"], { attrs: { 'aria-hidden': 'true' } }); } }, render: function render(h) { var localHMS = this.localHMS, disabled = this.disabled, readonly = this.readonly, $props = this.$props; var placeholder = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefinedOrNull"])(this.placeholder) ? this.labelNoTimeSelected : this.placeholder; // Footer buttons var $footer = []; if (this.nowButton) { var label = this.labelNowButton; $footer.push(h(_button_button__WEBPACK_IMPORTED_MODULE_12__["BButton"], { props: { size: 'sm', disabled: disabled || readonly, variant: this.nowButtonVariant }, attrs: { 'aria-label': label || null }, on: { click: this.onNowButton }, key: 'now-btn' }, label)); } if (this.resetButton) { if ($footer.length > 0) { // Add a "spacer" between buttons (' ') $footer.push(h('span', "\xA0")); } var _label = this.labelResetButton; $footer.push(h(_button_button__WEBPACK_IMPORTED_MODULE_12__["BButton"], { props: { size: 'sm', disabled: disabled || readonly, variant: this.resetButtonVariant }, attrs: { 'aria-label': _label || null }, on: { click: this.onResetButton }, key: 'reset-btn' }, _label)); } if (!this.noCloseButton) { // Add a "spacer" between buttons (' ') if ($footer.length > 0) { $footer.push(h('span', "\xA0")); } var _label2 = this.labelCloseButton; $footer.push(h(_button_button__WEBPACK_IMPORTED_MODULE_12__["BButton"], { props: { size: 'sm', disabled: disabled, variant: this.closeButtonVariant }, attrs: { 'aria-label': _label2 || null }, on: { click: this.onCloseButton }, key: 'close-btn' }, _label2)); } if ($footer.length > 0) { $footer = [h('div', { staticClass: 'b-form-date-controls d-flex flex-wrap', class: { 'justify-content-between': $footer.length > 1, 'justify-content-end': $footer.length < 2 } }, $footer)]; } var $time = h(_time_time__WEBPACK_IMPORTED_MODULE_14__["BTime"], { staticClass: 'b-form-time-control', props: _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["pluckProps"])(timeProps, $props)), {}, { value: localHMS, hidden: !this.isVisible }), on: { input: this.onInput, context: this.onContext }, ref: 'time' }, $footer); return h(_form_btn_label_control_bv_form_btn_label_control__WEBPACK_IMPORTED_MODULE_13__["BVFormBtnLabelControl"], { staticClass: 'b-form-timepicker', props: _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["pluckProps"])(formBtnLabelControlProps, $props)), {}, { id: this.safeId(), value: localHMS, formattedValue: localHMS ? this.formattedValue : '', placeholder: placeholder, rtl: this.isRTL, lang: this.computedLang }), on: { show: this.onShow, shown: this.onShown, hidden: this.onHidden }, scopedSlots: _defineProperty({}, _constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_BUTTON_CONTENT"], this.$scopedSlots[_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_BUTTON_CONTENT"]] || this.defaultButtonFn), ref: 'control' }, [$time]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/index.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/index.js ***! \***************************************************************************************************/ /*! exports provided: FormTimepickerPlugin, BFormTimepicker */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormTimepickerPlugin", function() { return FormTimepickerPlugin; }); /* harmony import */ var _form_timepicker__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form-timepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/form-timepicker.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTimepicker", function() { return _form_timepicker__WEBPACK_IMPORTED_MODULE_0__["BFormTimepicker"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormTimepickerPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BFormTimepicker: _form_timepicker__WEBPACK_IMPORTED_MODULE_0__["BFormTimepicker"], BTimepicker: _form_timepicker__WEBPACK_IMPORTED_MODULE_0__["BFormTimepicker"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-datalist.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-datalist.js ***! \************************************************************************************************/ /*! exports provided: props, BFormDatalist */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormDatalist", function() { return BFormDatalist; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_form_options__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/form-options */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-options.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_form_options__WEBPACK_IMPORTED_MODULE_6__["props"]), {}, { id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], undefined, true) // Required })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_DATALIST"]); // --- Main component --- // @vue/component var BFormDatalist = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_DATALIST"], mixins: [_mixins_form_options__WEBPACK_IMPORTED_MODULE_6__["formOptionsMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"]], props: props, render: function render(h) { var id = this.id; var $options = this.formOptions.map(function (option, index) { var value = option.value, text = option.text, html = option.html, disabled = option.disabled; return h('option', { attrs: { value: value, disabled: disabled }, domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(html, text), key: "option_".concat(index) }); }); return h('datalist', { attrs: { id: id } }, [$options, this.normalizeSlot()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-invalid-feedback.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-invalid-feedback.js ***! \********************************************************************************************************/ /*! exports provided: props, BFormInvalidFeedback */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormInvalidFeedback", function() { return BFormInvalidFeedback; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ ariaLive: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), forceShow: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), role: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Tri-state prop: `true`, `false`, or `null` state: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), tooltip: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_INVALID_FEEDBACK"]); // --- Main component --- // @vue/component var BFormInvalidFeedback = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_INVALID_FEEDBACK"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var tooltip = props.tooltip, ariaLive = props.ariaLive; var show = props.forceShow === true || props.state === false; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: { 'd-block': show, 'invalid-feedback': !tooltip, 'invalid-tooltip': tooltip }, attrs: { id: props.id || null, role: props.role || null, 'aria-live': ariaLive || null, 'aria-atomic': ariaLive ? 'true' : null } }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-text.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-text.js ***! \********************************************************************************************/ /*! exports provided: props, BFormText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormText", function() { return BFormText; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), inline: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'small'), textVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'muted') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TEXT"]); // --- Main component --- // @vue/component var BFormText = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_TEXT"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: _defineProperty({ 'form-text': !props.inline }, "text-".concat(props.textVariant), props.textVariant), attrs: { id: props.id } }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-valid-feedback.js": /*!******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-valid-feedback.js ***! \******************************************************************************************************/ /*! exports provided: props, BFormValidFeedback */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormValidFeedback", function() { return BFormValidFeedback; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ ariaLive: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), forceShow: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), role: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Tri-state prop: `true`, `false`, or `null` state: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), tooltip: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_VALID_FEEDBACK"]); // --- Main component --- // @vue/component var BFormValidFeedback = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_VALID_FEEDBACK"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var tooltip = props.tooltip, ariaLive = props.ariaLive; var show = props.forceShow === true || props.state === true; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: { 'd-block': show, 'valid-feedback': !tooltip, 'valid-tooltip': tooltip }, attrs: { id: props.id || null, role: props.role || null, 'aria-live': ariaLive || null, 'aria-atomic': ariaLive ? 'true' : null } }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form.js ***! \***************************************************************************************/ /*! exports provided: props, BForm */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BForm", function() { return BForm; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), inline: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), novalidate: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), validated: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM"]); // --- Main component --- // @vue/component var BForm = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h('form', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: { 'form-inline': props.inline, 'was-validated': props.validated }, attrs: { id: props.id, novalidate: props.novalidate } }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/index.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/index.js ***! \****************************************************************************************/ /*! exports provided: FormPlugin, BForm, BFormDatalist, BFormText, BFormInvalidFeedback, BFormValidFeedback */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FormPlugin", function() { return FormPlugin; }); /* harmony import */ var _form__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BForm", function() { return _form__WEBPACK_IMPORTED_MODULE_0__["BForm"]; }); /* harmony import */ var _form_datalist__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./form-datalist */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-datalist.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormDatalist", function() { return _form_datalist__WEBPACK_IMPORTED_MODULE_1__["BFormDatalist"]; }); /* harmony import */ var _form_text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./form-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormText", function() { return _form_text__WEBPACK_IMPORTED_MODULE_2__["BFormText"]; }); /* harmony import */ var _form_invalid_feedback__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./form-invalid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-invalid-feedback.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormInvalidFeedback", function() { return _form_invalid_feedback__WEBPACK_IMPORTED_MODULE_3__["BFormInvalidFeedback"]; }); /* harmony import */ var _form_valid_feedback__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./form-valid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-valid-feedback.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormValidFeedback", function() { return _form_valid_feedback__WEBPACK_IMPORTED_MODULE_4__["BFormValidFeedback"]; }); /* harmony import */ var _layout_form_row__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../layout/form-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/form-row.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var FormPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_6__["pluginFactory"])({ components: { BForm: _form__WEBPACK_IMPORTED_MODULE_0__["BForm"], BFormDatalist: _form_datalist__WEBPACK_IMPORTED_MODULE_1__["BFormDatalist"], BDatalist: _form_datalist__WEBPACK_IMPORTED_MODULE_1__["BFormDatalist"], BFormText: _form_text__WEBPACK_IMPORTED_MODULE_2__["BFormText"], BFormInvalidFeedback: _form_invalid_feedback__WEBPACK_IMPORTED_MODULE_3__["BFormInvalidFeedback"], BFormFeedback: _form_invalid_feedback__WEBPACK_IMPORTED_MODULE_3__["BFormInvalidFeedback"], BFormValidFeedback: _form_valid_feedback__WEBPACK_IMPORTED_MODULE_4__["BFormValidFeedback"], // Added here for convenience BFormRow: _layout_form_row__WEBPACK_IMPORTED_MODULE_5__["BFormRow"] } }); // BFormRow is not exported here as a named export, as it is exported by Layout /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img-lazy.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img-lazy.js ***! \********************************************************************************************/ /*! exports provided: props, BImgLazy */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BImgLazy", function() { return BImgLazy; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _directives_visible_visible__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../directives/visible/visible */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/visible.js"); /* harmony import */ var _img__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var MODEL_PROP_NAME_SHOW = 'show'; var MODEL_EVENT_NAME_SHOW = _constants_events__WEBPACK_IMPORTED_MODULE_3__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_SHOW; // --- Props --- var imgProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["omit"])(_img__WEBPACK_IMPORTED_MODULE_11__["props"], ['blank']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makePropsConfigurable"])(_objectSpread(_objectSpread({}, imgProps), {}, _defineProperty({ blankColor: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'transparent'), blankHeight: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"]), // If `null`, a blank image is generated blankSrc: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], null), blankWidth: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"]), // Distance away from viewport (in pixels) // before being considered "visible" offset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 360) }, MODEL_PROP_NAME_SHOW, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false))), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_IMG_LAZY"]); // --- Main component --- // @vue/component var BImgLazy = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_IMG_LAZY"], directives: { 'b-visible': _directives_visible_visible__WEBPACK_IMPORTED_MODULE_10__["VBVisible"] }, props: props, data: function data() { return { isShown: this[MODEL_PROP_NAME_SHOW] }; }, computed: { computedSrc: function computedSrc() { var blankSrc = this.blankSrc; return !blankSrc || this.isShown ? this.src : blankSrc; }, computedBlank: function computedBlank() { return !(this.isShown || this.blankSrc); }, computedWidth: function computedWidth() { var width = this.width; return this.isShown ? width : this.blankWidth || width; }, computedHeight: function computedHeight() { var height = this.height; return this.isShown ? height : this.blankHeight || height; }, computedSrcset: function computedSrcset() { var srcset = Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(this.srcset).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_6__["identity"]).join(','); return !this.blankSrc || this.isShown ? srcset : null; }, computedSizes: function computedSizes() { var sizes = Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(this.sizes).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_6__["identity"]).join(','); return !this.blankSrc || this.isShown ? sizes : null; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME_SHOW, function (newValue, oldValue) { if (newValue !== oldValue) { // If `IntersectionObserver` support is not available, image is always shown var visible = _constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_INTERACTION_OBSERVER_SUPPORT"] ? newValue : true; this.isShown = visible; // Ensure the show prop is synced (when no `IntersectionObserver`) if (visible !== newValue) { this.$nextTick(this.updateShowProp); } } }), _defineProperty(_watch, "isShown", function isShown(newValue, oldValue) { // Update synched show prop if (newValue !== oldValue) { this.updateShowProp(); } }), _watch), mounted: function mounted() { // If `IntersectionObserver` is not available, image is always shown this.isShown = _constants_env__WEBPACK_IMPORTED_MODULE_2__["HAS_INTERACTION_OBSERVER_SUPPORT"] ? this[MODEL_PROP_NAME_SHOW] : true; }, methods: { updateShowProp: function updateShowProp() { this.$emit(MODEL_EVENT_NAME_SHOW, this.isShown); }, doShow: function doShow(visible) { // If IntersectionObserver is not supported, the callback // will be called with `null` rather than `true` or `false` if ((visible || visible === null) && !this.isShown) { this.isShown = true; } } }, render: function render(h) { var directives = []; if (!this.isShown) { var _modifiers; // We only add the visible directive if we are not shown directives.push({ // Visible directive will silently do nothing if // IntersectionObserver is not supported name: 'b-visible', // Value expects a callback (passed one arg of `visible` = `true` or `false`) value: this.doShow, modifiers: (_modifiers = {}, _defineProperty(_modifiers, "".concat(Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toInteger"])(this.offset, 0)), true), _defineProperty(_modifiers, "once", true), _modifiers) }); } return h(_img__WEBPACK_IMPORTED_MODULE_11__["BImg"], { directives: directives, props: _objectSpread({ // Computed value props src: this.computedSrc, blank: this.computedBlank, width: this.computedWidth, height: this.computedHeight, srcset: this.computedSrcset || null, sizes: this.computedSizes || null }, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["pluckProps"])(imgProps, this.$props)) }); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js ***! \***************************************************************************************/ /*! exports provided: props, BImg */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BImg", function() { return BImg; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants -- // Blank image with fill template var BLANK_TEMPLATE = '<svg width="%{w}" height="%{h}" ' + 'xmlns="http://www.w3.org/2000/svg" ' + 'viewBox="0 0 %{w} %{h}" preserveAspectRatio="none">' + '<rect width="100%" height="100%" style="fill:%{f};"></rect>' + '</svg>'; // --- Helper methods --- var makeBlankImgSrc = function makeBlankImgSrc(width, height, color) { var src = encodeURIComponent(BLANK_TEMPLATE.replace('%{w}', Object(_utils_string__WEBPACK_IMPORTED_MODULE_8__["toString"])(width)).replace('%{h}', Object(_utils_string__WEBPACK_IMPORTED_MODULE_8__["toString"])(height)).replace('%{f}', color)); return "data:image/svg+xml;charset=UTF-8,".concat(src); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])({ alt: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), blank: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), blankColor: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'transparent'), block: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), center: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), fluid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Gives fluid images class `w-100` to make them grow to fit container fluidGrow: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), height: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), left: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), right: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Possible values: // `false`: no rounding of corners // `true`: slightly rounded corners // 'top': top corners rounded // 'right': right corners rounded // 'bottom': bottom corners rounded // 'left': left corners rounded // 'circle': circle/oval // '0': force rounding off rounded: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), sizes: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_STRING"]), src: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), srcset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_STRING"]), thumbnail: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), width: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_IMG"]); // --- Main component --- // @vue/component var BImg = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_IMG"], functional: true, props: props, render: function render(h, _ref) { var _class; var props = _ref.props, data = _ref.data; var alt = props.alt, src = props.src, block = props.block, fluidGrow = props.fluidGrow, rounded = props.rounded; var width = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toInteger"])(props.width) || null; var height = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toInteger"])(props.height) || null; var align = null; var srcset = Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(props.srcset).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_4__["identity"]).join(','); var sizes = Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(props.sizes).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_4__["identity"]).join(','); if (props.blank) { if (!height && width) { height = width; } else if (!width && height) { width = height; } if (!width && !height) { width = 1; height = 1; } // Make a blank SVG image src = makeBlankImgSrc(width, height, props.blankColor || 'transparent'); // Disable srcset and sizes srcset = null; sizes = null; } if (props.left) { align = 'float-left'; } else if (props.right) { align = 'float-right'; } else if (props.center) { align = 'mx-auto'; block = true; } return h('img', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { attrs: { src: src, alt: alt, width: width ? Object(_utils_string__WEBPACK_IMPORTED_MODULE_8__["toString"])(width) : null, height: height ? Object(_utils_string__WEBPACK_IMPORTED_MODULE_8__["toString"])(height) : null, srcset: srcset || null, sizes: sizes || null }, class: (_class = { 'img-thumbnail': props.thumbnail, 'img-fluid': props.fluid || fluidGrow, 'w-100': fluidGrow, rounded: rounded === '' || rounded === true }, _defineProperty(_class, "rounded-".concat(rounded), Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(rounded) && rounded !== ''), _defineProperty(_class, align, align), _defineProperty(_class, 'd-block', block), _class) })); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/index.js ***! \*****************************************************************************************/ /*! exports provided: ImagePlugin, BImg, BImgLazy */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ImagePlugin", function() { return ImagePlugin; }); /* harmony import */ var _img__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BImg", function() { return _img__WEBPACK_IMPORTED_MODULE_0__["BImg"]; }); /* harmony import */ var _img_lazy__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./img-lazy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img-lazy.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BImgLazy", function() { return _img_lazy__WEBPACK_IMPORTED_MODULE_1__["BImgLazy"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ImagePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BImg: _img__WEBPACK_IMPORTED_MODULE_0__["BImg"], BImgLazy: _img_lazy__WEBPACK_IMPORTED_MODULE_1__["BImgLazy"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/index.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/index.js ***! \***********************************************************************************/ /*! exports provided: componentsPlugin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "componentsPlugin", function() { return componentsPlugin; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _alert__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./alert */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/index.js"); /* harmony import */ var _aspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./aspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/index.js"); /* harmony import */ var _avatar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./avatar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/index.js"); /* harmony import */ var _badge__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./badge */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/index.js"); /* harmony import */ var _breadcrumb__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./breadcrumb */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/index.js"); /* harmony import */ var _button__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/index.js"); /* harmony import */ var _button_group__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./button-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/index.js"); /* harmony import */ var _button_toolbar__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./button-toolbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/index.js"); /* harmony import */ var _calendar__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./calendar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/index.js"); /* harmony import */ var _card__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/index.js"); /* harmony import */ var _carousel__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./carousel */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/index.js"); /* harmony import */ var _collapse__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./collapse */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/index.js"); /* harmony import */ var _dropdown__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/index.js"); /* harmony import */ var _embed__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./embed */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/index.js"); /* harmony import */ var _form__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/index.js"); /* harmony import */ var _form_checkbox__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./form-checkbox */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/index.js"); /* harmony import */ var _form_datepicker__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./form-datepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/index.js"); /* harmony import */ var _form_file__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./form-file */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/index.js"); /* harmony import */ var _form_group__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./form-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/index.js"); /* harmony import */ var _form_input__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./form-input */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/index.js"); /* harmony import */ var _form_radio__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./form-radio */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/index.js"); /* harmony import */ var _form_rating__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./form-rating */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/index.js"); /* harmony import */ var _form_select__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./form-select */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/index.js"); /* harmony import */ var _form_spinbutton__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./form-spinbutton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/index.js"); /* harmony import */ var _form_tags__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./form-tags */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/index.js"); /* harmony import */ var _form_textarea__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./form-textarea */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/index.js"); /* harmony import */ var _form_timepicker__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./form-timepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/index.js"); /* harmony import */ var _image__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./image */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/index.js"); /* harmony import */ var _input_group__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./input-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/index.js"); /* harmony import */ var _jumbotron__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./jumbotron */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/index.js"); /* harmony import */ var _layout__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./layout */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/index.js"); /* harmony import */ var _link__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/index.js"); /* harmony import */ var _list_group__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./list-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/index.js"); /* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./media */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/index.js"); /* harmony import */ var _modal__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/index.js"); /* harmony import */ var _nav__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/index.js"); /* harmony import */ var _navbar__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./navbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/index.js"); /* harmony import */ var _overlay__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./overlay */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/index.js"); /* harmony import */ var _pagination__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/index.js"); /* harmony import */ var _pagination_nav__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./pagination-nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/index.js"); /* harmony import */ var _popover__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/index.js"); /* harmony import */ var _progress__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./progress */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/index.js"); /* harmony import */ var _sidebar__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./sidebar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/index.js"); /* harmony import */ var _skeleton__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/index.js"); /* harmony import */ var _spinner__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./spinner */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/index.js"); /* harmony import */ var _table__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/index.js"); /* harmony import */ var _tabs__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./tabs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/index.js"); /* harmony import */ var _time__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./time */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/index.js"); /* harmony import */ var _toast__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/index.js"); /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/index.js"); // Component group plugins // Table plugin includes TableLitePlugin and TableSimplePlugin // Main plugin to install all component group plugins var componentsPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["pluginFactory"])({ plugins: { AlertPlugin: _alert__WEBPACK_IMPORTED_MODULE_1__["AlertPlugin"], AspectPlugin: _aspect__WEBPACK_IMPORTED_MODULE_2__["AspectPlugin"], AvatarPlugin: _avatar__WEBPACK_IMPORTED_MODULE_3__["AvatarPlugin"], BadgePlugin: _badge__WEBPACK_IMPORTED_MODULE_4__["BadgePlugin"], BreadcrumbPlugin: _breadcrumb__WEBPACK_IMPORTED_MODULE_5__["BreadcrumbPlugin"], ButtonPlugin: _button__WEBPACK_IMPORTED_MODULE_6__["ButtonPlugin"], ButtonGroupPlugin: _button_group__WEBPACK_IMPORTED_MODULE_7__["ButtonGroupPlugin"], ButtonToolbarPlugin: _button_toolbar__WEBPACK_IMPORTED_MODULE_8__["ButtonToolbarPlugin"], CalendarPlugin: _calendar__WEBPACK_IMPORTED_MODULE_9__["CalendarPlugin"], CardPlugin: _card__WEBPACK_IMPORTED_MODULE_10__["CardPlugin"], CarouselPlugin: _carousel__WEBPACK_IMPORTED_MODULE_11__["CarouselPlugin"], CollapsePlugin: _collapse__WEBPACK_IMPORTED_MODULE_12__["CollapsePlugin"], DropdownPlugin: _dropdown__WEBPACK_IMPORTED_MODULE_13__["DropdownPlugin"], EmbedPlugin: _embed__WEBPACK_IMPORTED_MODULE_14__["EmbedPlugin"], FormPlugin: _form__WEBPACK_IMPORTED_MODULE_15__["FormPlugin"], FormCheckboxPlugin: _form_checkbox__WEBPACK_IMPORTED_MODULE_16__["FormCheckboxPlugin"], FormDatepickerPlugin: _form_datepicker__WEBPACK_IMPORTED_MODULE_17__["FormDatepickerPlugin"], FormFilePlugin: _form_file__WEBPACK_IMPORTED_MODULE_18__["FormFilePlugin"], FormGroupPlugin: _form_group__WEBPACK_IMPORTED_MODULE_19__["FormGroupPlugin"], FormInputPlugin: _form_input__WEBPACK_IMPORTED_MODULE_20__["FormInputPlugin"], FormRadioPlugin: _form_radio__WEBPACK_IMPORTED_MODULE_21__["FormRadioPlugin"], FormRatingPlugin: _form_rating__WEBPACK_IMPORTED_MODULE_22__["FormRatingPlugin"], FormSelectPlugin: _form_select__WEBPACK_IMPORTED_MODULE_23__["FormSelectPlugin"], FormSpinbuttonPlugin: _form_spinbutton__WEBPACK_IMPORTED_MODULE_24__["FormSpinbuttonPlugin"], FormTagsPlugin: _form_tags__WEBPACK_IMPORTED_MODULE_25__["FormTagsPlugin"], FormTextareaPlugin: _form_textarea__WEBPACK_IMPORTED_MODULE_26__["FormTextareaPlugin"], FormTimepickerPlugin: _form_timepicker__WEBPACK_IMPORTED_MODULE_27__["FormTimepickerPlugin"], ImagePlugin: _image__WEBPACK_IMPORTED_MODULE_28__["ImagePlugin"], InputGroupPlugin: _input_group__WEBPACK_IMPORTED_MODULE_29__["InputGroupPlugin"], JumbotronPlugin: _jumbotron__WEBPACK_IMPORTED_MODULE_30__["JumbotronPlugin"], LayoutPlugin: _layout__WEBPACK_IMPORTED_MODULE_31__["LayoutPlugin"], LinkPlugin: _link__WEBPACK_IMPORTED_MODULE_32__["LinkPlugin"], ListGroupPlugin: _list_group__WEBPACK_IMPORTED_MODULE_33__["ListGroupPlugin"], MediaPlugin: _media__WEBPACK_IMPORTED_MODULE_34__["MediaPlugin"], ModalPlugin: _modal__WEBPACK_IMPORTED_MODULE_35__["ModalPlugin"], NavPlugin: _nav__WEBPACK_IMPORTED_MODULE_36__["NavPlugin"], NavbarPlugin: _navbar__WEBPACK_IMPORTED_MODULE_37__["NavbarPlugin"], OverlayPlugin: _overlay__WEBPACK_IMPORTED_MODULE_38__["OverlayPlugin"], PaginationPlugin: _pagination__WEBPACK_IMPORTED_MODULE_39__["PaginationPlugin"], PaginationNavPlugin: _pagination_nav__WEBPACK_IMPORTED_MODULE_40__["PaginationNavPlugin"], PopoverPlugin: _popover__WEBPACK_IMPORTED_MODULE_41__["PopoverPlugin"], ProgressPlugin: _progress__WEBPACK_IMPORTED_MODULE_42__["ProgressPlugin"], SidebarPlugin: _sidebar__WEBPACK_IMPORTED_MODULE_43__["SidebarPlugin"], SkeletonPlugin: _skeleton__WEBPACK_IMPORTED_MODULE_44__["SkeletonPlugin"], SpinnerPlugin: _spinner__WEBPACK_IMPORTED_MODULE_45__["SpinnerPlugin"], TablePlugin: _table__WEBPACK_IMPORTED_MODULE_46__["TablePlugin"], TabsPlugin: _tabs__WEBPACK_IMPORTED_MODULE_47__["TabsPlugin"], TimePlugin: _time__WEBPACK_IMPORTED_MODULE_48__["TimePlugin"], ToastPlugin: _toast__WEBPACK_IMPORTED_MODULE_49__["ToastPlugin"], TooltipPlugin: _tooltip__WEBPACK_IMPORTED_MODULE_50__["TooltipPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/index.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/index.js ***! \***********************************************************************************************/ /*! exports provided: InputGroupPlugin, BInputGroup, BInputGroupAddon, BInputGroupPrepend, BInputGroupAppend, BInputGroupText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "InputGroupPlugin", function() { return InputGroupPlugin; }); /* harmony import */ var _input_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./input-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroup", function() { return _input_group__WEBPACK_IMPORTED_MODULE_0__["BInputGroup"]; }); /* harmony import */ var _input_group_addon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./input-group-addon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-addon.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupAddon", function() { return _input_group_addon__WEBPACK_IMPORTED_MODULE_1__["BInputGroupAddon"]; }); /* harmony import */ var _input_group_prepend__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./input-group-prepend */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-prepend.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupPrepend", function() { return _input_group_prepend__WEBPACK_IMPORTED_MODULE_2__["BInputGroupPrepend"]; }); /* harmony import */ var _input_group_append__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./input-group-append */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-append.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupAppend", function() { return _input_group_append__WEBPACK_IMPORTED_MODULE_3__["BInputGroupAppend"]; }); /* harmony import */ var _input_group_text__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./input-group-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupText", function() { return _input_group_text__WEBPACK_IMPORTED_MODULE_4__["BInputGroupText"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var InputGroupPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_5__["pluginFactory"])({ components: { BInputGroup: _input_group__WEBPACK_IMPORTED_MODULE_0__["BInputGroup"], BInputGroupAddon: _input_group_addon__WEBPACK_IMPORTED_MODULE_1__["BInputGroupAddon"], BInputGroupPrepend: _input_group_prepend__WEBPACK_IMPORTED_MODULE_2__["BInputGroupPrepend"], BInputGroupAppend: _input_group_append__WEBPACK_IMPORTED_MODULE_3__["BInputGroupAppend"], BInputGroupText: _input_group_text__WEBPACK_IMPORTED_MODULE_4__["BInputGroupText"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-addon.js": /*!***********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-addon.js ***! \***********************************************************************************************************/ /*! exports provided: props, BInputGroupAddon */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BInputGroupAddon", function() { return BInputGroupAddon; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _input_group_text__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./input-group-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-text.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ append: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), isText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_ADDON"]); // --- Main component --- // @vue/component var BInputGroupAddon = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_ADDON"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var append = props.append; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: { 'input-group-append': append, 'input-group-prepend': !append }, attrs: { id: props.id } }), props.isText ? [h(_input_group_text__WEBPACK_IMPORTED_MODULE_4__["BInputGroupText"], children)] : children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-append.js": /*!************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-append.js ***! \************************************************************************************************************/ /*! exports provided: props, BInputGroupAppend */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BInputGroupAppend", function() { return BInputGroupAppend; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _input_group_addon__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./input-group-addon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-addon.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["omit"])(_input_group_addon__WEBPACK_IMPORTED_MODULE_4__["props"], ['append']), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_APPEND"]); // --- Main component --- // @vue/component var BInputGroupAppend = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_APPEND"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; // Pass all our data down to child, and set `append` to `true` return h(_input_group_addon__WEBPACK_IMPORTED_MODULE_4__["BInputGroupAddon"], Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { props: _objectSpread(_objectSpread({}, props), {}, { append: true }) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-prepend.js": /*!*************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-prepend.js ***! \*************************************************************************************************************/ /*! exports provided: props, BInputGroupPrepend */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BInputGroupPrepend", function() { return BInputGroupPrepend; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _input_group_addon__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./input-group-addon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-addon.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["omit"])(_input_group_addon__WEBPACK_IMPORTED_MODULE_4__["props"], ['append']), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_PREPEND"]); // --- Main component --- // @vue/component var BInputGroupPrepend = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_PREPEND"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; // Pass all our data down to child, and set `append` to `true` return h(_input_group_addon__WEBPACK_IMPORTED_MODULE_4__["BInputGroupAddon"], Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { props: _objectSpread(_objectSpread({}, props), {}, { append: false }) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-text.js": /*!**********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-text.js ***! \**********************************************************************************************************/ /*! exports provided: props, BInputGroupText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BInputGroupText", function() { return BInputGroupText; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_TEXT"]); // --- Main component --- // @vue/component var BInputGroupText = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP_TEXT"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'input-group-text' }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group.js ***! \*****************************************************************************************************/ /*! exports provided: props, BInputGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BInputGroup", function() { return BInputGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _input_group_append__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./input-group-append */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-append.js"); /* harmony import */ var _input_group_prepend__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./input-group-prepend */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-prepend.js"); /* harmony import */ var _input_group_text__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./input-group-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-text.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ append: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), appendHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), prepend: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), prependHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP"]); // --- Main component --- // @vue/component var BInputGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_INPUT_GROUP"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var prepend = props.prepend, prependHtml = props.prependHtml, append = props.append, appendHtml = props.appendHtml, size = props.size; var $scopedSlots = scopedSlots || {}; var $slots = slots(); var slotScope = {}; var $prepend = h(); var hasPrependSlot = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_PREPEND"], $scopedSlots, $slots); if (hasPrependSlot || prepend || prependHtml) { $prepend = h(_input_group_prepend__WEBPACK_IMPORTED_MODULE_8__["BInputGroupPrepend"], [hasPrependSlot ? Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_PREPEND"], slotScope, $scopedSlots, $slots) : h(_input_group_text__WEBPACK_IMPORTED_MODULE_9__["BInputGroupText"], { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(prependHtml, prepend) })]); } var $append = h(); var hasAppendSlot = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_APPEND"], $scopedSlots, $slots); if (hasAppendSlot || append || appendHtml) { $append = h(_input_group_append__WEBPACK_IMPORTED_MODULE_7__["BInputGroupAppend"], [hasAppendSlot ? Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_APPEND"], slotScope, $scopedSlots, $slots) : h(_input_group_text__WEBPACK_IMPORTED_MODULE_9__["BInputGroupText"], { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(appendHtml, append) })]); } return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'input-group', class: _defineProperty({}, "input-group-".concat(size), size), attrs: { id: props.id || null, role: 'group' } }), [$prepend, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], slotScope, $scopedSlots, $slots), $append]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/index.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/index.js ***! \*********************************************************************************************/ /*! exports provided: JumbotronPlugin, BJumbotron */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "JumbotronPlugin", function() { return JumbotronPlugin; }); /* harmony import */ var _jumbotron__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./jumbotron */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/jumbotron.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BJumbotron", function() { return _jumbotron__WEBPACK_IMPORTED_MODULE_0__["BJumbotron"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var JumbotronPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BJumbotron: _jumbotron__WEBPACK_IMPORTED_MODULE_0__["BJumbotron"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/jumbotron.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/jumbotron.js ***! \*************************************************************************************************/ /*! exports provided: props, BJumbotron */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BJumbotron", function() { return BJumbotron; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _layout_container__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../layout/container */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/container.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ bgVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), borderVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), containerFluid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), fluid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), header: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), headerHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), headerLevel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 3), headerTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'h1'), lead: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), leadHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), leadTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'p'), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), textVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_JUMBOTRON"]); // --- Main component --- // @vue/component var BJumbotron = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_JUMBOTRON"], functional: true, props: props, render: function render(h, _ref) { var _class2; var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var header = props.header, headerHtml = props.headerHtml, lead = props.lead, leadHtml = props.leadHtml, textVariant = props.textVariant, bgVariant = props.bgVariant, borderVariant = props.borderVariant; var $scopedSlots = scopedSlots || {}; var $slots = slots(); var slotScope = {}; var $header = h(); var hasHeaderSlot = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_HEADER"], $scopedSlots, $slots); if (hasHeaderSlot || header || headerHtml) { var headerLevel = props.headerLevel; $header = h(props.headerTag, { class: _defineProperty({}, "display-".concat(headerLevel), headerLevel), domProps: hasHeaderSlot ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(headerHtml, header) }, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_HEADER"], slotScope, $scopedSlots, $slots)); } var $lead = h(); var hasLeadSlot = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["hasNormalizedSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_LEAD"], $scopedSlots, $slots); if (hasLeadSlot || lead || leadHtml) { $lead = h(props.leadTag, { staticClass: 'lead', domProps: hasLeadSlot ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_4__["htmlOrText"])(leadHtml, lead) }, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_LEAD"], slotScope, $scopedSlots, $slots)); } var $children = [$header, $lead, Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], slotScope, $scopedSlots, $slots)]; // If fluid, wrap content in a container if (props.fluid) { $children = [h(_layout_container__WEBPACK_IMPORTED_MODULE_7__["BContainer"], { props: { fluid: props.containerFluid } }, $children)]; } return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'jumbotron', class: (_class2 = { 'jumbotron-fluid': props.fluid }, _defineProperty(_class2, "text-".concat(textVariant), textVariant), _defineProperty(_class2, "bg-".concat(bgVariant), bgVariant), _defineProperty(_class2, "border-".concat(borderVariant), borderVariant), _defineProperty(_class2, "border", borderVariant), _class2) }), $children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/col.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/col.js ***! \****************************************************************************************/ /*! exports provided: generateProps, BCol */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "generateProps", function() { return generateProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BCol", function() { return BCol; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_memoize__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/memoize */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/memoize.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var ALIGN_SELF_VALUES = ['auto', 'start', 'end', 'center', 'baseline', 'stretch']; // --- Helper methods --- // Compute a breakpoint class name var computeBreakpoint = function computeBreakpoint(type, breakpoint, value) { var className = type; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefinedOrNull"])(value) || value === false) { return undefined; } if (breakpoint) { className += "-".concat(breakpoint); } // Handling the boolean style prop when accepting `[Boolean, String, Number]` // means Vue will not convert `<b-col sm></b-col>` to `sm: true` for us // Since the default is `false`, '' indicates the prop's presence if (type === 'col' && (value === '' || value === true)) { // .col-md return Object(_utils_string__WEBPACK_IMPORTED_MODULE_11__["lowerCase"])(className); } // .order-md-6 className += "-".concat(value); return Object(_utils_string__WEBPACK_IMPORTED_MODULE_11__["lowerCase"])(className); }; // Memoized function for better performance on generating class names var computeBreakpointClass = Object(_utils_memoize__WEBPACK_IMPORTED_MODULE_8__["memoize"])(computeBreakpoint); // Cached copy of the breakpoint prop names var breakpointPropMap = Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["create"])(null); // --- Props --- // Prop generator for lazy generation of props var generateProps = function generateProps() { // Grab the breakpoints from the cached config (exclude the '' (xs) breakpoint) var breakpoints = Object(_utils_config__WEBPACK_IMPORTED_MODULE_5__["getBreakpointsUpCached"])().filter(_utils_identity__WEBPACK_IMPORTED_MODULE_6__["identity"]); // i.e. 'col-sm', 'col-md-6', 'col-lg-auto', ... var breakpointCol = breakpoints.reduce(function (props, breakpoint) { props[breakpoint] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_NUMBER_STRING"]); return props; }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["create"])(null)); // i.e. 'offset-md-1', 'offset-lg-12', ... var breakpointOffset = breakpoints.reduce(function (props, breakpoint) { props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["suffixPropName"])(breakpoint, 'offset')] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]); return props; }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["create"])(null)); // i.e. 'order-md-1', 'order-lg-12', ... var breakpointOrder = breakpoints.reduce(function (props, breakpoint) { props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["suffixPropName"])(breakpoint, 'order')] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]); return props; }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["create"])(null)); // For loop doesn't need to check `.hasOwnProperty()` // when using an object created from `null` breakpointPropMap = Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["assign"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["create"])(null), { col: Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["keys"])(breakpointCol), offset: Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["keys"])(breakpointOffset), order: Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["keys"])(breakpointOrder) }); // Return the generated props return Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, breakpointCol), breakpointOffset), breakpointOrder), {}, { // Flex alignment alignSelf: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], null, function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["arrayIncludes"])(ALIGN_SELF_VALUES, value); }), // Generic flexbox 'col' (xs) col: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // i.e. 'col-1', 'col-2', 'col-auto', ... cols: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), offset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), order: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COL"]); }; // --- Main component --- // We do not use Vue.extend here as that would evaluate the props // immediately, which we do not want to happen // @vue/component var BCol = { name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COL"], functional: true, get props() { // Allow props to be lazy evaled on first access and // then they become a non-getter afterwards. // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get#Smart_self-overwriting_lazy_getters delete this.props; // eslint-disable-next-line no-return-assign return this.props = generateProps(); }, render: function render(h, _ref) { var _classList$push; var props = _ref.props, data = _ref.data, children = _ref.children; var cols = props.cols, offset = props.offset, order = props.order, alignSelf = props.alignSelf; var classList = []; // Loop through `col`, `offset`, `order` breakpoint props for (var type in breakpointPropMap) { // Returns colSm, offset, offsetSm, orderMd, etc. var _keys = breakpointPropMap[type]; for (var i = 0; i < _keys.length; i++) { // computeBreakpoint(col, colSm => Sm, value=[String, Number, Boolean]) var c = computeBreakpointClass(type, _keys[i].replace(type, ''), props[_keys[i]]); // If a class is returned, push it onto the array. if (c) { classList.push(c); } } } var hasColClasses = classList.some(function (className) { return _constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_COL_CLASS"].test(className); }); classList.push((_classList$push = { // Default to .col if no other col-{bp}-* classes generated nor `cols` specified. col: props.col || !hasColClasses && !cols }, _defineProperty(_classList$push, "col-".concat(cols), cols), _defineProperty(_classList$push, "offset-".concat(offset), offset), _defineProperty(_classList$push, "order-".concat(order), order), _defineProperty(_classList$push, "align-self-".concat(alignSelf), alignSelf), _classList$push)); return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: classList }), children); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/container.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/container.js ***! \**********************************************************************************************/ /*! exports provided: props, BContainer */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BContainer", function() { return BContainer; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ // String breakpoint name new in Bootstrap v4.4.x fluid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CONTAINER"]); // --- Main component --- // @vue/component var BContainer = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CONTAINER"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var fluid = props.fluid; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { class: _defineProperty({ container: !(fluid || fluid === ''), 'container-fluid': fluid === true || fluid === '' }, "container-".concat(fluid), fluid && fluid !== true) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/form-row.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/form-row.js ***! \*********************************************************************************************/ /*! exports provided: props, BFormRow */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BFormRow", function() { return BFormRow; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_ROW"]); // --- Main component --- // @vue/component var BFormRow = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_FORM_ROW"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'form-row' }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/index.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/index.js ***! \******************************************************************************************/ /*! exports provided: LayoutPlugin, BContainer, BRow, BCol, BFormRow */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LayoutPlugin", function() { return LayoutPlugin; }); /* harmony import */ var _container__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./container */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/container.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BContainer", function() { return _container__WEBPACK_IMPORTED_MODULE_0__["BContainer"]; }); /* harmony import */ var _row__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/row.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BRow", function() { return _row__WEBPACK_IMPORTED_MODULE_1__["BRow"]; }); /* harmony import */ var _col__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./col */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/col.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCol", function() { return _col__WEBPACK_IMPORTED_MODULE_2__["BCol"]; }); /* harmony import */ var _form_row__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./form-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/form-row.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRow", function() { return _form_row__WEBPACK_IMPORTED_MODULE_3__["BFormRow"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var LayoutPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_4__["pluginFactory"])({ components: { BContainer: _container__WEBPACK_IMPORTED_MODULE_0__["BContainer"], BRow: _row__WEBPACK_IMPORTED_MODULE_1__["BRow"], BCol: _col__WEBPACK_IMPORTED_MODULE_2__["BCol"], BFormRow: _form_row__WEBPACK_IMPORTED_MODULE_3__["BFormRow"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/row.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/row.js ***! \****************************************************************************************/ /*! exports provided: generateProps, BRow */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "generateProps", function() { return generateProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BRow", function() { return BRow; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_memoize__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/memoize */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/memoize.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var COMMON_ALIGNMENT = ['start', 'end', 'center']; // --- Helper methods --- // Compute a `row-cols-{breakpoint}-{cols}` class name // Memoized function for better performance on generating class names var computeRowColsClass = Object(_utils_memoize__WEBPACK_IMPORTED_MODULE_6__["memoize"])(function (breakpoint, cols) { cols = Object(_utils_string__WEBPACK_IMPORTED_MODULE_9__["trim"])(Object(_utils_string__WEBPACK_IMPORTED_MODULE_9__["toString"])(cols)); return cols ? Object(_utils_string__WEBPACK_IMPORTED_MODULE_9__["lowerCase"])(['row-cols', breakpoint, cols].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_5__["identity"]).join('-')) : null; }); // Get the breakpoint name from the `rowCols` prop name // Memoized function for better performance on extracting breakpoint names var computeRowColsBreakpoint = Object(_utils_memoize__WEBPACK_IMPORTED_MODULE_6__["memoize"])(function (prop) { return Object(_utils_string__WEBPACK_IMPORTED_MODULE_9__["lowerCase"])(prop.replace('cols', '')); }); // Cached copy of the `row-cols` breakpoint prop names // Will be populated when the props are generated var rowColsPropList = []; // --- Props --- // Prop generator for lazy generation of props var generateProps = function generateProps() { // i.e. 'row-cols-2', 'row-cols-md-4', 'row-cols-xl-6', ... var rowColsProps = Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getBreakpointsUpCached"])().reduce(function (props, breakpoint) { props[Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["suffixPropName"])(breakpoint, 'cols')] = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"]); return props; }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["create"])(null)); // Cache the row-cols prop names rowColsPropList = Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(rowColsProps); // Return the generated props return Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["sortKeys"])(_objectSpread(_objectSpread({}, rowColsProps), {}, { alignContent: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], null, function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(COMMON_ALIGNMENT, 'between', 'around', 'stretch'), value); }), alignH: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], null, function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(COMMON_ALIGNMENT, 'between', 'around'), value); }), alignV: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], null, function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(COMMON_ALIGNMENT, 'baseline', 'stretch'), value); }), noGutters: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ROW"]); }; // --- Main component --- // We do not use `Vue.extend()` here as that would evaluate the props // immediately, which we do not want to happen // @vue/component var BRow = { name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ROW"], functional: true, get props() { // Allow props to be lazy evaled on first access and // then they become a non-getter afterwards // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get#Smart_self-overwriting_lazy_getters delete this.props; this.props = generateProps(); return this.props; }, render: function render(h, _ref) { var _classList$push; var props = _ref.props, data = _ref.data, children = _ref.children; var alignV = props.alignV, alignH = props.alignH, alignContent = props.alignContent; // Loop through row-cols breakpoint props and generate the classes var classList = []; rowColsPropList.forEach(function (prop) { var c = computeRowColsClass(computeRowColsBreakpoint(prop), props[prop]); // If a class is returned, push it onto the array if (c) { classList.push(c); } }); classList.push((_classList$push = { 'no-gutters': props.noGutters }, _defineProperty(_classList$push, "align-items-".concat(alignV), alignV), _defineProperty(_classList$push, "justify-content-".concat(alignH), alignH), _defineProperty(_classList$push, "align-content-".concat(alignContent), alignContent), _classList$push)); return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'row', class: classList }), children); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/index.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/index.js ***! \****************************************************************************************/ /*! exports provided: LinkPlugin, BLink */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LinkPlugin", function() { return LinkPlugin; }); /* harmony import */ var _link__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BLink", function() { return _link__WEBPACK_IMPORTED_MODULE_0__["BLink"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var LinkPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BLink: _link__WEBPACK_IMPORTED_MODULE_0__["BLink"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js ***! \***************************************************************************************/ /*! exports provided: routerLinkProps, nuxtLinkProps, props, BLink */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "routerLinkProps", function() { return routerLinkProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "nuxtLinkProps", function() { return nuxtLinkProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BLink", function() { return BLink; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var ROOT_EVENT_NAME_CLICKED = Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LINK"], 'clicked'); // --- Props --- // `<router-link>` specific props var routerLinkProps = { activeClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), append: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), event: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"], _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"]), exact: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), exactActiveClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), replace: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), routerTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'a'), to: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_OBJECT_STRING"]) }; // `<nuxt-link>` specific props var nuxtLinkProps = { noPrefetch: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // Must be `null` to fall back to the value defined in the // `nuxt.config.js` configuration file for `router.prefetchLinks` // We convert `null` to `undefined`, so that Nuxt.js will use the // compiled default // Vue treats `undefined` as default of `false` for Boolean props, // so we must set it as `null` here to be a true tri-state prop prefetch: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], null) }; // All `<b-link>` props var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, nuxtLinkProps), routerLinkProps), {}, { active: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), href: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), // Must be `null` if no value provided rel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], null), // To support 3rd party router links based on `<router-link>` (i.e. `g-link` for Gridsome) // Default is to auto choose between `<router-link>` and `<nuxt-link>` // Gridsome doesn't provide a mechanism to auto detect and has caveats // such as not supporting FQDN URLs or hash only URLs routerComponentName: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), target: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], '_self') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LINK"]); // --- Main component --- // @vue/component var BLink = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LINK"], // Mixin order is important! mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_11__["attrsMixin"], _mixins_listeners__WEBPACK_IMPORTED_MODULE_13__["listenersMixin"], _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_12__["listenOnRootMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_14__["normalizeSlotMixin"]], inheritAttrs: false, props: props, computed: { computedTag: function computedTag() { // We don't pass `this` as the first arg as we need reactivity of the props var to = this.to, disabled = this.disabled, routerComponentName = this.routerComponentName; return Object(_utils_router__WEBPACK_IMPORTED_MODULE_10__["computeTag"])({ to: to, disabled: disabled, routerComponentName: routerComponentName }, this); }, isRouterLink: function isRouterLink() { return Object(_utils_router__WEBPACK_IMPORTED_MODULE_10__["isRouterLink"])(this.computedTag); }, computedRel: function computedRel() { // We don't pass `this` as the first arg as we need reactivity of the props var target = this.target, rel = this.rel; return Object(_utils_router__WEBPACK_IMPORTED_MODULE_10__["computeRel"])({ target: target, rel: rel }); }, computedHref: function computedHref() { // We don't pass `this` as the first arg as we need reactivity of the props var to = this.to, href = this.href; return Object(_utils_router__WEBPACK_IMPORTED_MODULE_10__["computeHref"])({ to: to, href: href }, this.computedTag); }, computedProps: function computedProps() { var prefetch = this.prefetch; return this.isRouterLink ? _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["pluckProps"])(_objectSpread(_objectSpread({}, routerLinkProps), nuxtLinkProps), this)), {}, { // Coerce `prefetch` value `null` to be `undefined` prefetch: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isBoolean"])(prefetch) ? prefetch : undefined, // Pass `router-tag` as `tag` prop tag: this.routerTag }) : {}; }, computedAttrs: function computedAttrs() { var bvAttrs = this.bvAttrs, href = this.computedHref, rel = this.computedRel, disabled = this.disabled, target = this.target, routerTag = this.routerTag, isRouterLink = this.isRouterLink; return _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, bvAttrs), href ? { href: href } : {}), isRouterLink && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["isTag"])(routerTag, 'a') ? {} : { rel: rel, target: target }), {}, { tabindex: disabled ? '-1' : Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefined"])(bvAttrs.tabindex) ? null : bvAttrs.tabindex, 'aria-disabled': disabled ? 'true' : null }); }, computedListeners: function computedListeners() { return _objectSpread(_objectSpread({}, this.bvListeners), {}, { // We want to overwrite any click handler since our callback // will invoke the user supplied handler(s) if `!this.disabled` click: this.onClick }); } }, methods: { onClick: function onClick(event) { var _arguments = arguments; var eventIsEvent = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isEvent"])(event); var isRouterLink = this.isRouterLink; var suppliedHandler = this.bvListeners.click; if (eventIsEvent && this.disabled) { // Stop event from bubbling up // Kill the event loop attached to this specific `EventTarget` // Needed to prevent `vue-router` for doing its thing Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["stopEvent"])(event, { immediatePropagation: true }); } else { /* istanbul ignore next: difficult to test, but we know it works */ if (isRouterLink && event.currentTarget.__vue__) { // Router links do not emit instance `click` events, so we // add in an `$emit('click', event)` on its Vue instance event.currentTarget.__vue__.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"], event); } // Call the suppliedHandler(s), if any provided Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["concat"])(suppliedHandler).filter(function (h) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(h); }).forEach(function (handler) { handler.apply(void 0, _toConsumableArray(_arguments)); }); // Emit the global `$root` click event this.emitOnRoot(ROOT_EVENT_NAME_CLICKED, event); // TODO: Remove deprecated 'clicked::link' event with next major release this.emitOnRoot('clicked::link', event); } // Stop scroll-to-top behavior or navigation on // regular links when href is just '#' if (eventIsEvent && !isRouterLink && this.computedHref === '#') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["stopEvent"])(event, { propagation: false }); } }, focus: function focus() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(this.$el); }, blur: function blur() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptBlur"])(this.$el); } }, render: function render(h) { var active = this.active, disabled = this.disabled; return h(this.computedTag, _defineProperty({ class: { active: active, disabled: disabled }, attrs: this.computedAttrs, props: this.computedProps }, this.isRouterLink ? 'nativeOn' : 'on', this.computedListeners), this.normalizeSlot()); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/index.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/index.js ***! \**********************************************************************************************/ /*! exports provided: ListGroupPlugin, BListGroup, BListGroupItem */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ListGroupPlugin", function() { return ListGroupPlugin; }); /* harmony import */ var _list_group__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./list-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BListGroup", function() { return _list_group__WEBPACK_IMPORTED_MODULE_0__["BListGroup"]; }); /* harmony import */ var _list_group_item__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./list-group-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BListGroupItem", function() { return _list_group_item__WEBPACK_IMPORTED_MODULE_1__["BListGroupItem"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ListGroupPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BListGroup: _list_group__WEBPACK_IMPORTED_MODULE_0__["BListGroup"], BListGroupItem: _list_group_item__WEBPACK_IMPORTED_MODULE_1__["BListGroupItem"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group-item.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group-item.js ***! \********************************************************************************************************/ /*! exports provided: props, BListGroupItem */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BListGroupItem", function() { return BListGroupItem; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var actionTags = ['a', 'router-link', 'button', 'b-link']; // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_8__["props"], ['event', 'routerTag']); delete linkProps.href.default; delete linkProps.to.default; var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { action: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), button: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LIST_GROUP_ITEM"]); // --- Main component --- // @vue/component var BListGroupItem = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LIST_GROUP_ITEM"], functional: true, props: props, render: function render(h, _ref) { var _class; var props = _ref.props, data = _ref.data, children = _ref.children; var button = props.button, variant = props.variant, active = props.active, disabled = props.disabled; var link = Object(_utils_router__WEBPACK_IMPORTED_MODULE_7__["isLink"])(props); var tag = button ? 'button' : !link ? props.tag : _link_link__WEBPACK_IMPORTED_MODULE_8__["BLink"]; var action = !!(props.action || link || button || Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(actionTags, props.tag)); var attrs = {}; var itemProps = {}; if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isTag"])(tag, 'button')) { if (!data.attrs || !data.attrs.type) { // Add a type for button is one not provided in passed attributes attrs.type = 'button'; } if (props.disabled) { // Set disabled attribute if button and disabled attrs.disabled = true; } } else { itemProps = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["pluckProps"])(linkProps, props); } return h(tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { attrs: attrs, props: itemProps, staticClass: 'list-group-item', class: (_class = {}, _defineProperty(_class, "list-group-item-".concat(variant), variant), _defineProperty(_class, 'list-group-item-action', action), _defineProperty(_class, "active", active), _defineProperty(_class, "disabled", disabled), _class) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group.js ***! \***************************************************************************************************/ /*! exports provided: props, BListGroup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BListGroup", function() { return BListGroup; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])({ flush: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), horizontal: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LIST_GROUP"]); // --- Main component --- // @vue/component var BListGroup = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_LIST_GROUP"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var horizontal = props.horizontal === '' ? true : props.horizontal; horizontal = props.flush ? false : horizontal; var componentData = { staticClass: 'list-group', class: _defineProperty({ 'list-group-flush': props.flush, 'list-group-horizontal': horizontal === true }, "list-group-horizontal-".concat(horizontal), Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isString"])(horizontal)) }; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, componentData), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/index.js ***! \*****************************************************************************************/ /*! exports provided: MediaPlugin, BMedia, BMediaAside, BMediaBody */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MediaPlugin", function() { return MediaPlugin; }); /* harmony import */ var _media__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./media */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BMedia", function() { return _media__WEBPACK_IMPORTED_MODULE_0__["BMedia"]; }); /* harmony import */ var _media_aside__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./media-aside */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-aside.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BMediaAside", function() { return _media_aside__WEBPACK_IMPORTED_MODULE_1__["BMediaAside"]; }); /* harmony import */ var _media_body__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./media-body */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-body.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BMediaBody", function() { return _media_body__WEBPACK_IMPORTED_MODULE_2__["BMediaBody"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var MediaPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_3__["pluginFactory"])({ components: { BMedia: _media__WEBPACK_IMPORTED_MODULE_0__["BMedia"], BMediaAside: _media_aside__WEBPACK_IMPORTED_MODULE_1__["BMediaAside"], BMediaBody: _media_body__WEBPACK_IMPORTED_MODULE_2__["BMediaBody"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-aside.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-aside.js ***! \***********************************************************************************************/ /*! exports provided: props, BMediaAside */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BMediaAside", function() { return BMediaAside; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ right: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), verticalAlign: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'top') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MEDIA_ASIDE"]); // --- Main component --- // @vue/component var BMediaAside = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MEDIA_ASIDE"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var verticalAlign = props.verticalAlign; var align = verticalAlign === 'top' ? 'start' : verticalAlign === 'bottom' ? 'end' : /* istanbul ignore next */ verticalAlign; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'media-aside', class: _defineProperty({ 'media-aside-right': props.right }, "align-self-".concat(align), align) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-body.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-body.js ***! \**********************************************************************************************/ /*! exports provided: props, BMediaBody */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BMediaBody", function() { return BMediaBody; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MEDIA_BODY"]); // --- Main component --- // @vue/component var BMediaBody = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MEDIA_BODY"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'media-body' }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media.js ***! \*****************************************************************************************/ /*! exports provided: props, BMedia */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BMedia", function() { return BMedia; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _media_aside__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./media-aside */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-aside.js"); /* harmony import */ var _media_body__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./media-body */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-body.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])({ noBody: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), rightAlign: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), verticalAlign: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'top') }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MEDIA"]); // --- Main component --- // @vue/component var BMedia = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MEDIA"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots, children = _ref.children; var noBody = props.noBody, rightAlign = props.rightAlign, verticalAlign = props.verticalAlign; var $children = noBody ? children : []; if (!noBody) { var slotScope = {}; var $slots = slots(); var $scopedSlots = scopedSlots || {}; $children.push(h(_media_body__WEBPACK_IMPORTED_MODULE_7__["BMediaBody"], Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], slotScope, $scopedSlots, $slots))); var $aside = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_ASIDE"], slotScope, $scopedSlots, $slots); if ($aside) { $children[rightAlign ? 'push' : 'unshift'](h(_media_aside__WEBPACK_IMPORTED_MODULE_6__["BMediaAside"], { props: { right: rightAlign, verticalAlign: verticalAlign } }, $aside)); } } return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'media' }), $children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal-event.class.js": /*!****************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal-event.class.js ***! \****************************************************************************************************************/ /*! exports provided: BvModalEvent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BvModalEvent", function() { return BvModalEvent; }); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function _get(target, property, receiver) { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); } function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } var BvModalEvent = /*#__PURE__*/function (_BvEvent) { _inherits(BvModalEvent, _BvEvent); var _super = _createSuper(BvModalEvent); function BvModalEvent(type) { var _this; var eventInit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; _classCallCheck(this, BvModalEvent); _this = _super.call(this, type, eventInit); // Freeze our new props as readonly, but leave them enumerable Object(_utils_object__WEBPACK_IMPORTED_MODULE_1__["defineProperties"])(_assertThisInitialized(_this), { trigger: Object(_utils_object__WEBPACK_IMPORTED_MODULE_1__["readonlyDescriptor"])() }); return _this; } _createClass(BvModalEvent, null, [{ key: "Defaults", get: function get() { return _objectSpread(_objectSpread({}, _get(_getPrototypeOf(BvModalEvent), "Defaults", this)), {}, { trigger: null }); } }]); return BvModalEvent; }(_utils_bv_event_class__WEBPACK_IMPORTED_MODULE_0__["BvEvent"]); // Named exports /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal.js": /*!****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal.js ***! \****************************************************************************************************/ /*! exports provided: BVModalPlugin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVModalPlugin", function() { return BVModalPlugin; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _modal__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/modal.js"); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } // Plugin for adding `$bvModal` property to all Vue instances // --- Constants --- var PROP_NAME = '$bvModal'; var PROP_NAME_PRIV = '_bv__modal'; // Base modal props that are allowed // Some may be ignored or overridden on some message boxes // Prop ID is allowed, but really only should be used for testing // We need to add it in explicitly as it comes from the `idMixin` var BASE_PROPS = ['id'].concat(_toConsumableArray(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["omit"])(_modal__WEBPACK_IMPORTED_MODULE_10__["props"], ['busy', 'lazy', 'noStacking', 'static', 'visible'])))); // Fallback event resolver (returns undefined) var defaultResolver = function defaultResolver() {}; // Map prop names to modal slot names var propsToSlots = { msgBoxContent: 'default', title: 'modal-title', okTitle: 'modal-ok', cancelTitle: 'modal-cancel' }; // --- Helper methods --- // Method to filter only recognized props that are not undefined var filterOptions = function filterOptions(options) { return BASE_PROPS.reduce(function (memo, key) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefined"])(options[key])) { memo[key] = options[key]; } return memo; }, {}); }; // Method to install `$bvModal` VM injection var plugin = function plugin(Vue) { // Create a private sub-component that extends BModal // which self-destructs after hidden // @vue/component var BMsgBox = Vue.extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_MSG_BOX"], extends: _modal__WEBPACK_IMPORTED_MODULE_10__["BModal"], destroyed: function destroyed() { // Make sure we not in document any more if (this.$el && this.$el.parentNode) { this.$el.parentNode.removeChild(this.$el); } }, mounted: function mounted() { var _this = this; // Self destruct handler var handleDestroy = function handleDestroy() { _this.$nextTick(function () { // In a `requestAF()` to release control back to application Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["requestAF"])(function () { _this.$destroy(); }); }); }; // Self destruct if parent destroyed this.$parent.$once(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_DESTROYED"], handleDestroy); // Self destruct after hidden this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HIDDEN"], handleDestroy); // Self destruct on route change /* istanbul ignore if */ if (this.$router && this.$route) { // Destroy ourselves if route changes /* istanbul ignore next */ this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_BEFORE_DESTROY"], this.$watch('$router', handleDestroy)); } // Show the `BMsgBox` this.show(); } }); // Method to generate the on-demand modal message box // Returns a promise that resolves to a value returned by the resolve var asyncMsgBox = function asyncMsgBox($parent, props) { var resolver = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : defaultResolver; if (Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warnNotClient"])(PROP_NAME) || Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warnNoPromiseSupport"])(PROP_NAME)) { /* istanbul ignore next */ return; } // Create an instance of `BMsgBox` component var msgBox = new BMsgBox({ // We set parent as the local VM so these modals can emit events on // the app `$root`, as needed by things like tooltips and popovers // And it helps to ensure `BMsgBox` is destroyed when parent is destroyed parent: $parent, // Preset the prop values propsData: _objectSpread(_objectSpread(_objectSpread({}, filterOptions(Object(_utils_config__WEBPACK_IMPORTED_MODULE_3__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_MODAL"]))), {}, { // Defaults that user can override hideHeaderClose: true, hideHeader: !(props.title || props.titleHtml) }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["omit"])(props, Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(propsToSlots))), {}, { // Props that can't be overridden lazy: false, busy: false, visible: false, noStacking: false, noEnforceFocus: false }) }); // Convert certain props to scoped slots Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(propsToSlots).forEach(function (prop) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefined"])(props[prop])) { // Can be a string, or array of VNodes. // Alternatively, user can use HTML version of prop to pass an HTML string. msgBox.$slots[propsToSlots[prop]] = Object(_utils_array__WEBPACK_IMPORTED_MODULE_2__["concat"])(props[prop]); } }); // Return a promise that resolves when hidden, or rejects on destroyed return new Promise(function (resolve, reject) { var resolved = false; msgBox.$once(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_DESTROYED"], function () { if (!resolved) { /* istanbul ignore next */ reject(new Error('BootstrapVue MsgBox destroyed before resolve')); } }); msgBox.$on(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HIDE"], function (bvModalEvt) { if (!bvModalEvt.defaultPrevented) { var result = resolver(bvModalEvt); // If resolver didn't cancel hide, we resolve if (!bvModalEvt.defaultPrevented) { resolved = true; resolve(result); } } }); // Create a mount point (a DIV) and mount the msgBo which will trigger it to show var div = document.createElement('div'); document.body.appendChild(div); msgBox.$mount(div); }); }; // Private utility method to open a user defined message box and returns a promise. // Not to be used directly by consumers, as this method may change calling syntax var makeMsgBox = function makeMsgBox($parent, content) { var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; var resolver = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; if (!content || Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warnNoPromiseSupport"])(PROP_NAME) || Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warnNotClient"])(PROP_NAME) || !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isFunction"])(resolver)) { /* istanbul ignore next */ return; } return asyncMsgBox($parent, _objectSpread(_objectSpread({}, filterOptions(options)), {}, { msgBoxContent: content }), resolver); }; // BvModal instance class var BvModal = /*#__PURE__*/function () { function BvModal(vm) { _classCallCheck(this, BvModal); // Assign the new properties to this instance Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["assign"])(this, { _vm: vm, _root: vm.$root }); // Set these properties as read-only and non-enumerable Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["defineProperties"])(this, { _vm: Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["readonlyDescriptor"])(), _root: Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["readonlyDescriptor"])() }); } // --- Instance methods --- // Show modal with the specified ID args are for future use _createClass(BvModal, [{ key: "show", value: function show(id) { if (id && this._root) { var _this$_root; for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } (_this$_root = this._root).$emit.apply(_this$_root, [Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_MODAL"], 'show'), id].concat(args)); } } // Hide modal with the specified ID args are for future use }, { key: "hide", value: function hide(id) { if (id && this._root) { var _this$_root2; for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { args[_key2 - 1] = arguments[_key2]; } (_this$_root2 = this._root).$emit.apply(_this$_root2, [Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_MODAL"], 'hide'), id].concat(args)); } } // The following methods require Promise support! // IE 11 and others do not support Promise natively, so users // should have a Polyfill loaded (which they need anyways for IE 11 support) // Open a message box with OK button only and returns a promise }, { key: "msgBoxOk", value: function msgBoxOk(message) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; // Pick the modal props we support from options var props = _objectSpread(_objectSpread({}, options), {}, { // Add in overrides and our content prop okOnly: true, okDisabled: false, hideFooter: false, msgBoxContent: message }); return makeMsgBox(this._vm, message, props, function () { // Always resolve to true for OK return true; }); } // Open a message box modal with OK and CANCEL buttons // and returns a promise }, { key: "msgBoxConfirm", value: function msgBoxConfirm(message) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; // Set the modal props we support from options var props = _objectSpread(_objectSpread({}, options), {}, { // Add in overrides and our content prop okOnly: false, okDisabled: false, cancelDisabled: false, hideFooter: false }); return makeMsgBox(this._vm, message, props, function (bvModalEvt) { var trigger = bvModalEvt.trigger; return trigger === 'ok' ? true : trigger === 'cancel' ? false : null; }); } }]); return BvModal; }(); // Add our instance mixin Vue.mixin({ beforeCreate: function beforeCreate() { // Because we need access to `$root` for `$emits`, and VM for parenting, // we have to create a fresh instance of `BvModal` for each VM this[PROP_NAME_PRIV] = new BvModal(this); } }); // Define our read-only `$bvModal` instance property // Placed in an if just in case in HMR mode if (!Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["hasOwnProperty"])(Vue.prototype, PROP_NAME)) { Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["defineProperty"])(Vue.prototype, PROP_NAME, { get: function get() { /* istanbul ignore next */ if (!this || !this[PROP_NAME_PRIV]) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warn"])("\"".concat(PROP_NAME, "\" must be accessed from a Vue instance \"this\" context."), _constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_MODAL"]); } return this[PROP_NAME_PRIV]; } }); } }; var BVModalPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_8__["pluginFactory"])({ plugins: { plugin: plugin } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/modal-manager.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/modal-manager.js ***! \*********************************************************************************************************/ /*! exports provided: modalManager */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "modalManager", function() { return modalManager; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /** * Private ModalManager helper * Handles controlling modal stacking zIndexes and body adjustments/classes */ // --- Constants --- // Default modal backdrop z-index var DEFAULT_ZINDEX = 1040; // Selectors for padding/margin adjustments var SELECTOR_FIXED_CONTENT = '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top'; var SELECTOR_STICKY_CONTENT = '.sticky-top'; var SELECTOR_NAVBAR_TOGGLER = '.navbar-toggler'; // --- Main component --- // @vue/component var ModalManager = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ data: function data() { return { modals: [], baseZIndex: null, scrollbarWidth: null, isBodyOverflowing: false }; }, computed: { modalCount: function modalCount() { return this.modals.length; }, modalsAreOpen: function modalsAreOpen() { return this.modalCount > 0; } }, watch: { modalCount: function modalCount(newCount, oldCount) { if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { this.getScrollbarWidth(); if (newCount > 0 && oldCount === 0) { // Transitioning to modal(s) open this.checkScrollbar(); this.setScrollbar(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["addClass"])(document.body, 'modal-open'); } else if (newCount === 0 && oldCount > 0) { // Transitioning to modal(s) closed this.resetScrollbar(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["removeClass"])(document.body, 'modal-open'); } Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(document.body, 'data-modal-open-count', String(newCount)); } }, modals: function modals(newValue) { var _this = this; this.checkScrollbar(); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["requestAF"])(function () { _this.updateModals(newValue || []); }); } }, methods: { // Public methods registerModal: function registerModal(modal) { var _this2 = this; // Register the modal if not already registered if (modal && this.modals.indexOf(modal) === -1) { // Add modal to modals array this.modals.push(modal); modal.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { _this2.unregisterModal(modal); }); } }, unregisterModal: function unregisterModal(modal) { var index = this.modals.indexOf(modal); if (index > -1) { // Remove modal from modals array this.modals.splice(index, 1); // Reset the modal's data if (!(modal._isBeingDestroyed || modal._isDestroyed)) { this.resetModal(modal); } } }, getBaseZIndex: function getBaseZIndex() { if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isNull"])(this.baseZIndex) && _constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { // Create a temporary `div.modal-backdrop` to get computed z-index var div = document.createElement('div'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["addClass"])(div, 'modal-backdrop'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["addClass"])(div, 'd-none'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(div, 'display', 'none'); document.body.appendChild(div); this.baseZIndex = Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toInteger"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getCS"])(div).zIndex, DEFAULT_ZINDEX); document.body.removeChild(div); } return this.baseZIndex || DEFAULT_ZINDEX; }, getScrollbarWidth: function getScrollbarWidth() { if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isNull"])(this.scrollbarWidth) && _constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { // Create a temporary `div.measure-scrollbar` to get computed z-index var div = document.createElement('div'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["addClass"])(div, 'modal-scrollbar-measure'); document.body.appendChild(div); this.scrollbarWidth = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getBCR"])(div).width - div.clientWidth; document.body.removeChild(div); } return this.scrollbarWidth || 0; }, // Private methods updateModals: function updateModals(modals) { var _this3 = this; var baseZIndex = this.getBaseZIndex(); var scrollbarWidth = this.getScrollbarWidth(); modals.forEach(function (modal, index) { // We update data values on each modal modal.zIndex = baseZIndex + index; modal.scrollbarWidth = scrollbarWidth; modal.isTop = index === _this3.modals.length - 1; modal.isBodyOverflowing = _this3.isBodyOverflowing; }); }, resetModal: function resetModal(modal) { if (modal) { modal.zIndex = this.getBaseZIndex(); modal.isTop = true; modal.isBodyOverflowing = false; } }, checkScrollbar: function checkScrollbar() { // Determine if the body element is overflowing var _getBCR = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getBCR"])(document.body), left = _getBCR.left, right = _getBCR.right; this.isBodyOverflowing = left + right < window.innerWidth; }, setScrollbar: function setScrollbar() { var body = document.body; // Storage place to cache changes to margins and padding // Note: This assumes the following element types are not added to the // document after the modal has opened. body._paddingChangedForModal = body._paddingChangedForModal || []; body._marginChangedForModal = body._marginChangedForModal || []; if (this.isBodyOverflowing) { var scrollbarWidth = this.scrollbarWidth; // Adjust fixed content padding /* istanbul ignore next: difficult to test in JSDOM */ Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["selectAll"])(SELECTOR_FIXED_CONTENT).forEach(function (el) { var actualPadding = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getStyle"])(el, 'paddingRight') || ''; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(el, 'data-padding-right', actualPadding); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'paddingRight', "".concat(Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getCS"])(el).paddingRight, 0) + scrollbarWidth, "px")); body._paddingChangedForModal.push(el); }); // Adjust sticky content margin /* istanbul ignore next: difficult to test in JSDOM */ Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["selectAll"])(SELECTOR_STICKY_CONTENT).forEach(function (el) /* istanbul ignore next */ { var actualMargin = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getStyle"])(el, 'marginRight') || ''; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(el, 'data-margin-right', actualMargin); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'marginRight', "".concat(Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getCS"])(el).marginRight, 0) - scrollbarWidth, "px")); body._marginChangedForModal.push(el); }); // Adjust <b-navbar-toggler> margin /* istanbul ignore next: difficult to test in JSDOM */ Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["selectAll"])(SELECTOR_NAVBAR_TOGGLER).forEach(function (el) /* istanbul ignore next */ { var actualMargin = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getStyle"])(el, 'marginRight') || ''; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(el, 'data-margin-right', actualMargin); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'marginRight', "".concat(Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getCS"])(el).marginRight, 0) + scrollbarWidth, "px")); body._marginChangedForModal.push(el); }); // Adjust body padding var actualPadding = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getStyle"])(body, 'paddingRight') || ''; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(body, 'data-padding-right', actualPadding); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(body, 'paddingRight', "".concat(Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getCS"])(body).paddingRight, 0) + scrollbarWidth, "px")); } }, resetScrollbar: function resetScrollbar() { var body = document.body; if (body._paddingChangedForModal) { // Restore fixed content padding body._paddingChangedForModal.forEach(function (el) { /* istanbul ignore next: difficult to test in JSDOM */ if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["hasAttr"])(el, 'data-padding-right')) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'paddingRight', Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getAttr"])(el, 'data-padding-right') || ''); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["removeAttr"])(el, 'data-padding-right'); } }); } if (body._marginChangedForModal) { // Restore sticky content and navbar-toggler margin body._marginChangedForModal.forEach(function (el) { /* istanbul ignore next: difficult to test in JSDOM */ if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["hasAttr"])(el, 'data-margin-right')) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(el, 'marginRight', Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getAttr"])(el, 'data-margin-right') || ''); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["removeAttr"])(el, 'data-margin-right'); } }); } body._paddingChangedForModal = null; body._marginChangedForModal = null; // Restore body padding if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["hasAttr"])(body, 'data-padding-right')) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setStyle"])(body, 'paddingRight', Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getAttr"])(body, 'data-padding-right') || ''); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["removeAttr"])(body, 'data-padding-right'); } } } }); // Create and export our modal manager instance var modalManager = new ModalManager(); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/index.js ***! \*****************************************************************************************/ /*! exports provided: ModalPlugin, BModal */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModalPlugin", function() { return ModalPlugin; }); /* harmony import */ var _modal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/modal.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BModal", function() { return _modal__WEBPACK_IMPORTED_MODULE_0__["BModal"]; }); /* harmony import */ var _directives_modal_modal__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/modal/modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/modal.js"); /* harmony import */ var _helpers_bv_modal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./helpers/bv-modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ModalPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_3__["pluginFactory"])({ components: { BModal: _modal__WEBPACK_IMPORTED_MODULE_0__["BModal"] }, directives: { VBModal: _directives_modal_modal__WEBPACK_IMPORTED_MODULE_1__["VBModal"] }, // $bvModal injection plugins: { BVModalPlugin: _helpers_bv_modal__WEBPACK_IMPORTED_MODULE_2__["BVModalPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/modal.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/modal.js ***! \*****************************************************************************************/ /*! exports provided: props, BModal */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BModal", function() { return BModal; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_observe_dom__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/observe-dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/observe-dom.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_listen_on_document__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../mixins/listen-on-document */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-document.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_listen_on_window__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../mixins/listen-on-window */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-window.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _mixins_scoped_style__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../../mixins/scoped-style */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/scoped-style.js"); /* harmony import */ var _button_button__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ../button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony import */ var _button_button_close__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ../button/button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); /* harmony import */ var _transporter_transporter__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ../transporter/transporter */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transporter/transporter.js"); /* harmony import */ var _helpers_bv_modal_event_class__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./helpers/bv-modal-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal-event.class.js"); /* harmony import */ var _helpers_modal_manager__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./helpers/modal-manager */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/modal-manager.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_14__["makeModelMixin"])('visible', { type: _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], defaultValue: false, event: _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CHANGE"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; var TRIGGER_BACKDROP = 'backdrop'; var TRIGGER_ESC = 'esc'; var TRIGGER_FORCE = 'FORCE'; var TRIGGER_TOGGLE = 'toggle'; var BUTTON_CANCEL = 'cancel'; // TODO: This should be renamed to 'close' var BUTTON_CLOSE = 'headerclose'; var BUTTON_OK = 'ok'; var BUTTONS = [BUTTON_CANCEL, BUTTON_CLOSE, BUTTON_OK]; // `ObserveDom` config to detect changes in modal content // so that we can adjust the modal padding if needed var OBSERVER_CONFIG = { subtree: true, childList: true, characterData: true, attributes: true, attributeFilter: ['style', 'class'] }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_15__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_19__["props"]), modelProps), {}, { ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), autoFocusButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], null, /* istanbul ignore next */ function (value) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isUndefinedOrNull"])(value) || Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["arrayIncludes"])(BUTTONS, value); }), bodyBgVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), bodyClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), bodyTextVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), busy: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), buttonSize: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), cancelDisabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), cancelTitle: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Cancel'), cancelTitleHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), cancelVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'secondary'), centered: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), contentClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), dialogClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), footerBgVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), footerBorderVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), footerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), footerTextVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), headerBgVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), headerBorderVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), headerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), headerCloseContent: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], '×'), headerCloseLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'Close'), headerCloseVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), headerTextVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), // TODO: Rename to `noBackdrop` and deprecate `hideBackdrop` hideBackdrop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // TODO: Rename to `noFooter` and deprecate `hideFooter` hideFooter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // TODO: Rename to `noHeader` and deprecate `hideHeader` hideHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // TODO: Rename to `noHeaderClose` and deprecate `hideHeaderClose` hideHeaderClose: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), ignoreEnforceFocusSelector: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_STRING"]), lazy: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), modalClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), noCloseOnBackdrop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noCloseOnEsc: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noEnforceFocus: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noFade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noStacking: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), okDisabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), okOnly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), okTitle: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'OK'), okTitleHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), okVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'primary'), // HTML Element, CSS selector string or Vue component instance returnFocus: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_6__["HTMLElement"], _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_OBJECT"], _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]]), scrollable: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'md'), static: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), title: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), titleClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), titleHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), titleSrOnly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), titleTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'h5') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"]); // --- Main component --- // @vue/component var BModal = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_18__["attrsMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_19__["idMixin"], modelMixin, _mixins_listen_on_document__WEBPACK_IMPORTED_MODULE_20__["listenOnDocumentMixin"], _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_21__["listenOnRootMixin"], _mixins_listen_on_window__WEBPACK_IMPORTED_MODULE_22__["listenOnWindowMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_23__["normalizeSlotMixin"], _mixins_scoped_style__WEBPACK_IMPORTED_MODULE_24__["scopedStyleMixin"]], inheritAttrs: false, props: props, data: function data() { return { isHidden: true, // If modal should not be in document isVisible: false, // Controls modal visible state isTransitioning: false, // Used for style control isShow: false, // Used for style control isBlock: false, // Used for style control isOpening: false, // To signal that the modal is in the process of opening isClosing: false, // To signal that the modal is in the process of closing ignoreBackdropClick: false, // Used to signify if click out listener should ignore the click isModalOverflowing: false, // The following items are controlled by the modalManager instance scrollbarWidth: 0, zIndex: _helpers_modal_manager__WEBPACK_IMPORTED_MODULE_30__["modalManager"].getBaseZIndex(), isTop: true, isBodyOverflowing: false }; }, computed: { modalId: function modalId() { return this.safeId(); }, modalOuterId: function modalOuterId() { return this.safeId('__BV_modal_outer_'); }, modalHeaderId: function modalHeaderId() { return this.safeId('__BV_modal_header_'); }, modalBodyId: function modalBodyId() { return this.safeId('__BV_modal_body_'); }, modalTitleId: function modalTitleId() { return this.safeId('__BV_modal_title_'); }, modalContentId: function modalContentId() { return this.safeId('__BV_modal_content_'); }, modalFooterId: function modalFooterId() { return this.safeId('__BV_modal_footer_'); }, modalBackdropId: function modalBackdropId() { return this.safeId('__BV_modal_backdrop_'); }, modalClasses: function modalClasses() { return [{ fade: !this.noFade, show: this.isShow }, this.modalClass]; }, modalStyles: function modalStyles() { var sbWidth = "".concat(this.scrollbarWidth, "px"); return { paddingLeft: !this.isBodyOverflowing && this.isModalOverflowing ? sbWidth : '', paddingRight: this.isBodyOverflowing && !this.isModalOverflowing ? sbWidth : '', // Needed to fix issue https://github.com/bootstrap-vue/bootstrap-vue/issues/3457 // Even though we are using v-show, we must ensure 'none' is restored in the styles display: this.isBlock ? 'block' : 'none' }; }, dialogClasses: function dialogClasses() { var _ref; return [(_ref = {}, _defineProperty(_ref, "modal-".concat(this.size), this.size), _defineProperty(_ref, 'modal-dialog-centered', this.centered), _defineProperty(_ref, 'modal-dialog-scrollable', this.scrollable), _ref), this.dialogClass]; }, headerClasses: function headerClasses() { var _ref2; return [(_ref2 = {}, _defineProperty(_ref2, "bg-".concat(this.headerBgVariant), this.headerBgVariant), _defineProperty(_ref2, "text-".concat(this.headerTextVariant), this.headerTextVariant), _defineProperty(_ref2, "border-".concat(this.headerBorderVariant), this.headerBorderVariant), _ref2), this.headerClass]; }, titleClasses: function titleClasses() { return [{ 'sr-only': this.titleSrOnly }, this.titleClass]; }, bodyClasses: function bodyClasses() { var _ref3; return [(_ref3 = {}, _defineProperty(_ref3, "bg-".concat(this.bodyBgVariant), this.bodyBgVariant), _defineProperty(_ref3, "text-".concat(this.bodyTextVariant), this.bodyTextVariant), _ref3), this.bodyClass]; }, footerClasses: function footerClasses() { var _ref4; return [(_ref4 = {}, _defineProperty(_ref4, "bg-".concat(this.footerBgVariant), this.footerBgVariant), _defineProperty(_ref4, "text-".concat(this.footerTextVariant), this.footerTextVariant), _defineProperty(_ref4, "border-".concat(this.footerBorderVariant), this.footerBorderVariant), _ref4), this.footerClass]; }, modalOuterStyle: function modalOuterStyle() { // Styles needed for proper stacking of modals return { position: 'absolute', zIndex: this.zIndex }; }, slotScope: function slotScope() { return { cancel: this.onCancel, close: this.onClose, hide: this.hide, ok: this.onOk, visible: this.isVisible }; }, computeIgnoreEnforceFocusSelector: function computeIgnoreEnforceFocusSelector() { // Normalize to an single selector with selectors separated by `,` return Object(_utils_array__WEBPACK_IMPORTED_MODULE_8__["concat"])(this.ignoreEnforceFocusSelector).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_12__["identity"]).join(',').trim(); }, computedAttrs: function computedAttrs() { // If the parent has a scoped style attribute, and the modal // is portalled, add the scoped attribute to the modal wrapper var scopedStyleAttrs = !this.static ? this.scopedStyleAttrs : {}; return _objectSpread(_objectSpread(_objectSpread({}, scopedStyleAttrs), this.bvAttrs), {}, { id: this.modalOuterId }); }, computedModalAttrs: function computedModalAttrs() { var isVisible = this.isVisible, ariaLabel = this.ariaLabel; return { id: this.modalId, role: 'dialog', 'aria-hidden': isVisible ? null : 'true', 'aria-modal': isVisible ? 'true' : null, 'aria-label': ariaLabel, 'aria-labelledby': this.hideHeader || ariaLabel || // TODO: Rename slot to `title` and deprecate `modal-title` !(this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_TITLE"]) || this.titleHtml || this.title) ? null : this.modalTitleId, 'aria-describedby': this.modalBodyId }; } }, watch: _defineProperty({}, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue) { this[newValue ? 'show' : 'hide'](); } }), created: function created() { // Define non-reactive properties this.$_observer = null; this.$_returnFocus = this.returnFocus || null; }, mounted: function mounted() { // Set initial z-index as queried from the DOM this.zIndex = _helpers_modal_manager__WEBPACK_IMPORTED_MODULE_30__["modalManager"].getBaseZIndex(); // Listen for events from others to either open or close ourselves // and listen to all modals to enable/disable enforce focus this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"]), this.showHandler); this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDE"]), this.hideHandler); this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_TOGGLE"]), this.toggleHandler); // Listen for `bv:modal::show events`, and close ourselves if the // opening modal not us this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"]), this.modalListener); // Initially show modal? if (this[MODEL_PROP_NAME] === true) { this.$nextTick(this.show); } }, beforeDestroy: function beforeDestroy() { // Ensure everything is back to normal this.setObserver(false); if (this.isVisible) { this.isVisible = false; this.isShow = false; this.isTransitioning = false; } }, methods: { setObserver: function setObserver() { var on = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; this.$_observer && this.$_observer.disconnect(); this.$_observer = null; if (on) { this.$_observer = Object(_utils_observe_dom__WEBPACK_IMPORTED_MODULE_16__["observeDom"])(this.$refs.content, this.checkModalOverflow.bind(this), OBSERVER_CONFIG); } }, // Private method to update the v-model updateModel: function updateModel(value) { if (value !== this[MODEL_PROP_NAME]) { this.$emit(MODEL_EVENT_NAME, value); } }, // Private method to create a BvModalEvent object buildEvent: function buildEvent(type) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return new _helpers_bv_modal_event_class__WEBPACK_IMPORTED_MODULE_29__["BvModalEvent"](type, _objectSpread(_objectSpread({ // Default options cancelable: false, target: this.$refs.modal || this.$el || null, relatedTarget: null, trigger: null }, options), {}, { // Options that can't be overridden vueTarget: this, componentId: this.modalId })); }, // Public method to show modal show: function show() { if (this.isVisible || this.isOpening) { // If already open, or in the process of opening, do nothing /* istanbul ignore next */ return; } /* istanbul ignore next */ if (this.isClosing) { // If we are in the process of closing, wait until hidden before re-opening /* istanbul ignore next */ this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"], this.show); /* istanbul ignore next */ return; } this.isOpening = true; // Set the element to return focus to when closed this.$_returnFocus = this.$_returnFocus || this.getActiveElement(); var showEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"], { cancelable: true }); this.emitEvent(showEvt); // Don't show if canceled if (showEvt.defaultPrevented || this.isVisible) { this.isOpening = false; // Ensure the v-model reflects the current state this.updateModel(false); return; } // Show the modal this.doShow(); }, // Public method to hide modal hide: function hide() { var trigger = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; if (!this.isVisible || this.isClosing) { /* istanbul ignore next */ return; } this.isClosing = true; var hideEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDE"], { cancelable: trigger !== TRIGGER_FORCE, trigger: trigger || null }); // We emit specific event for one of the three built-in buttons if (trigger === BUTTON_OK) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_OK"], hideEvt); } else if (trigger === BUTTON_CANCEL) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CANCEL"], hideEvt); } else if (trigger === BUTTON_CLOSE) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CLOSE"], hideEvt); } this.emitEvent(hideEvt); // Hide if not canceled if (hideEvt.defaultPrevented || !this.isVisible) { this.isClosing = false; // Ensure v-model reflects current state this.updateModel(true); return; } // Stop observing for content changes this.setObserver(false); // Trigger the hide transition this.isVisible = false; // Update the v-model this.updateModel(false); }, // Public method to toggle modal visibility toggle: function toggle(triggerEl) { if (triggerEl) { this.$_returnFocus = triggerEl; } if (this.isVisible) { this.hide(TRIGGER_TOGGLE); } else { this.show(); } }, // Private method to get the current document active element getActiveElement: function getActiveElement() { // Returning focus to `document.body` may cause unwanted scrolls, // so we exclude setting focus on body var activeElement = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["getActiveElement"])(_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] ? [document.body] : []); // Preset the fallback return focus value if it is not set // `document.activeElement` should be the trigger element that was clicked or // in the case of using the v-model, which ever element has current focus // Will be overridden by some commands such as toggle, etc. // Note: On IE 11, `document.activeElement` may be `null` // So we test it for truthiness first // https://github.com/bootstrap-vue/bootstrap-vue/issues/3206 return activeElement && activeElement.focus ? activeElement : null; }, // Private method to finish showing modal doShow: function doShow() { var _this = this; /* istanbul ignore next: commenting out for now until we can test stacking */ if (_helpers_modal_manager__WEBPACK_IMPORTED_MODULE_30__["modalManager"].modalsAreOpen && this.noStacking) { // If another modal(s) is already open, wait for it(them) to close this.listenOnRootOnce(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"]), this.doShow); return; } _helpers_modal_manager__WEBPACK_IMPORTED_MODULE_30__["modalManager"].registerModal(this); // Place modal in DOM this.isHidden = false; this.$nextTick(function () { // We do this in `$nextTick()` to ensure the modal is in DOM first // before we show it _this.isVisible = true; _this.isOpening = false; // Update the v-model _this.updateModel(true); _this.$nextTick(function () { // Observe changes in modal content and adjust if necessary // In a `$nextTick()` in case modal content is lazy _this.setObserver(true); }); }); }, // Transition handlers onBeforeEnter: function onBeforeEnter() { this.isTransitioning = true; this.setResizeEvent(true); }, onEnter: function onEnter() { var _this2 = this; this.isBlock = true; // We add the `show` class 1 frame later // `requestAF()` runs the callback before the next repaint, so we need // two calls to guarantee the next frame has been rendered Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { _this2.isShow = true; }); }); }, onAfterEnter: function onAfterEnter() { var _this3 = this; this.checkModalOverflow(); this.isTransitioning = false; // We use `requestAF()` to allow transition hooks to complete // before passing control over to the other handlers // This will allow users to not have to use `$nextTick()` or `requestAF()` // when trying to pre-focus an element Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { _this3.emitEvent(_this3.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOWN"])); _this3.setEnforceFocus(true); _this3.$nextTick(function () { // Delayed in a `$nextTick()` to allow users time to pre-focus // an element if the wish _this3.focusFirst(); }); }); }, onBeforeLeave: function onBeforeLeave() { this.isTransitioning = true; this.setResizeEvent(false); this.setEnforceFocus(false); }, onLeave: function onLeave() { // Remove the 'show' class this.isShow = false; }, onAfterLeave: function onAfterLeave() { var _this4 = this; this.isBlock = false; this.isTransitioning = false; this.isModalOverflowing = false; this.isHidden = true; this.$nextTick(function () { _this4.isClosing = false; _helpers_modal_manager__WEBPACK_IMPORTED_MODULE_30__["modalManager"].unregisterModal(_this4); _this4.returnFocusTo(); // TODO: Need to find a way to pass the `trigger` property // to the `hidden` event, not just only the `hide` event _this4.emitEvent(_this4.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"])); }); }, emitEvent: function emitEvent(bvEvent) { var type = bvEvent.type; // We emit on `$root` first in case a global listener wants to cancel // the event first before the instance emits its event this.emitOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], type), bvEvent, bvEvent.componentId); this.$emit(type, bvEvent); }, // UI event handlers onDialogMousedown: function onDialogMousedown() { var _this5 = this; // Watch to see if the matching mouseup event occurs outside the dialog // And if it does, cancel the clickOut handler var modal = this.$refs.modal; var onceModalMouseup = function onceModalMouseup(event) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["eventOff"])(modal, 'mouseup', onceModalMouseup, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_NO_CAPTURE"]); if (event.target === modal) { _this5.ignoreBackdropClick = true; } }; Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["eventOn"])(modal, 'mouseup', onceModalMouseup, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_NO_CAPTURE"]); }, onClickOut: function onClickOut(event) { if (this.ignoreBackdropClick) { // Click was initiated inside the modal content, but finished outside. // Set by the above onDialogMousedown handler this.ignoreBackdropClick = false; return; } // Do nothing if not visible, backdrop click disabled, or element // that generated click event is no longer in document body if (!this.isVisible || this.noCloseOnBackdrop || !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["contains"])(document.body, event.target)) { return; } // If backdrop clicked, hide modal if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["contains"])(this.$refs.content, event.target)) { this.hide(TRIGGER_BACKDROP); } }, onOk: function onOk() { this.hide(BUTTON_OK); }, onCancel: function onCancel() { this.hide(BUTTON_CANCEL); }, onClose: function onClose() { this.hide(BUTTON_CLOSE); }, onEsc: function onEsc(event) { // If ESC pressed, hide modal if (event.keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_ESC"] && this.isVisible && !this.noCloseOnEsc) { this.hide(TRIGGER_ESC); } }, // Document focusin listener focusHandler: function focusHandler(event) { // If focus leaves modal content, bring it back var content = this.$refs.content; var target = event.target; if (this.noEnforceFocus || !this.isTop || !this.isVisible || !content || document === target || Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["contains"])(content, target) || this.computeIgnoreEnforceFocusSelector && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["closest"])(this.computeIgnoreEnforceFocusSelector, target, true)) { return; } var tabables = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["getTabables"])(this.$refs.content); var bottomTrap = this.$refs['bottom-trap']; var topTrap = this.$refs['top-trap']; if (bottomTrap && target === bottomTrap) { // If user pressed TAB out of modal into our bottom trab trap element // Find the first tabable element in the modal content and focus it if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(tabables[0])) { // Focus was successful return; } } else if (topTrap && target === topTrap) { // If user pressed CTRL-TAB out of modal and into our top tab trap element // Find the last tabable element in the modal content and focus it if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(tabables[tabables.length - 1])) { // Focus was successful return; } } // Otherwise focus the modal content container Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(content, { preventScroll: true }); }, // Turn on/off focusin listener setEnforceFocus: function setEnforceFocus(on) { this.listenDocument(on, 'focusin', this.focusHandler); }, // Resize listener setResizeEvent: function setResizeEvent(on) { this.listenWindow(on, 'resize', this.checkModalOverflow); this.listenWindow(on, 'orientationchange', this.checkModalOverflow); }, // Root listener handlers showHandler: function showHandler(id, triggerEl) { if (id === this.modalId) { this.$_returnFocus = triggerEl || this.getActiveElement(); this.show(); } }, hideHandler: function hideHandler(id) { if (id === this.modalId) { this.hide('event'); } }, toggleHandler: function toggleHandler(id, triggerEl) { if (id === this.modalId) { this.toggle(triggerEl); } }, modalListener: function modalListener(bvEvent) { // If another modal opens, close this one if stacking not permitted if (this.noStacking && bvEvent.vueTarget !== this) { this.hide(); } }, // Focus control handlers focusFirst: function focusFirst() { var _this6 = this; // Don't try and focus if we are SSR if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"]) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { var modal = _this6.$refs.modal; var content = _this6.$refs.content; var activeElement = _this6.getActiveElement(); // If the modal contains the activeElement, we don't do anything if (modal && content && !(activeElement && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["contains"])(content, activeElement))) { var ok = _this6.$refs['ok-button']; var cancel = _this6.$refs['cancel-button']; var close = _this6.$refs['close-button']; // Focus the appropriate button or modal content wrapper var autoFocus = _this6.autoFocusButton; /* istanbul ignore next */ var el = autoFocus === BUTTON_OK && ok ? ok.$el || ok : autoFocus === BUTTON_CANCEL && cancel ? cancel.$el || cancel : autoFocus === BUTTON_CLOSE && close ? close.$el || close : content; // Focus the element Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(el); if (el === content) { // Make sure top of modal is showing (if longer than the viewport) _this6.$nextTick(function () { modal.scrollTop = 0; }); } } }); } }, returnFocusTo: function returnFocusTo() { // Prefer `returnFocus` prop over event specified // `return_focus` value var el = this.returnFocus || this.$_returnFocus || null; this.$_returnFocus = null; this.$nextTick(function () { // Is el a string CSS selector? el = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_13__["isString"])(el) ? Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["select"])(el) : el; if (el) { // Possibly could be a component reference el = el.$el || el; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(el); } }); }, checkModalOverflow: function checkModalOverflow() { if (this.isVisible) { var modal = this.$refs.modal; this.isModalOverflowing = modal.scrollHeight > document.documentElement.clientHeight; } }, makeModal: function makeModal(h) { // Modal header var $header = h(); if (!this.hideHeader) { // TODO: Rename slot to `header` and deprecate `modal-header` var $modalHeader = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_HEADER"], this.slotScope); if (!$modalHeader) { var $closeButton = h(); if (!this.hideHeaderClose) { $closeButton = h(_button_button_close__WEBPACK_IMPORTED_MODULE_26__["BButtonClose"], { props: { content: this.headerCloseContent, disabled: this.isTransitioning, ariaLabel: this.headerCloseLabel, textVariant: this.headerCloseVariant || this.headerTextVariant }, on: { click: this.onClose }, ref: 'close-button' }, // TODO: Rename slot to `header-close` and deprecate `modal-header-close` [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_HEADER_CLOSE"])]); } $modalHeader = [h(this.titleTag, { staticClass: 'modal-title', class: this.titleClasses, attrs: { id: this.modalTitleId }, // TODO: Rename slot to `title` and deprecate `modal-title` domProps: this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_TITLE"]) ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_11__["htmlOrText"])(this.titleHtml, this.title) }, // TODO: Rename slot to `title` and deprecate `modal-title` this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_TITLE"], this.slotScope)), $closeButton]; } $header = h('header', { staticClass: 'modal-header', class: this.headerClasses, attrs: { id: this.modalHeaderId }, ref: 'header' }, [$modalHeader]); } // Modal body var $body = h('div', { staticClass: 'modal-body', class: this.bodyClasses, attrs: { id: this.modalBodyId }, ref: 'body' }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_DEFAULT"], this.slotScope)); // Modal footer var $footer = h(); if (!this.hideFooter) { // TODO: Rename slot to `footer` and deprecate `modal-footer` var $modalFooter = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_FOOTER"], this.slotScope); if (!$modalFooter) { var $cancelButton = h(); if (!this.okOnly) { $cancelButton = h(_button_button__WEBPACK_IMPORTED_MODULE_25__["BButton"], { props: { variant: this.cancelVariant, size: this.buttonSize, disabled: this.cancelDisabled || this.busy || this.isTransitioning }, // TODO: Rename slot to `cancel-button` and deprecate `modal-cancel` domProps: this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_CANCEL"]) ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_11__["htmlOrText"])(this.cancelTitleHtml, this.cancelTitle), on: { click: this.onCancel }, ref: 'cancel-button' }, // TODO: Rename slot to `cancel-button` and deprecate `modal-cancel` this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_CANCEL"])); } var $okButton = h(_button_button__WEBPACK_IMPORTED_MODULE_25__["BButton"], { props: { variant: this.okVariant, size: this.buttonSize, disabled: this.okDisabled || this.busy || this.isTransitioning }, // TODO: Rename slot to `ok-button` and deprecate `modal-ok` domProps: this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_OK"]) ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_11__["htmlOrText"])(this.okTitleHtml, this.okTitle), on: { click: this.onOk }, ref: 'ok-button' }, // TODO: Rename slot to `ok-button` and deprecate `modal-ok` this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_OK"])); $modalFooter = [$cancelButton, $okButton]; } $footer = h('footer', { staticClass: 'modal-footer', class: this.footerClasses, attrs: { id: this.modalFooterId }, ref: 'footer' }, [$modalFooter]); } // Assemble modal content var $modalContent = h('div', { staticClass: 'modal-content', class: this.contentClass, attrs: { id: this.modalContentId, tabindex: '-1' }, ref: 'content' }, [$header, $body, $footer]); // Tab traps to prevent page from scrolling to next element in // tab index during enforce-focus tab cycle var $tabTrapTop = h(); var $tabTrapBottom = h(); if (this.isVisible && !this.noEnforceFocus) { $tabTrapTop = h('span', { attrs: { tabindex: '0' }, ref: 'top-trap' }); $tabTrapBottom = h('span', { attrs: { tabindex: '0' }, ref: 'bottom-trap' }); } // Modal dialog wrapper var $modalDialog = h('div', { staticClass: 'modal-dialog', class: this.dialogClasses, on: { mousedown: this.onDialogMousedown }, ref: 'dialog' }, [$tabTrapTop, $modalContent, $tabTrapBottom]); // Modal var $modal = h('div', { staticClass: 'modal', class: this.modalClasses, style: this.modalStyles, attrs: this.computedModalAttrs, on: { keydown: this.onEsc, click: this.onClickOut }, directives: [{ name: 'show', value: this.isVisible }], ref: 'modal' }, [$modalDialog]); // Wrap modal in transition // Sadly, we can't use `BVTransition` here due to the differences in // transition durations for `.modal` and `.modal-dialog` // At least until https://github.com/vuejs/vue/issues/9986 is resolved $modal = h('transition', { props: { enterClass: '', enterToClass: '', enterActiveClass: '', leaveClass: '', leaveActiveClass: '', leaveToClass: '' }, on: { beforeEnter: this.onBeforeEnter, enter: this.onEnter, afterEnter: this.onAfterEnter, beforeLeave: this.onBeforeLeave, leave: this.onLeave, afterLeave: this.onAfterLeave } }, [$modal]); // Modal backdrop var $backdrop = h(); if (!this.hideBackdrop && this.isVisible) { $backdrop = h('div', { staticClass: 'modal-backdrop', attrs: { id: this.modalBackdropId } }, // TODO: Rename slot to `backdrop` and deprecate `modal-backdrop` this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_7__["SLOT_NAME_MODAL_BACKDROP"])); } $backdrop = h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_27__["BVTransition"], { props: { noFade: this.noFade } }, [$backdrop]); // Assemble modal and backdrop in an outer <div> return h('div', { style: this.modalOuterStyle, attrs: this.computedAttrs, key: "modal-outer-".concat(this[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]]) }, [$modal, $backdrop]); } }, render: function render(h) { if (this.static) { return this.lazy && this.isHidden ? h() : this.makeModal(h); } else { return this.isHidden ? h() : h(_transporter_transporter__WEBPACK_IMPORTED_MODULE_28__["BVTransporter"], [this.makeModal(h)]); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/index.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/index.js ***! \***************************************************************************************/ /*! exports provided: NavPlugin, BNav, BNavItem, BNavText, BNavForm, BNavItemDropdown */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NavPlugin", function() { return NavPlugin; }); /* harmony import */ var _nav__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNav", function() { return _nav__WEBPACK_IMPORTED_MODULE_0__["BNav"]; }); /* harmony import */ var _nav_item__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./nav-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavItem", function() { return _nav_item__WEBPACK_IMPORTED_MODULE_1__["BNavItem"]; }); /* harmony import */ var _nav_text__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./nav-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavText", function() { return _nav_text__WEBPACK_IMPORTED_MODULE_2__["BNavText"]; }); /* harmony import */ var _nav_form__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./nav-form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-form.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavForm", function() { return _nav_form__WEBPACK_IMPORTED_MODULE_3__["BNavForm"]; }); /* harmony import */ var _nav_item_dropdown__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./nav-item-dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item-dropdown.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavItemDropdown", function() { return _nav_item_dropdown__WEBPACK_IMPORTED_MODULE_4__["BNavItemDropdown"]; }); /* harmony import */ var _dropdown__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/index.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var NavPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_6__["pluginFactory"])({ components: { BNav: _nav__WEBPACK_IMPORTED_MODULE_0__["BNav"], BNavItem: _nav_item__WEBPACK_IMPORTED_MODULE_1__["BNavItem"], BNavText: _nav_text__WEBPACK_IMPORTED_MODULE_2__["BNavText"], BNavForm: _nav_form__WEBPACK_IMPORTED_MODULE_3__["BNavForm"], BNavItemDropdown: _nav_item_dropdown__WEBPACK_IMPORTED_MODULE_4__["BNavItemDropdown"], BNavItemDd: _nav_item_dropdown__WEBPACK_IMPORTED_MODULE_4__["BNavItemDropdown"], BNavDropdown: _nav_item_dropdown__WEBPACK_IMPORTED_MODULE_4__["BNavItemDropdown"], BNavDd: _nav_item_dropdown__WEBPACK_IMPORTED_MODULE_4__["BNavItemDropdown"] }, plugins: { DropdownPlugin: _dropdown__WEBPACK_IMPORTED_MODULE_5__["DropdownPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-form.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-form.js ***! \******************************************************************************************/ /*! exports provided: props, BNavForm */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavForm", function() { return BNavForm; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _form_form__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../form/form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var formProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(_form_form__WEBPACK_IMPORTED_MODULE_5__["props"], ['inline']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, formProps), {}, { formClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_FORM"]); // --- Main component --- // @vue/component var BNavForm = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_FORM"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children, listeners = _ref.listeners; var $form = h(_form_form__WEBPACK_IMPORTED_MODULE_5__["BForm"], { class: props.formClass, props: _objectSpread(_objectSpread({}, Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(formProps, props)), {}, { inline: true }), attrs: data.attrs, on: listeners }, children); return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(data, ['attrs', 'on']), { staticClass: 'form-inline' }), [$form]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item-dropdown.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item-dropdown.js ***! \***************************************************************************************************/ /*! exports provided: props, BNavItemDropdown */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavItemDropdown", function() { return BNavItemDropdown; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_dropdown__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/dropdown.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _dropdown_dropdown__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../dropdown/dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_7__["props"]), Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["pick"])(_dropdown_dropdown__WEBPACK_IMPORTED_MODULE_9__["props"], [].concat(_toConsumableArray(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["keys"])(_mixins_dropdown__WEBPACK_IMPORTED_MODULE_6__["props"])), ['html', 'lazy', 'menuClass', 'noCaret', 'role', 'text', 'toggleClass'])))), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_ITEM_DROPDOWN"]); // --- Main component --- // @vue/component var BNavItemDropdown = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_ITEM_DROPDOWN"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_7__["idMixin"], _mixins_dropdown__WEBPACK_IMPORTED_MODULE_6__["dropdownMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__["normalizeSlotMixin"]], props: props, computed: { toggleId: function toggleId() { return this.safeId('_BV_toggle_'); }, dropdownClasses: function dropdownClasses() { return [this.directionClass, this.boundaryClass, { show: this.visible }]; }, menuClasses: function menuClasses() { return [this.menuClass, { 'dropdown-menu-right': this.right, show: this.visible }]; }, toggleClasses: function toggleClasses() { return [this.toggleClass, { 'dropdown-toggle-no-caret': this.noCaret }]; } }, render: function render(h) { var toggleId = this.toggleId, visible = this.visible, hide = this.hide; var $toggle = h(_link_link__WEBPACK_IMPORTED_MODULE_10__["BLink"], { staticClass: 'nav-link dropdown-toggle', class: this.toggleClasses, props: { href: "#".concat(this.id || ''), disabled: this.disabled }, attrs: { id: toggleId, role: 'button', 'aria-haspopup': 'true', 'aria-expanded': visible ? 'true' : 'false' }, on: { mousedown: this.onMousedown, click: this.toggle, keydown: this.toggle // Handle ENTER, SPACE and DOWN }, ref: 'toggle' }, [// TODO: The `text` slot is deprecated in favor of the `button-content` slot this.normalizeSlot([_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_BUTTON_CONTENT"], _constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_TEXT"]]) || h('span', { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(this.html, this.text) })]); var $menu = h('ul', { staticClass: 'dropdown-menu', class: this.menuClasses, attrs: { tabindex: '-1', 'aria-labelledby': toggleId }, on: { keydown: this.onKeydown // Handle UP, DOWN and ESC }, ref: 'menu' }, !this.lazy || visible ? this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_DEFAULT"], { hide: hide }) : [h()]); return h('li', { staticClass: 'nav-item b-nav-dropdown dropdown', class: this.dropdownClasses, attrs: { id: this.safeId() } }, [$toggle, $menu]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item.js ***! \******************************************************************************************/ /*! exports provided: props, BNavItem */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavItem", function() { return BNavItem; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_5__["props"], ['event', 'routerTag']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { linkAttrs: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"], {}), linkClasses: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_ITEM"]); // --- Main component --- // @vue/component var BNavItem = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_ITEM"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, listeners = _ref.listeners, children = _ref.children; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(data, ['on']), { staticClass: 'nav-item' }), [h(_link_link__WEBPACK_IMPORTED_MODULE_5__["BLink"], { staticClass: 'nav-link', class: props.linkClasses, attrs: props.linkAttrs, props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(linkProps, props), on: listeners }, children)]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-text.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-text.js ***! \******************************************************************************************/ /*! exports provided: props, BNavText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavText", function() { return BNavText; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); // --- Props --- var props = {}; // --- Main component --- // @vue/component var BNavText = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV_TEXT"], functional: true, props: props, render: function render(h, _ref) { var data = _ref.data, children = _ref.children; return h('li', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'navbar-text' }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav.js": /*!*************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav.js ***! \*************************************************************************************/ /*! exports provided: props, BNav */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNav", function() { return BNav; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- var computeJustifyContent = function computeJustifyContent(value) { value = value === 'left' ? 'start' : value === 'right' ? 'end' : value; return "justify-content-".concat(value); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ align: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Set to `true` if placing in a card header cardHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), fill: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), justified: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), pills: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), small: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tabs: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'ul'), vertical: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV"]); // --- Main component --- // @vue/component var BNav = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAV"], functional: true, props: props, render: function render(h, _ref) { var _class; var props = _ref.props, data = _ref.data, children = _ref.children; var tabs = props.tabs, pills = props.pills, vertical = props.vertical, align = props.align, cardHeader = props.cardHeader; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'nav', class: (_class = { 'nav-tabs': tabs, 'nav-pills': pills && !tabs, 'card-header-tabs': !vertical && cardHeader && tabs, 'card-header-pills': !vertical && cardHeader && pills && !tabs, 'flex-column': vertical, 'nav-fill': !vertical && props.fill, 'nav-justified': !vertical && props.justified }, _defineProperty(_class, computeJustifyContent(align), !vertical && align), _defineProperty(_class, "small", props.small), _class) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/index.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/index.js ***! \******************************************************************************************/ /*! exports provided: NavbarPlugin, BNavbar, BNavbarNav, BNavbarBrand, BNavbarToggle */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NavbarPlugin", function() { return NavbarPlugin; }); /* harmony import */ var _navbar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./navbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbar", function() { return _navbar__WEBPACK_IMPORTED_MODULE_0__["BNavbar"]; }); /* harmony import */ var _navbar_nav__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./navbar-nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-nav.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbarNav", function() { return _navbar_nav__WEBPACK_IMPORTED_MODULE_1__["BNavbarNav"]; }); /* harmony import */ var _navbar_brand__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./navbar-brand */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-brand.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbarBrand", function() { return _navbar_brand__WEBPACK_IMPORTED_MODULE_2__["BNavbarBrand"]; }); /* harmony import */ var _navbar_toggle__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./navbar-toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-toggle.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbarToggle", function() { return _navbar_toggle__WEBPACK_IMPORTED_MODULE_3__["BNavbarToggle"]; }); /* harmony import */ var _nav__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/index.js"); /* harmony import */ var _collapse__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../collapse */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/index.js"); /* harmony import */ var _dropdown__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/index.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var NavbarPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_7__["pluginFactory"])({ components: { BNavbar: _navbar__WEBPACK_IMPORTED_MODULE_0__["BNavbar"], BNavbarNav: _navbar_nav__WEBPACK_IMPORTED_MODULE_1__["BNavbarNav"], BNavbarBrand: _navbar_brand__WEBPACK_IMPORTED_MODULE_2__["BNavbarBrand"], BNavbarToggle: _navbar_toggle__WEBPACK_IMPORTED_MODULE_3__["BNavbarToggle"], BNavToggle: _navbar_toggle__WEBPACK_IMPORTED_MODULE_3__["BNavbarToggle"] }, plugins: { NavPlugin: _nav__WEBPACK_IMPORTED_MODULE_4__["NavPlugin"], CollapsePlugin: _collapse__WEBPACK_IMPORTED_MODULE_5__["CollapsePlugin"], DropdownPlugin: _dropdown__WEBPACK_IMPORTED_MODULE_6__["DropdownPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-brand.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-brand.js ***! \*************************************************************************************************/ /*! exports provided: props, BNavbarBrand */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavbarBrand", function() { return BNavbarBrand; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_5__["props"], ['event', 'routerTag']); linkProps.href.default = undefined; linkProps.to.default = undefined; var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, linkProps), {}, { tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR_BRAND"]); // --- Main component --- // @vue/component var BNavbarBrand = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR_BRAND"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props, data = _ref.data, children = _ref.children; var isLink = props.to || props.href; var tag = isLink ? _link_link__WEBPACK_IMPORTED_MODULE_5__["BLink"] : props.tag; return h(tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'navbar-brand', props: isLink ? Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(linkProps, props) : {} }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-nav.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-nav.js ***! \***********************************************************************************************/ /*! exports provided: props, BNavbarNav */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavbarNav", function() { return BNavbarNav; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _nav_nav__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../nav/nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- var computeJustifyContent = function computeJustifyContent(value) { value = value === 'left' ? 'start' : value === 'right' ? 'end' : value; return "justify-content-".concat(value); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["pick"])(_nav_nav__WEBPACK_IMPORTED_MODULE_4__["props"], ['tag', 'fill', 'justified', 'align', 'small']), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR_NAV"]); // --- Main component --- // @vue/component var BNavbarNav = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR_NAV"], functional: true, props: props, render: function render(h, _ref) { var _class; var props = _ref.props, data = _ref.data, children = _ref.children; var align = props.align; return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'navbar-nav', class: (_class = { 'nav-fill': props.fill, 'nav-justified': props.justified }, _defineProperty(_class, computeJustifyContent(align), align), _defineProperty(_class, "small", props.small), _class) }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-toggle.js": /*!**************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-toggle.js ***! \**************************************************************************************************/ /*! exports provided: props, BNavbarToggle */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavbarToggle", function() { return BNavbarToggle; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _directives_toggle_toggle__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../directives/toggle/toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/toggle.js"); // --- Constants --- var CLASS_NAME = 'navbar-toggler'; var ROOT_EVENT_NAME_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'state'); var ROOT_EVENT_NAME_SYNC_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'sync-state'); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), label: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Toggle navigation'), target: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"], undefined, true) // Required }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR_TOGGLE"]); // --- Main component --- // @vue/component var BNavbarToggle = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR_TOGGLE"], directives: { VBToggle: _directives_toggle_toggle__WEBPACK_IMPORTED_MODULE_9__["VBToggle"] }, mixins: [_mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_7__["listenOnRootMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__["normalizeSlotMixin"]], props: props, data: function data() { return { toggleState: false }; }, created: function created() { this.listenOnRoot(ROOT_EVENT_NAME_STATE, this.handleStateEvt); this.listenOnRoot(ROOT_EVENT_NAME_SYNC_STATE, this.handleStateEvt); }, methods: { onClick: function onClick(event) { if (!this.disabled) { // Emit courtesy `click` event this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"], event); } }, handleStateEvt: function handleStateEvt(id, state) { // We listen for state events so that we can pass the // boolean expanded state to the default scoped slot if (id === this.target) { this.toggleState = state; } } }, render: function render(h) { var disabled = this.disabled; return h('button', { staticClass: CLASS_NAME, class: { disabled: disabled }, directives: [{ name: 'VBToggle', value: this.target }], attrs: { type: 'button', disabled: disabled, 'aria-label': this.label }, on: { click: this.onClick } }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_DEFAULT"], { expanded: this.toggleState }) || h('span', { staticClass: "".concat(CLASS_NAME, "-icon") })]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar.js ***! \*******************************************************************************************/ /*! exports provided: props, BNavbar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BNavbar", function() { return BNavbar; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ fixed: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), print: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), sticky: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'nav'), toggleable: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), type: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'light'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR"]); // --- Main component --- // @vue/component var BNavbar = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_NAVBAR"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"]], provide: function provide() { return { bvNavbar: this }; }, props: props, computed: { breakpointClass: function breakpointClass() { var toggleable = this.toggleable; var xs = Object(_utils_config__WEBPACK_IMPORTED_MODULE_3__["getBreakpoints"])()[0]; var breakpoint = null; if (toggleable && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(toggleable) && toggleable !== xs) { breakpoint = "navbar-expand-".concat(toggleable); } else if (toggleable === false) { breakpoint = 'navbar-expand'; } return breakpoint; } }, render: function render(h) { var _ref; var tag = this.tag, type = this.type, variant = this.variant, fixed = this.fixed; return h(tag, { staticClass: 'navbar', class: [(_ref = { 'd-print': this.print, 'sticky-top': this.sticky }, _defineProperty(_ref, "navbar-".concat(type), type), _defineProperty(_ref, "bg-".concat(variant), variant), _defineProperty(_ref, "fixed-".concat(fixed), fixed), _ref), this.breakpointClass], attrs: { role: Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isTag"])(tag, 'nav') ? null : 'navigation' } }, [this.normalizeSlot()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/index.js ***! \*******************************************************************************************/ /*! exports provided: OverlayPlugin, BOverlay */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "OverlayPlugin", function() { return OverlayPlugin; }); /* harmony import */ var _overlay__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./overlay */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/overlay.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BOverlay", function() { return _overlay__WEBPACK_IMPORTED_MODULE_0__["BOverlay"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var OverlayPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BOverlay: _overlay__WEBPACK_IMPORTED_MODULE_0__["BOverlay"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/overlay.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/overlay.js ***! \*********************************************************************************************/ /*! exports provided: props, BOverlay */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BOverlay", function() { return BOverlay; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _spinner_spinner__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../spinner/spinner */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/spinner.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var POSITION_COVER = { top: 0, left: 0, bottom: 0, right: 0 }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])({ // Alternative to variant, allowing a specific // CSS color to be applied to the overlay bgColor: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), blur: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], '2px'), fixed: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), noCenter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), noFade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // If `true, does not render the default slot // and switches to absolute positioning noWrap: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), opacity: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], 0.85, function (value) { var number = Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toFloat"])(value, 0); return number >= 0 && number <= 1; }), overlayTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'div'), rounded: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_STRING"], false), show: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), spinnerSmall: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), spinnerType: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'border'), spinnerVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'light'), wrapTag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'div'), zIndex: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], 10) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_OVERLAY"]); // --- Main component --- // @vue/component var BOverlay = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_OVERLAY"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], props: props, computed: { computedRounded: function computedRounded() { var rounded = this.rounded; return rounded === true || rounded === '' ? 'rounded' : !rounded ? '' : "rounded-".concat(rounded); }, computedVariant: function computedVariant() { var variant = this.variant; return variant && !this.bgColor ? "bg-".concat(variant) : ''; }, slotScope: function slotScope() { return { spinnerType: this.spinnerType || null, spinnerVariant: this.spinnerVariant || null, spinnerSmall: this.spinnerSmall }; } }, methods: { defaultOverlayFn: function defaultOverlayFn(_ref) { var spinnerType = _ref.spinnerType, spinnerVariant = _ref.spinnerVariant, spinnerSmall = _ref.spinnerSmall; return this.$createElement(_spinner_spinner__WEBPACK_IMPORTED_MODULE_8__["BSpinner"], { props: { type: spinnerType, variant: spinnerVariant, small: spinnerSmall } }); } }, render: function render(h) { var _this = this; var show = this.show, fixed = this.fixed, noFade = this.noFade, noWrap = this.noWrap, slotScope = this.slotScope; var $overlay = h(); if (show) { var $background = h('div', { staticClass: 'position-absolute', class: [this.computedVariant, this.computedRounded], style: _objectSpread(_objectSpread({}, POSITION_COVER), {}, { opacity: this.opacity, backgroundColor: this.bgColor || null, backdropFilter: this.blur ? "blur(".concat(this.blur, ")") : null }) }); var $content = h('div', { staticClass: 'position-absolute', style: this.noCenter ? /* istanbul ignore next */ _objectSpread({}, POSITION_COVER) : { top: '50%', left: '50%', transform: 'translateX(-50%) translateY(-50%)' } }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_OVERLAY"], slotScope) || this.defaultOverlayFn(slotScope)]); $overlay = h(this.overlayTag, { staticClass: 'b-overlay', class: { 'position-absolute': !noWrap || noWrap && !fixed, 'position-fixed': noWrap && fixed }, style: _objectSpread(_objectSpread({}, POSITION_COVER), {}, { zIndex: this.zIndex || 10 }), on: { click: function click(event) { return _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"], event); } }, key: 'overlay' }, [$background, $content]); } // Wrap in a fade transition $overlay = h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_9__["BVTransition"], { props: { noFade: noFade, appear: true }, on: { 'after-enter': function afterEnter() { return _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"]); }, 'after-leave': function afterLeave() { return _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"]); } } }, [$overlay]); if (noWrap) { return $overlay; } return h(this.wrapTag, { staticClass: 'b-overlay-wrap position-relative', attrs: { 'aria-busy': show ? 'true' : null } }, noWrap ? [$overlay] : [this.normalizeSlot(), $overlay]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/index.js": /*!**************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/index.js ***! \**************************************************************************************************/ /*! exports provided: PaginationNavPlugin, BPaginationNav */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PaginationNavPlugin", function() { return PaginationNavPlugin; }); /* harmony import */ var _pagination_nav__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./pagination-nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/pagination-nav.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BPaginationNav", function() { return _pagination_nav__WEBPACK_IMPORTED_MODULE_0__["BPaginationNav"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var PaginationNavPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BPaginationNav: _pagination_nav__WEBPACK_IMPORTED_MODULE_0__["BPaginationNav"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/pagination-nav.js": /*!***********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/pagination-nav.js ***! \***********************************************************************************************************/ /*! exports provided: sanitizeNumberOfPages, BPaginationNav */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sanitizeNumberOfPages", function() { return sanitizeNumberOfPages; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BPaginationNav", function() { return BPaginationNav; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _mixins_pagination__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../mixins/pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/pagination.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- // Sanitize the provided number of pages (converting to a number) var sanitizeNumberOfPages = function sanitizeNumberOfPages(value) { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_10__["toInteger"])(value, 0), 1); }; // --- Props --- var _linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_11__["omit"])(_link_link__WEBPACK_IMPORTED_MODULE_17__["props"], ['event', 'routerTag']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_11__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_pagination__WEBPACK_IMPORTED_MODULE_16__["props"]), _linkProps), {}, { baseUrl: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], '/'), linkGen: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_FUNCTION"]), // Disable auto page number detection if `true` noPageDetect: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), numberOfPages: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 1, /* istanbul ignore next */ function (value) { var number = Object(_utils_number__WEBPACK_IMPORTED_MODULE_10__["toInteger"])(value, 0); if (number < 1) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_15__["warn"])('Prop "number-of-pages" must be a number greater than "0"', _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION_NAV"]); return false; } return true; }), pageGen: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_FUNCTION"]), // Optional array of page links pages: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY"]), useRouter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION_NAV"]); // --- Main component --- // @vue/component var BPaginationNav = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION_NAV"], // The render function is brought in via the pagination mixin mixins: [_mixins_pagination__WEBPACK_IMPORTED_MODULE_16__["paginationMixin"]], props: props, computed: { // Used by render function to trigger wrapping in '<nav>' element isNav: function isNav() { return true; }, computedValue: function computedValue() { // Returns the value prop as a number or `null` if undefined or < 1 var value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_10__["toInteger"])(this.value, 0); return value < 1 ? null : value; } }, watch: { numberOfPages: function numberOfPages() { var _this = this; this.$nextTick(function () { _this.setNumberOfPages(); }); }, pages: function pages() { var _this2 = this; this.$nextTick(function () { _this2.setNumberOfPages(); }); } }, created: function created() { this.setNumberOfPages(); }, mounted: function mounted() { var _this3 = this; if (this.$router) { // We only add the watcher if vue router is detected this.$watch('$route', function () { _this3.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["requestAF"])(function () { _this3.guessCurrentPage(); }); }); }); } }, methods: { setNumberOfPages: function setNumberOfPages() { var _this4 = this; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isArray"])(this.pages) && this.pages.length > 0) { this.localNumberOfPages = this.pages.length; } else { this.localNumberOfPages = sanitizeNumberOfPages(this.numberOfPages); } this.$nextTick(function () { _this4.guessCurrentPage(); }); }, onClick: function onClick(event, pageNumber) { var _this5 = this; // Dont do anything if clicking the current active page if (pageNumber === this.currentPage) { return; } var target = event.currentTarget || event.target; // Emit a user-cancelable `page-click` event var clickEvt = new _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_5__["BvEvent"](_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_PAGE_CLICK"], { cancelable: true, vueTarget: this, target: target }); this.$emit(clickEvt.type, clickEvt, pageNumber); if (clickEvt.defaultPrevented) { return; } // Update the `v-model` // Done in in requestAF() to allow browser to complete the // native browser click handling of a link Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["requestAF"])(function () { _this5.currentPage = pageNumber; _this5.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CHANGE"], pageNumber); }); // Emulate native link click page reloading behaviour by blurring the // paginator and returning focus to the document // Done in a `nextTick()` to ensure rendering complete this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptBlur"])(target); }); }, getPageInfo: function getPageInfo(pageNumber) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isArray"])(this.pages) || this.pages.length === 0 || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefined"])(this.pages[pageNumber - 1])) { var link = "".concat(this.baseUrl).concat(pageNumber); return { link: this.useRouter ? { path: link } : link, text: Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(pageNumber) }; } var info = this.pages[pageNumber - 1]; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isObject"])(info)) { var _link = info.link; return { // Normalize link for router use link: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isObject"])(_link) ? _link : this.useRouter ? { path: _link } : _link, // Make sure text has a value text: Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(info.text || pageNumber) }; } else { return { link: Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(info), text: Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(pageNumber) }; } }, makePage: function makePage(pageNumber) { var pageGen = this.pageGen; var info = this.getPageInfo(pageNumber); if (Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["hasPropFunction"])(pageGen)) { return pageGen(pageNumber, info); } return info.text; }, makeLink: function makeLink(pageNumber) { var linkGen = this.linkGen; var info = this.getPageInfo(pageNumber); if (Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["hasPropFunction"])(linkGen)) { return linkGen(pageNumber, info); } return info.link; }, linkProps: function linkProps(pageNumber) { var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_12__["pluckProps"])(_linkProps, this); var link = this.makeLink(pageNumber); if (this.useRouter || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isObject"])(link)) { props.to = link; } else { props.href = link; } return props; }, resolveLink: function resolveLink() { var to = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; // Given a to (or href string), convert to normalized route-like structure // Works only client side! var link; try { // Convert the `to` to a HREF via a temporary `a` tag link = document.createElement('a'); link.href = Object(_utils_router__WEBPACK_IMPORTED_MODULE_13__["computeHref"])({ to: to }, 'a', '/', '/'); // We need to add the anchor to the document to make sure the // `pathname` is correctly detected in any browser (i.e. IE) document.body.appendChild(link); // Once href is assigned, the link will be normalized to the full URL bits var _link2 = link, pathname = _link2.pathname, hash = _link2.hash, search = _link2.search; // Remove link from document document.body.removeChild(link); // Return the location in a route-like object return { path: pathname, hash: hash, query: Object(_utils_router__WEBPACK_IMPORTED_MODULE_13__["parseQuery"])(search) }; } catch (e) { /* istanbul ignore next */ try { link && link.parentNode && link.parentNode.removeChild(link); } catch (_unused) {} /* istanbul ignore next */ return {}; } }, resolveRoute: function resolveRoute() { var to = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; // Given a to (or href string), convert to normalized route location structure // Works only when router available! try { var route = this.$router.resolve(to, this.$route).route; return { path: route.path, hash: route.hash, query: route.query }; } catch (e) { /* istanbul ignore next */ return {}; } }, guessCurrentPage: function guessCurrentPage() { var $router = this.$router, $route = this.$route; var guess = this.computedValue; // This section only occurs if we are client side, or server-side with `$router` if (!this.noPageDetect && !guess && (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] || !_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] && $router)) { // Current route (if router available) var currentRoute = $router && $route ? { path: $route.path, hash: $route.hash, query: $route.query } : {}; // Current page full HREF (if client side) // Can't be done as a computed prop! var loc = _constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] ? window.location || document.location : null; var currentLink = loc ? { path: loc.pathname, hash: loc.hash, query: Object(_utils_router__WEBPACK_IMPORTED_MODULE_13__["parseQuery"])(loc.search) } : /* istanbul ignore next */ {}; // Loop through the possible pages looking for a match until found for (var pageNumber = 1; !guess && pageNumber <= this.localNumberOfPages; pageNumber++) { var to = this.makeLink(pageNumber); if ($router && (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isObject"])(to) || this.useRouter)) { // Resolve the page via the `$router` guess = Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__["looseEqual"])(this.resolveRoute(to), currentRoute) ? pageNumber : null; } else if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"]) { // If no `$router` available (or `!this.useRouter` when `to` is a string) // we compare using parsed URIs guess = Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__["looseEqual"])(this.resolveLink(to), currentLink) ? pageNumber : null; } else { // Probably SSR, but no `$router` so we can't guess, // so lets break out of the loop early /* istanbul ignore next */ guess = -1; } } } // We set `currentPage` to `0` to trigger an `$emit('input', null)` // As the default for `currentPage` is `-1` when no value is specified // Valid page numbers are greater than `0` this.currentPage = guess > 0 ? guess : 0; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/index.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/index.js ***! \**********************************************************************************************/ /*! exports provided: PaginationPlugin, BPagination */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PaginationPlugin", function() { return PaginationPlugin; }); /* harmony import */ var _pagination__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/pagination.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BPagination", function() { return _pagination__WEBPACK_IMPORTED_MODULE_0__["BPagination"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var PaginationPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BPagination: _pagination__WEBPACK_IMPORTED_MODULE_0__["BPagination"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/pagination.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/pagination.js ***! \***************************************************************************************************/ /*! exports provided: props, BPagination */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BPagination", function() { return BPagination; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_pagination__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../mixins/pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/pagination.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var DEFAULT_PER_PAGE = 20; var DEFAULT_TOTAL_ROWS = 0; // --- Helper methods --- // Sanitize the provided per page number (converting to a number) var sanitizePerPage = function sanitizePerPage(value) { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_7__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_8__["toInteger"])(value) || DEFAULT_PER_PAGE, 1); }; // Sanitize the provided total rows number (converting to a number) var sanitizeTotalRows = function sanitizeTotalRows(value) { return Object(_utils_math__WEBPACK_IMPORTED_MODULE_7__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_8__["toInteger"])(value) || DEFAULT_TOTAL_ROWS, 0); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_9__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_pagination__WEBPACK_IMPORTED_MODULE_11__["props"]), {}, { ariaControls: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), perPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_PER_PAGE), totalRows: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_TOTAL_ROWS) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION"]); // --- Main component --- // @vue/component var BPagination = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION"], // The render function is brought in via the `paginationMixin` mixins: [_mixins_pagination__WEBPACK_IMPORTED_MODULE_11__["paginationMixin"]], props: props, computed: { numberOfPages: function numberOfPages() { var result = Object(_utils_math__WEBPACK_IMPORTED_MODULE_7__["mathCeil"])(sanitizeTotalRows(this.totalRows) / sanitizePerPage(this.perPage)); return result < 1 ? 1 : result; }, // Used for watching changes to `perPage` and `numberOfPages` pageSizeNumberOfPages: function pageSizeNumberOfPages() { return { perPage: sanitizePerPage(this.perPage), totalRows: sanitizeTotalRows(this.totalRows), numberOfPages: this.numberOfPages }; } }, watch: { pageSizeNumberOfPages: function pageSizeNumberOfPages(newValue, oldValue) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefinedOrNull"])(oldValue)) { if (newValue.perPage !== oldValue.perPage && newValue.totalRows === oldValue.totalRows) { // If the page size changes, reset to page 1 this.currentPage = 1; } else if (newValue.numberOfPages !== oldValue.numberOfPages && this.currentPage > newValue.numberOfPages) { // If `numberOfPages` changes and is less than // the `currentPage` number, reset to page 1 this.currentPage = 1; } } this.localNumberOfPages = newValue.numberOfPages; } }, created: function created() { var _this = this; // Set the initial page count this.localNumberOfPages = this.numberOfPages; // Set the initial page value var currentPage = Object(_utils_number__WEBPACK_IMPORTED_MODULE_8__["toInteger"])(this[_mixins_pagination__WEBPACK_IMPORTED_MODULE_11__["MODEL_PROP_NAME"]], 0); if (currentPage > 0) { this.currentPage = currentPage; } else { this.$nextTick(function () { // If this value parses to `NaN` or a value less than `1` // trigger an initial emit of `null` if no page specified _this.currentPage = 0; }); } }, methods: { // These methods are used by the render function onClick: function onClick(event, pageNumber) { var _this2 = this; // Dont do anything if clicking the current active page if (pageNumber === this.currentPage) { return; } var target = event.target; // Emit a user-cancelable `page-click` event var clickEvt = new _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_4__["BvEvent"](_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_PAGE_CLICK"], { cancelable: true, vueTarget: this, target: target }); this.$emit(clickEvt.type, clickEvt, pageNumber); if (clickEvt.defaultPrevented) { return; } // Update the `v-model` this.currentPage = pageNumber; // Emit event triggered by user interaction this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], this.currentPage); // Keep the current button focused if possible this.$nextTick(function () { if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["isVisible"])(target) && _this2.$el.contains(target)) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(target); } else { _this2.focusCurrent(); } }); }, makePage: function makePage(pageNum) { return pageNum; }, /* istanbul ignore next */ linkProps: function linkProps() { // No props, since we render a plain button return {}; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover-template.js": /*!*****************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover-template.js ***! \*****************************************************************************************************************/ /*! exports provided: BVPopoverTemplate */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVPopoverTemplate", function() { return BVPopoverTemplate; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _tooltip_helpers_bv_tooltip_template__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../tooltip/helpers/bv-tooltip-template */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip-template.js"); // @vue/component var BVPopoverTemplate = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_POPOVER_TEMPLATE"], extends: _tooltip_helpers_bv_tooltip_template__WEBPACK_IMPORTED_MODULE_3__["BVTooltipTemplate"], computed: { templateType: function templateType() { return 'popover'; } }, methods: { renderTemplate: function renderTemplate(h) { var title = this.title, content = this.content; // Title and content could be a scoped slot function var $title = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(title) ? title({}) : title; var $content = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(content) ? content({}) : content; // Directive usage only var titleDomProps = this.html && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(title) ? { innerHTML: title } : {}; var contentDomProps = this.html && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(content) ? { innerHTML: content } : {}; return h('div', { staticClass: 'popover b-popover', class: this.templateClasses, attrs: this.templateAttributes, on: this.templateListeners }, [h('div', { staticClass: 'arrow', ref: 'arrow' }), Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefinedOrNull"])($title) || $title === '' ? /* istanbul ignore next */ h() : h('h3', { staticClass: 'popover-header', domProps: titleDomProps }, [$title]), Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefinedOrNull"])($content) || $content === '' ? /* istanbul ignore next */ h() : h('div', { staticClass: 'popover-body', domProps: contentDomProps }, [$content])]); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover.js ***! \********************************************************************************************************/ /*! exports provided: BVPopover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVPopover", function() { return BVPopover; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _tooltip_helpers_bv_tooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../tooltip/helpers/bv-tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip.js"); /* harmony import */ var _bv_popover_template__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./bv-popover-template */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover-template.js"); // Popover "Class" (Built as a renderless Vue instance) // Inherits from BVTooltip // // Handles trigger events, etc. // Instantiates template on demand // @vue/component var BVPopover = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_POPOVER_HELPER"], extends: _tooltip_helpers_bv_tooltip__WEBPACK_IMPORTED_MODULE_2__["BVTooltip"], computed: { // Overwrites BVTooltip templateType: function templateType() { return 'popover'; } }, methods: { getTemplate: function getTemplate() { // Overwrites BVTooltip return _bv_popover_template__WEBPACK_IMPORTED_MODULE_3__["BVPopoverTemplate"]; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/index.js ***! \*******************************************************************************************/ /*! exports provided: PopoverPlugin, BPopover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PopoverPlugin", function() { return PopoverPlugin; }); /* harmony import */ var _popover__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/popover.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BPopover", function() { return _popover__WEBPACK_IMPORTED_MODULE_0__["BPopover"]; }); /* harmony import */ var _directives_popover__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/index.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var PopoverPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BPopover: _popover__WEBPACK_IMPORTED_MODULE_0__["BPopover"] }, plugins: { VBPopoverPlugin: _directives_popover__WEBPACK_IMPORTED_MODULE_1__["VBPopoverPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/popover.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/popover.js ***! \*********************************************************************************************/ /*! exports provided: props, BPopover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BPopover", function() { return BPopover; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _tooltip_tooltip__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../tooltip/tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/tooltip.js"); /* harmony import */ var _helpers_bv_popover__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./helpers/bv-popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread({}, _tooltip_tooltip__WEBPACK_IMPORTED_MODULE_6__["props"]), {}, { content: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), placement: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'right'), triggers: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"], _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLICK"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_POPOVER"]); // --- Main component --- // @vue/component var BPopover = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_POPOVER"], extends: _tooltip_tooltip__WEBPACK_IMPORTED_MODULE_6__["BTooltip"], inheritAttrs: false, props: props, methods: { getComponent: function getComponent() { // Overridden by BPopover return _helpers_bv_popover__WEBPACK_IMPORTED_MODULE_7__["BVPopover"]; }, updateContent: function updateContent() { // Tooltip: Default slot is `title` // Popover: Default slot is `content`, `title` slot is title // We pass a scoped slot function references by default (Vue v2.6x) // And pass the title prop as a fallback this.setContent(this.normalizeSlot() || this.content); this.setTitle(this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_TITLE"]) || this.title); } } // Render function provided by BTooltip }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/index.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/index.js ***! \********************************************************************************************/ /*! exports provided: ProgressPlugin, BProgress, BProgressBar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ProgressPlugin", function() { return ProgressPlugin; }); /* harmony import */ var _progress__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./progress */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BProgress", function() { return _progress__WEBPACK_IMPORTED_MODULE_0__["BProgress"]; }); /* harmony import */ var _progress_bar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./progress-bar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress-bar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BProgressBar", function() { return _progress_bar__WEBPACK_IMPORTED_MODULE_1__["BProgressBar"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ProgressPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BProgress: _progress__WEBPACK_IMPORTED_MODULE_0__["BProgress"], BProgressBar: _progress_bar__WEBPACK_IMPORTED_MODULE_1__["BProgressBar"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress-bar.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress-bar.js ***! \***************************************************************************************************/ /*! exports provided: props, BProgressBar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BProgressBar", function() { return BProgressBar; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])({ animated: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), label: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), labelHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), max: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], null), precision: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], null), showProgress: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), showValue: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), striped: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], null), value: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PROGRESS_BAR"]); // --- Main component --- // @vue/component var BProgressBar = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PROGRESS_BAR"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_9__["normalizeSlotMixin"]], inject: { bvProgress: { default: /* istanbul ignore next */ function _default() { return {}; } } }, props: props, computed: { progressBarClasses: function progressBarClasses() { var computedAnimated = this.computedAnimated, computedVariant = this.computedVariant; return [computedVariant ? "bg-".concat(computedVariant) : '', this.computedStriped || computedAnimated ? 'progress-bar-striped' : '', computedAnimated ? 'progress-bar-animated' : '']; }, progressBarStyles: function progressBarStyles() { return { width: 100 * (this.computedValue / this.computedMax) + '%' }; }, computedValue: function computedValue() { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(this.value, 0); }, computedMax: function computedMax() { // Prefer our max over parent setting // Default to `100` for invalid values (`-x`, `0`, `NaN`) var max = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(this.max) || Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(this.bvProgress.max, 0); return max > 0 ? max : 100; }, computedPrecision: function computedPrecision() { // Prefer our precision over parent setting // Default to `0` for invalid values (`-x`, `NaN`) return Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toInteger"])(this.precision, Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toInteger"])(this.bvProgress.precision, 0)), 0); }, computedProgress: function computedProgress() { var precision = this.computedPrecision; var p = Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathPow"])(10, precision); return Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFixed"])(100 * p * this.computedValue / this.computedMax / p, precision); }, computedVariant: function computedVariant() { // Prefer our variant over parent setting return this.variant || this.bvProgress.variant; }, computedStriped: function computedStriped() { // Prefer our striped over parent setting return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isBoolean"])(this.striped) ? this.striped : this.bvProgress.striped || false; }, computedAnimated: function computedAnimated() { // Prefer our animated over parent setting return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isBoolean"])(this.animated) ? this.animated : this.bvProgress.animated || false; }, computedShowProgress: function computedShowProgress() { // Prefer our showProgress over parent setting return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isBoolean"])(this.showProgress) ? this.showProgress : this.bvProgress.showProgress || false; }, computedShowValue: function computedShowValue() { // Prefer our showValue over parent setting return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isBoolean"])(this.showValue) ? this.showValue : this.bvProgress.showValue || false; } }, render: function render(h) { var label = this.label, labelHtml = this.labelHtml, computedValue = this.computedValue, computedPrecision = this.computedPrecision; var $children; var domProps = {}; if (this.hasNormalizedSlot()) { $children = this.normalizeSlot(); } else if (label || labelHtml) { domProps = Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(labelHtml, label); } else if (this.computedShowProgress) { $children = this.computedProgress; } else if (this.computedShowValue) { $children = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFixed"])(computedValue, computedPrecision); } return h('div', { staticClass: 'progress-bar', class: this.progressBarClasses, style: this.progressBarStyles, attrs: { role: 'progressbar', 'aria-valuemin': '0', 'aria-valuemax': Object(_utils_string__WEBPACK_IMPORTED_MODULE_8__["toString"])(this.computedMax), 'aria-valuenow': Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFixed"])(computedValue, computedPrecision) }, domProps: domProps }, $children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress.js ***! \***********************************************************************************************/ /*! exports provided: props, BProgress */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BProgress", function() { return BProgress; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _progress_bar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./progress-bar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress-bar.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var progressBarProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["omit"])(_progress_bar__WEBPACK_IMPORTED_MODULE_6__["props"], ['label', 'labelHtml']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_3__["sortKeys"])(_objectSpread(_objectSpread({}, progressBarProps), {}, { animated: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), height: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), max: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 100), precision: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0), showProgress: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), showValue: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), striped: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PROGRESS"]); // --- Main component --- // @vue/component var BProgress = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PROGRESS"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_5__["normalizeSlotMixin"]], provide: function provide() { return { bvProgress: this }; }, props: props, computed: { progressHeight: function progressHeight() { return { height: this.height || null }; } }, render: function render(h) { var $childNodes = this.normalizeSlot(); if (!$childNodes) { $childNodes = h(_progress_bar__WEBPACK_IMPORTED_MODULE_6__["BProgressBar"], { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["pluckProps"])(progressBarProps, this.$props) }); } return h('div', { staticClass: 'progress', style: this.progressHeight }, [$childNodes]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/index.js ***! \*******************************************************************************************/ /*! exports provided: SidebarPlugin, BSidebar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SidebarPlugin", function() { return SidebarPlugin; }); /* harmony import */ var _sidebar__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./sidebar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/sidebar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSidebar", function() { return _sidebar__WEBPACK_IMPORTED_MODULE_0__["BSidebar"]; }); /* harmony import */ var _directives_toggle__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/index.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var SidebarPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BSidebar: _sidebar__WEBPACK_IMPORTED_MODULE_0__["BSidebar"] }, plugins: { VBTogglePlugin: _directives_toggle__WEBPACK_IMPORTED_MODULE_1__["VBTogglePlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/sidebar.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/sidebar.js ***! \*********************************************************************************************/ /*! exports provided: props, BSidebar */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSidebar", function() { return BSidebar; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony import */ var _button_button_close__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../button/button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var CLASS_NAME = 'b-sidebar'; var ROOT_ACTION_EVENT_NAME_REQUEST_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'request-state'); var ROOT_ACTION_EVENT_NAME_TOGGLE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'toggle'); var ROOT_EVENT_NAME_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'state'); var ROOT_EVENT_NAME_SYNC_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_COLLAPSE"], 'sync-state'); var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_9__["makeModelMixin"])('visible', { type: _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], defaultValue: false, event: _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CHANGE"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_13__["props"]), modelProps), {}, { ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), ariaLabelledby: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), // If `true`, shows a basic backdrop backdrop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), backdropVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'dark'), bgVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'light'), bodyClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), // `aria-label` for close button closeLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), footerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), headerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), lazy: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noCloseOnBackdrop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noCloseOnEsc: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noCloseOnRouteChange: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noEnforceFocus: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noHeaderClose: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noSlide: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), right: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), shadow: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN_STRING"], false), sidebarClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'div'), textVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'dark'), title: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), width: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), zIndex: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SIDEBAR"]); // --- Render methods --- var renderHeaderTitle = function renderHeaderTitle(h, ctx) { // Render a empty `<span>` when to title was provided var title = ctx.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_TITLE"], ctx.slotScope) || ctx.title; if (!title) { return h('span'); } return h('strong', { attrs: { id: ctx.safeId('__title__') } }, [title]); }; var renderHeaderClose = function renderHeaderClose(h, ctx) { if (ctx.noHeaderClose) { return h(); } var closeLabel = ctx.closeLabel, textVariant = ctx.textVariant, hide = ctx.hide; return h(_button_button_close__WEBPACK_IMPORTED_MODULE_17__["BButtonClose"], { props: { ariaLabel: closeLabel, textVariant: textVariant }, on: { click: hide }, ref: 'close-button' }, [ctx.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_HEADER_CLOSE"]) || h(_icons_icons__WEBPACK_IMPORTED_MODULE_16__["BIconX"])]); }; var renderHeader = function renderHeader(h, ctx) { if (ctx.noHeader) { return h(); } var $content = ctx.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_HEADER"], ctx.slotScope); if (!$content) { var $title = renderHeaderTitle(h, ctx); var $close = renderHeaderClose(h, ctx); $content = ctx.right ? [$close, $title] : [$title, $close]; } return h('header', { staticClass: "".concat(CLASS_NAME, "-header"), class: ctx.headerClass, key: 'header' }, $content); }; var renderBody = function renderBody(h, ctx) { return h('div', { staticClass: "".concat(CLASS_NAME, "-body"), class: ctx.bodyClass, key: 'body' }, [ctx.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_DEFAULT"], ctx.slotScope)]); }; var renderFooter = function renderFooter(h, ctx) { var $footer = ctx.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_FOOTER"], ctx.slotScope); if (!$footer) { return h(); } return h('footer', { staticClass: "".concat(CLASS_NAME, "-footer"), class: ctx.footerClass, key: 'footer' }, [$footer]); }; var renderContent = function renderContent(h, ctx) { // We render the header even if `lazy` is enabled as it // acts as the accessible label for the sidebar var $header = renderHeader(h, ctx); if (ctx.lazy && !ctx.isOpen) { return $header; } return [$header, renderBody(h, ctx), renderFooter(h, ctx)]; }; var renderBackdrop = function renderBackdrop(h, ctx) { if (!ctx.backdrop) { return h(); } var backdropVariant = ctx.backdropVariant; return h('div', { directives: [{ name: 'show', value: ctx.localShow }], staticClass: 'b-sidebar-backdrop', class: _defineProperty({}, "bg-".concat(backdropVariant), backdropVariant), on: { click: ctx.onBackdropClick } }); }; // --- Main component --- // @vue/component var BSidebar = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SIDEBAR"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_12__["attrsMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_13__["idMixin"], modelMixin, _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_14__["listenOnRootMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_15__["normalizeSlotMixin"]], inheritAttrs: false, props: props, data: function data() { var visible = !!this[MODEL_PROP_NAME]; return { // Internal `v-model` state localShow: visible, // For lazy render triggering isOpen: visible }; }, computed: { transitionProps: function transitionProps() { return this.noSlide ? /* istanbul ignore next */ { css: true } : { css: true, enterClass: '', enterActiveClass: 'slide', enterToClass: 'show', leaveClass: 'show', leaveActiveClass: 'slide', leaveToClass: '' }; }, slotScope: function slotScope() { var hide = this.hide, right = this.right, visible = this.localShow; return { hide: hide, right: right, visible: visible }; }, hasTitle: function hasTitle() { var $scopedSlots = this.$scopedSlots, $slots = this.$slots; return !this.noHeader && !this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_HEADER"]) && !!(this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_TITLE"], this.slotScope, $scopedSlots, $slots) || this.title); }, titleId: function titleId() { return this.hasTitle ? this.safeId('__title__') : null; }, computedAttrs: function computedAttrs() { return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { id: this.safeId(), tabindex: '-1', role: 'dialog', 'aria-modal': this.backdrop ? 'true' : 'false', 'aria-hidden': this.localShow ? null : 'true', 'aria-label': this.ariaLabel || null, 'aria-labelledby': this.ariaLabelledby || this.titleId || null }); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue) { this.localShow = newValue; } }), _defineProperty(_watch, "localShow", function localShow(newValue, oldValue) { if (newValue !== oldValue) { this.emitState(newValue); this.$emit(MODEL_EVENT_NAME, newValue); } }), _defineProperty(_watch, "$route", function $route() { var newValue = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var oldValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; if (!this.noCloseOnRouteChange && newValue.fullPath !== oldValue.fullPath) { this.hide(); } }), _watch), created: function created() { // Define non-reactive properties this.$_returnFocusEl = null; }, mounted: function mounted() { var _this = this; // Add `$root` listeners this.listenOnRoot(ROOT_ACTION_EVENT_NAME_TOGGLE, this.handleToggle); this.listenOnRoot(ROOT_ACTION_EVENT_NAME_REQUEST_STATE, this.handleSync); // Send out a gratuitous state event to ensure toggle button is synced this.$nextTick(function () { _this.emitState(_this.localShow); }); }, /* istanbul ignore next */ activated: function activated() { this.emitSync(); }, beforeDestroy: function beforeDestroy() { this.localShow = false; this.$_returnFocusEl = null; }, methods: { hide: function hide() { this.localShow = false; }, emitState: function emitState() { var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.localShow; this.emitOnRoot(ROOT_EVENT_NAME_STATE, this.safeId(), state); }, emitSync: function emitSync() { var state = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : this.localShow; this.emitOnRoot(ROOT_EVENT_NAME_SYNC_STATE, this.safeId(), state); }, handleToggle: function handleToggle(id) { // Note `safeId()` can be null until after mount if (id && id === this.safeId()) { this.localShow = !this.localShow; } }, handleSync: function handleSync(id) { var _this2 = this; // Note `safeId()` can be null until after mount if (id && id === this.safeId()) { this.$nextTick(function () { _this2.emitSync(_this2.localShow); }); } }, onKeydown: function onKeydown(event) { var keyCode = event.keyCode; if (!this.noCloseOnEsc && keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_ESC"] && this.localShow) { this.hide(); } }, onBackdropClick: function onBackdropClick() { if (this.localShow && !this.noCloseOnBackdrop) { this.hide(); } }, /* istanbul ignore next */ onTopTrapFocus: function onTopTrapFocus() { var tabables = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getTabables"])(this.$refs.content); this.enforceFocus(tabables.reverse()[0]); }, /* istanbul ignore next */ onBottomTrapFocus: function onBottomTrapFocus() { var tabables = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getTabables"])(this.$refs.content); this.enforceFocus(tabables[0]); }, onBeforeEnter: function onBeforeEnter() { // Returning focus to `document.body` may cause unwanted scrolls, // so we exclude setting focus on body this.$_returnFocusEl = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getActiveElement"])(_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] ? [document.body] : []); // Trigger lazy render this.isOpen = true; }, onAfterEnter: function onAfterEnter(el) { if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["contains"])(el, Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["getActiveElement"])())) { this.enforceFocus(el); } this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOWN"]); }, onAfterLeave: function onAfterLeave() { this.enforceFocus(this.$_returnFocusEl); this.$_returnFocusEl = null; // Trigger lazy render this.isOpen = false; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"]); }, enforceFocus: function enforceFocus(el) { if (!this.noEnforceFocus) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["attemptFocus"])(el); } } }, render: function render(h) { var _ref; var bgVariant = this.bgVariant, width = this.width, textVariant = this.textVariant, localShow = this.localShow; var shadow = this.shadow === '' ? true : this.shadow; var $sidebar = h(this.tag, { staticClass: CLASS_NAME, class: [(_ref = { shadow: shadow === true }, _defineProperty(_ref, "shadow-".concat(shadow), shadow && shadow !== true), _defineProperty(_ref, "".concat(CLASS_NAME, "-right"), this.right), _defineProperty(_ref, "bg-".concat(bgVariant), bgVariant), _defineProperty(_ref, "text-".concat(textVariant), textVariant), _ref), this.sidebarClass], style: { width: width }, attrs: this.computedAttrs, directives: [{ name: 'show', value: localShow }], ref: 'content' }, [renderContent(h, this)]); $sidebar = h('transition', { props: this.transitionProps, on: { beforeEnter: this.onBeforeEnter, afterEnter: this.onAfterEnter, afterLeave: this.onAfterLeave } }, [$sidebar]); var $backdrop = h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_18__["BVTransition"], { props: { noFade: this.noSlide } }, [renderBackdrop(h, this)]); var $tabTrapTop = h(); var $tabTrapBottom = h(); if (this.backdrop && localShow) { $tabTrapTop = h('div', { attrs: { tabindex: '0' }, on: { focus: this.onTopTrapFocus } }); $tabTrapBottom = h('div', { attrs: { tabindex: '0' }, on: { focus: this.onBottomTrapFocus } }); } return h('div', { staticClass: 'b-sidebar-outer', style: { zIndex: this.zIndex }, attrs: { tabindex: '-1' }, on: { keydown: this.onKeydown } }, [$tabTrapTop, $sidebar, $tabTrapBottom, $backdrop]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/index.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/index.js ***! \********************************************************************************************/ /*! exports provided: SkeletonPlugin, BSkeleton, BSkeletonIcon, BSkeletonImg, BSkeletonTable, BSkeletonWrapper */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SkeletonPlugin", function() { return SkeletonPlugin; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _skeleton__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeleton", function() { return _skeleton__WEBPACK_IMPORTED_MODULE_1__["BSkeleton"]; }); /* harmony import */ var _skeleton_icon__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./skeleton-icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-icon.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonIcon", function() { return _skeleton_icon__WEBPACK_IMPORTED_MODULE_2__["BSkeletonIcon"]; }); /* harmony import */ var _skeleton_img__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./skeleton-img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-img.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonImg", function() { return _skeleton_img__WEBPACK_IMPORTED_MODULE_3__["BSkeletonImg"]; }); /* harmony import */ var _skeleton_table__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./skeleton-table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-table.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonTable", function() { return _skeleton_table__WEBPACK_IMPORTED_MODULE_4__["BSkeletonTable"]; }); /* harmony import */ var _skeleton_wrapper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./skeleton-wrapper */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-wrapper.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonWrapper", function() { return _skeleton_wrapper__WEBPACK_IMPORTED_MODULE_5__["BSkeletonWrapper"]; }); var SkeletonPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["pluginFactory"])({ components: { BSkeleton: _skeleton__WEBPACK_IMPORTED_MODULE_1__["BSkeleton"], BSkeletonIcon: _skeleton_icon__WEBPACK_IMPORTED_MODULE_2__["BSkeletonIcon"], BSkeletonImg: _skeleton_img__WEBPACK_IMPORTED_MODULE_3__["BSkeletonImg"], BSkeletonTable: _skeleton_table__WEBPACK_IMPORTED_MODULE_4__["BSkeletonTable"], BSkeletonWrapper: _skeleton_wrapper__WEBPACK_IMPORTED_MODULE_5__["BSkeletonWrapper"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-icon.js": /*!****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-icon.js ***! \****************************************************************************************************/ /*! exports provided: props, BSkeletonIcon */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSkeletonIcon", function() { return BSkeletonIcon; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/index.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ animation: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'wave'), icon: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), iconProps: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"], {}) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_ICON"]); // --- Main component --- // @vue/component var BSkeletonIcon = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_ICON"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props; var icon = props.icon, animation = props.animation; var $icon = h(_icons__WEBPACK_IMPORTED_MODULE_4__["BIcon"], { staticClass: 'b-skeleton-icon', props: _objectSpread(_objectSpread({}, props.iconProps), {}, { icon: icon }) }); return h('div', { staticClass: 'b-skeleton-icon-wrapper position-relative d-inline-block overflow-hidden', class: _defineProperty({}, "b-skeleton-animate-".concat(animation), animation) }, [$icon]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-img.js": /*!***************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-img.js ***! \***************************************************************************************************/ /*! exports provided: props, BSkeletonImg */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSkeletonImg", function() { return BSkeletonImg; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _aspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../aspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/index.js"); /* harmony import */ var _skeleton__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ animation: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), aspect: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], '16:9'), cardImg: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), height: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), noAspect: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), width: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_IMG"]); // --- Main component --- // @vue/component var BSkeletonImg = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_IMG"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props; var aspect = props.aspect, width = props.width, height = props.height, animation = props.animation, variant = props.variant, cardImg = props.cardImg; var $img = h(_skeleton__WEBPACK_IMPORTED_MODULE_5__["BSkeleton"], { props: { type: 'img', width: width, height: height, animation: animation, variant: variant }, class: _defineProperty({}, "card-img-".concat(cardImg), cardImg) }); return props.noAspect ? $img : h(_aspect__WEBPACK_IMPORTED_MODULE_4__["BAspect"], { props: { aspect: aspect } }, [$img]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-table.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-table.js ***! \*****************************************************************************************************/ /*! exports provided: props, BSkeletonTable */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSkeletonTable", function() { return BSkeletonTable; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _skeleton__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton.js"); /* harmony import */ var _table__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/index.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- var isPositiveNumber = function isPositiveNumber(value) { return value > 0; }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makePropsConfigurable"])({ animation: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), columns: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER"], 5, isPositiveNumber), hideHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), rows: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER"], 3, isPositiveNumber), showFooter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tableProps: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"], {}) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_TABLE"]); // --- Main component --- // @vue/component var BSkeletonTable = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_TABLE"], functional: true, props: props, render: function render(h, _ref) { var props = _ref.props; var animation = props.animation, columns = props.columns; var $th = h('th', [h(_skeleton__WEBPACK_IMPORTED_MODULE_5__["BSkeleton"], { props: { animation: animation } })]); var $thTr = h('tr', Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["createArray"])(columns, $th)); var $td = h('td', [h(_skeleton__WEBPACK_IMPORTED_MODULE_5__["BSkeleton"], { props: { width: '75%', animation: animation } })]); var $tdTr = h('tr', Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["createArray"])(columns, $td)); var $tbody = h('tbody', Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["createArray"])(props.rows, $tdTr)); var $thead = !props.hideHeader ? h('thead', [$thTr]) : h(); var $tfoot = props.showFooter ? h('tfoot', [$thTr]) : h(); return h(_table__WEBPACK_IMPORTED_MODULE_6__["BTableSimple"], { props: _objectSpread({}, props.tableProps) }, [$thead, $tbody, $tfoot]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-wrapper.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-wrapper.js ***! \*******************************************************************************************************/ /*! exports provided: props, BSkeletonWrapper */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSkeletonWrapper", function() { return BSkeletonWrapper; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])({ loading: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_WRAPPER"]); // --- Main component --- // @vue/component var BSkeletonWrapper = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON_WRAPPER"], functional: true, props: props, render: function render(h, _ref) { var data = _ref.data, props = _ref.props, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var $slots = slots(); var $scopedSlots = scopedSlots || {}; var slotScope = {}; if (props.loading) { return h('div', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { attrs: { role: 'alert', 'aria-live': 'polite', 'aria-busy': true }, staticClass: 'b-skeleton-wrapper', key: 'loading' }), Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_LOADING"], slotScope, $scopedSlots, $slots)); } return Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_DEFAULT"], slotScope, $scopedSlots, $slots); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton.js": /*!***********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton.js ***! \***********************************************************************************************/ /*! exports provided: props, BSkeleton */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSkeleton", function() { return BSkeleton; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ animation: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'wave'), height: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), type: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'text'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), width: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON"]); // --- Main component --- // @vue/component var BSkeleton = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SKELETON"], functional: true, props: props, render: function render(h, _ref) { var _class; var data = _ref.data, props = _ref.props; var size = props.size, animation = props.animation, variant = props.variant; return h('div', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'b-skeleton', style: { width: size || props.width, height: size || props.height }, class: (_class = {}, _defineProperty(_class, "b-skeleton-".concat(props.type), true), _defineProperty(_class, "b-skeleton-animate-".concat(animation), animation), _defineProperty(_class, "bg-".concat(variant), variant), _class) })); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/index.js ***! \*******************************************************************************************/ /*! exports provided: SpinnerPlugin, BSpinner */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SpinnerPlugin", function() { return SpinnerPlugin; }); /* harmony import */ var _spinner__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./spinner */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/spinner.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSpinner", function() { return _spinner__WEBPACK_IMPORTED_MODULE_0__["BSpinner"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var SpinnerPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BSpinner: _spinner__WEBPACK_IMPORTED_MODULE_0__["BSpinner"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/spinner.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/spinner.js ***! \*********************************************************************************************/ /*! exports provided: props, BSpinner */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BSpinner", function() { return BSpinner; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])({ label: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), role: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'status'), small: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'span'), type: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'border'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SPINNER"]); // --- Main component --- // @vue/component var BSpinner = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_SPINNER"], functional: true, props: props, render: function render(h, _ref) { var _class; var props = _ref.props, data = _ref.data, slots = _ref.slots, scopedSlots = _ref.scopedSlots; var $slots = slots(); var $scopedSlots = scopedSlots || {}; var $label = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_4__["normalizeSlot"])(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_LABEL"], {}, $scopedSlots, $slots) || props.label; if ($label) { $label = h('span', { staticClass: 'sr-only' }, $label); } return h(props.tag, Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { attrs: { role: $label ? props.role || 'status' : null, 'aria-hidden': $label ? null : 'true' }, class: (_class = {}, _defineProperty(_class, "spinner-".concat(props.type), props.type), _defineProperty(_class, "spinner-".concat(props.type, "-sm"), props.small), _defineProperty(_class, "text-".concat(props.variant), props.variant), _class) }), [$label || h()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/constants.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/constants.js ***! \*****************************************************************************************************/ /*! exports provided: FIELD_KEY_CELL_VARIANT, FIELD_KEY_ROW_VARIANT, FIELD_KEY_SHOW_DETAILS, IGNORED_FIELD_KEYS, EVENT_FILTER */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FIELD_KEY_CELL_VARIANT", function() { return FIELD_KEY_CELL_VARIANT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FIELD_KEY_ROW_VARIANT", function() { return FIELD_KEY_ROW_VARIANT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FIELD_KEY_SHOW_DETAILS", function() { return FIELD_KEY_SHOW_DETAILS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IGNORED_FIELD_KEYS", function() { return IGNORED_FIELD_KEYS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_FILTER", function() { return EVENT_FILTER; }); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Constants used by table helpers var FIELD_KEY_CELL_VARIANT = '_cellVariants'; var FIELD_KEY_ROW_VARIANT = '_rowVariant'; var FIELD_KEY_SHOW_DETAILS = '_showDetails'; // Object of item keys that should be ignored for headers and // stringification and filter events var IGNORED_FIELD_KEYS = [FIELD_KEY_CELL_VARIANT, FIELD_KEY_ROW_VARIANT, FIELD_KEY_SHOW_DETAILS].reduce(function (result, key) { return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, key, true)); }, {}); // Filter CSS selector for click/dblclick/etc. events // If any of these selectors match the clicked element, we ignore the event var EVENT_FILTER = ['a', 'a *', // Include content inside links 'button', 'button *', // Include content inside buttons 'input:not(.disabled):not([disabled])', 'select:not(.disabled):not([disabled])', 'textarea:not(.disabled):not([disabled])', '[role="link"]', '[role="link"] *', '[role="button"]', '[role="button"] *', '[tabindex]:not(.disabled):not([disabled])'].join(','); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/default-sort-compare.js": /*!****************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/default-sort-compare.js ***! \****************************************************************************************************************/ /*! exports provided: defaultSortCompare */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "defaultSortCompare", function() { return defaultSortCompare; }); /* harmony import */ var _utils_get__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/get */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_stringify_object_values__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/stringify-object-values */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stringify-object-values.js"); var normalizeValue = function normalizeValue(value) { if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isUndefinedOrNull"])(value)) { return ''; } if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isNumeric"])(value)) { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_2__["toFloat"])(value, value); } return value; }; // Default sort compare routine // // TODO: // Add option to sort by multiple columns (tri-state per column, // plus order of columns in sort) where `sortBy` could be an array // of objects `[ {key: 'foo', sortDir: 'asc'}, {key:'bar', sortDir: 'desc'} ...]` // or an array of arrays `[ ['foo','asc'], ['bar','desc'] ]` // Multisort will most likely be handled in `mixin-sort.js` by // calling this method for each sortBy var defaultSortCompare = function defaultSortCompare(a, b) { var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}, _ref$sortBy = _ref.sortBy, sortBy = _ref$sortBy === void 0 ? null : _ref$sortBy, _ref$formatter = _ref.formatter, formatter = _ref$formatter === void 0 ? null : _ref$formatter, _ref$locale = _ref.locale, locale = _ref$locale === void 0 ? undefined : _ref$locale, _ref$localeOptions = _ref.localeOptions, localeOptions = _ref$localeOptions === void 0 ? {} : _ref$localeOptions, _ref$nullLast = _ref.nullLast, nullLast = _ref$nullLast === void 0 ? false : _ref$nullLast; // Get the value by `sortBy` var aa = Object(_utils_get__WEBPACK_IMPORTED_MODULE_0__["get"])(a, sortBy, null); var bb = Object(_utils_get__WEBPACK_IMPORTED_MODULE_0__["get"])(b, sortBy, null); // Apply user-provided formatter if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isFunction"])(formatter)) { aa = formatter(aa, sortBy, a); bb = formatter(bb, sortBy, b); } // Internally normalize value // `null` / `undefined` => '' // `'0'` => `0` aa = normalizeValue(aa); bb = normalizeValue(bb); if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isDate"])(aa) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isDate"])(bb) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isNumber"])(aa) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isNumber"])(bb)) { // Special case for comparing dates and numbers // Internally dates are compared via their epoch number values return aa < bb ? -1 : aa > bb ? 1 : 0; } else if (nullLast && aa === '' && bb !== '') { // Special case when sorting `null` / `undefined` / '' last return 1; } else if (nullLast && aa !== '' && bb === '') { // Special case when sorting `null` / `undefined` / '' last return -1; } // Do localized string comparison return Object(_utils_stringify_object_values__WEBPACK_IMPORTED_MODULE_3__["stringifyObjectValues"])(aa).localeCompare(Object(_utils_stringify_object_values__WEBPACK_IMPORTED_MODULE_3__["stringifyObjectValues"])(bb), locale, localeOptions); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/filter-event.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/filter-event.js ***! \********************************************************************************************************/ /*! exports provided: filterEvent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "filterEvent", function() { return filterEvent; }); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./constants */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/constants.js"); var TABLE_TAG_NAMES = ['TD', 'TH', 'TR']; // Returns `true` if we should ignore the click/double-click/keypress event // Avoids having the user need to use `@click.stop` on the form control var filterEvent = function filterEvent(event) { // Exit early when we don't have a target element if (!event || !event.target) { /* istanbul ignore next */ return false; } var el = event.target; // Exit early when element is disabled or a table element if (el.disabled || TABLE_TAG_NAMES.indexOf(el.tagName) !== -1) { return false; } // Ignore the click when it was inside a dropdown menu if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["closest"])('.dropdown-menu', el)) { return true; } var label = el.tagName === 'LABEL' ? el : Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["closest"])('label', el); // If the label's form control is not disabled then we don't propagate event // Modern browsers have `label.control` that references the associated input, but IE 11 // does not have this property on the label element, so we resort to DOM lookups if (label) { var labelFor = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["getAttr"])(label, 'for'); var input = labelFor ? Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["getById"])(labelFor) : Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["select"])('input, select, textarea', label); if (input && !input.disabled) { return true; } } // Otherwise check if the event target matches one of the selectors in the // event filter (i.e. anchors, non disabled inputs, etc.) // Return `true` if we should ignore the event return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["matches"])(el, _constants__WEBPACK_IMPORTED_MODULE_1__["EVENT_FILTER"]); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-bottom-row.js": /*!************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-bottom-row.js ***! \************************************************************************************************************/ /*! exports provided: props, bottomRowMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "bottomRowMixin", function() { return bottomRowMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); // --- Props --- var props = {}; // --- Mixin --- // @vue/component var bottomRowMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, methods: { renderBottomRow: function renderBottomRow() { var fields = this.computedFields, stacked = this.stacked, tbodyTrClass = this.tbodyTrClass, tbodyTrAttr = this.tbodyTrAttr; var h = this.$createElement; // Static bottom row slot (hidden in visibly stacked mode as we can't control the data-label) // If in *always* stacked mode, we don't bother rendering the row if (!this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_BOTTOM_ROW"]) || stacked === true || stacked === '') { return h(); } return h(_tr__WEBPACK_IMPORTED_MODULE_3__["BTr"], { staticClass: 'b-table-bottom-row', class: [Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(tbodyTrClass) ? /* istanbul ignore next */ tbodyTrClass(null, 'row-bottom') : tbodyTrClass], attrs: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(tbodyTrAttr) ? /* istanbul ignore next */ tbodyTrAttr(null, 'row-bottom') : tbodyTrAttr, key: 'b-bottom-row' }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_BOTTOM_ROW"], { columns: fields.length, fields: fields })); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-busy.js": /*!******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-busy.js ***! \******************************************************************************************************/ /*! exports provided: props, busyMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "busyMixin", function() { return busyMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); /* harmony import */ var _td__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../td */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var MODEL_PROP_NAME_BUSY = 'busy'; var MODEL_EVENT_NAME_BUSY = _constants_events__WEBPACK_IMPORTED_MODULE_1__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_BUSY; // --- Props --- var props = _defineProperty({}, MODEL_PROP_NAME_BUSY, Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false)); // --- Mixin --- // @vue/component var busyMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, data: function data() { return { localBusy: false }; }, computed: { computedBusy: function computedBusy() { return this[MODEL_PROP_NAME_BUSY] || this.localBusy; } }, watch: { localBusy: function localBusy(newValue, oldValue) { if (newValue !== oldValue) { this.$emit(MODEL_EVENT_NAME_BUSY, newValue); } } }, methods: { // Event handler helper stopIfBusy: function stopIfBusy(event) { // If table is busy (via provider) then don't propagate if (this.computedBusy) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["stopEvent"])(event); return true; } return false; }, // Render the busy indicator or return `null` if not busy renderBusy: function renderBusy() { var tbodyTrClass = this.tbodyTrClass, tbodyTrAttr = this.tbodyTrAttr; var h = this.$createElement; // Return a busy indicator row, or `null` if not busy if (this.computedBusy && this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_TABLE_BUSY"])) { return h(_tr__WEBPACK_IMPORTED_MODULE_7__["BTr"], { staticClass: 'b-table-busy-slot', class: [Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(tbodyTrClass) ? /* istanbul ignore next */ tbodyTrClass(null, _constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_TABLE_BUSY"]) : tbodyTrClass], attrs: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(tbodyTrAttr) ? /* istanbul ignore next */ tbodyTrAttr(null, _constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_TABLE_BUSY"]) : tbodyTrAttr, key: 'table-busy-slot' }, [h(_td__WEBPACK_IMPORTED_MODULE_8__["BTd"], { props: { colspan: this.computedFields.length || null } }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_TABLE_BUSY"])])]); } // We return `null` here so that we can determine if we need to // render the table items rows or not return null; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-caption.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-caption.js ***! \*********************************************************************************************************/ /*! exports provided: props, captionMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "captionMixin", function() { return captionMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = { caption: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), captionHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]) // `caption-top` is part of table-render mixin (styling) // captionTop: makeProp(PROP_TYPE_BOOLEAN, false) }; // --- Mixin --- // @vue/component var captionMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { captionId: function captionId() { return this.isStacked ? this.safeId('_caption_') : null; } }, methods: { renderCaption: function renderCaption() { var caption = this.caption, captionHtml = this.captionHtml; var h = this.$createElement; var $caption = h(); var hasCaptionSlot = this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_TABLE_CAPTION"]); if (hasCaptionSlot || caption || captionHtml) { $caption = h('caption', { attrs: { id: this.captionId }, domProps: hasCaptionSlot ? {} : Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(captionHtml, caption), key: 'caption', ref: 'caption' }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_TABLE_CAPTION"])); } return $caption; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-colgroup.js": /*!**********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-colgroup.js ***! \**********************************************************************************************************/ /*! exports provided: props, colgroupMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "colgroupMixin", function() { return colgroupMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); // --- Props --- var props = {}; // --- Mixin --- // @vue/component var colgroupMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ methods: { renderColgroup: function renderColgroup() { var fields = this.computedFields; var h = this.$createElement; var $colgroup = h(); if (this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_TABLE_COLGROUP"])) { $colgroup = h('colgroup', { key: 'colgroup' }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_TABLE_COLGROUP"], { columns: fields.length, fields: fields })]); } return $colgroup; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-empty.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-empty.js ***! \*******************************************************************************************************/ /*! exports provided: props, emptyMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "emptyMixin", function() { return emptyMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); /* harmony import */ var _td__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../td */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js"); // --- Props --- var props = { emptyFilteredHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), emptyFilteredText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'There are no records matching your request'), emptyHtml: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), emptyText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'There are no records to show'), showEmpty: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false) }; // --- Mixin --- // @vue/component var emptyMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, methods: { renderEmpty: function renderEmpty() { var items = this.computedItems; var h = this.$createElement; var $empty = h(); if (this.showEmpty && (!items || items.length === 0) && !(this.computedBusy && this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_TABLE_BUSY"]))) { var fields = this.computedFields, isFiltered = this.isFiltered, emptyText = this.emptyText, emptyHtml = this.emptyHtml, emptyFilteredText = this.emptyFilteredText, emptyFilteredHtml = this.emptyFilteredHtml, tbodyTrClass = this.tbodyTrClass, tbodyTrAttr = this.tbodyTrAttr; $empty = this.normalizeSlot(isFiltered ? _constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_EMPTYFILTERED"] : _constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_EMPTY"], { emptyFilteredHtml: emptyFilteredHtml, emptyFilteredText: emptyFilteredText, emptyHtml: emptyHtml, emptyText: emptyText, fields: fields, // Not sure why this is included, as it will always be an empty array items: items }); if (!$empty) { $empty = h('div', { class: ['text-center', 'my-2'], domProps: isFiltered ? Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(emptyFilteredHtml, emptyFilteredText) : Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(emptyHtml, emptyText) }); } $empty = h(_td__WEBPACK_IMPORTED_MODULE_7__["BTd"], { props: { colspan: fields.length || null } }, [h('div', { attrs: { role: 'alert', 'aria-live': 'polite' } }, [$empty])]); $empty = h(_tr__WEBPACK_IMPORTED_MODULE_6__["BTr"], { staticClass: 'b-table-empty-row', class: [Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(tbodyTrClass) ? /* istanbul ignore next */ tbodyTrClass(null, 'row-empty') : tbodyTrClass], attrs: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(tbodyTrAttr) ? /* istanbul ignore next */ tbodyTrAttr(null, 'row-empty') : tbodyTrAttr, key: isFiltered ? 'b-empty-filtered-row' : 'b-empty-row' }, [$empty]); } return $empty; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-filtering.js": /*!***********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-filtering.js ***! \***********************************************************************************************************/ /*! exports provided: props, filteringMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "filteringMixin", function() { return filteringMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_clone_deep__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/clone-deep */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _stringify_record_values__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./stringify-record-values */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/stringify-record-values.js"); function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } // --- Constants --- var DEBOUNCE_DEPRECATED_MSG = 'Prop "filter-debounce" is deprecated. Use the debounce feature of "<b-form-input>" instead.'; // --- Props --- var props = { filter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])([].concat(_toConsumableArray(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), [_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_REG_EXP"]])), filterDebounce: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], 0, function (value) { return _constants_regex__WEBPACK_IMPORTED_MODULE_4__["RX_DIGITS"].test(String(value)); }), filterFunction: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_FUNCTION"]), filterIgnoredFields: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY"], []), filterIncludedFields: Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY"], []) }; // --- Mixin --- // @vue/component var filteringMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, data: function data() { return { // Flag for displaying which empty slot to show and some event triggering isFiltered: false, // Where we store the copy of the filter criteria after debouncing // We pre-set it with the sanitized filter value localFilter: this.filterSanitize(this.filter) }; }, computed: { computedFilterIgnored: function computedFilterIgnored() { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(this.filterIgnoredFields || []).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"]); }, computedFilterIncluded: function computedFilterIncluded() { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(this.filterIncludedFields || []).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"]); }, computedFilterDebounce: function computedFilterDebounce() { var ms = Object(_utils_number__WEBPACK_IMPORTED_MODULE_10__["toInteger"])(this.filterDebounce, 0); /* istanbul ignore next */ if (ms > 0) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_13__["warn"])(DEBOUNCE_DEPRECATED_MSG, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"]); } return ms; }, localFiltering: function localFiltering() { return this.hasProvider ? !!this.noProviderFiltering : true; }, // For watching changes to `filteredItems` vs `localItems` filteredCheck: function filteredCheck() { var filteredItems = this.filteredItems, localItems = this.localItems, localFilter = this.localFilter; return { filteredItems: filteredItems, localItems: localItems, localFilter: localFilter }; }, // Sanitized/normalize filter-function prop localFilterFn: function localFilterFn() { // Return `null` to signal to use internal filter function var filterFunction = this.filterFunction; return Object(_utils_props__WEBPACK_IMPORTED_MODULE_11__["hasPropFunction"])(filterFunction) ? filterFunction : null; }, // Returns the records in `localItems` that match the filter criteria // Returns the original `localItems` array if not sorting filteredItems: function filteredItems() { // Note the criteria is debounced and sanitized var items = this.localItems, criteria = this.localFilter; // Resolve the filtering function, when requested // We prefer the provided filtering function and fallback to the internal one // When no filtering criteria is specified the filtering factories will return `null` var filterFn = this.localFiltering ? this.filterFnFactory(this.localFilterFn, criteria) || this.defaultFilterFnFactory(criteria) : null; // We only do local filtering when requested and there are records to filter return filterFn && items.length > 0 ? items.filter(filterFn) : items; } }, watch: { // Watch for debounce being set to 0 computedFilterDebounce: function computedFilterDebounce(newValue) { if (!newValue && this.$_filterTimer) { this.clearFilterTimer(); this.localFilter = this.filterSanitize(this.filter); } }, // Watch for changes to the filter criteria, and debounce if necessary filter: { // We need a deep watcher in case the user passes // an object when using `filter-function` deep: true, handler: function handler(newCriteria) { var _this = this; var timeout = this.computedFilterDebounce; this.clearFilterTimer(); if (timeout && timeout > 0) { // If we have a debounce time, delay the update of `localFilter` this.$_filterTimer = setTimeout(function () { _this.localFilter = _this.filterSanitize(newCriteria); }, timeout); } else { // Otherwise, immediately update `localFilter` with `newFilter` value this.localFilter = this.filterSanitize(newCriteria); } } }, // Watch for changes to the filter criteria and filtered items vs `localItems` // Set visual state and emit events as required filteredCheck: function filteredCheck(_ref) { var filteredItems = _ref.filteredItems, localFilter = _ref.localFilter; // Determine if the dataset is filtered or not var isFiltered = false; if (!localFilter) { // If filter criteria is falsey isFiltered = false; } else if (Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__["looseEqual"])(localFilter, []) || Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__["looseEqual"])(localFilter, {})) { // If filter criteria is an empty array or object isFiltered = false; } else if (localFilter) { // If filter criteria is truthy isFiltered = true; } if (isFiltered) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_FILTERED"], filteredItems, filteredItems.length); } this.isFiltered = isFiltered; }, isFiltered: function isFiltered(newValue, oldValue) { if (newValue === false && oldValue === true) { // We need to emit a filtered event if `isFiltered` transitions from `true` to // `false` so that users can update their pagination controls var localItems = this.localItems; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_FILTERED"], localItems, localItems.length); } } }, created: function created() { var _this2 = this; // Create private non-reactive props this.$_filterTimer = null; // If filter is "pre-set", set the criteria // This will trigger any watchers/dependents // this.localFilter = this.filterSanitize(this.filter) // Set the initial filtered state in a `$nextTick()` so that // we trigger a filtered event if needed this.$nextTick(function () { _this2.isFiltered = Boolean(_this2.localFilter); }); }, beforeDestroy: function beforeDestroy() { this.clearFilterTimer(); }, methods: { clearFilterTimer: function clearFilterTimer() { clearTimeout(this.$_filterTimer); this.$_filterTimer = null; }, filterSanitize: function filterSanitize(criteria) { // Sanitizes filter criteria based on internal or external filtering if (this.localFiltering && !this.localFilterFn && !(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(criteria) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isRegExp"])(criteria))) { // If using internal filter function, which only accepts string or RegExp, // return '' to signify no filter return ''; } // Could be a string, object or array, as needed by external filter function // We use `cloneDeep` to ensure we have a new copy of an object or array // without Vue's reactive observers return Object(_utils_clone_deep__WEBPACK_IMPORTED_MODULE_6__["cloneDeep"])(criteria); }, // Filter Function factories filterFnFactory: function filterFnFactory(filterFn, criteria) { // Wrapper factory for external filter functions // Wrap the provided filter-function and return a new function // Returns `null` if no filter-function defined or if criteria is falsey // Rather than directly grabbing `this.computedLocalFilterFn` or `this.filterFunction` // we have it passed, so that the caller computed prop will be reactive to changes // in the original filter-function (as this routine is a method) if (!filterFn || !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isFunction"])(filterFn) || !criteria || Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__["looseEqual"])(criteria, []) || Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__["looseEqual"])(criteria, {})) { return null; } // Build the wrapped filter test function, passing the criteria to the provided function var fn = function fn(item) { // Generated function returns true if the criteria matches part // of the serialized data, otherwise false return filterFn(item, criteria); }; // Return the wrapped function return fn; }, defaultFilterFnFactory: function defaultFilterFnFactory(criteria) { var _this3 = this; // Generates the default filter function, using the given filter criteria // Returns `null` if no criteria or criteria format not supported if (!criteria || !(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(criteria) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isRegExp"])(criteria))) { // Built in filter can only support strings or RegExp criteria (at the moment) return null; } // Build the RegExp needed for filtering var regExp = criteria; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(regExp)) { // Escape special RegExp characters in the string and convert contiguous // whitespace to \s+ matches var pattern = Object(_utils_string__WEBPACK_IMPORTED_MODULE_12__["escapeRegExp"])(criteria).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_4__["RX_SPACES"], '\\s+'); // Build the RegExp (no need for global flag, as we only need // to find the value once in the string) regExp = new RegExp(".*".concat(pattern, ".*"), 'i'); } // Generate the wrapped filter test function to use var fn = function fn(item) { // This searches all row values (and sub property values) in the entire (excluding // special `_` prefixed keys), because we convert the record to a space-separated // string containing all the value properties (recursively), even ones that are // not visible (not specified in this.fields) // Users can ignore filtering on specific fields, or on only certain fields, // and can optionall specify searching results of fields with formatter // // TODO: Enable searching on scoped slots (optional, as it will be SLOW) // // Generated function returns true if the criteria matches part of // the serialized data, otherwise false // // We set `lastIndex = 0` on the `RegExp` in case someone specifies the `/g` global flag regExp.lastIndex = 0; return regExp.test(Object(_stringify_record_values__WEBPACK_IMPORTED_MODULE_14__["stringifyRecordValues"])(item, _this3.computedFilterIgnored, _this3.computedFilterIncluded, _this3.computedFieldsObj)); }; // Return the generated function return fn; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-items.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-items.js ***! \*******************************************************************************************************/ /*! exports provided: MODEL_PROP_NAME, MODEL_EVENT_NAME, props, itemsMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_PROP_NAME", function() { return MODEL_PROP_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME", function() { return MODEL_EVENT_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "itemsMixin", function() { return itemsMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _normalize_fields__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./normalize-fields */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/normalize-fields.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_6__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY"], defaultValue: [] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread({}, modelProps), {}, _defineProperty({ fields: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY"], null), // Provider mixin adds in `Function` type items: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY"], []), // Primary key for record // If provided the value in each row must be unique! primaryKey: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, MODEL_PROP_NAME, Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY"], [])))); // --- Mixin --- // @vue/component var itemsMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [modelMixin], props: props, data: function data() { var items = this.items; return { // Our local copy of the items // Must be an array localItems: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isArray"])(items) ? items.slice() : [] }; }, computed: { computedFields: function computedFields() { // We normalize fields into an array of objects // `[ { key:..., label:..., ...}, {...}, ..., {..}]` return Object(_normalize_fields__WEBPACK_IMPORTED_MODULE_10__["normalizeFields"])(this.fields, this.localItems); }, computedFieldsObj: function computedFieldsObj() { // Fields as a simple lookup hash object // Mainly for formatter lookup and use in `scopedSlots` for convenience // If the field has a formatter, it normalizes formatter to a // function ref or `undefined` if no formatter var $parent = this.$parent; return this.computedFields.reduce(function (obj, f) { // We use object spread here so we don't mutate the original field object obj[f.key] = Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["clone"])(f); if (f.formatter) { // Normalize formatter to a function ref or `undefined` var formatter = f.formatter; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isString"])(formatter) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isFunction"])($parent[formatter])) { formatter = $parent[formatter]; } else if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isFunction"])(formatter)) { /* istanbul ignore next */ formatter = undefined; } // Return formatter function or `undefined` if none obj[f.key].formatter = formatter; } return obj; }, {}); }, computedItems: function computedItems() { // Fallback if various mixins not provided return (this.paginatedItems || this.sortedItems || this.filteredItems || this.localItems || /* istanbul ignore next */ []).slice(); }, context: function context() { // Current state of sorting, filtering and pagination props/values return { filter: this.localFilter, sortBy: this.localSortBy, sortDesc: this.localSortDesc, perPage: Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toInteger"])(this.perPage, 0), 0), currentPage: Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toInteger"])(this.currentPage, 0), 1), apiUrl: this.apiUrl }; } }, watch: { items: function items(newValue) { // Set `localItems`/`filteredItems` to a copy of the provided array this.localItems = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isArray"])(newValue) ? newValue.slice() : []; }, // Watch for changes on `computedItems` and update the `v-model` computedItems: function computedItems(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_4__["looseEqual"])(newValue, oldValue)) { this.$emit(MODEL_EVENT_NAME, newValue); } }, // Watch for context changes context: function context(newValue, oldValue) { // Emit context information for external paging/filtering/sorting handling if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_4__["looseEqual"])(newValue, oldValue)) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_CONTEXT_CHANGED"], newValue); } } }, mounted: function mounted() { // Initially update the `v-model` of displayed items this.$emit(MODEL_EVENT_NAME, this.computedItems); }, methods: { // Method to get the formatter method for a given field key getFieldFormatter: function getFieldFormatter(key) { var field = this.computedFieldsObj[key]; // `this.computedFieldsObj` has pre-normalized the formatter to a // function ref if present, otherwise `undefined` return field ? field.formatter : undefined; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-pagination.js": /*!************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-pagination.js ***! \************************************************************************************************************/ /*! exports provided: props, paginationMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "paginationMixin", function() { return paginationMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = { currentPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_NUMBER_STRING"], 1), perPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_NUMBER_STRING"], 0) }; // --- Mixin --- // @vue/component var paginationMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { localPaging: function localPaging() { return this.hasProvider ? !!this.noProviderPaging : true; }, paginatedItems: function paginatedItems() { var items = this.sortedItems || this.filteredItems || this.localItems || []; var currentPage = Object(_utils_math__WEBPACK_IMPORTED_MODULE_2__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_3__["toInteger"])(this.currentPage, 1), 1); var perPage = Object(_utils_math__WEBPACK_IMPORTED_MODULE_2__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_3__["toInteger"])(this.perPage, 0), 0); // Apply local pagination if (this.localPaging && perPage) { // Grab the current page of data (which may be past filtered items limit) items = items.slice((currentPage - 1) * perPage, currentPage * perPage); } // Return the items to display in the table return items; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-provider.js": /*!**********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-provider.js ***! \**********************************************************************************************************/ /*! exports provided: props, providerMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "providerMixin", function() { return providerMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); // --- Constants --- var ROOT_EVENT_NAME_REFRESHED = Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"], _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REFRESHED"]); var ROOT_ACTION_EVENT_NAME_REFRESH = Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"], _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REFRESH"]); // --- Props --- var props = { // Passed to the context object // Not used by `<b-table>` directly apiUrl: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), // Adds in 'Function' support items: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_FUNCTION"], []), noProviderFiltering: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), noProviderPaging: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), noProviderSorting: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false) }; // --- Mixin --- // @vue/component var providerMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [_mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_10__["listenOnRootMixin"]], props: props, computed: { hasProvider: function hasProvider() { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(this.items); }, providerTriggerContext: function providerTriggerContext() { // Used to trigger the provider function via a watcher. Only the fields that // are needed for triggering a provider update are included. Note that the // regular this.context is sent to the provider during fetches though, as they // may need all the prop info. var ctx = { apiUrl: this.apiUrl, filter: null, sortBy: null, sortDesc: null, perPage: null, currentPage: null }; if (!this.noProviderFiltering) { // Either a string, or could be an object or array. ctx.filter = this.localFilter; } if (!this.noProviderSorting) { ctx.sortBy = this.localSortBy; ctx.sortDesc = this.localSortDesc; } if (!this.noProviderPaging) { ctx.perPage = this.perPage; ctx.currentPage = this.currentPage; } return Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["clone"])(ctx); } }, watch: { // Provider update triggering items: function items(newValue) { // If a new provider has been specified, trigger an update if (this.hasProvider || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(newValue)) { this.$nextTick(this._providerUpdate); } }, providerTriggerContext: function providerTriggerContext(newValue, oldValue) { // Trigger the provider to update as the relevant context values have changed. if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_6__["looseEqual"])(newValue, oldValue)) { this.$nextTick(this._providerUpdate); } } }, mounted: function mounted() { var _this = this; // Call the items provider if necessary if (this.hasProvider && (!this.localItems || this.localItems.length === 0)) { // Fetch on mount if localItems is empty this._providerUpdate(); } // Listen for global messages to tell us to force refresh the table this.listenOnRoot(ROOT_ACTION_EVENT_NAME_REFRESH, function (id) { if (id === _this.id || id === _this) { _this.refresh(); } }); }, methods: { refresh: function refresh() { var items = this.items, refresh = this.refresh; // Public Method: Force a refresh of the provider function this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REFRESHED"], refresh); if (this.computedBusy) { // Can't force an update when forced busy by user (busy prop === true) if (this.localBusy && this.hasProvider) { // But if provider running (localBusy), re-schedule refresh once `refreshed` emitted this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REFRESHED"], refresh); } } else { this.clearSelected(); if (this.hasProvider) { this.$nextTick(this._providerUpdate); } else { /* istanbul ignore next */ this.localItems = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isArray"])(items) ? items.slice() : []; } } }, // Provider related methods _providerSetLocal: function _providerSetLocal(items) { this.localItems = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isArray"])(items) ? items.slice() : []; this.localBusy = false; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REFRESHED"]); // New root emit if (this.id) { this.emitOnRoot(ROOT_EVENT_NAME_REFRESHED, this.id); } }, _providerUpdate: function _providerUpdate() { var _this2 = this; // Refresh the provider function items. if (!this.hasProvider) { // Do nothing if no provider return; } // If table is busy, wait until refreshed before calling again if (this.computedBusy) { // Schedule a new refresh once `refreshed` is emitted this.$nextTick(this.refresh); return; } // Set internal busy state this.localBusy = true; // Call provider function with context and optional callback after DOM is fully updated this.$nextTick(function () { try { // Call provider function passing it the context and optional callback var data = _this2.items(_this2.context, _this2._providerSetLocal); if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isPromise"])(data)) { // Provider returned Promise data.then(function (items) { // Provider resolved with items _this2._providerSetLocal(items); }); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isArray"])(data)) { // Provider returned Array data _this2._providerSetLocal(data); } else { /* istanbul ignore if */ if (_this2.items.length !== 2) { // Check number of arguments provider function requested // Provider not using callback (didn't request second argument), so we clear // busy state as most likely there was an error in the provider function /* istanbul ignore next */ Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warn"])("Provider function didn't request callback and did not return a promise or data.", _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"]); _this2.localBusy = false; } } } catch (e) /* istanbul ignore next */ { // Provider function borked on us, so we spew out a warning // and clear the busy state Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warn"])("Provider function error [".concat(e.name, "] ").concat(e.message, "."), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"]); _this2.localBusy = false; _this2.$off(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_REFRESHED"], _this2.refresh); } }); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-selectable.js": /*!************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-selectable.js ***! \************************************************************************************************************/ /*! exports provided: props, selectableMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "selectableMixin", function() { return selectableMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _sanitize_row__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./sanitize-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/sanitize-row.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var SELECT_MODES = ['range', 'multi', 'single']; // --- Props --- var props = { // Disable use of click handlers for row selection noSelectOnClick: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), selectMode: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'multi', function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(SELECT_MODES, value); }), selectable: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), selectedVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'active') }; // --- Mixin --- // @vue/component var selectableMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, data: function data() { return { selectedRows: [], selectedLastRow: -1 }; }, computed: { isSelectable: function isSelectable() { return this.selectable && this.selectMode; }, hasSelectableRowClick: function hasSelectableRowClick() { return this.isSelectable && !this.noSelectOnClick; }, supportsSelectableRows: function supportsSelectableRows() { return true; }, selectableHasSelection: function selectableHasSelection() { var selectedRows = this.selectedRows; return this.isSelectable && selectedRows && selectedRows.length > 0 && selectedRows.some(_utils_identity__WEBPACK_IMPORTED_MODULE_4__["identity"]); }, selectableIsMultiSelect: function selectableIsMultiSelect() { return this.isSelectable && Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(['range', 'multi'], this.selectMode); }, selectableTableClasses: function selectableTableClasses() { var _ref; var isSelectable = this.isSelectable; return _ref = { 'b-table-selectable': isSelectable }, _defineProperty(_ref, "b-table-select-".concat(this.selectMode), isSelectable), _defineProperty(_ref, 'b-table-selecting', this.selectableHasSelection), _defineProperty(_ref, 'b-table-selectable-no-click', isSelectable && !this.hasSelectableRowClick), _ref; }, selectableTableAttrs: function selectableTableAttrs() { return { // TODO: // Should this attribute not be included when no-select-on-click is set // since this attribute implies keyboard navigation? 'aria-multiselectable': !this.isSelectable ? null : this.selectableIsMultiSelect ? 'true' : 'false' }; } }, watch: { computedItems: function computedItems(newValue, oldValue) { // Reset for selectable var equal = false; if (this.isSelectable && this.selectedRows.length > 0) { // Quick check against array length equal = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isArray"])(newValue) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isArray"])(oldValue) && newValue.length === oldValue.length; for (var i = 0; equal && i < newValue.length; i++) { // Look for the first non-loosely equal row, after ignoring reserved fields equal = Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_6__["looseEqual"])(Object(_sanitize_row__WEBPACK_IMPORTED_MODULE_9__["sanitizeRow"])(newValue[i]), Object(_sanitize_row__WEBPACK_IMPORTED_MODULE_9__["sanitizeRow"])(oldValue[i])); } } if (!equal) { this.clearSelected(); } }, selectable: function selectable(newValue) { this.clearSelected(); this.setSelectionHandlers(newValue); }, selectMode: function selectMode() { this.clearSelected(); }, hasSelectableRowClick: function hasSelectableRowClick(newValue) { this.clearSelected(); this.setSelectionHandlers(!newValue); }, selectedRows: function selectedRows(_selectedRows, oldValue) { var _this = this; if (this.isSelectable && !Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_6__["looseEqual"])(_selectedRows, oldValue)) { var items = []; // `.forEach()` skips over non-existent indices (on sparse arrays) _selectedRows.forEach(function (v, idx) { if (v) { items.push(_this.computedItems[idx]); } }); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_SELECTED"], items); } } }, beforeMount: function beforeMount() { // Set up handlers if needed if (this.isSelectable) { this.setSelectionHandlers(true); } }, methods: { // Public methods selectRow: function selectRow(index) { // Select a particular row (indexed based on computedItems) if (this.isSelectable && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isNumber"])(index) && index >= 0 && index < this.computedItems.length && !this.isRowSelected(index)) { var selectedRows = this.selectableIsMultiSelect ? this.selectedRows.slice() : []; selectedRows[index] = true; this.selectedLastClicked = -1; this.selectedRows = selectedRows; } }, unselectRow: function unselectRow(index) { // Un-select a particular row (indexed based on `computedItems`) if (this.isSelectable && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isNumber"])(index) && this.isRowSelected(index)) { var selectedRows = this.selectedRows.slice(); selectedRows[index] = false; this.selectedLastClicked = -1; this.selectedRows = selectedRows; } }, selectAllRows: function selectAllRows() { var length = this.computedItems.length; if (this.isSelectable && length > 0) { this.selectedLastClicked = -1; this.selectedRows = this.selectableIsMultiSelect ? Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["createArray"])(length, true) : [true]; } }, isRowSelected: function isRowSelected(index) { // Determine if a row is selected (indexed based on `computedItems`) return !!(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isNumber"])(index) && this.selectedRows[index]); }, clearSelected: function clearSelected() { // Clear any active selected row(s) this.selectedLastClicked = -1; this.selectedRows = []; }, // Internal private methods selectableRowClasses: function selectableRowClasses(index) { if (this.isSelectable && this.isRowSelected(index)) { var variant = this.selectedVariant; return _defineProperty({ 'b-table-row-selected': true }, "".concat(this.dark ? 'bg' : 'table', "-").concat(variant), variant); } return {}; }, selectableRowAttrs: function selectableRowAttrs(index) { return { 'aria-selected': !this.isSelectable ? null : this.isRowSelected(index) ? 'true' : 'false' }; }, setSelectionHandlers: function setSelectionHandlers(on) { var method = on && !this.noSelectOnClick ? '$on' : '$off'; // Handle row-clicked event this[method](_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_CLICKED"], this.selectionHandler); // Clear selection on filter, pagination, and sort changes this[method](_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_FILTERED"], this.clearSelected); this[method](_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_CONTEXT_CHANGED"], this.clearSelected); }, selectionHandler: function selectionHandler(item, index, event) { /* istanbul ignore if: should never happen */ if (!this.isSelectable || this.noSelectOnClick) { // Don't do anything if table is not in selectable mode this.clearSelected(); return; } var selectMode = this.selectMode, selectedLastRow = this.selectedLastRow; var selectedRows = this.selectedRows.slice(); var selected = !selectedRows[index]; // Note 'multi' mode needs no special event handling if (selectMode === 'single') { selectedRows = []; } else if (selectMode === 'range') { if (selectedLastRow > -1 && event.shiftKey) { // range for (var idx = Object(_utils_math__WEBPACK_IMPORTED_MODULE_7__["mathMin"])(selectedLastRow, index); idx <= Object(_utils_math__WEBPACK_IMPORTED_MODULE_7__["mathMax"])(selectedLastRow, index); idx++) { selectedRows[idx] = true; } selected = true; } else { if (!(event.ctrlKey || event.metaKey)) { // Clear range selection if any selectedRows = []; selected = true; } this.selectedLastRow = selected ? index : -1; } } selectedRows[index] = selected; this.selectedRows = selectedRows; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-sorting.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-sorting.js ***! \*********************************************************************************************************/ /*! exports provided: props, sortingMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sortingMixin", function() { return sortingMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_stable_sort__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/stable-sort */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stable-sort.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _default_sort_compare__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./default-sort-compare */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/default-sort-compare.js"); var _props, _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var MODEL_PROP_NAME_SORT_BY = 'sortBy'; var MODEL_EVENT_NAME_SORT_BY = _constants_events__WEBPACK_IMPORTED_MODULE_1__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_SORT_BY; var MODEL_PROP_NAME_SORT_DESC = 'sortDesc'; var MODEL_EVENT_NAME_SORT_DESC = _constants_events__WEBPACK_IMPORTED_MODULE_1__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_SORT_DESC; var SORT_DIRECTION_ASC = 'asc'; var SORT_DIRECTION_DESC = 'desc'; var SORT_DIRECTION_LAST = 'last'; var SORT_DIRECTIONS = [SORT_DIRECTION_ASC, SORT_DIRECTION_DESC, SORT_DIRECTION_LAST]; // --- Props --- var props = (_props = { labelSortAsc: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'Click to sort Ascending'), labelSortClear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'Click to clear sorting'), labelSortDesc: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'Click to sort Descending'), noFooterSorting: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), noLocalSorting: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Another prop that should have had a better name // It should be `noSortClear` (on non-sortable headers) // We will need to make sure the documentation is clear on what // this prop does (as well as in the code for future reference) noSortReset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) }, _defineProperty(_props, MODEL_PROP_NAME_SORT_BY, Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"])), _defineProperty(_props, "sortCompare", Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_FUNCTION"])), _defineProperty(_props, "sortCompareLocale", Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_STRING"])), _defineProperty(_props, "sortCompareOptions", Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"], { numeric: true })), _defineProperty(_props, MODEL_PROP_NAME_SORT_DESC, Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_props, "sortDirection", Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], SORT_DIRECTION_ASC, function (value) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(SORT_DIRECTIONS, value); })), _defineProperty(_props, "sortIconLeft", Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_props, "sortNullLast", Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false)), _props); // --- Mixin --- // @vue/component var sortingMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, data: function data() { return { localSortBy: this[MODEL_PROP_NAME_SORT_BY] || '', localSortDesc: this[MODEL_PROP_NAME_SORT_DESC] || false }; }, computed: { localSorting: function localSorting() { return this.hasProvider ? !!this.noProviderSorting : !this.noLocalSorting; }, isSortable: function isSortable() { return this.computedFields.some(function (f) { return f.sortable; }); }, // Sorts the filtered items and returns a new array of the sorted items // When not sorted, the original items array will be returned sortedItems: function sortedItems() { var sortBy = this.localSortBy, sortDesc = this.localSortDesc, locale = this.sortCompareLocale, nullLast = this.sortNullLast, sortCompare = this.sortCompare, localSorting = this.localSorting; var items = (this.filteredItems || this.localItems || []).slice(); var localeOptions = _objectSpread(_objectSpread({}, this.sortCompareOptions), {}, { usage: 'sort' }); if (sortBy && localSorting) { var field = this.computedFieldsObj[sortBy] || {}; var sortByFormatted = field.sortByFormatted; var formatter = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(sortByFormatted) ? /* istanbul ignore next */ sortByFormatted : sortByFormatted ? this.getFieldFormatter(sortBy) : undefined; // `stableSort` returns a new array, and leaves the original array intact return Object(_utils_stable_sort__WEBPACK_IMPORTED_MODULE_6__["stableSort"])(items, function (a, b) { var result = null; // Call user provided `sortCompare` routine first if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(sortCompare)) { // TODO: // Change the `sortCompare` signature to the one of `defaultSortCompare` // with the next major version bump result = sortCompare(a, b, sortBy, sortDesc, formatter, localeOptions, locale); } // Fallback to built-in `defaultSortCompare` if `sortCompare` // is not defined or returns `null`/`false` if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefinedOrNull"])(result) || result === false) { result = Object(_default_sort_compare__WEBPACK_IMPORTED_MODULE_8__["defaultSortCompare"])(a, b, { sortBy: sortBy, formatter: formatter, locale: locale, localeOptions: localeOptions, nullLast: nullLast }); } // Negate result if sorting in descending order return (result || 0) * (sortDesc ? -1 : 1); }); } return items; } }, watch: (_watch = { /* istanbul ignore next: pain in the butt to test */ isSortable: function isSortable(newValue) { if (newValue) { if (this.isSortable) { this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HEAD_CLICKED"], this.handleSort); } } else { this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HEAD_CLICKED"], this.handleSort); } } }, _defineProperty(_watch, MODEL_PROP_NAME_SORT_DESC, function (newValue) { /* istanbul ignore next */ if (newValue === this.localSortDesc) { return; } this.localSortDesc = newValue || false; }), _defineProperty(_watch, MODEL_PROP_NAME_SORT_BY, function (newValue) { /* istanbul ignore next */ if (newValue === this.localSortBy) { return; } this.localSortBy = newValue || ''; }), _defineProperty(_watch, "localSortDesc", function localSortDesc(newValue, oldValue) { // Emit update to sort-desc.sync if (newValue !== oldValue) { this.$emit(MODEL_EVENT_NAME_SORT_DESC, newValue); } }), _defineProperty(_watch, "localSortBy", function localSortBy(newValue, oldValue) { if (newValue !== oldValue) { this.$emit(MODEL_EVENT_NAME_SORT_BY, newValue); } }), _watch), created: function created() { if (this.isSortable) { this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HEAD_CLICKED"], this.handleSort); } }, methods: { // Handlers // Need to move from thead-mixin handleSort: function handleSort(key, field, event, isFoot) { var _this = this; if (!this.isSortable) { /* istanbul ignore next */ return; } if (isFoot && this.noFooterSorting) { return; } // TODO: make this tri-state sorting // cycle desc => asc => none => desc => ... var sortChanged = false; var toggleLocalSortDesc = function toggleLocalSortDesc() { var sortDirection = field.sortDirection || _this.sortDirection; if (sortDirection === SORT_DIRECTION_ASC) { _this.localSortDesc = false; } else if (sortDirection === SORT_DIRECTION_DESC) { _this.localSortDesc = true; } else {// sortDirection === 'last' // Leave at last sort direction from previous column } }; if (field.sortable) { var sortKey = !this.localSorting && field.sortKey ? field.sortKey : key; if (this.localSortBy === sortKey) { // Change sorting direction on current column this.localSortDesc = !this.localSortDesc; } else { // Start sorting this column ascending this.localSortBy = sortKey; // this.localSortDesc = false toggleLocalSortDesc(); } sortChanged = true; } else if (this.localSortBy && !this.noSortReset) { this.localSortBy = ''; toggleLocalSortDesc(); sortChanged = true; } if (sortChanged) { // Sorting parameters changed this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_SORT_CHANGED"], this.context); } }, // methods to compute classes and attrs for thead>th cells sortTheadThClasses: function sortTheadThClasses(key, field, isFoot) { return { // If sortable and sortIconLeft are true, then place sort icon on the left 'b-table-sort-icon-left': field.sortable && this.sortIconLeft && !(isFoot && this.noFooterSorting) }; }, sortTheadThAttrs: function sortTheadThAttrs(key, field, isFoot) { if (!this.isSortable || isFoot && this.noFooterSorting) { // No attributes if not a sortable table return {}; } var sortable = field.sortable; // Assemble the aria-sort attribute value var ariaSort = sortable && this.localSortBy === key ? this.localSortDesc ? 'descending' : 'ascending' : sortable ? 'none' : null; // Return the attribute return { 'aria-sort': ariaSort }; }, sortTheadThLabel: function sortTheadThLabel(key, field, isFoot) { // A label to be placed in an `.sr-only` element in the header cell if (!this.isSortable || isFoot && this.noFooterSorting) { // No label if not a sortable table return null; } var sortable = field.sortable; // The correctness of these labels is very important for screen-reader users. var labelSorting = ''; if (sortable) { if (this.localSortBy === key) { // currently sorted sortable column. labelSorting = this.localSortDesc ? this.labelSortAsc : this.labelSortDesc; } else { // Not currently sorted sortable column. // Not using nested ternary's here for clarity/readability // Default for ariaLabel labelSorting = this.localSortDesc ? this.labelSortDesc : this.labelSortAsc; // Handle sortDirection setting var sortDirection = this.sortDirection || field.sortDirection; if (sortDirection === SORT_DIRECTION_ASC) { labelSorting = this.labelSortAsc; } else if (sortDirection === SORT_DIRECTION_DESC) { labelSorting = this.labelSortDesc; } } } else if (!this.noSortReset) { // Non sortable column labelSorting = this.localSortBy ? this.labelSortClear : ''; } // Return the sr-only sort label or null if no label return Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["trim"])(labelSorting) || null; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-stacked.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-stacked.js ***! \*********************************************************************************************************/ /*! exports provided: props, stackedMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stackedMixin", function() { return stackedMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = { stacked: Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN_STRING"], false) }; // --- Mixin --- // @vue/component var stackedMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { isStacked: function isStacked() { var stacked = this.stacked; // `true` when always stacked, or returns breakpoint specified return stacked === '' ? true : stacked; }, isStackedAlways: function isStackedAlways() { return this.isStacked === true; }, stackedTableClasses: function stackedTableClasses() { var isStackedAlways = this.isStackedAlways; return _defineProperty({ 'b-table-stacked': isStackedAlways }, "b-table-stacked-".concat(this.stacked), !isStackedAlways && this.isStacked); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-table-renderer.js": /*!****************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-table-renderer.js ***! \****************************************************************************************************************/ /*! exports provided: props, tableRendererMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tableRendererMixin", function() { return tableRendererMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Main `<table>` render mixin // Includes all main table styling options // --- Props --- var props = { bordered: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), borderless: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), captionTop: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), dark: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), fixed: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), hover: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), noBorderCollapse: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), outlined: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), responsive: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN_STRING"], false), small: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), // If a string, it is assumed to be the table `max-height` value stickyHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN_STRING"], false), striped: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), tableClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_ARRAY_OBJECT_STRING"]), tableVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]) }; // --- Mixin --- // @vue/component var tableRendererMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_6__["attrsMixin"]], provide: function provide() { return { bvTable: this }; }, // Don't place attributes on root element automatically, // as table could be wrapped in responsive `<div>` inheritAttrs: false, props: props, computed: { // Layout related computed props isResponsive: function isResponsive() { var responsive = this.responsive; return responsive === '' ? true : responsive; }, isStickyHeader: function isStickyHeader() { var stickyHeader = this.stickyHeader; stickyHeader = stickyHeader === '' ? true : stickyHeader; return this.isStacked ? false : stickyHeader; }, wrapperClasses: function wrapperClasses() { var isResponsive = this.isResponsive; return [this.isStickyHeader ? 'b-table-sticky-header' : '', isResponsive === true ? 'table-responsive' : isResponsive ? "table-responsive-".concat(this.responsive) : ''].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_2__["identity"]); }, wrapperStyles: function wrapperStyles() { var isStickyHeader = this.isStickyHeader; return isStickyHeader && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isBoolean"])(isStickyHeader) ? { maxHeight: isStickyHeader } : {}; }, tableClasses: function tableClasses() { var hover = this.hover, tableVariant = this.tableVariant; hover = this.isTableSimple ? hover : hover && this.computedItems.length > 0 && !this.computedBusy; return [// User supplied classes this.tableClass, // Styling classes { 'table-striped': this.striped, 'table-hover': hover, 'table-dark': this.dark, 'table-bordered': this.bordered, 'table-borderless': this.borderless, 'table-sm': this.small, // The following are b-table custom styles border: this.outlined, 'b-table-fixed': this.fixed, 'b-table-caption-top': this.captionTop, 'b-table-no-border-collapse': this.noBorderCollapse }, tableVariant ? "".concat(this.dark ? 'bg' : 'table', "-").concat(tableVariant) : '', // Stacked table classes this.stackedTableClasses, // Selectable classes this.selectableTableClasses]; }, tableAttrs: function tableAttrs() { var items = this.computedItems, filteredItems = this.filteredItems, fields = this.computedFields, selectableTableAttrs = this.selectableTableAttrs; var ariaAttrs = this.isTableSimple ? {} : { 'aria-busy': this.computedBusy ? 'true' : 'false', 'aria-colcount': Object(_utils_string__WEBPACK_IMPORTED_MODULE_5__["toString"])(fields.length), // Preserve user supplied `aria-describedby`, if provided 'aria-describedby': this.bvAttrs['aria-describedby'] || this.$refs.caption ? this.captionId : null }; var rowCount = items && filteredItems && filteredItems.length > items.length ? Object(_utils_string__WEBPACK_IMPORTED_MODULE_5__["toString"])(filteredItems.length) : null; return _objectSpread(_objectSpread(_objectSpread({ // We set `aria-rowcount` before merging in `$attrs`, // in case user has supplied their own 'aria-rowcount': rowCount }, this.bvAttrs), {}, { // Now we can override any `$attrs` here id: this.safeId(), role: 'table' }, ariaAttrs), selectableTableAttrs); } }, render: function render(h) { var wrapperClasses = this.wrapperClasses, renderCaption = this.renderCaption, renderColgroup = this.renderColgroup, renderThead = this.renderThead, renderTbody = this.renderTbody, renderTfoot = this.renderTfoot; var $content = []; if (this.isTableSimple) { $content.push(this.normalizeSlot()); } else { // Build the `<caption>` (from caption mixin) $content.push(renderCaption ? renderCaption() : null); // Build the `<colgroup>` $content.push(renderColgroup ? renderColgroup() : null); // Build the `<thead>` $content.push(renderThead ? renderThead() : null); // Build the `<tbody>` $content.push(renderTbody ? renderTbody() : null); // Build the `<tfoot>` $content.push(renderTfoot ? renderTfoot() : null); } // Assemble `<table>` var $table = h('table', { staticClass: 'table b-table', class: this.tableClasses, attrs: this.tableAttrs, key: 'b-table' }, $content.filter(_utils_identity__WEBPACK_IMPORTED_MODULE_2__["identity"])); // Add responsive/sticky wrapper if needed and return table return wrapperClasses.length > 0 ? h('div', { class: wrapperClasses, style: this.wrapperStyles, key: 'wrap' }, [$table]) : $table; } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody-row.js": /*!***********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody-row.js ***! \***********************************************************************************************************/ /*! exports provided: props, tbodyRowMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tbodyRowMixin", function() { return tbodyRowMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_get__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/get */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); /* harmony import */ var _td__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../td */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js"); /* harmony import */ var _th__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../th */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/th.js"); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./constants */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/constants.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } // --- Props --- var props = { detailsTdClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), tbodyTrAttr: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT_FUNCTION"]), tbodyTrClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])([].concat(_toConsumableArray(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ARRAY_OBJECT_STRING"]), [_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_FUNCTION"]])) }; // --- Mixin --- // @vue/component var tbodyRowMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, methods: { // Methods for computing classes, attributes and styles for table cells getTdValues: function getTdValues(item, key, tdValue, defaultValue) { var $parent = this.$parent; if (tdValue) { var value = Object(_utils_get__WEBPACK_IMPORTED_MODULE_4__["get"])(item, key, ''); if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(tdValue)) { return tdValue(value, key, item); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(tdValue) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])($parent[tdValue])) { return $parent[tdValue](value, key, item); } return tdValue; } return defaultValue; }, getThValues: function getThValues(item, key, thValue, type, defaultValue) { var $parent = this.$parent; if (thValue) { var value = Object(_utils_get__WEBPACK_IMPORTED_MODULE_4__["get"])(item, key, ''); if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(thValue)) { return thValue(value, key, item, type); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(thValue) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])($parent[thValue])) { return $parent[thValue](value, key, item, type); } return thValue; } return defaultValue; }, // Method to get the value for a field getFormattedValue: function getFormattedValue(item, field) { var key = field.key; var formatter = this.getFieldFormatter(key); var value = Object(_utils_get__WEBPACK_IMPORTED_MODULE_4__["get"])(item, key, null); if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(formatter)) { value = formatter(value, key, item); } return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isUndefinedOrNull"])(value) ? '' : value; }, // Factory function methods toggleDetailsFactory: function toggleDetailsFactory(hasDetailsSlot, item) { var _this = this; // Returns a function to toggle a row's details slot return function () { if (hasDetailsSlot) { _this.$set(item, _constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_SHOW_DETAILS"], !item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_SHOW_DETAILS"]]); } }; }, // Row event handlers rowHovered: function rowHovered(event) { // `mouseenter` handler (non-bubbling) // `this.tbodyRowEvtStopped` from tbody mixin if (!this.tbodyRowEvtStopped(event)) { // `this.emitTbodyRowEvent` from tbody mixin this.emitTbodyRowEvent(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_HOVERED"], event); } }, rowUnhovered: function rowUnhovered(event) { // `mouseleave` handler (non-bubbling) // `this.tbodyRowEvtStopped` from tbody mixin if (!this.tbodyRowEvtStopped(event)) { // `this.emitTbodyRowEvent` from tbody mixin this.emitTbodyRowEvent(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_UNHOVERED"], event); } }, // Renders a TD or TH for a row's field renderTbodyRowCell: function renderTbodyRowCell(field, colIndex, item, rowIndex) { var _this2 = this; var isStacked = this.isStacked; var key = field.key, label = field.label, isRowHeader = field.isRowHeader; var h = this.$createElement; var hasDetailsSlot = this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_ROW_DETAILS"]); var formatted = this.getFormattedValue(item, field); var stickyColumn = !isStacked && (this.isResponsive || this.stickyHeader) && field.stickyColumn; // We only uses the helper components for sticky columns to // improve performance of BTable/BTableLite by reducing the // total number of vue instances created during render var cellTag = stickyColumn ? isRowHeader ? _th__WEBPACK_IMPORTED_MODULE_10__["BTh"] : _td__WEBPACK_IMPORTED_MODULE_9__["BTd"] : isRowHeader ? 'th' : 'td'; var cellVariant = item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_CELL_VARIANT"]] && item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_CELL_VARIANT"]][key] ? item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_CELL_VARIANT"]][key] : field.variant || null; var data = { // For the Vue key, we concatenate the column index and // field key (as field keys could be duplicated) // TODO: Although we do prevent duplicate field keys... // So we could change this to: `row-${rowIndex}-cell-${key}` class: [field.class ? field.class : '', this.getTdValues(item, key, field.tdClass, '')], props: {}, attrs: _objectSpread({ 'aria-colindex': String(colIndex + 1) }, isRowHeader ? this.getThValues(item, key, field.thAttr, 'row', {}) : this.getTdValues(item, key, field.tdAttr, {})), key: "row-".concat(rowIndex, "-cell-").concat(colIndex, "-").concat(key) }; if (stickyColumn) { // We are using the helper BTd or BTh data.props = { stackedHeading: isStacked ? label : null, stickyColumn: true, variant: cellVariant }; } else { // Using native TD or TH element, so we need to // add in the attributes and variant class data.attrs['data-label'] = isStacked && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isUndefinedOrNull"])(label) ? Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["toString"])(label) : null; data.attrs.role = isRowHeader ? 'rowheader' : 'cell'; data.attrs.scope = isRowHeader ? 'row' : null; // Add in the variant class if (cellVariant) { data.class.push("".concat(this.dark ? 'bg' : 'table', "-").concat(cellVariant)); } } var slotScope = { item: item, index: rowIndex, field: field, unformatted: Object(_utils_get__WEBPACK_IMPORTED_MODULE_4__["get"])(item, key, ''), value: formatted, toggleDetails: this.toggleDetailsFactory(hasDetailsSlot, item), detailsShowing: Boolean(item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_SHOW_DETAILS"]]) }; // If table supports selectable mode, then add in the following scope // this.supportsSelectableRows will be undefined if mixin isn't loaded if (this.supportsSelectableRows) { slotScope.rowSelected = this.isRowSelected(rowIndex); slotScope.selectRow = function () { return _this2.selectRow(rowIndex); }; slotScope.unselectRow = function () { return _this2.unselectRow(rowIndex); }; } // The new `v-slot` syntax doesn't like a slot name starting with // a square bracket and if using in-document HTML templates, the // v-slot attributes are lower-cased by the browser. // Switched to round bracket syntax to prevent confusion with // dynamic slot name syntax. // We look for slots in this order: `cell(${key})`, `cell(${key.toLowerCase()})`, 'cell()' // Slot names are now cached by mixin tbody in `this.$_bodyFieldSlotNameCache` // Will be `null` if no slot (or fallback slot) exists var slotName = this.$_bodyFieldSlotNameCache[key]; var $childNodes = slotName ? this.normalizeSlot(slotName, slotScope) : Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["toString"])(formatted); if (this.isStacked) { // We wrap in a DIV to ensure rendered as a single cell when visually stacked! $childNodes = [h('div', [$childNodes])]; } // Render either a td or th cell return h(cellTag, data, [$childNodes]); }, // Renders an item's row (or rows if details supported) renderTbodyRow: function renderTbodyRow(item, rowIndex) { var _this3 = this; var fields = this.computedFields, striped = this.striped, primaryKey = this.primaryKey, currentPage = this.currentPage, perPage = this.perPage, tbodyTrClass = this.tbodyTrClass, tbodyTrAttr = this.tbodyTrAttr; var h = this.$createElement; var hasDetailsSlot = this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_ROW_DETAILS"]); var rowShowDetails = item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_SHOW_DETAILS"]] && hasDetailsSlot; var hasRowClickHandler = this.$listeners[_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_CLICKED"]] || this.hasSelectableRowClick; // We can return more than one TR if rowDetails enabled var $rows = []; // Details ID needed for `aria-details` when details showing // We set it to `null` when not showing so that attribute // does not appear on the element var detailsId = rowShowDetails ? this.safeId("_details_".concat(rowIndex, "_")) : null; // For each item data field in row var $tds = fields.map(function (field, colIndex) { return _this3.renderTbodyRowCell(field, colIndex, item, rowIndex); }); // Calculate the row number in the dataset (indexed from 1) var ariaRowIndex = null; if (currentPage && perPage && perPage > 0) { ariaRowIndex = String((currentPage - 1) * perPage + rowIndex + 1); } // Create a unique :key to help ensure that sub components are re-rendered rather than // re-used, which can cause issues. If a primary key is not provided we use the rendered // rows index within the tbody. // See: https://github.com/bootstrap-vue/bootstrap-vue/issues/2410 var primaryKeyValue = Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["toString"])(Object(_utils_get__WEBPACK_IMPORTED_MODULE_4__["get"])(item, primaryKey)) || null; var rowKey = primaryKeyValue || Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["toString"])(rowIndex); // If primary key is provided, use it to generate a unique ID on each tbody > tr // In the format of '{tableId}__row_{primaryKeyValue}' var rowId = primaryKeyValue ? this.safeId("_row_".concat(primaryKeyValue)) : null; // Selectable classes and attributes var selectableClasses = this.selectableRowClasses ? this.selectableRowClasses(rowIndex) : {}; var selectableAttrs = this.selectableRowAttrs ? this.selectableRowAttrs(rowIndex) : {}; // Additional classes and attributes var userTrClasses = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(tbodyTrClass) ? tbodyTrClass(item, 'row') : tbodyTrClass; var userTrAttrs = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(tbodyTrAttr) ? /* istanbul ignore next */ tbodyTrAttr(item, 'row') : tbodyTrAttr; // Add the item row $rows.push(h(_tr__WEBPACK_IMPORTED_MODULE_8__["BTr"], { class: [userTrClasses, selectableClasses, rowShowDetails ? 'b-table-has-details' : ''], props: { variant: item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_ROW_VARIANT"]] || null }, attrs: _objectSpread(_objectSpread({ id: rowId }, userTrAttrs), {}, { // Users cannot override the following attributes tabindex: hasRowClickHandler ? '0' : null, 'data-pk': primaryKeyValue || null, 'aria-details': detailsId, 'aria-owns': detailsId, 'aria-rowindex': ariaRowIndex }, selectableAttrs), on: { // Note: These events are not A11Y friendly! mouseenter: this.rowHovered, mouseleave: this.rowUnhovered }, key: "__b-table-row-".concat(rowKey, "__"), ref: 'item-rows', refInFor: true }, $tds)); // Row Details slot if (rowShowDetails) { var detailsScope = { item: item, index: rowIndex, fields: fields, toggleDetails: this.toggleDetailsFactory(hasDetailsSlot, item) }; // If table supports selectable mode, then add in the following scope // this.supportsSelectableRows will be undefined if mixin isn't loaded if (this.supportsSelectableRows) { detailsScope.rowSelected = this.isRowSelected(rowIndex); detailsScope.selectRow = function () { return _this3.selectRow(rowIndex); }; detailsScope.unselectRow = function () { return _this3.unselectRow(rowIndex); }; } // Render the details slot in a TD var $details = h(_td__WEBPACK_IMPORTED_MODULE_9__["BTd"], { props: { colspan: fields.length }, class: this.detailsTdClass }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_ROW_DETAILS"], detailsScope)]); // Add a hidden row to keep table row striping consistent when details showing // Only added if the table is striped if (striped) { $rows.push( // We don't use `BTr` here as we don't need the extra functionality h('tr', { staticClass: 'd-none', attrs: { 'aria-hidden': 'true', role: 'presentation' }, key: "__b-table-details-stripe__".concat(rowKey) })); } // Add the actual details row var userDetailsTrClasses = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(this.tbodyTrClass) ? /* istanbul ignore next */ this.tbodyTrClass(item, _constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_ROW_DETAILS"]) : this.tbodyTrClass; var userDetailsTrAttrs = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(this.tbodyTrAttr) ? /* istanbul ignore next */ this.tbodyTrAttr(item, _constants_slots__WEBPACK_IMPORTED_MODULE_3__["SLOT_NAME_ROW_DETAILS"]) : this.tbodyTrAttr; $rows.push(h(_tr__WEBPACK_IMPORTED_MODULE_8__["BTr"], { staticClass: 'b-table-details', class: [userDetailsTrClasses], props: { variant: item[_constants__WEBPACK_IMPORTED_MODULE_11__["FIELD_KEY_ROW_VARIANT"]] || null }, attrs: _objectSpread(_objectSpread({}, userDetailsTrAttrs), {}, { // Users cannot override the following attributes id: detailsId, tabindex: '-1' }), key: "__b-table-details__".concat(rowKey) }, [$details])); } else if (hasDetailsSlot) { // Only add the placeholder if a the table has a row-details slot defined (but not shown) $rows.push(h()); if (striped) { // Add extra placeholder if table is striped $rows.push(h()); } } // Return the row(s) return $rows; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody.js ***! \*******************************************************************************************************/ /*! exports provided: props, tbodyMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tbodyMixin", function() { return tbodyMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _tbody__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../tbody */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tbody.js"); /* harmony import */ var _filter_event__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./filter-event */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/filter-event.js"); /* harmony import */ var _text_selection_active__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./text-selection-active */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/text-selection-active.js"); /* harmony import */ var _mixin_tbody_row__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./mixin-tbody-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody-row.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- var getCellSlotName = function getCellSlotName(value) { return "cell(".concat(value || '', ")"); }; // --- Props --- var props = Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _tbody__WEBPACK_IMPORTED_MODULE_9__["props"]), _mixin_tbody_row__WEBPACK_IMPORTED_MODULE_12__["props"]), {}, { tbodyClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]) })); // --- Mixin --- // @vue/component var tbodyMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [_mixin_tbody_row__WEBPACK_IMPORTED_MODULE_12__["tbodyRowMixin"]], props: props, beforeDestroy: function beforeDestroy() { this.$_bodyFieldSlotNameCache = null; }, methods: { // Returns all the item TR elements (excludes detail and spacer rows) // `this.$refs['item-rows']` is an array of item TR components/elements // Rows should all be `<b-tr>` components, but we map to TR elements // Also note that `this.$refs['item-rows']` may not always be in document order getTbodyTrs: function getTbodyTrs() { var $refs = this.$refs; var tbody = $refs.tbody ? $refs.tbody.$el || $refs.tbody : null; var trs = ($refs['item-rows'] || []).map(function (tr) { return tr.$el || tr; }); return tbody && tbody.children && tbody.children.length > 0 && trs && trs.length > 0 ? Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["from"])(tbody.children).filter(function (tr) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["arrayIncludes"])(trs, tr); }) : /* istanbul ignore next */ []; }, // Returns index of a particular TBODY item TR // We set `true` on closest to include self in result getTbodyTrIndex: function getTbodyTrIndex(el) { /* istanbul ignore next: should not normally happen */ if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["isElement"])(el)) { return -1; } var tr = el.tagName === 'TR' ? el : Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["closest"])('tr', el, true); return tr ? this.getTbodyTrs().indexOf(tr) : -1; }, // Emits a row event, with the item object, row index and original event emitTbodyRowEvent: function emitTbodyRowEvent(type, event) { if (type && this.hasListener(type) && event && event.target) { var rowIndex = this.getTbodyTrIndex(event.target); if (rowIndex > -1) { // The array of TRs correlate to the `computedItems` array var item = this.computedItems[rowIndex]; this.$emit(type, item, rowIndex, event); } } }, tbodyRowEvtStopped: function tbodyRowEvtStopped(event) { return this.stopIfBusy && this.stopIfBusy(event); }, // Delegated row event handlers onTbodyRowKeydown: function onTbodyRowKeydown(event) { // Keyboard navigation and row click emulation var target = event.target, keyCode = event.keyCode; if (this.tbodyRowEvtStopped(event) || target.tagName !== 'TR' || !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["isActiveElement"])(target) || target.tabIndex !== 0) { // Early exit if not an item row TR return; } if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["arrayIncludes"])([_constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_ENTER"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_SPACE"]], keyCode)) { // Emulated click for keyboard users, transfer to click handler Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["stopEvent"])(event); this.onTBodyRowClicked(event); } else if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_4__["arrayIncludes"])([_constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_UP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_DOWN"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_HOME"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_END"]], keyCode)) { // Keyboard navigation var rowIndex = this.getTbodyTrIndex(target); if (rowIndex > -1) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["stopEvent"])(event); var trs = this.getTbodyTrs(); var shift = event.shiftKey; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_HOME"] || shift && keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_UP"]) { // Focus first row Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(trs[0]); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_END"] || shift && keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_DOWN"]) { // Focus last row Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(trs[trs.length - 1]); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_UP"] && rowIndex > 0) { // Focus previous row Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(trs[rowIndex - 1]); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_DOWN"] && rowIndex < trs.length - 1) { // Focus next row Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["attemptFocus"])(trs[rowIndex + 1]); } } } }, onTBodyRowClicked: function onTBodyRowClicked(event) { // Don't emit event when the table is busy, the user clicked // on a non-disabled control or is selecting text if (this.tbodyRowEvtStopped(event) || Object(_filter_event__WEBPACK_IMPORTED_MODULE_10__["filterEvent"])(event) || Object(_text_selection_active__WEBPACK_IMPORTED_MODULE_11__["textSelectionActive"])(this.$el)) { return; } this.emitTbodyRowEvent(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_CLICKED"], event); }, onTbodyRowMiddleMouseRowClicked: function onTbodyRowMiddleMouseRowClicked(event) { if (!this.tbodyRowEvtStopped(event) && event.which === 2) { this.emitTbodyRowEvent(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_MIDDLE_CLICKED"], event); } }, onTbodyRowContextmenu: function onTbodyRowContextmenu(event) { if (!this.tbodyRowEvtStopped(event)) { this.emitTbodyRowEvent(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_CONTEXTMENU"], event); } }, onTbodyRowDblClicked: function onTbodyRowDblClicked(event) { if (!this.tbodyRowEvtStopped(event) && !Object(_filter_event__WEBPACK_IMPORTED_MODULE_10__["filterEvent"])(event)) { this.emitTbodyRowEvent(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_DBLCLICKED"], event); } }, // Render the tbody element and children // Note: // Row hover handlers are handled by the tbody-row mixin // As mouseenter/mouseleave events do not bubble renderTbody: function renderTbody() { var _this = this; var items = this.computedItems, renderBusy = this.renderBusy, renderTopRow = this.renderTopRow, renderEmpty = this.renderEmpty, renderBottomRow = this.renderBottomRow; var h = this.$createElement; var hasRowClickHandler = this.hasListener(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_ROW_CLICKED"]) || this.hasSelectableRowClick; // Prepare the tbody rows var $rows = []; // Add the item data rows or the busy slot var $busy = renderBusy ? renderBusy() : null; if ($busy) { // If table is busy and a busy slot, then return only the busy "row" indicator $rows.push($busy); } else { // Table isn't busy, or we don't have a busy slot // Create a slot cache for improved performance when looking up cell slot names // Values will be keyed by the field's `key` and will store the slot's name // Slots could be dynamic (i.e. `v-if`), so we must compute on each render // Used by tbody-row mixin render helper var cache = {}; var defaultSlotName = getCellSlotName(); defaultSlotName = this.hasNormalizedSlot(defaultSlotName) ? defaultSlotName : null; this.computedFields.forEach(function (field) { var key = field.key; var slotName = getCellSlotName(key); var lowercaseSlotName = getCellSlotName(key.toLowerCase()); cache[key] = _this.hasNormalizedSlot(slotName) ? slotName : _this.hasNormalizedSlot(lowercaseSlotName) ? /* istanbul ignore next */ lowercaseSlotName : defaultSlotName; }); // Created as a non-reactive property so to not trigger component updates // Must be a fresh object each render this.$_bodyFieldSlotNameCache = cache; // Add static top row slot (hidden in visibly stacked mode // as we can't control `data-label` attr) $rows.push(renderTopRow ? renderTopRow() : h()); // Render the rows items.forEach(function (item, rowIndex) { // Render the individual item row (rows if details slot) $rows.push(_this.renderTbodyRow(item, rowIndex)); }); // Empty items / empty filtered row slot (only shows if `items.length < 1`) $rows.push(renderEmpty ? renderEmpty() : h()); // Static bottom row slot (hidden in visibly stacked mode // as we can't control `data-label` attr) $rows.push(renderBottomRow ? renderBottomRow() : h()); } // Note: these events will only emit if a listener is registered var handlers = { auxclick: this.onTbodyRowMiddleMouseRowClicked, // TODO: // Perhaps we do want to automatically prevent the // default context menu from showing if there is a // `row-contextmenu` listener registered contextmenu: this.onTbodyRowContextmenu, // The following event(s) is not considered A11Y friendly dblclick: this.onTbodyRowDblClicked // Hover events (`mouseenter`/`mouseleave`) are handled by `tbody-row` mixin }; // Add in click/keydown listeners if needed if (hasRowClickHandler) { handlers.click = this.onTBodyRowClicked; handlers.keydown = this.onTbodyRowKeydown; } // Assemble rows into the tbody var $tbody = h(_tbody__WEBPACK_IMPORTED_MODULE_9__["BTbody"], { class: this.tbodyClass || null, props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["pluckProps"])(_tbody__WEBPACK_IMPORTED_MODULE_9__["props"], this.$props), // BTbody transfers all native event listeners to the root element // TODO: Only set the handlers if the table is not busy on: handlers, ref: 'tbody' }, $rows); // Return the assembled tbody return $tbody; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tfoot.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tfoot.js ***! \*******************************************************************************************************/ /*! exports provided: props, tfootMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "tfootMixin", function() { return tfootMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _tfoot__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../tfoot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tfoot.js"); // --- Props --- var props = { footClone: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), // Any Bootstrap theme variant (or custom) // Falls back to `headRowVariant` footRowVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), // 'dark', 'light', or `null` (or custom) footVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), tfootClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_ARRAY_OBJECT_STRING"]), tfootTrClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_ARRAY_OBJECT_STRING"]) }; // --- Mixin --- // @vue/component var tfootMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, methods: { renderTFootCustom: function renderTFootCustom() { var h = this.$createElement; if (this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_CUSTOM_FOOT"])) { return h(_tfoot__WEBPACK_IMPORTED_MODULE_4__["BTfoot"], { class: this.tfootClass || null, props: { footVariant: this.footVariant || this.headVariant || null }, key: 'bv-tfoot-custom' }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_CUSTOM_FOOT"], { items: this.computedItems.slice(), fields: this.computedFields.slice(), columns: this.computedFields.length })); } return h(); }, renderTfoot: function renderTfoot() { // Passing true to renderThead will make it render a tfoot return this.footClone ? this.renderThead(true) : this.renderTFootCustom(); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-thead.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-thead.js ***! \*******************************************************************************************************/ /*! exports provided: props, theadMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "theadMixin", function() { return theadMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_noop__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/noop */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/noop.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _thead__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../thead */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/thead.js"); /* harmony import */ var _tfoot__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../tfoot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tfoot.js"); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); /* harmony import */ var _th__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../th */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/th.js"); /* harmony import */ var _filter_event__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./filter-event */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/filter-event.js"); /* harmony import */ var _text_selection_active__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./text-selection-active */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/text-selection-active.js"); function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- var getHeadSlotName = function getHeadSlotName(value) { return "head(".concat(value || '', ")"); }; var getFootSlotName = function getFootSlotName(value) { return "foot(".concat(value || '', ")"); }; // --- Props --- var props = { // Any Bootstrap theme variant (or custom) headRowVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), // 'light', 'dark' or `null` (or custom) headVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), theadClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), theadTrClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]) }; // --- Mixin --- // @vue/component var theadMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, methods: { fieldClasses: function fieldClasses(field) { // Header field (<th>) classes return [field.class ? field.class : '', field.thClass ? field.thClass : '']; }, headClicked: function headClicked(event, field, isFoot) { if (this.stopIfBusy && this.stopIfBusy(event)) { // If table is busy (via provider) then don't propagate return; } else if (Object(_filter_event__WEBPACK_IMPORTED_MODULE_16__["filterEvent"])(event)) { // Clicked on a non-disabled control so ignore return; } else if (Object(_text_selection_active__WEBPACK_IMPORTED_MODULE_17__["textSelectionActive"])(this.$el)) { // User is selecting text, so ignore /* istanbul ignore next: JSDOM doesn't support getSelection() */ return; } Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["stopEvent"])(event); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HEAD_CLICKED"], field.key, field, event, isFoot); }, renderThead: function renderThead() { var _this = this; var isFoot = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; var fields = this.computedFields, isSortable = this.isSortable, isSelectable = this.isSelectable, headVariant = this.headVariant, footVariant = this.footVariant, headRowVariant = this.headRowVariant, footRowVariant = this.footRowVariant; var h = this.$createElement; // In always stacked mode, we don't bother rendering the head/foot // Or if no field headings (empty table) if (this.isStackedAlways || fields.length === 0) { return h(); } var hasHeadClickListener = isSortable || this.hasListener(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HEAD_CLICKED"]); // Reference to `selectAllRows` and `clearSelected()`, if table is selectable var selectAllRows = isSelectable ? this.selectAllRows : _utils_noop__WEBPACK_IMPORTED_MODULE_9__["noop"]; var clearSelected = isSelectable ? this.clearSelected : _utils_noop__WEBPACK_IMPORTED_MODULE_9__["noop"]; // Helper function to generate a field <th> cell var makeCell = function makeCell(field, colIndex) { var label = field.label, labelHtml = field.labelHtml, variant = field.variant, stickyColumn = field.stickyColumn, key = field.key; var ariaLabel = null; if (!field.label.trim() && !field.headerTitle) { // In case field's label and title are empty/blank // We need to add a hint about what the column is about for non-sighted users /* istanbul ignore next */ ariaLabel = Object(_utils_string__WEBPACK_IMPORTED_MODULE_11__["startCase"])(field.key); } var on = {}; if (hasHeadClickListener) { on.click = function (event) { _this.headClicked(event, field, isFoot); }; on.keydown = function (event) { var keyCode = event.keyCode; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_ENTER"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_SPACE"]) { _this.headClicked(event, field, isFoot); } }; } var sortAttrs = isSortable ? _this.sortTheadThAttrs(key, field, isFoot) : {}; var sortClass = isSortable ? _this.sortTheadThClasses(key, field, isFoot) : null; var sortLabel = isSortable ? _this.sortTheadThLabel(key, field, isFoot) : null; var data = { class: [_this.fieldClasses(field), sortClass], props: { variant: variant, stickyColumn: stickyColumn }, style: field.thStyle || {}, attrs: _objectSpread(_objectSpread({ // We only add a `tabindex` of `0` if there is a head-clicked listener // and the current field is sortable tabindex: hasHeadClickListener && field.sortable ? '0' : null, abbr: field.headerAbbr || null, title: field.headerTitle || null, 'aria-colindex': colIndex + 1, 'aria-label': ariaLabel }, _this.getThValues(null, key, field.thAttr, isFoot ? 'foot' : 'head', {})), sortAttrs), on: on, key: key }; // Handle edge case where in-document templates are used with new // `v-slot:name` syntax where the browser lower-cases the v-slot's // name (attributes become lower cased when parsed by the browser) // We have replaced the square bracket syntax with round brackets // to prevent confusion with dynamic slot names var slotNames = [getHeadSlotName(key), getHeadSlotName(key.toLowerCase()), getHeadSlotName()]; // Footer will fallback to header slot names if (isFoot) { slotNames = [getFootSlotName(key), getFootSlotName(key.toLowerCase()), getFootSlotName()].concat(_toConsumableArray(slotNames)); } var scope = { label: label, column: key, field: field, isFoot: isFoot, // Add in row select methods selectAllRows: selectAllRows, clearSelected: clearSelected }; var $content = _this.normalizeSlot(slotNames, scope) || h('div', { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_6__["htmlOrText"])(labelHtml, label) }); var $srLabel = sortLabel ? h('span', { staticClass: 'sr-only' }, " (".concat(sortLabel, ")")) : null; // Return the header cell return h(_th__WEBPACK_IMPORTED_MODULE_15__["BTh"], data, [$content, $srLabel].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"])); }; // Generate the array of <th> cells var $cells = fields.map(makeCell).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"]); // Generate the row(s) var $trs = []; if (isFoot) { $trs.push(h(_tr__WEBPACK_IMPORTED_MODULE_14__["BTr"], { class: this.tfootTrClass, props: { variant: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isUndefinedOrNull"])(footRowVariant) ? headRowVariant : /* istanbul ignore next */ footRowVariant } }, $cells)); } else { var scope = { columns: fields.length, fields: fields, // Add in row select methods selectAllRows: selectAllRows, clearSelected: clearSelected }; $trs.push(this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_THEAD_TOP"], scope) || h()); $trs.push(h(_tr__WEBPACK_IMPORTED_MODULE_14__["BTr"], { class: this.theadTrClass, props: { variant: headRowVariant } }, $cells)); } return h(isFoot ? _tfoot__WEBPACK_IMPORTED_MODULE_13__["BTfoot"] : _thead__WEBPACK_IMPORTED_MODULE_12__["BThead"], { class: (isFoot ? this.tfootClass : this.theadClass) || null, props: isFoot ? { footVariant: footVariant || headVariant || null } : { headVariant: headVariant || null }, key: isFoot ? 'bv-tfoot' : 'bv-thead' }, $trs); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-top-row.js": /*!*********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-top-row.js ***! \*********************************************************************************************************/ /*! exports provided: props, topRowMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "topRowMixin", function() { return topRowMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); // --- Props --- var props = {}; // --- Mixin --- // @vue/component var topRowMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ methods: { renderTopRow: function renderTopRow() { var fields = this.computedFields, stacked = this.stacked, tbodyTrClass = this.tbodyTrClass, tbodyTrAttr = this.tbodyTrAttr; var h = this.$createElement; // Add static Top Row slot (hidden in visibly stacked mode as we can't control the data-label) // If in *always* stacked mode, we don't bother rendering the row if (!this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_TOP_ROW"]) || stacked === true || stacked === '') { return h(); } return h(_tr__WEBPACK_IMPORTED_MODULE_3__["BTr"], { staticClass: 'b-table-top-row', class: [Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(tbodyTrClass) ? tbodyTrClass(null, 'row-top') : tbodyTrClass], attrs: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(tbodyTrAttr) ? tbodyTrAttr(null, 'row-top') : tbodyTrAttr, key: 'b-top-row' }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_TOP_ROW"], { columns: fields.length, fields: fields })]); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/normalize-fields.js": /*!************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/normalize-fields.js ***! \************************************************************************************************************/ /*! exports provided: normalizeFields */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "normalizeFields", function() { return normalizeFields; }); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./constants */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/constants.js"); // Private function to massage field entry into common object format var processField = function processField(key, value) { var field = null; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(value)) { // Label shortcut field = { key: key, label: value }; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isFunction"])(value)) { // Formatter shortcut field = { key: key, formatter: value }; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isObject"])(value)) { field = Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["clone"])(value); field.key = field.key || key; } else if (value !== false) { // Fallback to just key /* istanbul ignore next */ field = { key: key }; } return field; }; // We normalize fields into an array of objects // [ { key:..., label:..., ...}, {...}, ..., {..}] var normalizeFields = function normalizeFields(origFields, items) { var fields = []; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(origFields)) { // Normalize array Form origFields.filter(_utils_identity__WEBPACK_IMPORTED_MODULE_0__["identity"]).forEach(function (f) { if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(f)) { fields.push({ key: f, label: Object(_utils_string__WEBPACK_IMPORTED_MODULE_3__["startCase"])(f) }); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isObject"])(f) && f.key && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(f.key)) { // Full object definition. We use assign so that we don't mutate the original fields.push(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["clone"])(f)); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isObject"])(f) && Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["keys"])(f).length === 1) { // Shortcut object (i.e. { 'foo_bar': 'This is Foo Bar' } var key = Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["keys"])(f)[0]; var field = processField(key, f[key]); if (field) { fields.push(field); } } }); } // If no field provided, take a sample from first record (if exits) if (fields.length === 0 && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(items) && items.length > 0) { var sample = items[0]; Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["keys"])(sample).forEach(function (k) { if (!_constants__WEBPACK_IMPORTED_MODULE_4__["IGNORED_FIELD_KEYS"][k]) { fields.push({ key: k, label: Object(_utils_string__WEBPACK_IMPORTED_MODULE_3__["startCase"])(k) }); } }); } // Ensure we have a unique array of fields and that they have String labels var memo = {}; return fields.filter(function (f) { if (!memo[f.key]) { memo[f.key] = true; f.label = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(f.label) ? f.label : Object(_utils_string__WEBPACK_IMPORTED_MODULE_3__["startCase"])(f.key); return true; } return false; }); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/sanitize-row.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/sanitize-row.js ***! \********************************************************************************************************/ /*! exports provided: sanitizeRow */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sanitizeRow", function() { return sanitizeRow; }); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./constants */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/constants.js"); // Return a copy of a row after all reserved fields have been filtered out var sanitizeRow = function sanitizeRow(row, ignoreFields, includeFields) { var fieldsObj = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; // We first need to format the row based on the field configurations // This ensures that we add formatted values for keys that may not // exist in the row itself var formattedRow = Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["keys"])(fieldsObj).reduce(function (result, key) { var field = fieldsObj[key]; var filterByFormatted = field.filterByFormatted; var formatter = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isFunction"])(filterByFormatted) ? /* istanbul ignore next */ filterByFormatted : filterByFormatted ? /* istanbul ignore next */ field.formatter : null; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isFunction"])(formatter)) { result[key] = formatter(row[key], key, row); } return result; }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["clone"])(row)); // Determine the allowed keys: // - Ignore special fields that start with `_` // - Ignore fields in the `ignoreFields` array // - Include only fields in the `includeFields` array var allowedKeys = Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["keys"])(formattedRow).filter(function (key) { return !_constants__WEBPACK_IMPORTED_MODULE_3__["IGNORED_FIELD_KEYS"][key] && !(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(ignoreFields) && ignoreFields.length > 0 && Object(_utils_array__WEBPACK_IMPORTED_MODULE_0__["arrayIncludes"])(ignoreFields, key)) && !(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(includeFields) && includeFields.length > 0 && !Object(_utils_array__WEBPACK_IMPORTED_MODULE_0__["arrayIncludes"])(includeFields, key)); }); return Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["pick"])(formattedRow, allowedKeys); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/stringify-record-values.js": /*!*******************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/stringify-record-values.js ***! \*******************************************************************************************************************/ /*! exports provided: stringifyRecordValues */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stringifyRecordValues", function() { return stringifyRecordValues; }); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_stringify_object_values__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../utils/stringify-object-values */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stringify-object-values.js"); /* harmony import */ var _sanitize_row__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./sanitize-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/sanitize-row.js"); // Stringifies the values of a record, ignoring any special top level field keys // TODO: Add option to stringify `scopedSlot` items var stringifyRecordValues = function stringifyRecordValues(row, ignoreFields, includeFields, fieldsObj) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_0__["isObject"])(row) ? Object(_utils_stringify_object_values__WEBPACK_IMPORTED_MODULE_1__["stringifyObjectValues"])(Object(_sanitize_row__WEBPACK_IMPORTED_MODULE_2__["sanitizeRow"])(row, ignoreFields, includeFields, fieldsObj)) : /* istanbul ignore next */ ''; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/text-selection-active.js": /*!*****************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/text-selection-active.js ***! \*****************************************************************************************************************/ /*! exports provided: textSelectionActive */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "textSelectionActive", function() { return textSelectionActive; }); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); // Helper to determine if a there is an active text selection on the document page // Used to filter out click events caused by the mouse up at end of selection // // Accepts an element as only argument to test to see if selection overlaps or is // contained within the element var textSelectionActive = function textSelectionActive() { var el = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : document; var sel = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["getSel"])(); return sel && sel.toString().trim() !== '' && sel.containsNode && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_0__["isElement"])(el) ? /* istanbul ignore next */ sel.containsNode(el, true) : false; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/index.js ***! \*****************************************************************************************/ /*! exports provided: TablePlugin, TableLitePlugin, TableSimplePlugin, BTable, BTableLite, BTableSimple, BTbody, BThead, BTfoot, BTr, BTd, BTh */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TablePlugin", function() { return TablePlugin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TableLitePlugin", function() { return TableLitePlugin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TableSimplePlugin", function() { return TableSimplePlugin; }); /* harmony import */ var _table__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTable", function() { return _table__WEBPACK_IMPORTED_MODULE_0__["BTable"]; }); /* harmony import */ var _table_lite__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./table-lite */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-lite.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTableLite", function() { return _table_lite__WEBPACK_IMPORTED_MODULE_1__["BTableLite"]; }); /* harmony import */ var _table_simple__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./table-simple */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-simple.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTableSimple", function() { return _table_simple__WEBPACK_IMPORTED_MODULE_2__["BTableSimple"]; }); /* harmony import */ var _tbody__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./tbody */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tbody.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTbody", function() { return _tbody__WEBPACK_IMPORTED_MODULE_3__["BTbody"]; }); /* harmony import */ var _thead__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./thead */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/thead.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BThead", function() { return _thead__WEBPACK_IMPORTED_MODULE_4__["BThead"]; }); /* harmony import */ var _tfoot__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./tfoot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tfoot.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTfoot", function() { return _tfoot__WEBPACK_IMPORTED_MODULE_5__["BTfoot"]; }); /* harmony import */ var _tr__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTr", function() { return _tr__WEBPACK_IMPORTED_MODULE_6__["BTr"]; }); /* harmony import */ var _td__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./td */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTd", function() { return _td__WEBPACK_IMPORTED_MODULE_7__["BTd"]; }); /* harmony import */ var _th__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./th */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/th.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTh", function() { return _th__WEBPACK_IMPORTED_MODULE_8__["BTh"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var TableLitePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_9__["pluginFactory"])({ components: { BTableLite: _table_lite__WEBPACK_IMPORTED_MODULE_1__["BTableLite"] } }); var TableSimplePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_9__["pluginFactory"])({ components: { BTableSimple: _table_simple__WEBPACK_IMPORTED_MODULE_2__["BTableSimple"], BTbody: _tbody__WEBPACK_IMPORTED_MODULE_3__["BTbody"], BThead: _thead__WEBPACK_IMPORTED_MODULE_4__["BThead"], BTfoot: _tfoot__WEBPACK_IMPORTED_MODULE_5__["BTfoot"], BTr: _tr__WEBPACK_IMPORTED_MODULE_6__["BTr"], BTd: _td__WEBPACK_IMPORTED_MODULE_7__["BTd"], BTh: _th__WEBPACK_IMPORTED_MODULE_8__["BTh"] } }); var TablePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_9__["pluginFactory"])({ components: { BTable: _table__WEBPACK_IMPORTED_MODULE_0__["BTable"] }, plugins: { TableLitePlugin: TableLitePlugin, TableSimplePlugin: TableSimplePlugin } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-lite.js": /*!**********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-lite.js ***! \**********************************************************************************************/ /*! exports provided: props, BTableLite */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTableLite", function() { return BTableLite; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_has_listener__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/has-listener */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/has-listener.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _helpers_mixin_caption__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./helpers/mixin-caption */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-caption.js"); /* harmony import */ var _helpers_mixin_colgroup__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./helpers/mixin-colgroup */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-colgroup.js"); /* harmony import */ var _helpers_mixin_items__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./helpers/mixin-items */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-items.js"); /* harmony import */ var _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./helpers/mixin-stacked */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-stacked.js"); /* harmony import */ var _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./helpers/mixin-table-renderer */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-table-renderer.js"); /* harmony import */ var _helpers_mixin_tbody__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./helpers/mixin-tbody */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody.js"); /* harmony import */ var _helpers_mixin_tfoot__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./helpers/mixin-tfoot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tfoot.js"); /* harmony import */ var _helpers_mixin_thead__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./helpers/mixin-thead */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-thead.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_6__["props"]), _helpers_mixin_caption__WEBPACK_IMPORTED_MODULE_8__["props"]), _helpers_mixin_colgroup__WEBPACK_IMPORTED_MODULE_9__["props"]), _helpers_mixin_items__WEBPACK_IMPORTED_MODULE_10__["props"]), _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_11__["props"]), _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_12__["props"]), _helpers_mixin_tbody__WEBPACK_IMPORTED_MODULE_13__["props"]), _helpers_mixin_tfoot__WEBPACK_IMPORTED_MODULE_14__["props"]), _helpers_mixin_thead__WEBPACK_IMPORTED_MODULE_15__["props"])), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE_LITE"]); // --- Main component --- // @vue/component var BTableLite = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE_LITE"], // Order of mixins is important! // They are merged from first to last, followed by this component mixins: [// General mixins _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_has_listener__WEBPACK_IMPORTED_MODULE_5__["hasListenerMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_6__["idMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"], // Required table mixins _helpers_mixin_items__WEBPACK_IMPORTED_MODULE_10__["itemsMixin"], _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_12__["tableRendererMixin"], _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_11__["stackedMixin"], _helpers_mixin_thead__WEBPACK_IMPORTED_MODULE_15__["theadMixin"], _helpers_mixin_tfoot__WEBPACK_IMPORTED_MODULE_14__["tfootMixin"], _helpers_mixin_tbody__WEBPACK_IMPORTED_MODULE_13__["tbodyMixin"], // Table features mixins // These are pretty lightweight, and are useful for lightweight tables _helpers_mixin_caption__WEBPACK_IMPORTED_MODULE_8__["captionMixin"], _helpers_mixin_colgroup__WEBPACK_IMPORTED_MODULE_9__["colgroupMixin"]], props: props // Render function is provided by `tableRendererMixin` }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-simple.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-simple.js ***! \************************************************************************************************/ /*! exports provided: props, BTableSimple */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTableSimple", function() { return BTableSimple; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_has_listener__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/has-listener */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/has-listener.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./helpers/mixin-stacked */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-stacked.js"); /* harmony import */ var _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./helpers/mixin-table-renderer */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-table-renderer.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_6__["props"]), _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_8__["props"]), _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_9__["props"])), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE_SIMPLE"]); // --- Main component --- // @vue/component var BTableSimple = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE_SIMPLE"], // Order of mixins is important! // They are merged from first to last, followed by this component mixins: [// General mixins _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_has_listener__WEBPACK_IMPORTED_MODULE_5__["hasListenerMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_6__["idMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"], // Required table mixins _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_9__["tableRendererMixin"], // Table features mixins // Stacked requires extra handling by users via // the table cell `stacked-heading` prop _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_8__["stackedMixin"]], props: props, computed: { isTableSimple: function isTableSimple() { return true; } } // Render function is provided by `tableRendererMixin` }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table.js ***! \*****************************************************************************************/ /*! exports provided: props, BTable */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTable", function() { return BTable; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_has_listener__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/has-listener */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/has-listener.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _helpers_mixin_bottom_row__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./helpers/mixin-bottom-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-bottom-row.js"); /* harmony import */ var _helpers_mixin_busy__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./helpers/mixin-busy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-busy.js"); /* harmony import */ var _helpers_mixin_caption__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./helpers/mixin-caption */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-caption.js"); /* harmony import */ var _helpers_mixin_colgroup__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./helpers/mixin-colgroup */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-colgroup.js"); /* harmony import */ var _helpers_mixin_empty__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./helpers/mixin-empty */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-empty.js"); /* harmony import */ var _helpers_mixin_filtering__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./helpers/mixin-filtering */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-filtering.js"); /* harmony import */ var _helpers_mixin_items__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./helpers/mixin-items */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-items.js"); /* harmony import */ var _helpers_mixin_pagination__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./helpers/mixin-pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-pagination.js"); /* harmony import */ var _helpers_mixin_provider__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./helpers/mixin-provider */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-provider.js"); /* harmony import */ var _helpers_mixin_selectable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./helpers/mixin-selectable */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-selectable.js"); /* harmony import */ var _helpers_mixin_sorting__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./helpers/mixin-sorting */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-sorting.js"); /* harmony import */ var _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./helpers/mixin-stacked */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-stacked.js"); /* harmony import */ var _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./helpers/mixin-table-renderer */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-table-renderer.js"); /* harmony import */ var _helpers_mixin_tbody__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./helpers/mixin-tbody */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tbody.js"); /* harmony import */ var _helpers_mixin_tfoot__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./helpers/mixin-tfoot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-tfoot.js"); /* harmony import */ var _helpers_mixin_thead__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./helpers/mixin-thead */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-thead.js"); /* harmony import */ var _helpers_mixin_top_row__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./helpers/mixin-top-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/helpers/mixin-top-row.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_6__["props"]), _helpers_mixin_bottom_row__WEBPACK_IMPORTED_MODULE_8__["props"]), _helpers_mixin_busy__WEBPACK_IMPORTED_MODULE_9__["props"]), _helpers_mixin_caption__WEBPACK_IMPORTED_MODULE_10__["props"]), _helpers_mixin_colgroup__WEBPACK_IMPORTED_MODULE_11__["props"]), _helpers_mixin_empty__WEBPACK_IMPORTED_MODULE_12__["props"]), _helpers_mixin_filtering__WEBPACK_IMPORTED_MODULE_13__["props"]), _helpers_mixin_items__WEBPACK_IMPORTED_MODULE_14__["props"]), _helpers_mixin_pagination__WEBPACK_IMPORTED_MODULE_15__["props"]), _helpers_mixin_provider__WEBPACK_IMPORTED_MODULE_16__["props"]), _helpers_mixin_selectable__WEBPACK_IMPORTED_MODULE_17__["props"]), _helpers_mixin_sorting__WEBPACK_IMPORTED_MODULE_18__["props"]), _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_19__["props"]), _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_20__["props"]), _helpers_mixin_tbody__WEBPACK_IMPORTED_MODULE_21__["props"]), _helpers_mixin_tfoot__WEBPACK_IMPORTED_MODULE_22__["props"]), _helpers_mixin_thead__WEBPACK_IMPORTED_MODULE_23__["props"]), _helpers_mixin_top_row__WEBPACK_IMPORTED_MODULE_24__["props"])), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"]); // --- Main component --- // @vue/component var BTable = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE"], // Order of mixins is important! // They are merged from first to last, followed by this component mixins: [// General mixins _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_has_listener__WEBPACK_IMPORTED_MODULE_5__["hasListenerMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_6__["idMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_7__["normalizeSlotMixin"], // Required table mixins _helpers_mixin_items__WEBPACK_IMPORTED_MODULE_14__["itemsMixin"], _helpers_mixin_table_renderer__WEBPACK_IMPORTED_MODULE_20__["tableRendererMixin"], _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_19__["stackedMixin"], _helpers_mixin_thead__WEBPACK_IMPORTED_MODULE_23__["theadMixin"], _helpers_mixin_tfoot__WEBPACK_IMPORTED_MODULE_22__["tfootMixin"], _helpers_mixin_tbody__WEBPACK_IMPORTED_MODULE_21__["tbodyMixin"], // Table features mixins _helpers_mixin_stacked__WEBPACK_IMPORTED_MODULE_19__["stackedMixin"], _helpers_mixin_filtering__WEBPACK_IMPORTED_MODULE_13__["filteringMixin"], _helpers_mixin_sorting__WEBPACK_IMPORTED_MODULE_18__["sortingMixin"], _helpers_mixin_pagination__WEBPACK_IMPORTED_MODULE_15__["paginationMixin"], _helpers_mixin_caption__WEBPACK_IMPORTED_MODULE_10__["captionMixin"], _helpers_mixin_colgroup__WEBPACK_IMPORTED_MODULE_11__["colgroupMixin"], _helpers_mixin_selectable__WEBPACK_IMPORTED_MODULE_17__["selectableMixin"], _helpers_mixin_empty__WEBPACK_IMPORTED_MODULE_12__["emptyMixin"], _helpers_mixin_top_row__WEBPACK_IMPORTED_MODULE_24__["topRowMixin"], _helpers_mixin_bottom_row__WEBPACK_IMPORTED_MODULE_8__["bottomRowMixin"], _helpers_mixin_busy__WEBPACK_IMPORTED_MODULE_9__["busyMixin"], _helpers_mixin_provider__WEBPACK_IMPORTED_MODULE_16__["providerMixin"]], props: props // Render function is provided by `tableRendererMixin` }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tbody.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tbody.js ***! \*****************************************************************************************/ /*! exports provided: props, BTbody */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTbody", function() { return BTbody; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ tbodyTransitionHandlers: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"]), tbodyTransitionProps: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TBODY"]); // --- Main component --- // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component var BTbody = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TBODY"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__["listenersMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], provide: function provide() { return { bvTableRowGroup: this }; }, inject: { // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` bvTable: { default: /* istanbul ignore next */ function _default() { return {}; } } }, inheritAttrs: false, props: props, computed: { // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isTbody: function isTbody() { return true; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isDark: function isDark() { return this.bvTable.dark; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isStacked: function isStacked() { return this.bvTable.isStacked; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isResponsive: function isResponsive() { return this.bvTable.isResponsive; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Sticky headers are only supported in thead isStickyHeader: function isStickyHeader() { return false; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS hasStickyHeader: function hasStickyHeader() { return !this.isStacked && this.bvTable.stickyHeader; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` tableVariant: function tableVariant() { return this.bvTable.tableVariant; }, isTransitionGroup: function isTransitionGroup() { return this.tbodyTransitionProps || this.tbodyTransitionHandlers; }, tbodyAttrs: function tbodyAttrs() { return _objectSpread({ role: 'rowgroup' }, this.bvAttrs); }, tbodyProps: function tbodyProps() { var tbodyTransitionProps = this.tbodyTransitionProps; return tbodyTransitionProps ? _objectSpread(_objectSpread({}, tbodyTransitionProps), {}, { tag: 'tbody' }) : {}; } }, render: function render(h) { var data = { props: this.tbodyProps, attrs: this.tbodyAttrs }; if (this.isTransitionGroup) { // We use native listeners if a transition group for any delegated events data.on = this.tbodyTransitionHandlers || {}; data.nativeOn = this.bvListeners; } else { // Otherwise we place any listeners on the tbody element data.on = this.bvListeners; } return h(this.isTransitionGroup ? 'transition-group' : 'tbody', data, this.normalizeSlot()); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js ***! \**************************************************************************************/ /*! exports provided: props, BTd */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTd", function() { return BTd; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- // Parse a rowspan or colspan into a digit (or `null` if < `1` ) var parseSpan = function parseSpan(value) { value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_5__["toInteger"])(value, 0); return value > 0 ? value : null; }; /* istanbul ignore next */ var spanValidator = function spanValidator(value) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefinedOrNull"])(value) || parseSpan(value) > 0; }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ colspan: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], null, spanValidator), rowspan: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], null, spanValidator), stackedHeading: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), stickyColumn: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE_CELL"]); // --- Main component --- // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component var BTd = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABLE_CELL"], // Mixin order is important! mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_8__["attrsMixin"], _mixins_listeners__WEBPACK_IMPORTED_MODULE_9__["listenersMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__["normalizeSlotMixin"]], inject: { bvTableTr: { default: /* istanbul ignore next */ function _default() { return {}; } } }, inheritAttrs: false, props: props, computed: { // Overridden by `<b-th>` tag: function tag() { return 'td'; }, inTbody: function inTbody() { return this.bvTableTr.inTbody; }, inThead: function inThead() { return this.bvTableTr.inThead; }, inTfoot: function inTfoot() { return this.bvTableTr.inTfoot; }, isDark: function isDark() { return this.bvTableTr.isDark; }, isStacked: function isStacked() { return this.bvTableTr.isStacked; }, // We only support stacked-heading in tbody in stacked mode isStackedCell: function isStackedCell() { return this.inTbody && this.isStacked; }, isResponsive: function isResponsive() { return this.bvTableTr.isResponsive; }, // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS // Sticky headers only apply to cells in table `thead` isStickyHeader: function isStickyHeader() { return this.bvTableTr.isStickyHeader; }, // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS hasStickyHeader: function hasStickyHeader() { return this.bvTableTr.hasStickyHeader; }, // Needed to handle background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS // Sticky column cells are only available in responsive // mode (horizontal scrolling) or when sticky header mode // Applies to cells in `thead`, `tbody` and `tfoot` isStickyColumn: function isStickyColumn() { return !this.isStacked && (this.isResponsive || this.hasStickyHeader) && this.stickyColumn; }, rowVariant: function rowVariant() { return this.bvTableTr.variant; }, headVariant: function headVariant() { return this.bvTableTr.headVariant; }, footVariant: function footVariant() { return this.bvTableTr.footVariant; }, tableVariant: function tableVariant() { return this.bvTableTr.tableVariant; }, computedColspan: function computedColspan() { return parseSpan(this.colspan); }, computedRowspan: function computedRowspan() { return parseSpan(this.rowspan); }, // We use computed props here for improved performance by caching // the results of the string interpolation cellClasses: function cellClasses() { var variant = this.variant, headVariant = this.headVariant, isStickyColumn = this.isStickyColumn; if (!variant && this.isStickyHeader && !headVariant || !variant && isStickyColumn && this.inTfoot && !this.footVariant || !variant && isStickyColumn && this.inThead && !headVariant || !variant && isStickyColumn && this.inTbody) { // Needed for sticky-header mode as Bootstrap v4 table cells do // not inherit parent's `background-color` variant = this.rowVariant || this.tableVariant || 'b-table-default'; } return [variant ? "".concat(this.isDark ? 'bg' : 'table', "-").concat(variant) : null, isStickyColumn ? 'b-table-sticky-column' : null]; }, cellAttrs: function cellAttrs() { var stackedHeading = this.stackedHeading; // We use computed props here for improved performance by caching // the results of the object spread (Object.assign) var headOrFoot = this.inThead || this.inTfoot; // Make sure col/rowspan's are > 0 or null var colspan = this.computedColspan; var rowspan = this.computedRowspan; // Default role and scope var role = 'cell'; var scope = null; // Compute role and scope // We only add scopes with an explicit span of 1 or greater if (headOrFoot) { // Header or footer cells role = 'columnheader'; scope = colspan > 0 ? 'colspan' : 'col'; } else if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["isTag"])(this.tag, 'th')) { // th's in tbody role = 'rowheader'; scope = rowspan > 0 ? 'rowgroup' : 'row'; } return _objectSpread(_objectSpread({ colspan: colspan, rowspan: rowspan, role: role, scope: scope }, this.bvAttrs), {}, { // Add in the stacked cell label data-attribute if in // stacked mode (if a stacked heading label is provided) 'data-label': this.isStackedCell && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefinedOrNull"])(stackedHeading) ? /* istanbul ignore next */ Object(_utils_string__WEBPACK_IMPORTED_MODULE_7__["toString"])(stackedHeading) : null }); } }, render: function render(h) { var $content = [this.normalizeSlot()]; return h(this.tag, { class: this.cellClasses, attrs: this.cellAttrs, // Transfer any native listeners on: this.bvListeners }, [this.isStackedCell ? h('div', [$content]) : $content]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tfoot.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tfoot.js ***! \*****************************************************************************************/ /*! exports provided: props, BTfoot */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTfoot", function() { return BTfoot; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ // Supported values: 'lite', 'dark', or null footVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TFOOT"]); // --- Main component --- // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component var BTfoot = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TFOOT"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__["listenersMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], provide: function provide() { return { bvTableRowGroup: this }; }, inject: { // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` bvTable: { default: /* istanbul ignore next */ function _default() { return {}; } } }, inheritAttrs: false, props: props, computed: { // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isTfoot: function isTfoot() { return true; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isDark: function isDark() { return this.bvTable.dark; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isStacked: function isStacked() { return this.bvTable.isStacked; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isResponsive: function isResponsive() { return this.bvTable.isResponsive; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Sticky headers are only supported in thead isStickyHeader: function isStickyHeader() { return false; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS hasStickyHeader: function hasStickyHeader() { return !this.isStacked && this.bvTable.stickyHeader; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` tableVariant: function tableVariant() { return this.bvTable.tableVariant; }, tfootClasses: function tfootClasses() { return [this.footVariant ? "thead-".concat(this.footVariant) : null]; }, tfootAttrs: function tfootAttrs() { return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { role: 'rowgroup' }); } }, render: function render(h) { return h('tfoot', { class: this.tfootClasses, attrs: this.tfootAttrs, // Pass down any native listeners on: this.bvListeners }, this.normalizeSlot()); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/th.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/th.js ***! \**************************************************************************************/ /*! exports provided: props, BTh */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTh", function() { return BTh; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _td__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./td */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makePropsConfigurable"])(_td__WEBPACK_IMPORTED_MODULE_3__["props"], _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TH"]); // --- Main component --- // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component var BTh = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TH"], extends: _td__WEBPACK_IMPORTED_MODULE_3__["BTd"], props: props, computed: { tag: function tag() { return 'th'; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/thead.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/thead.js ***! \*****************************************************************************************/ /*! exports provided: props, BThead */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BThead", function() { return BThead; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ // Also sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Supported values: 'lite', 'dark', or `null` headVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_THEAD"]); // --- Main component --- // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component var BThead = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_THEAD"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__["listenersMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], provide: function provide() { return { bvTableRowGroup: this }; }, inject: { // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` bvTable: { default: /* istanbul ignore next */ function _default() { return {}; } } }, inheritAttrs: false, props: props, computed: { // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isThead: function isThead() { return true; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isDark: function isDark() { return this.bvTable.dark; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isStacked: function isStacked() { return this.bvTable.isStacked; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` isResponsive: function isResponsive() { return this.bvTable.isResponsive; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS // Sticky headers only apply to cells in table `thead` isStickyHeader: function isStickyHeader() { return !this.isStacked && this.bvTable.stickyHeader; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS hasStickyHeader: function hasStickyHeader() { return !this.isStacked && this.bvTable.stickyHeader; }, // Sniffed by `<b-tr>` / `<b-td>` / `<b-th>` tableVariant: function tableVariant() { return this.bvTable.tableVariant; }, theadClasses: function theadClasses() { return [this.headVariant ? "thead-".concat(this.headVariant) : null]; }, theadAttrs: function theadAttrs() { return _objectSpread({ role: 'rowgroup' }, this.bvAttrs); } }, render: function render(h) { return h('thead', { class: this.theadClasses, attrs: this.theadAttrs, // Pass down any native listeners on: this.bvListeners }, this.normalizeSlot()); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js ***! \**************************************************************************************/ /*! exports provided: props, BTr */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTr", function() { return BTr; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../mixins/listeners */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var LIGHT = 'light'; var DARK = 'dark'; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TR"]); // --- Main component --- // TODO: // In Bootstrap v5, we won't need "sniffing" as table element variants properly inherit // to the child elements, so this can be converted to a functional component // @vue/component var BTr = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TR"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_4__["attrsMixin"], _mixins_listeners__WEBPACK_IMPORTED_MODULE_5__["listenersMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_6__["normalizeSlotMixin"]], provide: function provide() { return { bvTableTr: this }; }, inject: { bvTableRowGroup: { default: /* istanbul ignore next */ function _default() { return {}; } } }, inheritAttrs: false, props: props, computed: { // Sniffed by `<b-td>` / `<b-th>` inTbody: function inTbody() { return this.bvTableRowGroup.isTbody; }, // Sniffed by `<b-td>` / `<b-th>` inThead: function inThead() { return this.bvTableRowGroup.isThead; }, // Sniffed by `<b-td>` / `<b-th>` inTfoot: function inTfoot() { return this.bvTableRowGroup.isTfoot; }, // Sniffed by `<b-td>` / `<b-th>` isDark: function isDark() { return this.bvTableRowGroup.isDark; }, // Sniffed by `<b-td>` / `<b-th>` isStacked: function isStacked() { return this.bvTableRowGroup.isStacked; }, // Sniffed by `<b-td>` / `<b-th>` isResponsive: function isResponsive() { return this.bvTableRowGroup.isResponsive; }, // Sniffed by `<b-td>` / `<b-th>` // Sticky headers are only supported in thead isStickyHeader: function isStickyHeader() { return this.bvTableRowGroup.isStickyHeader; }, // Sniffed by <b-tr> / `<b-td>` / `<b-th>` // Needed to handle header background classes, due to lack of // background color inheritance with Bootstrap v4 table CSS hasStickyHeader: function hasStickyHeader() { return !this.isStacked && this.bvTableRowGroup.hasStickyHeader; }, // Sniffed by `<b-td>` / `<b-th>` tableVariant: function tableVariant() { return this.bvTableRowGroup.tableVariant; }, // Sniffed by `<b-td>` / `<b-th>` headVariant: function headVariant() { return this.inThead ? this.bvTableRowGroup.headVariant : null; }, // Sniffed by `<b-td>` / `<b-th>` footVariant: function footVariant() { return this.inTfoot ? this.bvTableRowGroup.footVariant : null; }, isRowDark: function isRowDark() { return this.headVariant === LIGHT || this.footVariant === LIGHT ? /* istanbul ignore next */ false : this.headVariant === DARK || this.footVariant === DARK ? /* istanbul ignore next */ true : this.isDark; }, trClasses: function trClasses() { var variant = this.variant; return [variant ? "".concat(this.isRowDark ? 'bg' : 'table', "-").concat(variant) : null]; }, trAttrs: function trAttrs() { return _objectSpread({ role: 'row' }, this.bvAttrs); } }, render: function render(h) { return h('tr', { class: this.trClasses, attrs: this.trAttrs, // Pass native listeners to child on: this.bvListeners }, this.normalizeSlot()); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/index.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/index.js ***! \****************************************************************************************/ /*! exports provided: TabsPlugin, BTabs, BTab */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TabsPlugin", function() { return TabsPlugin; }); /* harmony import */ var _tabs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./tabs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tabs.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTabs", function() { return _tabs__WEBPACK_IMPORTED_MODULE_0__["BTabs"]; }); /* harmony import */ var _tab__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./tab */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tab.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTab", function() { return _tab__WEBPACK_IMPORTED_MODULE_1__["BTab"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var TabsPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BTabs: _tabs__WEBPACK_IMPORTED_MODULE_0__["BTabs"], BTab: _tab__WEBPACK_IMPORTED_MODULE_1__["BTab"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tab.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tab.js ***! \**************************************************************************************/ /*! exports provided: props, BTab */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTab", function() { return BTab; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); var _objectSpread2, _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var MODEL_PROP_NAME_ACTIVE = 'active'; var MODEL_EVENT_NAME_ACTIVE = _constants_events__WEBPACK_IMPORTED_MODULE_2__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_ACTIVE; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["sortKeys"])(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_7__["props"]), {}, (_objectSpread2 = {}, _defineProperty(_objectSpread2, MODEL_PROP_NAME_ACTIVE, Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_objectSpread2, "buttonId", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"])), _defineProperty(_objectSpread2, "disabled", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_objectSpread2, "lazy", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_objectSpread2, "noBody", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_objectSpread2, "tag", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'div')), _defineProperty(_objectSpread2, "title", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"])), _defineProperty(_objectSpread2, "titleItemClass", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"])), _defineProperty(_objectSpread2, "titleLinkAttributes", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_OBJECT"])), _defineProperty(_objectSpread2, "titleLinkClass", Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"])), _objectSpread2))), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TAB"]); // --- Main component --- // @vue/component var BTab = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TAB"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_7__["idMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_8__["normalizeSlotMixin"]], inject: { bvTabs: { default: function _default() { return {}; } } }, props: props, data: function data() { return { localActive: this[MODEL_PROP_NAME_ACTIVE] && !this.disabled }; }, computed: { // For parent sniffing of child _isTab: function _isTab() { return true; }, tabClasses: function tabClasses() { var active = this.localActive, disabled = this.disabled; return [{ active: active, disabled: disabled, 'card-body': this.bvTabs.card && !this.noBody }, // Apply <b-tabs> `activeTabClass` styles when this tab is active active ? this.bvTabs.activeTabClass : null]; }, controlledBy: function controlledBy() { return this.buttonId || this.safeId('__BV_tab_button__'); }, computedNoFade: function computedNoFade() { return !(this.bvTabs.fade || false); }, computedLazy: function computedLazy() { return this.bvTabs.lazy || this.lazy; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME_ACTIVE, function (newValue, oldValue) { if (newValue !== oldValue) { if (newValue) { // If activated post mount this.activate(); } else { /* istanbul ignore next */ if (!this.deactivate()) { // Tab couldn't be deactivated, so we reset the synced active prop // Deactivation will fail if no other tabs to activate this.$emit(MODEL_EVENT_NAME_ACTIVE, this.localActive); } } } }), _defineProperty(_watch, "disabled", function disabled(newValue, oldValue) { if (newValue !== oldValue) { var firstTab = this.bvTabs.firstTab; if (newValue && this.localActive && firstTab) { this.localActive = false; firstTab(); } } }), _defineProperty(_watch, "localActive", function localActive(newValue) { // Make `active` prop work with `.sync` modifier this.$emit(MODEL_EVENT_NAME_ACTIVE, newValue); }), _watch), mounted: function mounted() { // Inform `<b-tabs>` of our presence this.registerTab(); }, updated: function updated() { // Force the tab button content to update (since slots are not reactive) // Only done if we have a title slot, as the title prop is reactive var updateButton = this.bvTabs.updateButton; if (updateButton && this.hasNormalizedSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_TITLE"])) { updateButton(this); } }, beforeDestroy: function beforeDestroy() { // Inform `<b-tabs>` of our departure this.unregisterTab(); }, methods: { // Private methods registerTab: function registerTab() { // Inform `<b-tabs>` of our presence var registerTab = this.bvTabs.registerTab; if (registerTab) { registerTab(this); } }, unregisterTab: function unregisterTab() { // Inform `<b-tabs>` of our departure var unregisterTab = this.bvTabs.unregisterTab; if (unregisterTab) { unregisterTab(this); } }, // Public methods activate: function activate() { // Not inside a `<b-tabs>` component or tab is disabled var activateTab = this.bvTabs.activateTab; return activateTab && !this.disabled ? activateTab(this) : false; }, deactivate: function deactivate() { // Not inside a `<b-tabs>` component or not active to begin with var deactivateTab = this.bvTabs.deactivateTab; return deactivateTab && this.localActive ? deactivateTab(this) : false; } }, render: function render(h) { var localActive = this.localActive; var $content = h(this.tag, { staticClass: 'tab-pane', class: this.tabClasses, directives: [{ name: 'show', value: localActive }], attrs: { role: 'tabpanel', id: this.safeId(), 'aria-hidden': localActive ? 'false' : 'true', 'aria-labelledby': this.controlledBy || null }, ref: 'panel' }, // Render content lazily if requested [localActive || !this.computedLazy ? this.normalizeSlot() : h()]); return h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_9__["BVTransition"], { props: { mode: 'out-in', noFade: this.computedNoFade } }, [$content]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tabs.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tabs.js ***! \***************************************************************************************/ /*! exports provided: props, BTabs */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTabs", function() { return BTabs; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_observe_dom__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../utils/observe-dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/observe-dom.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_stable_sort__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../utils/stable-sort */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stable-sort.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); /* harmony import */ var _nav_nav__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ../nav/nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_15__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Helper methods --- // Filter function to filter out disabled tabs var notDisabled = function notDisabled(tab) { return !tab.disabled; }; // --- Helper components --- // @vue/component var BVTabButton = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TAB_BUTTON_HELPER"], inject: { bvTabs: { default: /* istanbul ignore next */ function _default() { return {}; } } }, props: { controls: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"]), noKeyNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), posInSet: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER"]), setSize: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER"]), // Reference to the child <b-tab> instance tab: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(), tabIndex: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_NUMBER"]) }, methods: { focus: function focus() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(this.$refs.link); }, handleEvt: function handleEvt(event) { /* istanbul ignore next */ if (this.tab.disabled) { return; } var type = event.type, keyCode = event.keyCode, shiftKey = event.shiftKey; if (type === 'click') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CLICK"], event); } else if (type === 'keydown' && keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_SPACE"]) { // For ARIA tabs the SPACE key will also trigger a click/select // Even with keyboard navigation disabled, SPACE should "click" the button // See: https://github.com/bootstrap-vue/bootstrap-vue/issues/4323 Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CLICK"], event); } else if (type === 'keydown' && !this.noKeyNav) { // For keyboard navigation if ([_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_LEFT"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_HOME"]].indexOf(keyCode) !== -1) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); if (shiftKey || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_HOME"]) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_FIRST"], event); } else { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_PREV"], event); } } else if ([_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_RIGHT"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_END"]].indexOf(keyCode) !== -1) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); if (shiftKey || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_END"]) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_LAST"], event); } else { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_NEXT"], event); } } } } }, render: function render(h) { var id = this.id, tabIndex = this.tabIndex, setSize = this.setSize, posInSet = this.posInSet, controls = this.controls, handleEvt = this.handleEvt; var _this$tab = this.tab, title = _this$tab.title, localActive = _this$tab.localActive, disabled = _this$tab.disabled, titleItemClass = _this$tab.titleItemClass, titleLinkClass = _this$tab.titleLinkClass, titleLinkAttributes = _this$tab.titleLinkAttributes; var $link = h(_link_link__WEBPACK_IMPORTED_MODULE_23__["BLink"], { staticClass: 'nav-link', class: [{ active: localActive && !disabled, disabled: disabled }, titleLinkClass, // Apply <b-tabs> `activeNavItemClass` styles when the tab is active localActive ? this.bvTabs.activeNavItemClass : null], props: { disabled: disabled }, attrs: _objectSpread(_objectSpread({}, titleLinkAttributes), {}, { id: id, role: 'tab', // Roving tab index when keynav enabled tabindex: tabIndex, 'aria-selected': localActive && !disabled ? 'true' : 'false', 'aria-setsize': setSize, 'aria-posinset': posInSet, 'aria-controls': controls }), on: { click: handleEvt, keydown: handleEvt }, ref: 'link' }, [this.tab.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_TITLE"]) || title]); return h('li', { staticClass: 'nav-item', class: [titleItemClass], attrs: { role: 'presentation' } }, [$link]); } }); // --- Props --- var navProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_17__["omit"])(_nav_nav__WEBPACK_IMPORTED_MODULE_24__["props"], ['tabs', 'isNavBar', 'cardHeader']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_17__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_21__["props"]), modelProps), navProps), {}, { // Only applied to the currently active `<b-nav-item>` activeNavItemClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), // Only applied to the currently active `<b-tab>` // This prop is sniffed by the `<b-tab>` child activeTabClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), card: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), contentClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), // Synonym for 'bottom' end: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), // This prop is sniffed by the `<b-tab>` child lazy: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), navClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), navWrapperClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_ARRAY_OBJECT_STRING"]), noFade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noKeyNav: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), noNavStyle: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_BOOLEAN"], false), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_19__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_5__["PROP_TYPE_STRING"], 'div') })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABS"]); // --- Main component --- // @vue/component var BTabs = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TABS"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_21__["idMixin"], modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_22__["normalizeSlotMixin"]], provide: function provide() { return { bvTabs: this }; }, props: props, data: function data() { return { // Index of current tab currentTab: Object(_utils_number__WEBPACK_IMPORTED_MODULE_16__["toInteger"])(this[MODEL_PROP_NAME], -1), // Array of direct child `<b-tab>` instances, in DOM order tabs: [], // Array of child instances registered (for triggering reactive updates) registeredTabs: [] }; }, computed: { fade: function fade() { // This computed prop is sniffed by the tab child return !this.noFade; }, localNavClass: function localNavClass() { var classes = []; if (this.card && this.vertical) { classes.push('card-header', 'h-100', 'border-bottom-0', 'rounded-0'); } return [].concat(classes, [this.navClass]); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue) { newValue = Object(_utils_number__WEBPACK_IMPORTED_MODULE_16__["toInteger"])(newValue, -1); oldValue = Object(_utils_number__WEBPACK_IMPORTED_MODULE_16__["toInteger"])(oldValue, 0); var $tab = this.tabs[newValue]; if ($tab && !$tab.disabled) { this.activateTab($tab); } else { // Try next or prev tabs if (newValue < oldValue) { this.previousTab(); } else { this.nextTab(); } } } }), _defineProperty(_watch, "currentTab", function currentTab(newValue) { var index = -1; // Ensure only one tab is active at most this.tabs.forEach(function ($tab, i) { if (i === newValue && !$tab.disabled) { $tab.localActive = true; index = i; } else { $tab.localActive = false; } }); // Update the v-model this.$emit(MODEL_EVENT_NAME, index); }), _defineProperty(_watch, "tabs", function tabs(newValue, oldValue) { var _this = this; // We use `_uid` instead of `safeId()`, as the later is changed in a `$nextTick()` // if no explicit ID is provided, causing duplicate emits if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_13__["looseEqual"])(newValue.map(function ($tab) { return $tab[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]]; }), oldValue.map(function ($tab) { return $tab[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]]; }))) { // In a `$nextTick()` to ensure `currentTab` has been set first this.$nextTick(function () { // We emit shallow copies of the new and old arrays of tabs, // to prevent users from potentially mutating the internal arrays _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CHANGED"], newValue.slice(), oldValue.slice()); }); } }), _defineProperty(_watch, "registeredTabs", function registeredTabs() { this.updateTabs(); }), _watch), created: function created() { // Create private non-reactive props this.$_observer = null; }, mounted: function mounted() { this.setObserver(true); }, beforeDestroy: function beforeDestroy() { this.setObserver(false); // Ensure no references to child instances exist this.tabs = []; }, methods: { registerTab: function registerTab($tab) { if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_7__["arrayIncludes"])(this.registeredTabs, $tab)) { this.registeredTabs.push($tab); } }, unregisterTab: function unregisterTab($tab) { this.registeredTabs = this.registeredTabs.slice().filter(function ($t) { return $t !== $tab; }); }, // DOM observer is needed to detect changes in order of tabs setObserver: function setObserver() { var _this2 = this; var on = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; this.$_observer && this.$_observer.disconnect(); this.$_observer = null; if (on) { /* istanbul ignore next: difficult to test mutation observer in JSDOM */ var handler = function handler() { _this2.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { _this2.updateTabs(); }); }); }; // Watch for changes to `<b-tab>` sub components this.$_observer = Object(_utils_observe_dom__WEBPACK_IMPORTED_MODULE_18__["observeDom"])(this.$refs.content, handler, { childList: true, subtree: false, attributes: true, attributeFilter: ['id'] }); } }, getTabs: function getTabs() { var $tabs = this.registeredTabs.filter(function ($tab) { return $tab.$children.filter(function ($t) { return $t._isTab; }).length === 0; }); // DOM Order of Tabs var order = []; /* istanbul ignore next: too difficult to test */ if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] && $tabs.length > 0) { // We rely on the DOM when mounted to get the "true" order of the `<b-tab>` children // `querySelectorAll()` always returns elements in document order, regardless of // order specified in the selector var selector = $tabs.map(function ($tab) { return "#".concat($tab.safeId()); }).join(', '); order = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["selectAll"])(selector, this.$el).map(function ($el) { return $el.id; }).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_11__["identity"]); } // Stable sort keeps the original order if not found in the `order` array, // which will be an empty array before mount return Object(_utils_stable_sort__WEBPACK_IMPORTED_MODULE_20__["stableSort"])($tabs, function (a, b) { return order.indexOf(a.safeId()) - order.indexOf(b.safeId()); }); }, updateTabs: function updateTabs() { var $tabs = this.getTabs(); // Find last active non-disabled tab in current tabs // We trust tab state over `currentTab`, in case tabs were added/removed/re-ordered var tabIndex = $tabs.indexOf($tabs.slice().reverse().find(function ($tab) { return $tab.localActive && !$tab.disabled; })); // Else try setting to `currentTab` if (tabIndex < 0) { var currentTab = this.currentTab; if (currentTab >= $tabs.length) { // Handle last tab being removed, so find the last non-disabled tab tabIndex = $tabs.indexOf($tabs.slice().reverse().find(notDisabled)); } else if ($tabs[currentTab] && !$tabs[currentTab].disabled) { // Current tab is not disabled tabIndex = currentTab; } } // Else find first non-disabled tab in current tabs if (tabIndex < 0) { tabIndex = $tabs.indexOf($tabs.find(notDisabled)); } // Ensure only one tab is active at a time $tabs.forEach(function ($tab, index) { $tab.localActive = index === tabIndex; }); this.tabs = $tabs; this.currentTab = tabIndex; }, // Find a button that controls a tab, given the tab reference // Returns the button vm instance getButtonForTab: function getButtonForTab($tab) { return (this.$refs.buttons || []).find(function ($btn) { return $btn.tab === $tab; }); }, // Force a button to re-render its content, given a `<b-tab>` instance // Called by `<b-tab>` on `update()` updateButton: function updateButton($tab) { var $button = this.getButtonForTab($tab); if ($button && $button.$forceUpdate) { $button.$forceUpdate(); } }, // Activate a tab given a `<b-tab>` instance // Also accessed by `<b-tab>` activateTab: function activateTab($tab) { var currentTab = this.currentTab, $tabs = this.tabs; var result = false; if ($tab) { var index = $tabs.indexOf($tab); if (index !== currentTab && index > -1 && !$tab.disabled) { var tabEvent = new _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_8__["BvEvent"](_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_ACTIVATE_TAB"], { cancelable: true, vueTarget: this, componentId: this.safeId() }); this.$emit(tabEvent.type, index, currentTab, tabEvent); if (!tabEvent.defaultPrevented) { this.currentTab = index; result = true; } } } // Couldn't set tab, so ensure v-model is up to date /* istanbul ignore next: should rarely happen */ if (!result && this[MODEL_PROP_NAME] !== currentTab) { this.$emit(MODEL_EVENT_NAME, currentTab); } return result; }, // Deactivate a tab given a `<b-tab>` instance // Accessed by `<b-tab>` deactivateTab: function deactivateTab($tab) { if ($tab) { // Find first non-disabled tab that isn't the one being deactivated // If no tabs are available, then don't deactivate current tab return this.activateTab(this.tabs.filter(function ($t) { return $t !== $tab; }).find(notDisabled)); } /* istanbul ignore next: should never/rarely happen */ return false; }, // Focus a tab button given its `<b-tab>` instance focusButton: function focusButton($tab) { var _this3 = this; // Wrap in `$nextTick()` to ensure DOM has completed rendering this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(_this3.getButtonForTab($tab)); }); }, // Emit a click event on a specified `<b-tab>` component instance emitTabClick: function emitTabClick(tab, event) { if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_12__["isEvent"])(event) && tab && tab.$emit && !tab.disabled) { tab.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CLICK"], event); } }, // Click handler clickTab: function clickTab($tab, event) { this.activateTab($tab); this.emitTabClick($tab, event); }, // Move to first non-disabled tab firstTab: function firstTab(focus) { var $tab = this.tabs.find(notDisabled); if (this.activateTab($tab) && focus) { this.focusButton($tab); this.emitTabClick($tab, focus); } }, // Move to previous non-disabled tab previousTab: function previousTab(focus) { var currentIndex = Object(_utils_math__WEBPACK_IMPORTED_MODULE_14__["mathMax"])(this.currentTab, 0); var $tab = this.tabs.slice(0, currentIndex).reverse().find(notDisabled); if (this.activateTab($tab) && focus) { this.focusButton($tab); this.emitTabClick($tab, focus); } }, // Move to next non-disabled tab nextTab: function nextTab(focus) { var currentIndex = Object(_utils_math__WEBPACK_IMPORTED_MODULE_14__["mathMax"])(this.currentTab, -1); var $tab = this.tabs.slice(currentIndex + 1).find(notDisabled); if (this.activateTab($tab) && focus) { this.focusButton($tab); this.emitTabClick($tab, focus); } }, // Move to last non-disabled tab lastTab: function lastTab(focus) { var $tab = this.tabs.slice().reverse().find(notDisabled); if (this.activateTab($tab) && focus) { this.focusButton($tab); this.emitTabClick($tab, focus); } } }, render: function render(h) { var _this4 = this; var align = this.align, card = this.card, end = this.end, fill = this.fill, firstTab = this.firstTab, justified = this.justified, lastTab = this.lastTab, nextTab = this.nextTab, noKeyNav = this.noKeyNav, noNavStyle = this.noNavStyle, pills = this.pills, previousTab = this.previousTab, small = this.small, $tabs = this.tabs, vertical = this.vertical; // Currently active tab var $activeTab = $tabs.find(function ($tab) { return $tab.localActive && !$tab.disabled; }); // Tab button to allow focusing when no active tab found (keynav only) var $fallbackTab = $tabs.find(function ($tab) { return !$tab.disabled; }); // For each `<b-tab>` found create the tab buttons var $buttons = $tabs.map(function ($tab, index) { var _on; var safeId = $tab.safeId; // Ensure at least one tab button is focusable when keynav enabled (if possible) var tabIndex = null; if (!noKeyNav) { // Buttons are not in tab index unless active, or a fallback tab tabIndex = -1; if ($tab === $activeTab || !$activeTab && $tab === $fallbackTab) { // Place tab button in tab sequence tabIndex = null; } } return h(BVTabButton, { props: { controls: safeId ? safeId() : null, id: $tab.controlledBy || (safeId ? safeId("_BV_tab_button_") : null), noKeyNav: noKeyNav, posInSet: index + 1, setSize: $tabs.length, tab: $tab, tabIndex: tabIndex }, on: (_on = {}, _defineProperty(_on, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CLICK"], function (event) { _this4.clickTab($tab, event); }), _defineProperty(_on, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_FIRST"], firstTab), _defineProperty(_on, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_PREV"], previousTab), _defineProperty(_on, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_NEXT"], nextTab), _defineProperty(_on, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_LAST"], lastTab), _on), key: $tab[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]] || index, ref: 'buttons', // Needed to make `this.$refs.buttons` an array refInFor: true }); }); var $nav = h(_nav_nav__WEBPACK_IMPORTED_MODULE_24__["BNav"], { class: this.localNavClass, attrs: { role: 'tablist', id: this.safeId('_BV_tab_controls_') }, props: { fill: fill, justified: justified, align: align, tabs: !noNavStyle && !pills, pills: !noNavStyle && pills, vertical: vertical, small: small, cardHeader: card && !vertical }, ref: 'nav' }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_TABS_START"]) || h(), $buttons, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_TABS_END"]) || h()]); $nav = h('div', { class: [{ 'card-header': card && !vertical && !end, 'card-footer': card && !vertical && end, 'col-auto': vertical }, this.navWrapperClass], key: 'bv-tabs-nav' }, [$nav]); var $children = this.normalizeSlot() || []; var $empty = h(); if ($children.length === 0) { $empty = h('div', { class: ['tab-pane', 'active', { 'card-body': card }], key: 'bv-empty-tab' }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_6__["SLOT_NAME_EMPTY"])); } var $content = h('div', { staticClass: 'tab-content', class: [{ col: vertical }, this.contentClass], attrs: { id: this.safeId('_BV_tab_container_') }, key: 'bv-content', ref: 'content' }, [$children, $empty]); // Render final output return h(this.tag, { staticClass: 'tabs', class: { row: vertical, 'no-gutters': vertical && card }, attrs: { id: this.safeId() } }, [end ? $content : h(), $nav, end ? h() : $content]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/index.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/index.js ***! \****************************************************************************************/ /*! exports provided: TimePlugin, BTime */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TimePlugin", function() { return TimePlugin; }); /* harmony import */ var _time__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./time */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/time.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTime", function() { return _time__WEBPACK_IMPORTED_MODULE_0__["BTime"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var TimePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ components: { BTime: _time__WEBPACK_IMPORTED_MODULE_0__["BTime"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/time.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/time.js ***! \***************************************************************************************/ /*! exports provided: props, BTime */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTime", function() { return BTime; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_date__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/date */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/date.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_locale__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/locale */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/locale.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _form_spinbutton_form_spinbutton__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../form-spinbutton/form-spinbutton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/form-spinbutton.js"); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../../icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } // BTime control (not form input control) // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_14__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], defaultValue: '' }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; var NUMERIC = 'numeric'; // --- Helper methods --- var padLeftZeros = function padLeftZeros(value) { return "00".concat(value || '').slice(-2); }; var parseHMS = function parseHMS(value) { value = Object(_utils_string__WEBPACK_IMPORTED_MODULE_18__["toString"])(value); var hh = null, mm = null, ss = null; if (_constants_regex__WEBPACK_IMPORTED_MODULE_5__["RX_TIME"].test(value)) { ; var _value$split$map = value.split(':').map(function (v) { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_15__["toInteger"])(v, null); }); var _value$split$map2 = _slicedToArray(_value$split$map, 3); hh = _value$split$map2[0]; mm = _value$split$map2[1]; ss = _value$split$map2[2]; } return { hours: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isUndefinedOrNull"])(hh) ? null : hh, minutes: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isUndefinedOrNull"])(mm) ? null : mm, seconds: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isUndefinedOrNull"])(ss) ? null : ss, ampm: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isUndefinedOrNull"])(hh) || hh < 12 ? 0 : 1 }; }; var formatHMS = function formatHMS(_ref) { var hours = _ref.hours, minutes = _ref.minutes, seconds = _ref.seconds; var requireSeconds = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isNull"])(hours) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isNull"])(minutes) || requireSeconds && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isNull"])(seconds)) { return ''; } var hms = [hours, minutes, requireSeconds ? seconds : 0]; return hms.map(padLeftZeros).join(':'); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_16__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_19__["props"]), modelProps), Object(_utils_object__WEBPACK_IMPORTED_MODULE_16__["pick"])(_form_spinbutton_form_spinbutton__WEBPACK_IMPORTED_MODULE_21__["props"], ['labelIncrement', 'labelDecrement'])), {}, { // ID of label element ariaLabelledby: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), hidden: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), hideHeader: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), // Explicitly force 12 or 24 hour time // Default is to use resolved locale for 12/24 hour display // Tri-state: `true` = 12, `false` = 24, `null` = auto hour12: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], null), labelAm: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'AM'), labelAmpm: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'AM/PM'), labelHours: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Hours'), labelMinutes: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Minutes'), labelNoTimeSelected: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'No time selected'), labelPm: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'PM'), labelSeconds: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Seconds'), labelSelected: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'Selected time'), locale: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_STRING"]), minutesStep: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 1), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), secondsStep: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 1), // If `true`, show the second spinbutton showSeconds: Object(_utils_props__WEBPACK_IMPORTED_MODULE_17__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TIME"]); // --- Main component --- // @vue/component var BTime = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TIME"], mixins: [_mixins_id__WEBPACK_IMPORTED_MODULE_19__["idMixin"], modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_20__["normalizeSlotMixin"]], props: props, data: function data() { var parsed = parseHMS(this[MODEL_PROP_NAME] || ''); return { // Spin button models modelHours: parsed.hours, modelMinutes: parsed.minutes, modelSeconds: parsed.seconds, modelAmpm: parsed.ampm, // Internal flag to enable aria-live regions isLive: false }; }, computed: { computedHMS: function computedHMS() { var hours = this.modelHours; var minutes = this.modelMinutes; var seconds = this.modelSeconds; return formatHMS({ hours: hours, minutes: minutes, seconds: seconds }, this.showSeconds); }, resolvedOptions: function resolvedOptions() { // Resolved locale options var locale = Object(_utils_array__WEBPACK_IMPORTED_MODULE_6__["concat"])(this.locale).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_10__["identity"]); var options = { hour: NUMERIC, minute: NUMERIC, second: NUMERIC }; if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isUndefinedOrNull"])(this.hour12)) { // Force 12 or 24 hour clock options.hour12 = !!this.hour12; } var dtf = new Intl.DateTimeFormat(locale, options); var resolved = dtf.resolvedOptions(); var hour12 = resolved.hour12 || false; // IE 11 doesn't resolve the hourCycle, so we make // an assumption and fall back to common values var hourCycle = resolved.hourCycle || (hour12 ? 'h12' : 'h23'); return { locale: resolved.locale, hour12: hour12, hourCycle: hourCycle }; }, computedLocale: function computedLocale() { return this.resolvedOptions.locale; }, computedLang: function computedLang() { return (this.computedLocale || '').replace(/-u-.*$/, ''); }, computedRTL: function computedRTL() { return Object(_utils_locale__WEBPACK_IMPORTED_MODULE_13__["isLocaleRTL"])(this.computedLang); }, computedHourCycle: function computedHourCycle() { // h11, h12, h23, or h24 // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Locale/hourCycle // h12 - Hour system using 1–12. Corresponds to 'h' in patterns. The 12 hour clock, with midnight starting at 12:00 am // h23 - Hour system using 0–23. Corresponds to 'H' in patterns. The 24 hour clock, with midnight starting at 0:00 // h11 - Hour system using 0–11. Corresponds to 'K' in patterns. The 12 hour clock, with midnight starting at 0:00 am // h24 - Hour system using 1–24. Corresponds to 'k' in pattern. The 24 hour clock, with midnight starting at 24:00 // For h12 or h24, we visually format 00 hours as 12 return this.resolvedOptions.hourCycle; }, is12Hour: function is12Hour() { return !!this.resolvedOptions.hour12; }, context: function context() { return { locale: this.computedLocale, isRTL: this.computedRTL, hourCycle: this.computedHourCycle, hour12: this.is12Hour, hours: this.modelHours, minutes: this.modelMinutes, seconds: this.showSeconds ? this.modelSeconds : 0, value: this.computedHMS, formatted: this.formattedTimeString }; }, valueId: function valueId() { return this.safeId() || null; }, computedAriaLabelledby: function computedAriaLabelledby() { return [this.ariaLabelledby, this.valueId].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_10__["identity"]).join(' ') || null; }, timeFormatter: function timeFormatter() { // Returns a formatter function reference // The formatter converts the time to a localized string var options = { hour12: this.is12Hour, hourCycle: this.computedHourCycle, hour: NUMERIC, minute: NUMERIC, timeZone: 'UTC' }; if (this.showSeconds) { options.second = NUMERIC; } // Formats the time as a localized string return Object(_utils_date__WEBPACK_IMPORTED_MODULE_7__["createDateFormatter"])(this.computedLocale, options); }, numberFormatter: function numberFormatter() { // Returns a formatter function reference // The formatter always formats as 2 digits and is localized var nf = new Intl.NumberFormat(this.computedLocale, { style: 'decimal', minimumIntegerDigits: 2, minimumFractionDigits: 0, maximumFractionDigits: 0, notation: 'standard' }); return nf.format; }, formattedTimeString: function formattedTimeString() { var hours = this.modelHours; var minutes = this.modelMinutes; var seconds = this.showSeconds ? this.modelSeconds || 0 : 0; if (this.computedHMS) { return this.timeFormatter(Object(_utils_date__WEBPACK_IMPORTED_MODULE_7__["createDate"])(Date.UTC(0, 0, 1, hours, minutes, seconds))); } return this.labelNoTimeSelected || ' '; }, spinScopedSlots: function spinScopedSlots() { var h = this.$createElement; return { increment: function increment(_ref2) { var hasFocus = _ref2.hasFocus; return h(_icons_icons__WEBPACK_IMPORTED_MODULE_22__["BIconChevronUp"], { props: { scale: hasFocus ? 1.5 : 1.25 }, attrs: { 'aria-hidden': 'true' } }); }, decrement: function decrement(_ref3) { var hasFocus = _ref3.hasFocus; return h(_icons_icons__WEBPACK_IMPORTED_MODULE_22__["BIconChevronUp"], { props: { flipV: true, scale: hasFocus ? 1.5 : 1.25 }, attrs: { 'aria-hidden': 'true' } }); } }; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue && !Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_12__["looseEqual"])(parseHMS(newValue), parseHMS(this.computedHMS))) { var _parseHMS = parseHMS(newValue), hours = _parseHMS.hours, minutes = _parseHMS.minutes, seconds = _parseHMS.seconds, ampm = _parseHMS.ampm; this.modelHours = hours; this.modelMinutes = minutes; this.modelSeconds = seconds; this.modelAmpm = ampm; } }), _defineProperty(_watch, "computedHMS", function computedHMS(newValue, oldValue) { if (newValue !== oldValue) { this.$emit(MODEL_EVENT_NAME, newValue); } }), _defineProperty(_watch, "context", function context(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_12__["looseEqual"])(newValue, oldValue)) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CONTEXT"], newValue); } }), _defineProperty(_watch, "modelAmpm", function modelAmpm(newValue, oldValue) { var _this = this; if (newValue !== oldValue) { var hours = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isNull"])(this.modelHours) ? 0 : this.modelHours; this.$nextTick(function () { if (newValue === 0 && hours > 11) { // Switched to AM _this.modelHours = hours - 12; } else if (newValue === 1 && hours < 12) { // Switched to PM _this.modelHours = hours + 12; } }); } }), _defineProperty(_watch, "modelHours", function modelHours(newHours, oldHours) { if (newHours !== oldHours) { this.modelAmpm = newHours > 11 ? 1 : 0; } }), _watch), created: function created() { var _this2 = this; this.$nextTick(function () { _this2.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CONTEXT"], _this2.context); }); }, mounted: function mounted() { this.setLive(true); }, /* istanbul ignore next */ activated: function activated() { this.setLive(true); }, /* istanbul ignore next */ deactivated: function deactivated() { this.setLive(false); }, beforeDestroy: function beforeDestroy() { this.setLive(false); }, methods: { // Public methods focus: function focus() { if (!this.disabled) { // We focus the first spin button Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["attemptFocus"])(this.$refs.spinners[0]); } }, blur: function blur() { if (!this.disabled) { var activeElement = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["getActiveElement"])(); if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["contains"])(this.$el, activeElement)) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["attemptBlur"])(activeElement); } } }, // Formatters for the spin buttons formatHours: function formatHours(hh) { var hourCycle = this.computedHourCycle; // We always store 0-23, but format based on h11/h12/h23/h24 formats hh = this.is12Hour && hh > 12 ? hh - 12 : hh; // Determine how 00:00 and 12:00 are shown hh = hh === 0 && hourCycle === 'h12' ? 12 : hh === 0 && hourCycle === 'h24' ? /* istanbul ignore next */ 24 : hh === 12 && hourCycle === 'h11' ? /* istanbul ignore next */ 0 : hh; return this.numberFormatter(hh); }, formatMinutes: function formatMinutes(mm) { return this.numberFormatter(mm); }, formatSeconds: function formatSeconds(ss) { return this.numberFormatter(ss); }, formatAmpm: function formatAmpm(ampm) { // These should come from label props??? // `ampm` should always be a value of `0` or `1` return ampm === 0 ? this.labelAm : ampm === 1 ? this.labelPm : ''; }, // Spinbutton on change handlers setHours: function setHours(value) { this.modelHours = value; }, setMinutes: function setMinutes(value) { this.modelMinutes = value; }, setSeconds: function setSeconds(value) { this.modelSeconds = value; }, setAmpm: function setAmpm(value) { this.modelAmpm = value; }, onSpinLeftRight: function onSpinLeftRight() { var event = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var type = event.type, keyCode = event.keyCode; if (!this.disabled && type === 'keydown' && (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_LEFT"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_RIGHT"])) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_9__["stopEvent"])(event); var spinners = this.$refs.spinners || []; var index = spinners.map(function (cmp) { return !!cmp.hasFocus; }).indexOf(true); index = index + (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_LEFT"] ? -1 : 1); index = index >= spinners.length ? 0 : index < 0 ? spinners.length - 1 : index; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["attemptFocus"])(spinners[index]); } }, setLive: function setLive(on) { var _this3 = this; if (on) { this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_8__["requestAF"])(function () { _this3.isLive = true; }); }); } else { this.isLive = false; } } }, render: function render(h) { var _this4 = this; /* istanbul ignore if */ if (this.hidden) { // If hidden, we just render a placeholder comment return h(); } var valueId = this.valueId; var computedAriaLabelledby = this.computedAriaLabelledby; var spinIds = []; // Helper method to render a spinbutton var makeSpinbutton = function makeSpinbutton(handler, key, classes) { var spinbuttonProps = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; var id = _this4.safeId("_spinbutton_".concat(key, "_")) || null; spinIds.push(id); return h(_form_spinbutton_form_spinbutton__WEBPACK_IMPORTED_MODULE_21__["BFormSpinbutton"], { class: classes, props: _objectSpread({ id: id, placeholder: '--', vertical: true, required: true, disabled: _this4.disabled, readonly: _this4.readonly, locale: _this4.computedLocale, labelIncrement: _this4.labelIncrement, labelDecrement: _this4.labelDecrement, wrap: true, ariaControls: valueId, min: 0 }, spinbuttonProps), scopedSlots: _this4.spinScopedSlots, on: { // We use `change` event to minimize SR verbosity // As the spinbutton will announce each value change // and we don't want the formatted time to be announced // on each value input if repeat is happening change: handler }, key: key, ref: 'spinners', refInFor: true }); }; // Helper method to return a "colon" separator var makeColon = function makeColon() { return h('div', { staticClass: 'd-flex flex-column', class: { 'text-muted': _this4.disabled || _this4.readonly }, attrs: { 'aria-hidden': 'true' } }, [h(_icons_icons__WEBPACK_IMPORTED_MODULE_22__["BIconCircleFill"], { props: { shiftV: 4, scale: 0.5 } }), h(_icons_icons__WEBPACK_IMPORTED_MODULE_22__["BIconCircleFill"], { props: { shiftV: -4, scale: 0.5 } })]); }; var $spinners = []; // Hours $spinners.push(makeSpinbutton(this.setHours, 'hours', 'b-time-hours', { value: this.modelHours, max: 23, step: 1, formatterFn: this.formatHours, ariaLabel: this.labelHours })); // Spacer $spinners.push(makeColon()); // Minutes $spinners.push(makeSpinbutton(this.setMinutes, 'minutes', 'b-time-minutes', { value: this.modelMinutes, max: 59, step: this.minutesStep || 1, formatterFn: this.formatMinutes, ariaLabel: this.labelMinutes })); if (this.showSeconds) { // Spacer $spinners.push(makeColon()); // Seconds $spinners.push(makeSpinbutton(this.setSeconds, 'seconds', 'b-time-seconds', { value: this.modelSeconds, max: 59, step: this.secondsStep || 1, formatterFn: this.formatSeconds, ariaLabel: this.labelSeconds })); } // AM/PM ? if (this.is12Hour) { // TODO: // If locale is RTL, unshift this instead of push? // And switch class `ml-2` to `mr-2` // Note some LTR locales (i.e. zh) also place AM/PM to the left $spinners.push(makeSpinbutton(this.setAmpm, 'ampm', 'b-time-ampm', { value: this.modelAmpm, max: 1, formatterFn: this.formatAmpm, ariaLabel: this.labelAmpm, // We set `required` as `false`, since this always has a value required: false })); } // Assemble spinners $spinners = h('div', { staticClass: 'd-flex align-items-center justify-content-center mx-auto', attrs: { role: 'group', tabindex: this.disabled || this.readonly ? null : '-1', 'aria-labelledby': computedAriaLabelledby }, on: { keydown: this.onSpinLeftRight, click: /* istanbul ignore next */ function click(event) { if (event.target === event.currentTarget) { _this4.focus(); } } } }, $spinners); // Selected type display var $value = h('output', { staticClass: 'form-control form-control-sm text-center', class: { disabled: this.disabled || this.readonly }, attrs: { id: valueId, role: 'status', for: spinIds.filter(_utils_identity__WEBPACK_IMPORTED_MODULE_10__["identity"]).join(' ') || null, tabindex: this.disabled ? null : '-1', 'aria-live': this.isLive ? 'polite' : 'off', 'aria-atomic': 'true' }, on: { // Transfer focus/click to focus hours spinner click: this.focus, focus: this.focus } }, [h('bdi', this.formattedTimeString), this.computedHMS ? h('span', { staticClass: 'sr-only' }, " (".concat(this.labelSelected, ") ")) : '']); var $header = h('header', { staticClass: 'b-time-header', class: { 'sr-only': this.hideHeader } }, [$value]); // Optional bottom slot var $slot = this.normalizeSlot(); $slot = $slot ? h('footer', { staticClass: 'b-time-footer' }, $slot) : h(); return h('div', { staticClass: 'b-time d-inline-flex flex-column text-center', attrs: { role: 'group', lang: this.computedLang || null, 'aria-labelledby': computedAriaLabelledby || null, 'aria-disabled': this.disabled ? 'true' : null, 'aria-readonly': this.readonly && !this.disabled ? 'true' : null } }, [$header, $spinners, $slot]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/helpers/bv-toast.js": /*!****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/helpers/bv-toast.js ***! \****************************************************************************************************/ /*! exports provided: BVToastPlugin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVToastPlugin", function() { return BVToastPlugin; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _toast__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toast.js"); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } /** * Plugin for adding `$bvToast` property to all Vue instances */ // --- Constants --- var PROP_NAME = '$bvToast'; var PROP_NAME_PRIV = '_bv__toast'; // Base toast props that are allowed // Some may be ignored or overridden on some message boxes // Prop ID is allowed, but really only should be used for testing // We need to add it in explicitly as it comes from the `idMixin` var BASE_PROPS = ['id'].concat(_toConsumableArray(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["omit"])(_toast__WEBPACK_IMPORTED_MODULE_10__["props"], ['static', 'visible'])))); // Map prop names to toast slot names var propsToSlots = { toastContent: 'default', title: 'toast-title' }; // --- Helper methods --- // Method to filter only recognized props that are not undefined var filterOptions = function filterOptions(options) { return BASE_PROPS.reduce(function (memo, key) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefined"])(options[key])) { memo[key] = options[key]; } return memo; }, {}); }; // Method to install `$bvToast` VM injection var plugin = function plugin(Vue) { // Create a private sub-component constructor that // extends BToast and self-destructs after hidden // @vue/component var BVToastPop = Vue.extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOAST_POP"], extends: _toast__WEBPACK_IMPORTED_MODULE_10__["BToast"], destroyed: function destroyed() { // Make sure we not in document any more var $el = this.$el; if ($el && $el.parentNode) { $el.parentNode.removeChild($el); } }, mounted: function mounted() { var _this = this; // Self destruct handler var handleDestroy = function handleDestroy() { // Ensure the toast has been force hidden _this.localShow = false; _this.doRender = false; _this.$nextTick(function () { _this.$nextTick(function () { // In a `requestAF()` to release control back to application // and to allow the portal-target time to remove the content Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["requestAF"])(function () { _this.$destroy(); }); }); }); }; // Self destruct if parent destroyed this.$parent.$once(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_DESTROYED"], handleDestroy); // Self destruct after hidden this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HIDDEN"], handleDestroy); // Self destruct when toaster is destroyed this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOASTER"], _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_DESTROYED"]), function (toaster) { /* istanbul ignore next: hard to test */ if (toaster === _this.toaster) { handleDestroy(); } }); } }); // Private method to generate the on-demand toast var makeToast = function makeToast(props, $parent) { if (Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warnNotClient"])(PROP_NAME)) { /* istanbul ignore next */ return; } // Create an instance of `BVToastPop` component var toast = new BVToastPop({ // We set parent as the local VM so these toasts can emit events on the // app `$root`, and it ensures `BToast` is destroyed when parent is destroyed parent: $parent, propsData: _objectSpread(_objectSpread(_objectSpread({}, filterOptions(Object(_utils_config__WEBPACK_IMPORTED_MODULE_3__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOAST"]))), Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["omit"])(props, Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(propsToSlots))), {}, { // Props that can't be overridden static: false, visible: true }) }); // Convert certain props to slots Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["keys"])(propsToSlots).forEach(function (prop) { var value = props[prop]; if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefined"])(value)) { // Can be a string, or array of VNodes if (prop === 'title' && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isString"])(value)) { // Special case for title if it is a string, we wrap in a <strong> value = [$parent.$createElement('strong', { class: 'mr-2' }, value)]; } toast.$slots[propsToSlots[prop]] = Object(_utils_array__WEBPACK_IMPORTED_MODULE_2__["concat"])(value); } }); // Create a mount point (a DIV) and mount it (which triggers the show) var div = document.createElement('div'); document.body.appendChild(div); toast.$mount(div); }; // Declare BvToast instance property class var BvToast = /*#__PURE__*/function () { function BvToast(vm) { _classCallCheck(this, BvToast); // Assign the new properties to this instance Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["assign"])(this, { _vm: vm, _root: vm.$root }); // Set these properties as read-only and non-enumerable Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["defineProperties"])(this, { _vm: Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["readonlyDescriptor"])(), _root: Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["readonlyDescriptor"])() }); } // --- Public Instance methods --- // Opens a user defined toast and returns immediately _createClass(BvToast, [{ key: "toast", value: function toast(content) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; if (!content || Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warnNotClient"])(PROP_NAME)) { /* istanbul ignore next */ return; } makeToast(_objectSpread(_objectSpread({}, filterOptions(options)), {}, { toastContent: content }), this._vm); } // shows a `<b-toast>` component with the specified ID }, { key: "show", value: function show(id) { if (id) { this._root.$emit(Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOAST"], _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_SHOW"]), id); } } // Hide a toast with specified ID, or if not ID all toasts }, { key: "hide", value: function hide() { var id = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; this._root.$emit(Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOAST"], _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_HIDE"]), id); } }]); return BvToast; }(); // Add our instance mixin Vue.mixin({ beforeCreate: function beforeCreate() { // Because we need access to `$root` for `$emits`, and VM for parenting, // we have to create a fresh instance of `BvToast` for each VM this[PROP_NAME_PRIV] = new BvToast(this); } }); // Define our read-only `$bvToast` instance property // Placed in an if just in case in HMR mode if (!Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["hasOwnProperty"])(Vue.prototype, PROP_NAME)) { Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["defineProperty"])(Vue.prototype, PROP_NAME, { get: function get() { /* istanbul ignore next */ if (!this || !this[PROP_NAME_PRIV]) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_9__["warn"])("\"".concat(PROP_NAME, "\" must be accessed from a Vue instance \"this\" context."), _constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOAST"]); } return this[PROP_NAME_PRIV]; } }); } }; var BVToastPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_8__["pluginFactory"])({ plugins: { plugin: plugin } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/index.js ***! \*****************************************************************************************/ /*! exports provided: ToastPlugin, BToast, BToaster */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ToastPlugin", function() { return ToastPlugin; }); /* harmony import */ var _helpers_bv_toast__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./helpers/bv-toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/helpers/bv-toast.js"); /* harmony import */ var _toast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toast.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BToast", function() { return _toast__WEBPACK_IMPORTED_MODULE_1__["BToast"]; }); /* harmony import */ var _toaster__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./toaster */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toaster.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BToaster", function() { return _toaster__WEBPACK_IMPORTED_MODULE_2__["BToaster"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var ToastPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_3__["pluginFactory"])({ components: { BToast: _toast__WEBPACK_IMPORTED_MODULE_1__["BToast"], BToaster: _toaster__WEBPACK_IMPORTED_MODULE_2__["BToaster"] }, // $bvToast injection plugins: { BVToastPlugin: _helpers_bv_toast__WEBPACK_IMPORTED_MODULE_0__["BVToastPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toast.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toast.js ***! \*****************************************************************************************/ /*! exports provided: props, BToast */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BToast", function() { return BToast; }); /* harmony import */ var portal_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! portal-vue */ "../CORE_FW/firebase_nuxt/node_modules/portal-vue/dist/portal-vue.common.js"); /* harmony import */ var portal_vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(portal_vue__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_router__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../utils/router */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js"); /* harmony import */ var _mixins_attrs__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../mixins/attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _mixins_id__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../mixins/id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _mixins_scoped_style__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ../../mixins/scoped-style */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/scoped-style.js"); /* harmony import */ var _button_button_close__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ../button/button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); /* harmony import */ var _link_link__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ../link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); /* harmony import */ var _toaster__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./toaster */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toaster.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_10__["makeModelMixin"])('visible', { type: _constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], defaultValue: false, event: _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CHANGE"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; var MIN_DURATION = 1000; // --- Props --- var linkProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["pick"])(_link_link__WEBPACK_IMPORTED_MODULE_21__["props"], ['href', 'to']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _mixins_id__WEBPACK_IMPORTED_MODULE_16__["props"]), modelProps), linkProps), {}, { appendToast: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), autoHideDelay: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 5000), bodyClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_OBJECT_STRING"]), headerClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_OBJECT_STRING"]), // Switches role to 'status' and aria-live to 'polite' isStatus: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noAutoHide: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noCloseButton: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noFade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), noHoverPause: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), solid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), // Render the toast in place, rather than in a portal-target static: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_BOOLEAN"], false), title: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]), toastClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_OBJECT_STRING"]), toaster: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'b-toaster-top-right'), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOAST"]); // --- Main component --- // @vue/component var BToast = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_1__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOAST"], mixins: [_mixins_attrs__WEBPACK_IMPORTED_MODULE_15__["attrsMixin"], _mixins_id__WEBPACK_IMPORTED_MODULE_16__["idMixin"], modelMixin, _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_17__["listenOnRootMixin"], _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_18__["normalizeSlotMixin"], _mixins_scoped_style__WEBPACK_IMPORTED_MODULE_19__["scopedStyleMixin"]], inheritAttrs: false, props: props, data: function data() { return { isMounted: false, doRender: false, localShow: false, isTransitioning: false, isHiding: false, order: 0, dismissStarted: 0, resumeDismiss: 0 }; }, computed: { toastClasses: function toastClasses() { var appendToast = this.appendToast, variant = this.variant; return _defineProperty({ 'b-toast-solid': this.solid, 'b-toast-append': appendToast, 'b-toast-prepend': !appendToast }, "b-toast-".concat(variant), variant); }, slotScope: function slotScope() { var hide = this.hide; return { hide: hide }; }, computedDuration: function computedDuration() { // Minimum supported duration is 1 second return Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(this.autoHideDelay, 0), MIN_DURATION); }, computedToaster: function computedToaster() { return String(this.toaster); }, transitionHandlers: function transitionHandlers() { return { beforeEnter: this.onBeforeEnter, afterEnter: this.onAfterEnter, beforeLeave: this.onBeforeLeave, afterLeave: this.onAfterLeave }; }, computedAttrs: function computedAttrs() { return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { id: this.safeId(), tabindex: '0' }); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { this[newValue ? 'show' : 'hide'](); }), _defineProperty(_watch, "localShow", function localShow(newValue) { if (newValue !== this[MODEL_PROP_NAME]) { this.$emit(MODEL_EVENT_NAME, newValue); } }), _defineProperty(_watch, "toaster", function toaster() { // If toaster target changed, make sure toaster exists this.$nextTick(this.ensureToaster); }), _defineProperty(_watch, "static", function _static(newValue) { // If static changes to true, and the toast is showing, // ensure the toaster target exists if (newValue && this.localShow) { this.ensureToaster(); } }), _watch), created: function created() { // Create private non-reactive props this.$_dismissTimer = null; }, mounted: function mounted() { var _this = this; this.isMounted = true; this.$nextTick(function () { if (_this[MODEL_PROP_NAME]) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["requestAF"])(function () { _this.show(); }); } }); // Listen for global $root show events this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOAST"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"]), function (id) { if (id === _this.safeId()) { _this.show(); } }); // Listen for global $root hide events this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOAST"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDE"]), function (id) { if (!id || id === _this.safeId()) { _this.hide(); } }); // Make sure we hide when toaster is destroyed /* istanbul ignore next: difficult to test */ this.listenOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOASTER"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_DESTROYED"]), function (toaster) { /* istanbul ignore next */ if (toaster === _this.computedToaster) { _this.hide(); } }); }, beforeDestroy: function beforeDestroy() { this.clearDismissTimer(); }, methods: { show: function show() { var _this2 = this; if (!this.localShow) { this.ensureToaster(); var showEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"]); this.emitEvent(showEvt); this.dismissStarted = this.resumeDismiss = 0; this.order = Date.now() * (this.appendToast ? 1 : -1); this.isHiding = false; this.doRender = true; this.$nextTick(function () { // We show the toast after we have rendered the portal and b-toast wrapper // so that screen readers will properly announce the toast Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["requestAF"])(function () { _this2.localShow = true; }); }); } }, hide: function hide() { var _this3 = this; if (this.localShow) { var hideEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDE"]); this.emitEvent(hideEvt); this.setHoverHandler(false); this.dismissStarted = this.resumeDismiss = 0; this.clearDismissTimer(); this.isHiding = true; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["requestAF"])(function () { _this3.localShow = false; }); } }, buildEvent: function buildEvent(type) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return new _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_6__["BvEvent"](type, _objectSpread(_objectSpread({ cancelable: false, target: this.$el || null, relatedTarget: null }, options), {}, { vueTarget: this, componentId: this.safeId() })); }, emitEvent: function emitEvent(bvEvent) { var type = bvEvent.type; this.emitOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOAST"], type), bvEvent); this.$emit(type, bvEvent); }, ensureToaster: function ensureToaster() { if (this.static) { return; } var computedToaster = this.computedToaster; if (!portal_vue__WEBPACK_IMPORTED_MODULE_0__["Wormhole"].hasTarget(computedToaster)) { var div = document.createElement('div'); document.body.appendChild(div); var toaster = new _toaster__WEBPACK_IMPORTED_MODULE_23__["BToaster"]({ parent: this.$root, propsData: { name: computedToaster } }); toaster.$mount(div); } }, startDismissTimer: function startDismissTimer() { this.clearDismissTimer(); if (!this.noAutoHide) { this.$_dismissTimer = setTimeout(this.hide, this.resumeDismiss || this.computedDuration); this.dismissStarted = Date.now(); this.resumeDismiss = 0; } }, clearDismissTimer: function clearDismissTimer() { clearTimeout(this.$_dismissTimer); this.$_dismissTimer = null; }, setHoverHandler: function setHoverHandler(on) { var el = this.$refs['b-toast']; Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["eventOnOff"])(on, el, 'mouseenter', this.onPause, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_8__["eventOnOff"])(on, el, 'mouseleave', this.onUnPause, _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_OPTIONS_NO_CAPTURE"]); }, onPause: function onPause() { // Determine time remaining, and then pause timer if (this.noAutoHide || this.noHoverPause || !this.$_dismissTimer || this.resumeDismiss) { return; } var passed = Date.now() - this.dismissStarted; if (passed > 0) { this.clearDismissTimer(); this.resumeDismiss = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(this.computedDuration - passed, MIN_DURATION); } }, onUnPause: function onUnPause() { // Restart timer with max of time remaining or 1 second if (this.noAutoHide || this.noHoverPause || !this.resumeDismiss) { this.resumeDismiss = this.dismissStarted = 0; return; } this.startDismissTimer(); }, onLinkClick: function onLinkClick() { var _this4 = this; // We delay the close to allow time for the // browser to process the link click this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_7__["requestAF"])(function () { _this4.hide(); }); }); }, onBeforeEnter: function onBeforeEnter() { this.isTransitioning = true; }, onAfterEnter: function onAfterEnter() { this.isTransitioning = false; var hiddenEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOWN"]); this.emitEvent(hiddenEvt); this.startDismissTimer(); this.setHoverHandler(true); }, onBeforeLeave: function onBeforeLeave() { this.isTransitioning = true; }, onAfterLeave: function onAfterLeave() { this.isTransitioning = false; this.order = 0; this.resumeDismiss = this.dismissStarted = 0; var hiddenEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"]); this.emitEvent(hiddenEvt); this.doRender = false; }, // Render helper for generating the toast makeToast: function makeToast(h) { var _this5 = this; var title = this.title, slotScope = this.slotScope; var link = Object(_utils_router__WEBPACK_IMPORTED_MODULE_14__["isLink"])(this); var $headerContent = []; var $title = this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_TOAST_TITLE"], slotScope); if ($title) { $headerContent.push($title); } else if (title) { $headerContent.push(h('strong', { staticClass: 'mr-2' }, title)); } if (!this.noCloseButton) { $headerContent.push(h(_button_button_close__WEBPACK_IMPORTED_MODULE_20__["BButtonClose"], { staticClass: 'ml-auto mb-1', on: { click: function click() { _this5.hide(); } } })); } var $header = h(); if ($headerContent.length > 0) { $header = h('header', { staticClass: 'toast-header', class: this.headerClass }, $headerContent); } var $body = h(link ? _link_link__WEBPACK_IMPORTED_MODULE_21__["BLink"] : 'div', { staticClass: 'toast-body', class: this.bodyClass, props: link ? Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["pluckProps"])(linkProps, this) : {}, on: link ? { click: this.onLinkClick } : {} }, this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_5__["SLOT_NAME_DEFAULT"], slotScope)); return h('div', { staticClass: 'toast', class: this.toastClass, attrs: this.computedAttrs, key: "toast-".concat(this[_vue__WEBPACK_IMPORTED_MODULE_1__["COMPONENT_UID_KEY"]]), ref: 'toast' }, [$header, $body]); } }, render: function render(h) { if (!this.doRender || !this.isMounted) { return h(); } var order = this.order, isStatic = this.static, isHiding = this.isHiding, isStatus = this.isStatus; var name = "b-toast-".concat(this[_vue__WEBPACK_IMPORTED_MODULE_1__["COMPONENT_UID_KEY"]]); var $toast = h('div', { staticClass: 'b-toast', class: this.toastClasses, attrs: _objectSpread(_objectSpread({}, isStatic ? {} : this.scopedStyleAttrs), {}, { id: this.safeId('_toast_outer'), role: isHiding ? null : isStatus ? 'status' : 'alert', 'aria-live': isHiding ? null : isStatus ? 'polite' : 'assertive', 'aria-atomic': isHiding ? null : 'true' }), key: name, ref: 'b-toast' }, [h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_22__["BVTransition"], { props: { noFade: this.noFade }, on: this.transitionHandlers }, [this.localShow ? this.makeToast(h) : h()])]); return h(portal_vue__WEBPACK_IMPORTED_MODULE_0__["Portal"], { props: { name: name, to: this.computedToaster, order: order, slim: true, disabled: isStatic } }, [$toast]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toaster.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toaster.js ***! \*******************************************************************************************/ /*! exports provided: DefaultTransition, props, BToaster */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DefaultTransition", function() { return DefaultTransition; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BToaster", function() { return BToaster; }); /* harmony import */ var portal_vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! portal-vue */ "../CORE_FW/firebase_nuxt/node_modules/portal-vue/dist/portal-vue.common.js"); /* harmony import */ var portal_vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(portal_vue__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); // --- Helper components --- // @vue/component var DefaultTransition = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_1__["Vue"].extend({ mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_10__["normalizeSlotMixin"]], data: function data() { return { // Transition classes base name name: 'b-toaster' }; }, methods: { onAfterEnter: function onAfterEnter(el) { var _this = this; // Work around a Vue.js bug where `*-enter-to` class is not removed // See: https://github.com/vuejs/vue/pull/7901 // The `*-move` class is also stuck on elements that moved, // but there are no JavaScript hooks to handle after move // See: https://github.com/vuejs/vue/pull/7906 Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["requestAF"])(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_5__["removeClass"])(el, "".concat(_this.name, "-enter-to")); }); } }, render: function render(h) { return h('transition-group', { props: { tag: 'div', name: this.name }, on: { afterEnter: this.onAfterEnter } }, this.normalizeSlot()); } }); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])({ // Allowed: 'true' or 'false' or `null` ariaAtomic: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]), ariaLive: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]), name: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], undefined, true), // Required // Aria role role: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOASTER"]); // --- Main component --- // @vue/component var BToaster = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_1__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOASTER"], mixins: [_mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_9__["listenOnRootMixin"]], props: props, data: function data() { return { // We don't render on SSR or if a an existing target found doRender: false, dead: false, // Toaster names cannot change once created staticName: this.name }; }, beforeMount: function beforeMount() { var _this2 = this; var name = this.name; this.staticName = name; /* istanbul ignore if */ if (portal_vue__WEBPACK_IMPORTED_MODULE_0__["Wormhole"].hasTarget(name)) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_8__["warn"])("A \"<portal-target>\" with name \"".concat(name, "\" already exists in the document."), _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOASTER"]); this.dead = true; } else { this.doRender = true; this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { // Let toasts made with `this.$bvToast.toast()` know that this toaster // is being destroyed and should should also destroy/hide themselves _this2.emitOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_6__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_TOASTER"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_DESTROYED"]), name); }); } }, destroyed: function destroyed() { // Remove from DOM if needed var $el = this.$el; /* istanbul ignore next: difficult to test */ if ($el && $el.parentNode) { $el.parentNode.removeChild($el); } }, render: function render(h) { var $toaster = h('div', { class: ['d-none', { 'b-dead-toaster': this.dead }] }); if (this.doRender) { var $target = h(portal_vue__WEBPACK_IMPORTED_MODULE_0__["PortalTarget"], { staticClass: 'b-toaster-slot', props: { name: this.staticName, multiple: true, tag: 'div', slim: false, // transition: this.transition || DefaultTransition transition: DefaultTransition } }); $toaster = h('div', { staticClass: 'b-toaster', class: [this.staticName], attrs: { id: this.staticName, // Fallback to null to make sure attribute doesn't exist role: this.role || null, 'aria-live': this.ariaLive, 'aria-atomic': this.ariaAtomic } }, [$target]); } return $toaster; } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-popper.js": /*!*******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-popper.js ***! \*******************************************************************************************************/ /*! exports provided: props, BVPopper */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVPopper", function() { return BVPopper; }); /* harmony import */ var popper_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! popper.js */ "../CORE_FW/firebase_nuxt/node_modules/popper.js/dist/esm/popper.js"); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _transition_bv_transition__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../transition/bv-transition */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js"); // Base on-demand component for tooltip / popover templates // // Currently: // Responsible for positioning and transitioning the template // Templates are only instantiated when shown, and destroyed when hidden // // --- Constants --- var AttachmentMap = { AUTO: 'auto', TOP: 'top', RIGHT: 'right', BOTTOM: 'bottom', LEFT: 'left', TOPLEFT: 'top', TOPRIGHT: 'top', RIGHTTOP: 'right', RIGHTBOTTOM: 'right', BOTTOMLEFT: 'bottom', BOTTOMRIGHT: 'bottom', LEFTTOP: 'left', LEFTBOTTOM: 'left' }; var OffsetMap = { AUTO: 0, TOPLEFT: -1, TOP: 0, TOPRIGHT: +1, RIGHTTOP: -1, RIGHT: 0, RIGHTBOTTOM: +1, BOTTOMLEFT: -1, BOTTOM: 0, BOTTOMRIGHT: +1, LEFTTOP: -1, LEFT: 0, LEFTBOTTOM: +1 }; // --- Props --- var props = { // The minimum distance (in `px`) from the edge of the // tooltip/popover that the arrow can be positioned arrowPadding: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 6), // 'scrollParent', 'viewport', 'window', or `Element` boundary: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_5__["HTMLElement"], _constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"]], 'scrollParent'), // Tooltip/popover will try and stay away from // boundary edge by this many pixels boundaryPadding: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 5), fallbackPlacement: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_ARRAY_STRING"], 'flip'), offset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_NUMBER_STRING"], 0), placement: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_4__["PROP_TYPE_STRING"], 'top'), // Element that the tooltip/popover is positioned relative to target: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_5__["HTMLElement"], _constants_safe_types__WEBPACK_IMPORTED_MODULE_5__["SVGElement"]]) }; // --- Main component --- // @vue/component var BVPopper = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_1__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_POPPER"], props: props, data: function data() { return { // reactive props set by parent noFade: false, // State related data localShow: true, attachment: this.getAttachment(this.placement) }; }, computed: { /* istanbul ignore next */ templateType: function templateType() { // Overridden by template component return 'unknown'; }, popperConfig: function popperConfig() { var _this = this; var placement = this.placement; return { placement: this.getAttachment(placement), modifiers: { offset: { offset: this.getOffset(placement) }, flip: { behavior: this.fallbackPlacement }, // `arrow.element` can also be a reference to an HTML Element // maybe we should make this a `$ref` in the templates? arrow: { element: '.arrow' }, preventOverflow: { padding: this.boundaryPadding, boundariesElement: this.boundary } }, onCreate: function onCreate(data) { // Handle flipping arrow classes if (data.originalPlacement !== data.placement) { /* istanbul ignore next: can't test in JSDOM */ _this.popperPlacementChange(data); } }, onUpdate: function onUpdate(data) { // Handle flipping arrow classes _this.popperPlacementChange(data); } }; } }, created: function created() { var _this2 = this; // Note: We are created on-demand, and should be guaranteed that // DOM is rendered/ready by the time the created hook runs this.$_popper = null; // Ensure we show as we mount this.localShow = true; // Create popper instance before shown this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"], function (el) { _this2.popperCreate(el); }); // Self destruct handler var handleDestroy = function handleDestroy() { _this2.$nextTick(function () { // In a `requestAF()` to release control back to application Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["requestAF"])(function () { _this2.$destroy(); }); }); }; // Self destruct if parent destroyed this.$parent.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["HOOK_EVENT_NAME_DESTROYED"], handleDestroy); // Self destruct after hidden this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"], handleDestroy); }, beforeMount: function beforeMount() { // Ensure that the attachment position is correct before mounting // as our propsData is added after `new Template({...})` this.attachment = this.getAttachment(this.placement); }, updated: function updated() { // Update popper if needed // TODO: Should this be a watcher on `this.popperConfig` instead? this.updatePopper(); }, beforeDestroy: function beforeDestroy() { this.destroyPopper(); }, destroyed: function destroyed() { // Make sure template is removed from DOM var el = this.$el; el && el.parentNode && el.parentNode.removeChild(el); }, methods: { // "Public" method to trigger hide template hide: function hide() { this.localShow = false; }, // Private getAttachment: function getAttachment(placement) { return AttachmentMap[String(placement).toUpperCase()] || 'auto'; }, getOffset: function getOffset(placement) { if (!this.offset) { // Could set a ref for the arrow element var arrow = this.$refs.arrow || Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["select"])('.arrow', this.$el); var arrowOffset = Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toFloat"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["getCS"])(arrow).width, 0) + Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toFloat"])(this.arrowPadding, 0); switch (OffsetMap[String(placement).toUpperCase()] || 0) { /* istanbul ignore next: can't test in JSDOM */ case +1: /* istanbul ignore next: can't test in JSDOM */ return "+50%p - ".concat(arrowOffset, "px"); /* istanbul ignore next: can't test in JSDOM */ case -1: /* istanbul ignore next: can't test in JSDOM */ return "-50%p + ".concat(arrowOffset, "px"); default: return 0; } } /* istanbul ignore next */ return this.offset; }, popperCreate: function popperCreate(el) { this.destroyPopper(); // We use `el` rather than `this.$el` just in case the original // mountpoint root element type was changed by the template this.$_popper = new popper_js__WEBPACK_IMPORTED_MODULE_0__["default"](this.target, el, this.popperConfig); }, destroyPopper: function destroyPopper() { this.$_popper && this.$_popper.destroy(); this.$_popper = null; }, updatePopper: function updatePopper() { this.$_popper && this.$_popper.scheduleUpdate(); }, popperPlacementChange: function popperPlacementChange(data) { // Callback used by popper to adjust the arrow placement this.attachment = this.getAttachment(data.placement); }, /* istanbul ignore next */ renderTemplate: function renderTemplate(h) { // Will be overridden by templates return h('div'); } }, render: function render(h) { var _this3 = this; var noFade = this.noFade; // Note: 'show' and 'fade' classes are only appled during transition return h(_transition_bv_transition__WEBPACK_IMPORTED_MODULE_9__["BVTransition"], { // Transitions as soon as mounted props: { appear: true, noFade: noFade }, on: { // Events used by parent component/instance beforeEnter: function beforeEnter(el) { return _this3.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"], el); }, afterEnter: function afterEnter(el) { return _this3.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOWN"], el); }, beforeLeave: function beforeLeave(el) { return _this3.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDE"], el); }, afterLeave: function afterLeave(el) { return _this3.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"], el); } } }, [this.localShow ? this.renderTemplate(h) : h()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip-template.js": /*!*****************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip-template.js ***! \*****************************************************************************************************************/ /*! exports provided: props, BVTooltipTemplate */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVTooltipTemplate", function() { return BVTooltipTemplate; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_scoped_style__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../mixins/scoped-style */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/scoped-style.js"); /* harmony import */ var _bv_popper__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./bv-popper */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-popper.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Props --- var props = { // Used only by the directive versions html: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // Other non-reactive (while open) props are pulled in from BVPopper id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]) }; // --- Main component --- // @vue/component var BVTooltipTemplate = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TOOLTIP_TEMPLATE"], extends: _bv_popper__WEBPACK_IMPORTED_MODULE_7__["BVPopper"], mixins: [_mixins_scoped_style__WEBPACK_IMPORTED_MODULE_6__["scopedStyleMixin"]], props: props, data: function data() { // We use data, rather than props to ensure reactivity // Parent component will directly set this data return { title: '', content: '', variant: null, customClass: null, interactive: true }; }, computed: { templateType: function templateType() { return 'tooltip'; }, templateClasses: function templateClasses() { var _ref; var variant = this.variant, attachment = this.attachment, templateType = this.templateType; return [(_ref = { // Disables pointer events to hide the tooltip when the user // hovers over its content noninteractive: !this.interactive }, _defineProperty(_ref, "b-".concat(templateType, "-").concat(variant), variant), _defineProperty(_ref, "bs-".concat(templateType, "-").concat(attachment), attachment), _ref), this.customClass]; }, templateAttributes: function templateAttributes() { var id = this.id; return _objectSpread(_objectSpread({}, this.$parent.$parent.$attrs), {}, { id: id, role: 'tooltip', tabindex: '-1' }, this.scopedStyleAttrs); }, templateListeners: function templateListeners() { var _this = this; // Used for hover/focus trigger listeners return { mouseenter: /* istanbul ignore next */ function mouseenter(event) { _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_MOUSEENTER"], event); }, mouseleave: /* istanbul ignore next */ function mouseleave(event) { _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_MOUSELEAVE"], event); }, focusin: /* istanbul ignore next */ function focusin(event) { _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_FOCUSIN"], event); }, focusout: /* istanbul ignore next */ function focusout(event) { _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_FOCUSOUT"], event); } }; } }, methods: { renderTemplate: function renderTemplate(h) { var title = this.title; // Title can be a scoped slot function var $title = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(title) ? title({}) : title; // Directive versions only var domProps = this.html && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(title) ? { innerHTML: title } : {}; return h('div', { staticClass: 'tooltip b-tooltip', class: this.templateClasses, attrs: this.templateAttributes, on: this.templateListeners }, [h('div', { staticClass: 'arrow', ref: 'arrow' }), h('div', { staticClass: 'tooltip-inner', domProps: domProps }, [$title])]); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip.js": /*!********************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip.js ***! \********************************************************************************************************/ /*! exports provided: BVTooltip */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVTooltip", function() { return BVTooltip; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_get_scope_id__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/get-scope-id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_noop__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../../utils/noop */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/noop.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../../../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../../../mixins/listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); /* harmony import */ var _bv_tooltip_template__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./bv-tooltip-template */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip-template.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Tooltip "Class" (Built as a renderless Vue instance) // // Handles trigger events, etc. // Instantiates template on demand // --- Constants --- // Modal container selector for appending tooltip/popover var MODAL_SELECTOR = '.modal-content'; // Modal `$root` hidden event var ROOT_EVENT_NAME_MODAL_HIDDEN = Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"]); // Sidebar container selector for appending tooltip/popover var SIDEBAR_SELECTOR = '.b-sidebar'; // For finding the container to append to var CONTAINER_SELECTOR = [MODAL_SELECTOR, SIDEBAR_SELECTOR].join(', '); // For dropdown sniffing var DROPDOWN_CLASS = 'dropdown'; var DROPDOWN_OPEN_SELECTOR = '.dropdown-menu.show'; // Data attribute to temporary store the `title` attribute's value var DATA_TITLE_ATTR = 'data-original-title'; // Data specific to popper and template // We don't use props, as we need reactivity (we can't pass reactive props) var templateData = { // Text string or Scoped slot function title: '', // Text string or Scoped slot function content: '', // String variant: null, // String, Array, Object customClass: null, // String or array of Strings (overwritten by BVPopper) triggers: '', // String (overwritten by BVPopper) placement: 'auto', // String or array of strings fallbackPlacement: 'flip', // Element or Component reference (or function that returns element) of // the element that will have the trigger events bound, and is also // default element for positioning target: null, // HTML ID, Element or Component reference container: null, // 'body' // Boolean noFade: false, // 'scrollParent', 'viewport', 'window', Element, or Component reference boundary: 'scrollParent', // Tooltip/popover will try and stay away from // boundary edge by this many pixels (Number) boundaryPadding: 5, // Arrow offset (Number) offset: 0, // Hover/focus delay (Number or Object) delay: 0, // Arrow of Tooltip/popover will try and stay away from // the edge of tooltip/popover edge by this many pixels arrowPadding: 6, // Interactive state (Boolean) interactive: true, // Disabled state (Boolean) disabled: false, // ID to use for tooltip/popover id: null, // Flag used by directives only, for HTML content html: false }; // --- Main component --- // @vue/component var BVTooltip = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TOOLTIP_HELPER"], mixins: [_mixins_listen_on_root__WEBPACK_IMPORTED_MODULE_16__["listenOnRootMixin"]], data: function data() { return _objectSpread(_objectSpread({}, templateData), {}, { // State management data activeTrigger: { // manual: false, hover: false, click: false, focus: false }, localShow: false }); }, computed: { templateType: function templateType() { // Overwritten by BVPopover return 'tooltip'; }, computedId: function computedId() { return this.id || "__bv_".concat(this.templateType, "_").concat(this[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]], "__"); }, computedDelay: function computedDelay() { // Normalizes delay into object form var delay = { show: 0, hide: 0 }; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isPlainObject"])(this.delay)) { delay.show = Object(_utils_math__WEBPACK_IMPORTED_MODULE_10__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_12__["toInteger"])(this.delay.show, 0), 0); delay.hide = Object(_utils_math__WEBPACK_IMPORTED_MODULE_10__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_12__["toInteger"])(this.delay.hide, 0), 0); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isNumber"])(this.delay) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(this.delay)) { delay.show = delay.hide = Object(_utils_math__WEBPACK_IMPORTED_MODULE_10__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_12__["toInteger"])(this.delay, 0), 0); } return delay; }, computedTriggers: function computedTriggers() { // Returns the triggers in sorted array form // TODO: Switch this to object form for easier lookup return Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(this.triggers).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"]).join(' ').trim().toLowerCase().split(/\s+/).sort(); }, isWithActiveTrigger: function isWithActiveTrigger() { for (var trigger in this.activeTrigger) { if (this.activeTrigger[trigger]) { return true; } } return false; }, computedTemplateData: function computedTemplateData() { var title = this.title, content = this.content, variant = this.variant, customClass = this.customClass, noFade = this.noFade, interactive = this.interactive; return { title: title, content: content, variant: variant, customClass: customClass, noFade: noFade, interactive: interactive }; } }, watch: { computedTriggers: function computedTriggers(newTriggers, oldTriggers) { var _this = this; // Triggers have changed, so re-register them /* istanbul ignore next */ if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__["looseEqual"])(newTriggers, oldTriggers)) { this.$nextTick(function () { // Disable trigger listeners _this.unListen(); // Clear any active triggers that are no longer in the list of triggers oldTriggers.forEach(function (trigger) { if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(newTriggers, trigger)) { if (_this.activeTrigger[trigger]) { _this.activeTrigger[trigger] = false; } } }); // Re-enable the trigger listeners _this.listen(); }); } }, computedTemplateData: function computedTemplateData() { // If any of the while open reactive "props" change, // ensure that the template updates accordingly this.handleTemplateUpdate(); }, title: function title(newValue, oldValue) { // Make sure to hide the tooltip when the title is set empty if (newValue !== oldValue && !newValue) { this.hide(); } }, disabled: function disabled(newValue) { if (newValue) { this.disable(); } else { this.enable(); } } }, created: function created() { var _this2 = this; // Create non-reactive properties this.$_tip = null; this.$_hoverTimeout = null; this.$_hoverState = ''; this.$_visibleInterval = null; this.$_enabled = !this.disabled; this.$_noop = _utils_noop__WEBPACK_IMPORTED_MODULE_11__["noop"].bind(this); // Destroy ourselves when the parent is destroyed if (this.$parent) { this.$parent.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { _this2.$nextTick(function () { // In a `requestAF()` to release control back to application Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["requestAF"])(function () { _this2.$destroy(); }); }); }); } this.$nextTick(function () { var target = _this2.getTarget(); if (target && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(document.body, target)) { // Copy the parent's scoped style attribute _this2.scopeId = Object(_utils_get_scope_id__WEBPACK_IMPORTED_MODULE_6__["getScopeId"])(_this2.$parent); // Set up all trigger handlers and listeners _this2.listen(); } else { /* istanbul ignore next */ Object(_utils_warn__WEBPACK_IMPORTED_MODULE_14__["warn"])(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(_this2.target) ? "Unable to find target element by ID \"#".concat(_this2.target, "\" in document.") : 'The provided target is no valid HTML element.', _this2.templateType); } }); }, /* istanbul ignore next */ updated: function updated() { // Usually called when the slots/data changes this.$nextTick(this.handleTemplateUpdate); }, /* istanbul ignore next */ deactivated: function deactivated() { // In a keepalive that has been deactivated, so hide // the tooltip/popover if it is showing this.forceHide(); }, beforeDestroy: function beforeDestroy() { // Remove all handler/listeners this.unListen(); this.setWhileOpenListeners(false); // Clear any timeouts/intervals this.clearHoverTimeout(); this.clearVisibilityInterval(); // Destroy the template this.destroyTemplate(); // Remove any other private properties created during create this.$_noop = null; }, methods: { // --- Methods for creating and destroying the template --- getTemplate: function getTemplate() { // Overridden by BVPopover return _bv_tooltip_template__WEBPACK_IMPORTED_MODULE_17__["BVTooltipTemplate"]; }, updateData: function updateData() { var _this3 = this; var data = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; // Method for updating popper/template data // We only update data if it exists, and has not changed var titleUpdated = false; Object(_utils_object__WEBPACK_IMPORTED_MODULE_13__["keys"])(templateData).forEach(function (prop) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isUndefined"])(data[prop]) && _this3[prop] !== data[prop]) { _this3[prop] = data[prop]; if (prop === 'title') { titleUpdated = true; } } }); // If the title has updated, we may need to handle the `title` // attribute on the trigger target // We only do this while the template is open if (titleUpdated && this.localShow) { this.fixTitle(); } }, createTemplateAndShow: function createTemplateAndShow() { // Creates the template instance and show it var container = this.getContainer(); var Template = this.getTemplate(); var $tip = this.$_tip = new Template({ parent: this, // The following is not reactive to changes in the props data propsData: { // These values cannot be changed while template is showing id: this.computedId, html: this.html, placement: this.placement, fallbackPlacement: this.fallbackPlacement, target: this.getPlacementTarget(), boundary: this.getBoundary(), // Ensure the following are integers offset: Object(_utils_number__WEBPACK_IMPORTED_MODULE_12__["toInteger"])(this.offset, 0), arrowPadding: Object(_utils_number__WEBPACK_IMPORTED_MODULE_12__["toInteger"])(this.arrowPadding, 0), boundaryPadding: Object(_utils_number__WEBPACK_IMPORTED_MODULE_12__["toInteger"])(this.boundaryPadding, 0) } }); // We set the initial reactive data (values that can be changed while open) this.handleTemplateUpdate(); // Template transition phase events (handled once only) // When the template has mounted, but not visibly shown yet $tip.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"], this.onTemplateShow); // When the template has completed showing $tip.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"], this.onTemplateShown); // When the template has started to hide $tip.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDE"], this.onTemplateHide); // When the template has completed hiding $tip.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"], this.onTemplateHidden); // When the template gets destroyed for any reason $tip.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["HOOK_EVENT_NAME_DESTROYED"], this.destroyTemplate); // Convenience events from template // To save us from manually adding/removing DOM // listeners to tip element when it is open $tip.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_FOCUSIN"], this.handleEvent); $tip.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_FOCUSOUT"], this.handleEvent); $tip.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_MOUSEENTER"], this.handleEvent); $tip.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_MOUSELEAVE"], this.handleEvent); // Mount (which triggers the `show`) $tip.$mount(container.appendChild(document.createElement('div'))); // Template will automatically remove its markup from DOM when hidden }, hideTemplate: function hideTemplate() { // Trigger the template to start hiding // The template will emit the `hide` event after this and // then emit the `hidden` event once it is fully hidden // The `hook:destroyed` will also be called (safety measure) this.$_tip && this.$_tip.hide(); // Clear out any stragging active triggers this.clearActiveTriggers(); // Reset the hover state this.$_hoverState = ''; }, // Destroy the template instance and reset state destroyTemplate: function destroyTemplate() { this.setWhileOpenListeners(false); this.clearHoverTimeout(); this.$_hoverState = ''; this.clearActiveTriggers(); this.localPlacementTarget = null; try { this.$_tip.$destroy(); } catch (_unused) {} this.$_tip = null; this.removeAriaDescribedby(); this.restoreTitle(); this.localShow = false; }, getTemplateElement: function getTemplateElement() { return this.$_tip ? this.$_tip.$el : null; }, handleTemplateUpdate: function handleTemplateUpdate() { var _this4 = this; // Update our template title/content "props" // So that the template updates accordingly var $tip = this.$_tip; if ($tip) { var props = ['title', 'content', 'variant', 'customClass', 'noFade', 'interactive']; // Only update the values if they have changed props.forEach(function (prop) { if ($tip[prop] !== _this4[prop]) { $tip[prop] = _this4[prop]; } }); } }, // --- Show/Hide handlers --- // Show the tooltip show: function show() { var target = this.getTarget(); if (!target || !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(document.body, target) || !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isVisible"])(target) || this.dropdownOpen() || (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isUndefinedOrNull"])(this.title) || this.title === '') && (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isUndefinedOrNull"])(this.content) || this.content === '')) { // If trigger element isn't in the DOM or is not visible, or // is on an open dropdown toggle, or has no content, then // we exit without showing return; } // If tip already exists, exit early if (this.$_tip || this.localShow) { /* istanbul ignore next */ return; } // In the process of showing this.localShow = true; // Create a cancelable BvEvent var showEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"], { cancelable: true }); this.emitEvent(showEvt); // Don't show if event cancelled /* istanbul ignore if */ if (showEvt.defaultPrevented) { // Destroy the template (if for some reason it was created) this.destroyTemplate(); return; } // Fix the title attribute on target this.fixTitle(); // Set aria-describedby on target this.addAriaDescribedby(); // Create and show the tooltip this.createTemplateAndShow(); }, hide: function hide() { var force = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; // Hide the tooltip var tip = this.getTemplateElement(); /* istanbul ignore if */ if (!tip || !this.localShow) { this.restoreTitle(); return; } // Emit cancelable BvEvent 'hide' // We disable cancelling if `force` is true var hideEvt = this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDE"], { cancelable: !force }); this.emitEvent(hideEvt); /* istanbul ignore if: ignore for now */ if (hideEvt.defaultPrevented) { // Don't hide if event cancelled return; } // Tell the template to hide this.hideTemplate(); }, forceHide: function forceHide() { // Forcefully hides/destroys the template, regardless of any active triggers var tip = this.getTemplateElement(); if (!tip || !this.localShow) { /* istanbul ignore next */ return; } // Disable while open listeners/watchers // This is also done in the template `hide` event handler this.setWhileOpenListeners(false); // Clear any hover enter/leave event this.clearHoverTimeout(); this.$_hoverState = ''; this.clearActiveTriggers(); // Disable the fade animation on the template if (this.$_tip) { this.$_tip.noFade = true; } // Hide the tip (with force = true) this.hide(true); }, enable: function enable() { this.$_enabled = true; // Create a non-cancelable BvEvent this.emitEvent(this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLED"])); }, disable: function disable() { this.$_enabled = false; // Create a non-cancelable BvEvent this.emitEvent(this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLED"])); }, // --- Handlers for template events --- // When template is inserted into DOM, but not yet shown onTemplateShow: function onTemplateShow() { // Enable while open listeners/watchers this.setWhileOpenListeners(true); }, // When template show transition completes onTemplateShown: function onTemplateShown() { var prevHoverState = this.$_hoverState; this.$_hoverState = ''; /* istanbul ignore next: occasional Node 10 coverage error */ if (prevHoverState === 'out') { this.leave(null); } // Emit a non-cancelable BvEvent 'shown' this.emitEvent(this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"])); }, // When template is starting to hide onTemplateHide: function onTemplateHide() { // Disable while open listeners/watchers this.setWhileOpenListeners(false); }, // When template has completed closing (just before it self destructs) onTemplateHidden: function onTemplateHidden() { // Destroy the template this.destroyTemplate(); // Emit a non-cancelable BvEvent 'shown' this.emitEvent(this.buildEvent(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"])); }, // --- Helper methods --- getTarget: function getTarget() { var target = this.target; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(target)) { target = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["getById"])(target.replace(/^#/, '')); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isFunction"])(target)) { target = target(); } else if (target) { target = target.$el || target; } return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isElement"])(target) ? target : null; }, getPlacementTarget: function getPlacementTarget() { // This is the target that the tooltip will be placed on, which may not // necessarily be the same element that has the trigger event listeners // For now, this is the same as target // TODO: // Add in child selector support // Add in visibility checks for this element // Fallback to target if not found return this.getTarget(); }, getTargetId: function getTargetId() { // Returns the ID of the trigger element var target = this.getTarget(); return target && target.id ? target.id : null; }, getContainer: function getContainer() { // Handle case where container may be a component ref var container = this.container ? this.container.$el || this.container : false; var body = document.body; var target = this.getTarget(); // If we are in a modal, we append to the modal, If we // are in a sidebar, we append to the sidebar, else append // to body, unless a container is specified // TODO: // Template should periodically check to see if it is in dom // And if not, self destruct (if container got v-if'ed out of DOM) // Or this could possibly be part of the visibility check return container === false ? Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["closest"])(CONTAINER_SELECTOR, target) || body : /*istanbul ignore next */ Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(container) ? /*istanbul ignore next */ Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["getById"])(container.replace(/^#/, '')) || body : /*istanbul ignore next */ body; }, getBoundary: function getBoundary() { return this.boundary ? this.boundary.$el || this.boundary : 'scrollParent'; }, isInModal: function isInModal() { var target = this.getTarget(); return target && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["closest"])(MODAL_SELECTOR, target); }, isDropdown: function isDropdown() { // Returns true if trigger is a dropdown var target = this.getTarget(); return target && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["hasClass"])(target, DROPDOWN_CLASS); }, dropdownOpen: function dropdownOpen() { // Returns true if trigger is a dropdown and the dropdown menu is open var target = this.getTarget(); return this.isDropdown() && target && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["select"])(DROPDOWN_OPEN_SELECTOR, target); }, clearHoverTimeout: function clearHoverTimeout() { clearTimeout(this.$_hoverTimeout); this.$_hoverTimeout = null; }, clearVisibilityInterval: function clearVisibilityInterval() { clearInterval(this.$_visibleInterval); this.$_visibleInterval = null; }, clearActiveTriggers: function clearActiveTriggers() { for (var trigger in this.activeTrigger) { this.activeTrigger[trigger] = false; } }, addAriaDescribedby: function addAriaDescribedby() { // Add aria-describedby on trigger element, without removing any other IDs var target = this.getTarget(); var desc = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["getAttr"])(target, 'aria-describedby') || ''; desc = desc.split(/\s+/).concat(this.computedId).join(' ').trim(); // Update/add aria-described by Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["setAttr"])(target, 'aria-describedby', desc); }, removeAriaDescribedby: function removeAriaDescribedby() { var _this5 = this; // Remove aria-describedby on trigger element, without removing any other IDs var target = this.getTarget(); var desc = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["getAttr"])(target, 'aria-describedby') || ''; desc = desc.split(/\s+/).filter(function (d) { return d !== _this5.computedId; }).join(' ').trim(); // Update or remove aria-describedby if (desc) { /* istanbul ignore next */ Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["setAttr"])(target, 'aria-describedby', desc); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["removeAttr"])(target, 'aria-describedby'); } }, fixTitle: function fixTitle() { // If the target has a `title` attribute, // remove it and store it on a data attribute var target = this.getTarget(); if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["hasAttr"])(target, 'title')) { // Get `title` attribute value and remove it from target var title = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["getAttr"])(target, 'title'); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["setAttr"])(target, 'title', ''); // Only set the data attribute when the value is truthy if (title) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["setAttr"])(target, DATA_TITLE_ATTR, title); } } }, restoreTitle: function restoreTitle() { // If the target had a `title` attribute, // restore it and remove the data attribute var target = this.getTarget(); if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["hasAttr"])(target, DATA_TITLE_ATTR)) { // Get data attribute value and remove it from target var title = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["getAttr"])(target, DATA_TITLE_ATTR); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["removeAttr"])(target, DATA_TITLE_ATTR); // Only restore the `title` attribute when the value is truthy if (title) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["setAttr"])(target, 'title', title); } } }, // --- BvEvent helpers --- buildEvent: function buildEvent(type) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; // Defaults to a non-cancellable event return new _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_15__["BvEvent"](type, _objectSpread({ cancelable: false, target: this.getTarget(), relatedTarget: this.getTemplateElement() || null, componentId: this.computedId, vueTarget: this }, options)); }, emitEvent: function emitEvent(bvEvent) { var type = bvEvent.type; this.emitOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootEventName"])(this.templateType, type), bvEvent); this.$emit(type, bvEvent); }, // --- Event handler setup methods --- listen: function listen() { var _this6 = this; // Enable trigger event handlers var el = this.getTarget(); if (!el) { /* istanbul ignore next */ return; } // Listen for global show/hide events this.setRootListener(true); // Set up our listeners on the target trigger element this.computedTriggers.forEach(function (trigger) { if (trigger === 'click') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(el, 'click', _this6.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); } else if (trigger === 'focus') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(el, 'focusin', _this6.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(el, 'focusout', _this6.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); } else if (trigger === 'blur') { // Used to close $tip when element looses focus /* istanbul ignore next */ Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(el, 'focusout', _this6.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); } else if (trigger === 'hover') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(el, 'mouseenter', _this6.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOn"])(el, 'mouseleave', _this6.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); } }, this); }, /* istanbul ignore next */ unListen: function unListen() { var _this7 = this; // Remove trigger event handlers var events = ['click', 'focusin', 'focusout', 'mouseenter', 'mouseleave']; var target = this.getTarget(); // Stop listening for global show/hide/enable/disable events this.setRootListener(false); // Clear out any active target listeners events.forEach(function (event) { target && Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOff"])(target, event, _this7.handleEvent, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); }, this); }, setRootListener: function setRootListener(on) { // Listen for global `bv::{hide|show}::{tooltip|popover}` hide request event var $root = this.$root; if ($root) { var method = on ? '$on' : '$off'; var type = this.templateType; $root[method](Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(type, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDE"]), this.doHide); $root[method](Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(type, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"]), this.doShow); $root[method](Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(type, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLE"]), this.doDisable); $root[method](Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["getRootActionEventName"])(type, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLE"]), this.doEnable); } }, setWhileOpenListeners: function setWhileOpenListeners(on) { // Events that are only registered when the template is showing // Modal close events this.setModalListener(on); // Dropdown open events (if we are attached to a dropdown) this.setDropdownListener(on); // Periodic $element visibility check // For handling when tip target is in <keepalive>, tabs, carousel, etc this.visibleCheck(on); // On-touch start listeners this.setOnTouchStartListener(on); }, // Handler for periodic visibility check visibleCheck: function visibleCheck(on) { var _this8 = this; this.clearVisibilityInterval(); var target = this.getTarget(); var tip = this.getTemplateElement(); if (on) { this.$_visibleInterval = setInterval(function () { if (tip && _this8.localShow && (!target.parentNode || !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isVisible"])(target))) { // Target element is no longer visible or not in DOM, so force-hide the tooltip _this8.forceHide(); } }, 100); } }, setModalListener: function setModalListener(on) { // Handle case where tooltip/target is in a modal if (this.isInModal()) { // We can listen for modal hidden events on `$root` this.$root[on ? '$on' : '$off'](ROOT_EVENT_NAME_MODAL_HIDDEN, this.forceHide); } }, /* istanbul ignore next: JSDOM doesn't support `ontouchstart` */ setOnTouchStartListener: function setOnTouchStartListener(on) { var _this9 = this; // If this is a touch-enabled device we add extra empty // `mouseover` listeners to the body's immediate children // Only needed because of broken event delegation on iOS // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html if ('ontouchstart' in document.documentElement) { Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["from"])(document.body.children).forEach(function (el) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_5__["eventOnOff"])(on, el, 'mouseover', _this9.$_noop); }); } }, setDropdownListener: function setDropdownListener(on) { var target = this.getTarget(); if (!target || !this.$root || !this.isDropdown) { return; } // We can listen for dropdown shown events on its instance // TODO: // We could grab the ID from the dropdown, and listen for // $root events for that particular dropdown id // Dropdown shown and hidden events will need to emit // Note: Dropdown auto-ID happens in a `$nextTick()` after mount // So the ID lookup would need to be done in a `$nextTick()` if (target.__vue__) { target.__vue__[on ? '$on' : '$off'](_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"], this.forceHide); } }, // --- Event handlers --- handleEvent: function handleEvent(event) { // General trigger event handler // target is the trigger element var target = this.getTarget(); if (!target || Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["isDisabled"])(target) || !this.$_enabled || this.dropdownOpen()) { // If disabled or not enabled, or if a dropdown that is open, don't do anything // If tip is shown before element gets disabled, then tip will not // close until no longer disabled or forcefully closed return; } var type = event.type; var triggers = this.computedTriggers; if (type === 'click' && Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(triggers, 'click')) { this.click(event); } else if (type === 'mouseenter' && Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(triggers, 'hover')) { // `mouseenter` is a non-bubbling event this.enter(event); } else if (type === 'focusin' && Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(triggers, 'focus')) { // `focusin` is a bubbling event // `event` includes `relatedTarget` (element losing focus) this.enter(event); } else if (type === 'focusout' && (Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(triggers, 'focus') || Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(triggers, 'blur')) || type === 'mouseleave' && Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(triggers, 'hover')) { // `focusout` is a bubbling event // `mouseleave` is a non-bubbling event // `tip` is the template (will be null if not open) var tip = this.getTemplateElement(); // `eventTarget` is the element which is losing focus/hover and var eventTarget = event.target; // `relatedTarget` is the element gaining focus/hover var relatedTarget = event.relatedTarget; /* istanbul ignore next */ if ( // From tip to target tip && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(tip, eventTarget) && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(target, relatedTarget) || // From target to tip tip && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(target, eventTarget) && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(tip, relatedTarget) || // Within tip tip && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(tip, eventTarget) && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(tip, relatedTarget) || // Within target Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(target, eventTarget) && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["contains"])(target, relatedTarget)) { // If focus/hover moves within `tip` and `target`, don't trigger a leave return; } // Otherwise trigger a leave this.leave(event); } }, doHide: function doHide(id) { // Programmatically hide tooltip or popover if (!id || this.getTargetId() === id || this.computedId === id) { // Close all tooltips or popovers, or this specific tip (with ID) this.forceHide(); } }, doShow: function doShow(id) { // Programmatically show tooltip or popover if (!id || this.getTargetId() === id || this.computedId === id) { // Open all tooltips or popovers, or this specific tip (with ID) this.show(); } }, /*istanbul ignore next: ignore for now */ doDisable: function doDisable(id) /*istanbul ignore next: ignore for now */ { // Programmatically disable tooltip or popover if (!id || this.getTargetId() === id || this.computedId === id) { // Disable all tooltips or popovers (no ID), or this specific tip (with ID) this.disable(); } }, /*istanbul ignore next: ignore for now */ doEnable: function doEnable(id) /*istanbul ignore next: ignore for now */ { // Programmatically enable tooltip or popover if (!id || this.getTargetId() === id || this.computedId === id) { // Enable all tooltips or popovers (no ID), or this specific tip (with ID) this.enable(); } }, click: function click(event) { if (!this.$_enabled || this.dropdownOpen()) { /* istanbul ignore next */ return; } // Get around a WebKit bug where `click` does not trigger focus events // On most browsers, `click` triggers a `focusin`/`focus` event first // Needed so that trigger 'click blur' works on iOS // https://github.com/bootstrap-vue/bootstrap-vue/issues/5099 // We use `currentTarget` rather than `target` to trigger on the // element, not the inner content Object(_utils_dom__WEBPACK_IMPORTED_MODULE_4__["attemptFocus"])(event.currentTarget); this.activeTrigger.click = !this.activeTrigger.click; if (this.isWithActiveTrigger) { this.enter(null); } else { /* istanbul ignore next */ this.leave(null); } }, /* istanbul ignore next */ toggle: function toggle() { // Manual toggle handler if (!this.$_enabled || this.dropdownOpen()) { /* istanbul ignore next */ return; } // Should we register as an active trigger? // this.activeTrigger.manual = !this.activeTrigger.manual if (this.localShow) { this.leave(null); } else { this.enter(null); } }, enter: function enter() { var _this10 = this; var event = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; // Opening trigger handler // Note: Click events are sent with event === null if (event) { this.activeTrigger[event.type === 'focusin' ? 'focus' : 'hover'] = true; } /* istanbul ignore next */ if (this.localShow || this.$_hoverState === 'in') { this.$_hoverState = 'in'; return; } this.clearHoverTimeout(); this.$_hoverState = 'in'; if (!this.computedDelay.show) { this.show(); } else { // Hide any title attribute while enter delay is active this.fixTitle(); this.$_hoverTimeout = setTimeout(function () { /* istanbul ignore else */ if (_this10.$_hoverState === 'in') { _this10.show(); } else if (!_this10.localShow) { _this10.restoreTitle(); } }, this.computedDelay.show); } }, leave: function leave() { var _this11 = this; var event = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null; // Closing trigger handler // Note: Click events are sent with event === null if (event) { this.activeTrigger[event.type === 'focusout' ? 'focus' : 'hover'] = false; /* istanbul ignore next */ if (event.type === 'focusout' && Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(this.computedTriggers, 'blur')) { // Special case for `blur`: we clear out the other triggers this.activeTrigger.click = false; this.activeTrigger.hover = false; } } /* istanbul ignore next: ignore for now */ if (this.isWithActiveTrigger) { return; } this.clearHoverTimeout(); this.$_hoverState = 'out'; if (!this.computedDelay.hide) { this.hide(); } else { this.$_hoverTimeout = setTimeout(function () { if (_this11.$_hoverState === 'out') { _this11.hide(); } }, this.computedDelay.hide); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/index.js ***! \*******************************************************************************************/ /*! exports provided: TooltipPlugin, BTooltip */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "TooltipPlugin", function() { return TooltipPlugin; }); /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/tooltip.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTooltip", function() { return _tooltip__WEBPACK_IMPORTED_MODULE_0__["BTooltip"]; }); /* harmony import */ var _directives_tooltip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../directives/tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/index.js"); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var TooltipPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_2__["pluginFactory"])({ components: { BTooltip: _tooltip__WEBPACK_IMPORTED_MODULE_0__["BTooltip"] }, plugins: { VBTooltipPlugin: _directives_tooltip__WEBPACK_IMPORTED_MODULE_1__["VBTooltipPlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/tooltip.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/tooltip.js ***! \*********************************************************************************************/ /*! exports provided: props, BTooltip */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BTooltip", function() { return BTooltip; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/get-scope-id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _helpers_bv_tooltip__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./helpers/bv-tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip.js"); var _makePropsConfigurabl, _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var MODEL_PROP_NAME_ENABLED = 'disabled'; var MODEL_EVENT_NAME_ENABLED = _constants_events__WEBPACK_IMPORTED_MODULE_2__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_ENABLED; var MODEL_PROP_NAME_SHOW = 'show'; var MODEL_EVENT_NAME_SHOW = _constants_events__WEBPACK_IMPORTED_MODULE_2__["MODEL_EVENT_NAME_PREFIX"] + MODEL_PROP_NAME_SHOW; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])((_makePropsConfigurabl = { // String: scrollParent, window, or viewport // Element: element reference // Object: Vue component boundary: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_4__["HTMLElement"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_OBJECT"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]], 'scrollParent'), boundaryPadding: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], 50), // String: HTML ID of container, if null body is used (default) // HTMLElement: element reference reference // Object: Vue Component container: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_4__["HTMLElement"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_OBJECT"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]]), customClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]), delay: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_OBJECT_STRING"], 50) }, _defineProperty(_makePropsConfigurabl, MODEL_PROP_NAME_ENABLED, Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_makePropsConfigurabl, "fallbackPlacement", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"], 'flip')), _defineProperty(_makePropsConfigurabl, "id", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"])), _defineProperty(_makePropsConfigurabl, "noFade", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_makePropsConfigurabl, "noninteractive", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_makePropsConfigurabl, "offset", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], 0)), _defineProperty(_makePropsConfigurabl, "placement", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'top')), _defineProperty(_makePropsConfigurabl, MODEL_PROP_NAME_SHOW, Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false)), _defineProperty(_makePropsConfigurabl, "target", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_4__["HTMLElement"], _constants_safe_types__WEBPACK_IMPORTED_MODULE_4__["SVGElement"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_FUNCTION"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_OBJECT"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]], undefined, true)), _defineProperty(_makePropsConfigurabl, "title", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"])), _defineProperty(_makePropsConfigurabl, "triggers", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_STRING"], 'hover focus')), _defineProperty(_makePropsConfigurabl, "variant", Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"])), _makePropsConfigurabl), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TOOLTIP"]); // --- Main component --- // @vue/component var BTooltip = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TOOLTIP"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_9__["normalizeSlotMixin"]], inheritAttrs: false, props: props, data: function data() { return { localShow: this[MODEL_PROP_NAME_SHOW], localTitle: '', localContent: '' }; }, computed: { // Data that will be passed to the template and popper templateData: function templateData() { return _objectSpread({ title: this.localTitle, content: this.localContent, interactive: !this.noninteractive }, Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["pick"])(this.$props, ['boundary', 'boundaryPadding', 'container', 'customClass', 'delay', 'fallbackPlacement', 'id', 'noFade', 'offset', 'placement', 'target', 'target', 'triggers', 'variant', MODEL_PROP_NAME_ENABLED])); }, // Used to watch for changes to the title and content props templateTitleContent: function templateTitleContent() { var title = this.title, content = this.content; return { title: title, content: content }; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME_SHOW, function (newValue, oldValue) { if (newValue !== oldValue && newValue !== this.localShow && this.$_toolpop) { if (newValue) { this.$_toolpop.show(); } else { // We use `forceHide()` to override any active triggers this.$_toolpop.forceHide(); } } }), _defineProperty(_watch, MODEL_PROP_NAME_ENABLED, function (newValue) { if (newValue) { this.doDisable(); } else { this.doEnable(); } }), _defineProperty(_watch, "localShow", function localShow(newValue) { // TODO: May need to be done in a `$nextTick()` this.$emit(MODEL_EVENT_NAME_SHOW, newValue); }), _defineProperty(_watch, "templateData", function templateData() { var _this = this; this.$nextTick(function () { if (_this.$_toolpop) { _this.$_toolpop.updateData(_this.templateData); } }); }), _defineProperty(_watch, "templateTitleContent", function templateTitleContent() { this.$nextTick(this.updateContent); }), _watch), created: function created() { // Create private non-reactive props this.$_toolpop = null; }, updated: function updated() { // Update the `propData` object // Done in a `$nextTick()` to ensure slot(s) have updated this.$nextTick(this.updateContent); }, beforeDestroy: function beforeDestroy() { // Shutdown our local event listeners this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_OPEN"], this.doOpen); this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLOSE"], this.doClose); this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLE"], this.doDisable); this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLE"], this.doEnable); // Destroy the tip instance if (this.$_toolpop) { this.$_toolpop.$destroy(); this.$_toolpop = null; } }, mounted: function mounted() { var _this2 = this; // Instantiate a new BVTooltip instance // Done in a `$nextTick()` to ensure DOM has completed rendering // so that target can be found this.$nextTick(function () { // Load the on demand child instance var Component = _this2.getComponent(); // Ensure we have initial content _this2.updateContent(); // Pass down the scoped style attribute if available var scopeId = Object(_utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__["getScopeId"])(_this2) || Object(_utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__["getScopeId"])(_this2.$parent); // Create the instance var $toolpop = _this2.$_toolpop = new Component({ parent: _this2, // Pass down the scoped style ID _scopeId: scopeId || undefined }); // Set the initial data $toolpop.updateData(_this2.templateData); // Set listeners $toolpop.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"], _this2.onShow); $toolpop.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"], _this2.onShown); $toolpop.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDE"], _this2.onHide); $toolpop.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"], _this2.onHidden); $toolpop.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLED"], _this2.onDisabled); $toolpop.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLED"], _this2.onEnabled); // Initially disabled? if (_this2[MODEL_PROP_NAME_ENABLED]) { // Initially disabled _this2.doDisable(); } // Listen to open signals from others _this2.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_OPEN"], _this2.doOpen); // Listen to close signals from others _this2.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CLOSE"], _this2.doClose); // Listen to disable signals from others _this2.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLE"], _this2.doDisable); // Listen to enable signals from others _this2.$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLE"], _this2.doEnable); // Initially show tooltip? if (_this2.localShow) { $toolpop.show(); } }); }, methods: { getComponent: function getComponent() { // Overridden by BPopover return _helpers_bv_tooltip__WEBPACK_IMPORTED_MODULE_10__["BVTooltip"]; }, updateContent: function updateContent() { // Overridden by BPopover // Tooltip: Default slot is `title` // Popover: Default slot is `content`, `title` slot is title // We pass a scoped slot function reference by default (Vue v2.6x) // And pass the title prop as a fallback this.setTitle(this.normalizeSlot() || this.title); }, // Helper methods for `updateContent()` setTitle: function setTitle(value) { value = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefinedOrNull"])(value) ? '' : value; // We only update the value if it has changed if (this.localTitle !== value) { this.localTitle = value; } }, setContent: function setContent(value) { value = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_6__["isUndefinedOrNull"])(value) ? '' : value; // We only update the value if it has changed if (this.localContent !== value) { this.localContent = value; } }, // --- Template event handlers --- onShow: function onShow(bvEvent) { // Placeholder this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"], bvEvent); if (bvEvent) { this.localShow = !bvEvent.defaultPrevented; } }, onShown: function onShown(bvEvent) { // Tip is now showing this.localShow = true; this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOWN"], bvEvent); }, onHide: function onHide(bvEvent) { this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDE"], bvEvent); }, onHidden: function onHidden(bvEvent) { // Tip is no longer showing this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_HIDDEN"], bvEvent); this.localShow = false; }, onDisabled: function onDisabled(bvEvent) { // Prevent possible endless loop if user mistakenly // fires `disabled` instead of `disable` if (bvEvent && bvEvent.type === _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLED"]) { this.$emit(MODEL_EVENT_NAME_ENABLED, true); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_DISABLED"], bvEvent); } }, onEnabled: function onEnabled(bvEvent) { // Prevent possible endless loop if user mistakenly // fires `enabled` instead of `enable` if (bvEvent && bvEvent.type === _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLED"]) { this.$emit(MODEL_EVENT_NAME_ENABLED, false); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_ENABLED"], bvEvent); } }, // --- Local event listeners --- doOpen: function doOpen() { !this.localShow && this.$_toolpop && this.$_toolpop.show(); }, doClose: function doClose() { this.localShow && this.$_toolpop && this.$_toolpop.hide(); }, doDisable: function doDisable() { this.$_toolpop && this.$_toolpop.disable(); }, doEnable: function doEnable() { this.$_toolpop && this.$_toolpop.enable(); } }, render: function render(h) { // Always renders a comment node // TODO: // Future: Possibly render a target slot (single root element) // which we can apply the listeners to (pass `this.$el` to BVTooltip) return h(); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js": /*!******************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transition/bv-transition.js ***! \******************************************************************************************************/ /*! exports provided: props, BVTransition */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVTransition", function() { return BVTransition; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Generic Bootstrap v4 fade (no-fade) transition component // // Assumes that `show` class is not required when // the transition has finished the enter transition // (show and fade classes are only applied during transition) // --- Constants --- var NO_FADE_PROPS = { name: '', enterClass: '', enterActiveClass: '', enterToClass: 'show', leaveClass: 'show', leaveActiveClass: '', leaveToClass: '' }; var FADE_PROPS = _objectSpread(_objectSpread({}, NO_FADE_PROPS), {}, { enterActiveClass: 'fade', leaveActiveClass: 'fade' }); // --- Props --- var props = { // Has no effect if `trans-props` provided appear: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // Can be overridden by user supplied `trans-props` mode: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Only applicable to the built in transition // Has no effect if `trans-props` provided noFade: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), // For user supplied transitions (if needed) transProps: Object(_utils_props__WEBPACK_IMPORTED_MODULE_4__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_OBJECT"]) }; // --- Main component --- // @vue/component var BVTransition = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TRANSITION"], functional: true, props: props, render: function render(h, _ref) { var children = _ref.children, data = _ref.data, props = _ref.props; var transProps = props.transProps; if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isPlainObject"])(transProps)) { transProps = props.noFade ? NO_FADE_PROPS : FADE_PROPS; if (props.appear) { // Default the appear classes to equal the enter classes transProps = _objectSpread(_objectSpread({}, transProps), {}, { appear: true, appearClass: transProps.enterClass, appearActiveClass: transProps.enterActiveClass, appearToClass: transProps.enterToClass }); } } transProps = _objectSpread(_objectSpread({ mode: props.mode }, transProps), {}, { // We always need `css` true css: true }); return h('transition', // Any transition event listeners will get merged here Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { props: transProps }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transporter/transporter.js": /*!*****************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/transporter/transporter.js ***! \*****************************************************************************************************/ /*! exports provided: props, BVTransporter */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVTransporter", function() { return BVTransporter; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Helper components --- // BVTransporter/BVTransporterTarget: // // Single root node portaling of content, which retains parent/child hierarchy // Unlike Portal-Vue where portaled content is no longer a descendent of its // intended parent components // // Private components for use by Tooltips, Popovers and Modals // // Based on vue-simple-portal // https://github.com/LinusBorg/vue-simple-portal // Transporter target used by BVTransporter // Supports only a single root element // @vue/component var BVTransporterTarget = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ // As an abstract component, it doesn't appear in the $parent chain of // components, which means the next parent of any component rendered inside // of this one will be the parent from which is was portal'd abstract: true, name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TRANSPORTER_TARGET"], props: { // Even though we only support a single root element, // VNodes are always passed as an array nodes: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_FUNCTION"]) }, data: function data(vm) { return { updatedNodes: vm.nodes }; }, destroyed: function destroyed() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeNode"])(this.$el); }, render: function render(h) { var updatedNodes = this.updatedNodes; var $nodes = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isFunction"])(updatedNodes) ? updatedNodes({}) : updatedNodes; $nodes = Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])($nodes).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"]); if ($nodes && $nodes.length > 0 && !$nodes[0].text) { return $nodes[0]; } /* istanbul ignore next */ return h(); } }); // --- Props --- var props = { // String: CSS selector, // HTMLElement: Element reference // Mainly needed for tooltips/popovers inside modals container: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_4__["HTMLElement"], _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]], 'body'), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), // This should be set to match the root element type tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_10__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'div') }; // --- Main component --- // @vue/component var BVTransporter = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_TRANSPORTER"], mixins: [_mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_9__["normalizeSlotMixin"]], props: props, watch: { disabled: { immediate: true, handler: function handler(disabled) { disabled ? this.unmountTarget() : this.$nextTick(this.mountTarget); } } }, created: function created() { // Create private non-reactive props this.$_defaultFn = null; this.$_target = null; }, beforeMount: function beforeMount() { this.mountTarget(); }, updated: function updated() { // We need to make sure that all children have completed updating // before rendering in the target // `vue-simple-portal` has the this in a `$nextTick()`, // while `portal-vue` doesn't // Just trying to see if the `$nextTick()` delay is required or not // Since all slots in Vue 2.6.x are always functions this.updateTarget(); }, beforeDestroy: function beforeDestroy() { this.unmountTarget(); this.$_defaultFn = null; }, methods: { // Get the element which the target should be appended to getContainer: function getContainer() { /* istanbul ignore else */ if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"]) { var container = this.container; return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(container) ? Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["select"])(container) : container; } else { return null; } }, // Mount the target mountTarget: function mountTarget() { if (!this.$_target) { var $container = this.getContainer(); if ($container) { var $el = document.createElement('div'); $container.appendChild($el); this.$_target = new BVTransporterTarget({ el: $el, parent: this, propsData: { // Initial nodes to be rendered nodes: Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(this.normalizeSlot()) } }); } } }, // Update the content of the target updateTarget: function updateTarget() { if (_constants_env__WEBPACK_IMPORTED_MODULE_2__["IS_BROWSER"] && this.$_target) { var defaultFn = this.$scopedSlots.default; if (!this.disabled) { /* istanbul ignore else: only applicable in Vue 2.5.x */ if (defaultFn && this.$_defaultFn !== defaultFn) { // We only update the target component if the scoped slot // function is a fresh one. The new slot syntax (since Vue 2.6) // can cache unchanged slot functions and we want to respect that here this.$_target.updatedNodes = defaultFn; } else if (!defaultFn) { // We also need to be back compatible with non-scoped default slot (i.e. 2.5.x) this.$_target.updatedNodes = this.$slots.default; } } // Update the scoped slot function cache this.$_defaultFn = defaultFn; } }, // Unmount the target unmountTarget: function unmountTarget() { this.$_target && this.$_target.$destroy(); this.$_target = null; } }, render: function render(h) { // This component has no root element, so only a single VNode is allowed if (this.disabled) { var $nodes = Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(this.normalizeSlot()).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_7__["identity"]); if ($nodes.length > 0 && !$nodes[0].text) { return $nodes[0]; } } return h(); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/classes.js": /*!************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/classes.js ***! \************************************************************************************/ /*! exports provided: CLASS_NAME_SHOW, CLASS_NAME_FADE */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CLASS_NAME_SHOW", function() { return CLASS_NAME_SHOW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CLASS_NAME_FADE", function() { return CLASS_NAME_FADE; }); var CLASS_NAME_SHOW = 'show'; var CLASS_NAME_FADE = 'fade'; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js ***! \***************************************************************************************/ /*! exports provided: NAME_ALERT, NAME_ASPECT, NAME_AVATAR, NAME_AVATAR_GROUP, NAME_BADGE, NAME_BREADCRUMB, NAME_BREADCRUMB_ITEM, NAME_BREADCRUMB_LINK, NAME_BUTTON, NAME_BUTTON_CLOSE, NAME_BUTTON_GROUP, NAME_BUTTON_TOOLBAR, NAME_CALENDAR, NAME_CARD, NAME_CARD_BODY, NAME_CARD_FOOTER, NAME_CARD_GROUP, NAME_CARD_HEADER, NAME_CARD_IMG, NAME_CARD_IMG_LAZY, NAME_CARD_SUB_TITLE, NAME_CARD_TEXT, NAME_CARD_TITLE, NAME_CAROUSEL, NAME_CAROUSEL_SLIDE, NAME_COL, NAME_COLLAPSE, NAME_CONTAINER, NAME_DROPDOWN, NAME_DROPDOWN_DIVIDER, NAME_DROPDOWN_FORM, NAME_DROPDOWN_GROUP, NAME_DROPDOWN_HEADER, NAME_DROPDOWN_ITEM, NAME_DROPDOWN_ITEM_BUTTON, NAME_DROPDOWN_TEXT, NAME_EMBED, NAME_FORM, NAME_FORM_CHECKBOX, NAME_FORM_CHECKBOX_GROUP, NAME_FORM_DATALIST, NAME_FORM_DATEPICKER, NAME_FORM_FILE, NAME_FORM_GROUP, NAME_FORM_INPUT, NAME_FORM_INVALID_FEEDBACK, NAME_FORM_RADIO, NAME_FORM_RADIO_GROUP, NAME_FORM_RATING, NAME_FORM_ROW, NAME_FORM_SELECT, NAME_FORM_SELECT_OPTION, NAME_FORM_SELECT_OPTION_GROUP, NAME_FORM_SPINBUTTON, NAME_FORM_TAG, NAME_FORM_TAGS, NAME_FORM_TEXT, NAME_FORM_TEXTAREA, NAME_FORM_TIMEPICKER, NAME_FORM_VALID_FEEDBACK, NAME_ICON, NAME_ICONSTACK, NAME_ICON_BASE, NAME_IMG, NAME_IMG_LAZY, NAME_INPUT_GROUP, NAME_INPUT_GROUP_ADDON, NAME_INPUT_GROUP_APPEND, NAME_INPUT_GROUP_PREPEND, NAME_INPUT_GROUP_TEXT, NAME_JUMBOTRON, NAME_LINK, NAME_LIST_GROUP, NAME_LIST_GROUP_ITEM, NAME_MEDIA, NAME_MEDIA_ASIDE, NAME_MEDIA_BODY, NAME_MODAL, NAME_MSG_BOX, NAME_NAV, NAME_NAVBAR, NAME_NAVBAR_BRAND, NAME_NAVBAR_NAV, NAME_NAVBAR_TOGGLE, NAME_NAV_FORM, NAME_NAV_ITEM, NAME_NAV_ITEM_DROPDOWN, NAME_NAV_TEXT, NAME_OVERLAY, NAME_PAGINATION, NAME_PAGINATION_NAV, NAME_POPOVER, NAME_PROGRESS, NAME_PROGRESS_BAR, NAME_ROW, NAME_SIDEBAR, NAME_SKELETON, NAME_SKELETON_ICON, NAME_SKELETON_IMG, NAME_SKELETON_TABLE, NAME_SKELETON_WRAPPER, NAME_SPINNER, NAME_TAB, NAME_TABLE, NAME_TABLE_CELL, NAME_TABLE_LITE, NAME_TABLE_SIMPLE, NAME_TABS, NAME_TBODY, NAME_TFOOT, NAME_TH, NAME_THEAD, NAME_TIME, NAME_TOAST, NAME_TOASTER, NAME_TOOLTIP, NAME_TR, NAME_COLLAPSE_HELPER, NAME_FORM_BUTTON_LABEL_CONTROL, NAME_FORM_RATING_STAR, NAME_POPOVER_HELPER, NAME_POPOVER_TEMPLATE, NAME_POPPER, NAME_TAB_BUTTON_HELPER, NAME_TOAST_POP, NAME_TOOLTIP_HELPER, NAME_TOOLTIP_TEMPLATE, NAME_TRANSITION, NAME_TRANSPORTER, NAME_TRANSPORTER_TARGET */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_ALERT", function() { return NAME_ALERT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_ASPECT", function() { return NAME_ASPECT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_AVATAR", function() { return NAME_AVATAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_AVATAR_GROUP", function() { return NAME_AVATAR_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BADGE", function() { return NAME_BADGE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BREADCRUMB", function() { return NAME_BREADCRUMB; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BREADCRUMB_ITEM", function() { return NAME_BREADCRUMB_ITEM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BREADCRUMB_LINK", function() { return NAME_BREADCRUMB_LINK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BUTTON", function() { return NAME_BUTTON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BUTTON_CLOSE", function() { return NAME_BUTTON_CLOSE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BUTTON_GROUP", function() { return NAME_BUTTON_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_BUTTON_TOOLBAR", function() { return NAME_BUTTON_TOOLBAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CALENDAR", function() { return NAME_CALENDAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD", function() { return NAME_CARD; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_BODY", function() { return NAME_CARD_BODY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_FOOTER", function() { return NAME_CARD_FOOTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_GROUP", function() { return NAME_CARD_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_HEADER", function() { return NAME_CARD_HEADER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_IMG", function() { return NAME_CARD_IMG; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_IMG_LAZY", function() { return NAME_CARD_IMG_LAZY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_SUB_TITLE", function() { return NAME_CARD_SUB_TITLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_TEXT", function() { return NAME_CARD_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CARD_TITLE", function() { return NAME_CARD_TITLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CAROUSEL", function() { return NAME_CAROUSEL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CAROUSEL_SLIDE", function() { return NAME_CAROUSEL_SLIDE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_COL", function() { return NAME_COL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_COLLAPSE", function() { return NAME_COLLAPSE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_CONTAINER", function() { return NAME_CONTAINER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN", function() { return NAME_DROPDOWN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_DIVIDER", function() { return NAME_DROPDOWN_DIVIDER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_FORM", function() { return NAME_DROPDOWN_FORM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_GROUP", function() { return NAME_DROPDOWN_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_HEADER", function() { return NAME_DROPDOWN_HEADER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_ITEM", function() { return NAME_DROPDOWN_ITEM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_ITEM_BUTTON", function() { return NAME_DROPDOWN_ITEM_BUTTON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_DROPDOWN_TEXT", function() { return NAME_DROPDOWN_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_EMBED", function() { return NAME_EMBED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM", function() { return NAME_FORM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_CHECKBOX", function() { return NAME_FORM_CHECKBOX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_CHECKBOX_GROUP", function() { return NAME_FORM_CHECKBOX_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_DATALIST", function() { return NAME_FORM_DATALIST; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_DATEPICKER", function() { return NAME_FORM_DATEPICKER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_FILE", function() { return NAME_FORM_FILE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_GROUP", function() { return NAME_FORM_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_INPUT", function() { return NAME_FORM_INPUT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_INVALID_FEEDBACK", function() { return NAME_FORM_INVALID_FEEDBACK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_RADIO", function() { return NAME_FORM_RADIO; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_RADIO_GROUP", function() { return NAME_FORM_RADIO_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_RATING", function() { return NAME_FORM_RATING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_ROW", function() { return NAME_FORM_ROW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_SELECT", function() { return NAME_FORM_SELECT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_SELECT_OPTION", function() { return NAME_FORM_SELECT_OPTION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_SELECT_OPTION_GROUP", function() { return NAME_FORM_SELECT_OPTION_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_SPINBUTTON", function() { return NAME_FORM_SPINBUTTON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_TAG", function() { return NAME_FORM_TAG; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_TAGS", function() { return NAME_FORM_TAGS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_TEXT", function() { return NAME_FORM_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_TEXTAREA", function() { return NAME_FORM_TEXTAREA; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_TIMEPICKER", function() { return NAME_FORM_TIMEPICKER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_VALID_FEEDBACK", function() { return NAME_FORM_VALID_FEEDBACK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_ICON", function() { return NAME_ICON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_ICONSTACK", function() { return NAME_ICONSTACK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_ICON_BASE", function() { return NAME_ICON_BASE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_IMG", function() { return NAME_IMG; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_IMG_LAZY", function() { return NAME_IMG_LAZY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_INPUT_GROUP", function() { return NAME_INPUT_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_INPUT_GROUP_ADDON", function() { return NAME_INPUT_GROUP_ADDON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_INPUT_GROUP_APPEND", function() { return NAME_INPUT_GROUP_APPEND; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_INPUT_GROUP_PREPEND", function() { return NAME_INPUT_GROUP_PREPEND; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_INPUT_GROUP_TEXT", function() { return NAME_INPUT_GROUP_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_JUMBOTRON", function() { return NAME_JUMBOTRON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_LINK", function() { return NAME_LINK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_LIST_GROUP", function() { return NAME_LIST_GROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_LIST_GROUP_ITEM", function() { return NAME_LIST_GROUP_ITEM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_MEDIA", function() { return NAME_MEDIA; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_MEDIA_ASIDE", function() { return NAME_MEDIA_ASIDE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_MEDIA_BODY", function() { return NAME_MEDIA_BODY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_MODAL", function() { return NAME_MODAL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_MSG_BOX", function() { return NAME_MSG_BOX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAV", function() { return NAME_NAV; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAVBAR", function() { return NAME_NAVBAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAVBAR_BRAND", function() { return NAME_NAVBAR_BRAND; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAVBAR_NAV", function() { return NAME_NAVBAR_NAV; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAVBAR_TOGGLE", function() { return NAME_NAVBAR_TOGGLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAV_FORM", function() { return NAME_NAV_FORM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAV_ITEM", function() { return NAME_NAV_ITEM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAV_ITEM_DROPDOWN", function() { return NAME_NAV_ITEM_DROPDOWN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_NAV_TEXT", function() { return NAME_NAV_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_OVERLAY", function() { return NAME_OVERLAY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_PAGINATION", function() { return NAME_PAGINATION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_PAGINATION_NAV", function() { return NAME_PAGINATION_NAV; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_POPOVER", function() { return NAME_POPOVER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_PROGRESS", function() { return NAME_PROGRESS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_PROGRESS_BAR", function() { return NAME_PROGRESS_BAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_ROW", function() { return NAME_ROW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SIDEBAR", function() { return NAME_SIDEBAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SKELETON", function() { return NAME_SKELETON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SKELETON_ICON", function() { return NAME_SKELETON_ICON; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SKELETON_IMG", function() { return NAME_SKELETON_IMG; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SKELETON_TABLE", function() { return NAME_SKELETON_TABLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SKELETON_WRAPPER", function() { return NAME_SKELETON_WRAPPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_SPINNER", function() { return NAME_SPINNER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TAB", function() { return NAME_TAB; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TABLE", function() { return NAME_TABLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TABLE_CELL", function() { return NAME_TABLE_CELL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TABLE_LITE", function() { return NAME_TABLE_LITE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TABLE_SIMPLE", function() { return NAME_TABLE_SIMPLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TABS", function() { return NAME_TABS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TBODY", function() { return NAME_TBODY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TFOOT", function() { return NAME_TFOOT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TH", function() { return NAME_TH; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_THEAD", function() { return NAME_THEAD; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TIME", function() { return NAME_TIME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TOAST", function() { return NAME_TOAST; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TOASTER", function() { return NAME_TOASTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TOOLTIP", function() { return NAME_TOOLTIP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TR", function() { return NAME_TR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_COLLAPSE_HELPER", function() { return NAME_COLLAPSE_HELPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_BUTTON_LABEL_CONTROL", function() { return NAME_FORM_BUTTON_LABEL_CONTROL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_FORM_RATING_STAR", function() { return NAME_FORM_RATING_STAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_POPOVER_HELPER", function() { return NAME_POPOVER_HELPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_POPOVER_TEMPLATE", function() { return NAME_POPOVER_TEMPLATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_POPPER", function() { return NAME_POPPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TAB_BUTTON_HELPER", function() { return NAME_TAB_BUTTON_HELPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TOAST_POP", function() { return NAME_TOAST_POP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TOOLTIP_HELPER", function() { return NAME_TOOLTIP_HELPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TOOLTIP_TEMPLATE", function() { return NAME_TOOLTIP_TEMPLATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TRANSITION", function() { return NAME_TRANSITION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TRANSPORTER", function() { return NAME_TRANSPORTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME_TRANSPORTER_TARGET", function() { return NAME_TRANSPORTER_TARGET; }); // Component names var NAME_ALERT = 'BAlert'; var NAME_ASPECT = 'BAspect'; var NAME_AVATAR = 'BAvatar'; var NAME_AVATAR_GROUP = 'BAvatarGroup'; var NAME_BADGE = 'BBadge'; var NAME_BREADCRUMB = 'BBreadcrumb'; var NAME_BREADCRUMB_ITEM = 'BBreadcrumbItem'; var NAME_BREADCRUMB_LINK = 'BBreadcrumbLink'; var NAME_BUTTON = 'BButton'; var NAME_BUTTON_CLOSE = 'BButtonClose'; var NAME_BUTTON_GROUP = 'BButtonGroup'; var NAME_BUTTON_TOOLBAR = 'BButtonToolbar'; var NAME_CALENDAR = 'BCalendar'; var NAME_CARD = 'BCard'; var NAME_CARD_BODY = 'BCardBody'; var NAME_CARD_FOOTER = 'BCardFooter'; var NAME_CARD_GROUP = 'BCardGroup'; var NAME_CARD_HEADER = 'BCardHeader'; var NAME_CARD_IMG = 'BCardImg'; var NAME_CARD_IMG_LAZY = 'BCardImgLazy'; var NAME_CARD_SUB_TITLE = 'BCardSubTitle'; var NAME_CARD_TEXT = 'BCardText'; var NAME_CARD_TITLE = 'BCardTitle'; var NAME_CAROUSEL = 'BCarousel'; var NAME_CAROUSEL_SLIDE = 'BCarouselSlide'; var NAME_COL = 'BCol'; var NAME_COLLAPSE = 'BCollapse'; var NAME_CONTAINER = 'BContainer'; var NAME_DROPDOWN = 'BDropdown'; var NAME_DROPDOWN_DIVIDER = 'BDropdownDivider'; var NAME_DROPDOWN_FORM = 'BDropdownForm'; var NAME_DROPDOWN_GROUP = 'BDropdownGroup'; var NAME_DROPDOWN_HEADER = 'BDropdownHeader'; var NAME_DROPDOWN_ITEM = 'BDropdownItem'; var NAME_DROPDOWN_ITEM_BUTTON = 'BDropdownItemButton'; var NAME_DROPDOWN_TEXT = 'BDropdownText'; var NAME_EMBED = 'BEmbed'; var NAME_FORM = 'BForm'; var NAME_FORM_CHECKBOX = 'BFormCheckbox'; var NAME_FORM_CHECKBOX_GROUP = 'BFormCheckboxGroup'; var NAME_FORM_DATALIST = 'BFormDatalist'; var NAME_FORM_DATEPICKER = 'BFormDatepicker'; var NAME_FORM_FILE = 'BFormFile'; var NAME_FORM_GROUP = 'BFormGroup'; var NAME_FORM_INPUT = 'BFormInput'; var NAME_FORM_INVALID_FEEDBACK = 'BFormInvalidFeedback'; var NAME_FORM_RADIO = 'BFormRadio'; var NAME_FORM_RADIO_GROUP = 'BFormRadioGroup'; var NAME_FORM_RATING = 'BFormRating'; var NAME_FORM_ROW = 'BFormRow'; var NAME_FORM_SELECT = 'BFormSelect'; var NAME_FORM_SELECT_OPTION = 'BFormSelectOption'; var NAME_FORM_SELECT_OPTION_GROUP = 'BFormSelectOptionGroup'; var NAME_FORM_SPINBUTTON = 'BFormSpinbutton'; var NAME_FORM_TAG = 'BFormTag'; var NAME_FORM_TAGS = 'BFormTags'; var NAME_FORM_TEXT = 'BFormText'; var NAME_FORM_TEXTAREA = 'BFormTextarea'; var NAME_FORM_TIMEPICKER = 'BFormTimepicker'; var NAME_FORM_VALID_FEEDBACK = 'BFormValidFeedback'; var NAME_ICON = 'BIcon'; var NAME_ICONSTACK = 'BIconstack'; var NAME_ICON_BASE = 'BIconBase'; var NAME_IMG = 'BImg'; var NAME_IMG_LAZY = 'BImgLazy'; var NAME_INPUT_GROUP = 'BInputGroup'; var NAME_INPUT_GROUP_ADDON = 'BInputGroupAddon'; var NAME_INPUT_GROUP_APPEND = 'BInputGroupAppend'; var NAME_INPUT_GROUP_PREPEND = 'BInputGroupPrepend'; var NAME_INPUT_GROUP_TEXT = 'BInputGroupText'; var NAME_JUMBOTRON = 'BJumbotron'; var NAME_LINK = 'BLink'; var NAME_LIST_GROUP = 'BListGroup'; var NAME_LIST_GROUP_ITEM = 'BListGroupItem'; var NAME_MEDIA = 'BMedia'; var NAME_MEDIA_ASIDE = 'BMediaAside'; var NAME_MEDIA_BODY = 'BMediaBody'; var NAME_MODAL = 'BModal'; var NAME_MSG_BOX = 'BMsgBox'; var NAME_NAV = 'BNav'; var NAME_NAVBAR = 'BNavbar'; var NAME_NAVBAR_BRAND = 'BNavbarBrand'; var NAME_NAVBAR_NAV = 'BNavbarNav'; var NAME_NAVBAR_TOGGLE = 'BNavbarToggle'; var NAME_NAV_FORM = 'BNavForm'; var NAME_NAV_ITEM = 'BNavItem'; var NAME_NAV_ITEM_DROPDOWN = 'BNavItemDropdown'; var NAME_NAV_TEXT = 'BNavText'; var NAME_OVERLAY = 'BOverlay'; var NAME_PAGINATION = 'BPagination'; var NAME_PAGINATION_NAV = 'BPaginationNav'; var NAME_POPOVER = 'BPopover'; var NAME_PROGRESS = 'BProgress'; var NAME_PROGRESS_BAR = 'BProgressBar'; var NAME_ROW = 'BRow'; var NAME_SIDEBAR = 'BSidebar'; var NAME_SKELETON = 'BSkeleton'; var NAME_SKELETON_ICON = 'BSkeletonIcon'; var NAME_SKELETON_IMG = 'BSkeletonImg'; var NAME_SKELETON_TABLE = 'BSkeletonTable'; var NAME_SKELETON_WRAPPER = 'BSkeletonWrapper'; var NAME_SPINNER = 'BSpinner'; var NAME_TAB = 'BTab'; var NAME_TABLE = 'BTable'; var NAME_TABLE_CELL = 'BTableCell'; var NAME_TABLE_LITE = 'BTableLite'; var NAME_TABLE_SIMPLE = 'BTableSimple'; var NAME_TABS = 'BTabs'; var NAME_TBODY = 'BTbody'; var NAME_TFOOT = 'BTfoot'; var NAME_TH = 'BTh'; var NAME_THEAD = 'BThead'; var NAME_TIME = 'BTime'; var NAME_TOAST = 'BToast'; var NAME_TOASTER = 'BToaster'; var NAME_TOOLTIP = 'BTooltip'; var NAME_TR = 'BTr'; // Helper component names var NAME_COLLAPSE_HELPER = 'BVCollapse'; var NAME_FORM_BUTTON_LABEL_CONTROL = 'BVFormBtnLabelControl'; var NAME_FORM_RATING_STAR = 'BVFormRatingStar'; var NAME_POPOVER_HELPER = 'BVPopover'; var NAME_POPOVER_TEMPLATE = 'BVPopoverTemplate'; var NAME_POPPER = 'BVPopper'; var NAME_TAB_BUTTON_HELPER = 'BVTabButton'; var NAME_TOAST_POP = 'BVToastPop'; var NAME_TOOLTIP_HELPER = 'BVTooltip'; var NAME_TOOLTIP_TEMPLATE = 'BVTooltipTemplate'; var NAME_TRANSITION = 'BVTransition'; var NAME_TRANSPORTER = 'BVTransporter'; var NAME_TRANSPORTER_TARGET = 'BVTransporterTarget'; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/config.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/config.js ***! \***********************************************************************************/ /*! exports provided: NAME, PROP_NAME, DEFAULT_BREAKPOINT */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME", function() { return NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_NAME", function() { return PROP_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DEFAULT_BREAKPOINT", function() { return DEFAULT_BREAKPOINT; }); var NAME = 'BvConfig'; var PROP_NAME = '$bvConfig'; var DEFAULT_BREAKPOINT = ['xs', 'sm', 'md', 'lg', 'xl']; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/date.js": /*!*********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/date.js ***! \*********************************************************************************/ /*! exports provided: CALENDAR_GREGORY, CALENDAR_LONG, CALENDAR_NARROW, CALENDAR_SHORT, DATE_FORMAT_2_DIGIT, DATE_FORMAT_NUMERIC */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CALENDAR_GREGORY", function() { return CALENDAR_GREGORY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CALENDAR_LONG", function() { return CALENDAR_LONG; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CALENDAR_NARROW", function() { return CALENDAR_NARROW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CALENDAR_SHORT", function() { return CALENDAR_SHORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DATE_FORMAT_2_DIGIT", function() { return DATE_FORMAT_2_DIGIT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DATE_FORMAT_NUMERIC", function() { return DATE_FORMAT_NUMERIC; }); var CALENDAR_GREGORY = 'gregory'; var CALENDAR_LONG = 'long'; var CALENDAR_NARROW = 'narrow'; var CALENDAR_SHORT = 'short'; var DATE_FORMAT_2_DIGIT = '2-digit'; var DATE_FORMAT_NUMERIC = 'numeric'; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js": /*!********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js ***! \********************************************************************************/ /*! exports provided: HAS_WINDOW_SUPPORT, HAS_DOCUMENT_SUPPORT, HAS_NAVIGATOR_SUPPORT, HAS_PROMISE_SUPPORT, HAS_MUTATION_OBSERVER_SUPPORT, IS_BROWSER, WINDOW, DOCUMENT, NAVIGATOR, USER_AGENT, IS_JSDOM, IS_IE, HAS_PASSIVE_EVENT_SUPPORT, HAS_TOUCH_SUPPORT, HAS_POINTER_EVENT_SUPPORT, HAS_INTERACTION_OBSERVER_SUPPORT */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_WINDOW_SUPPORT", function() { return HAS_WINDOW_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_DOCUMENT_SUPPORT", function() { return HAS_DOCUMENT_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_NAVIGATOR_SUPPORT", function() { return HAS_NAVIGATOR_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_PROMISE_SUPPORT", function() { return HAS_PROMISE_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_MUTATION_OBSERVER_SUPPORT", function() { return HAS_MUTATION_OBSERVER_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IS_BROWSER", function() { return IS_BROWSER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "WINDOW", function() { return WINDOW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "DOCUMENT", function() { return DOCUMENT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAVIGATOR", function() { return NAVIGATOR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "USER_AGENT", function() { return USER_AGENT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IS_JSDOM", function() { return IS_JSDOM; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IS_IE", function() { return IS_IE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_PASSIVE_EVENT_SUPPORT", function() { return HAS_PASSIVE_EVENT_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_TOUCH_SUPPORT", function() { return HAS_TOUCH_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_POINTER_EVENT_SUPPORT", function() { return HAS_POINTER_EVENT_SUPPORT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HAS_INTERACTION_OBSERVER_SUPPORT", function() { return HAS_INTERACTION_OBSERVER_SUPPORT; }); var HAS_WINDOW_SUPPORT = typeof window !== 'undefined'; var HAS_DOCUMENT_SUPPORT = typeof document !== 'undefined'; var HAS_NAVIGATOR_SUPPORT = typeof navigator !== 'undefined'; var HAS_PROMISE_SUPPORT = typeof Promise !== 'undefined'; /* istanbul ignore next: JSDOM always returns false */ var HAS_MUTATION_OBSERVER_SUPPORT = typeof MutationObserver !== 'undefined' || typeof WebKitMutationObserver !== 'undefined' || typeof MozMutationObserver !== 'undefined'; var IS_BROWSER = HAS_WINDOW_SUPPORT && HAS_DOCUMENT_SUPPORT && HAS_NAVIGATOR_SUPPORT; var WINDOW = HAS_WINDOW_SUPPORT ? window : {}; var DOCUMENT = HAS_DOCUMENT_SUPPORT ? document : {}; var NAVIGATOR = HAS_NAVIGATOR_SUPPORT ? navigator : {}; var USER_AGENT = (NAVIGATOR.userAgent || '').toLowerCase(); var IS_JSDOM = USER_AGENT.indexOf('jsdom') > 0; var IS_IE = /msie|trident/.test(USER_AGENT); // Determine if the browser supports the option passive for events var HAS_PASSIVE_EVENT_SUPPORT = function () { var passiveEventSupported = false; if (IS_BROWSER) { try { var options = { // This function will be called when the browser // attempts to access the passive property get passive() { /* istanbul ignore next: will never be called in JSDOM */ passiveEventSupported = true; } }; WINDOW.addEventListener('test', options, options); WINDOW.removeEventListener('test', options, options); } catch (_unused) { /* istanbul ignore next: will never be called in JSDOM */ passiveEventSupported = false; } } return passiveEventSupported; }(); var HAS_TOUCH_SUPPORT = IS_BROWSER && ('ontouchstart' in DOCUMENT.documentElement || NAVIGATOR.maxTouchPoints > 0); var HAS_POINTER_EVENT_SUPPORT = IS_BROWSER && Boolean(WINDOW.PointerEvent || WINDOW.MSPointerEvent); /* istanbul ignore next: JSDOM only checks for 'IntersectionObserver' */ var HAS_INTERACTION_OBSERVER_SUPPORT = IS_BROWSER && 'IntersectionObserver' in WINDOW && 'IntersectionObserverEntry' in WINDOW && // Edge 15 and UC Browser lack support for `isIntersecting` // but we an use `intersectionRatio > 0` instead // 'isIntersecting' in window.IntersectionObserverEntry.prototype && 'intersectionRatio' in WINDOW.IntersectionObserverEntry.prototype; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js ***! \***********************************************************************************/ /*! exports provided: EVENT_NAME_ACTIVATE_TAB, EVENT_NAME_BLUR, EVENT_NAME_CANCEL, EVENT_NAME_CHANGE, EVENT_NAME_CHANGED, EVENT_NAME_CLICK, EVENT_NAME_CLOSE, EVENT_NAME_CONTEXT, EVENT_NAME_CONTEXT_CHANGED, EVENT_NAME_DESTROYED, EVENT_NAME_DISABLE, EVENT_NAME_DISABLED, EVENT_NAME_DISMISSED, EVENT_NAME_DISMISS_COUNT_DOWN, EVENT_NAME_ENABLE, EVENT_NAME_ENABLED, EVENT_NAME_FILTERED, EVENT_NAME_FIRST, EVENT_NAME_FOCUSIN, EVENT_NAME_FOCUSOUT, EVENT_NAME_HEAD_CLICKED, EVENT_NAME_HIDDEN, EVENT_NAME_HIDE, EVENT_NAME_IMG_ERROR, EVENT_NAME_INPUT, EVENT_NAME_LAST, EVENT_NAME_MOUSEENTER, EVENT_NAME_MOUSELEAVE, EVENT_NAME_NEXT, EVENT_NAME_OK, EVENT_NAME_OPEN, EVENT_NAME_PAGE_CLICK, EVENT_NAME_PAUSED, EVENT_NAME_PREV, EVENT_NAME_REFRESH, EVENT_NAME_REFRESHED, EVENT_NAME_REMOVE, EVENT_NAME_ROW_CLICKED, EVENT_NAME_ROW_CONTEXTMENU, EVENT_NAME_ROW_DBLCLICKED, EVENT_NAME_ROW_HOVERED, EVENT_NAME_ROW_MIDDLE_CLICKED, EVENT_NAME_ROW_SELECTED, EVENT_NAME_ROW_UNHOVERED, EVENT_NAME_SELECTED, EVENT_NAME_SHOW, EVENT_NAME_SHOWN, EVENT_NAME_SLIDING_END, EVENT_NAME_SLIDING_START, EVENT_NAME_SORT_CHANGED, EVENT_NAME_TAG_STATE, EVENT_NAME_TOGGLE, EVENT_NAME_UNPAUSED, EVENT_NAME_UPDATE, HOOK_EVENT_NAME_BEFORE_DESTROY, HOOK_EVENT_NAME_DESTROYED, MODEL_EVENT_NAME_PREFIX, ROOT_EVENT_NAME_PREFIX, ROOT_EVENT_NAME_SEPARATOR, EVENT_OPTIONS_PASSIVE, EVENT_OPTIONS_NO_CAPTURE */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ACTIVATE_TAB", function() { return EVENT_NAME_ACTIVATE_TAB; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_BLUR", function() { return EVENT_NAME_BLUR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CANCEL", function() { return EVENT_NAME_CANCEL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CHANGE", function() { return EVENT_NAME_CHANGE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CHANGED", function() { return EVENT_NAME_CHANGED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CLICK", function() { return EVENT_NAME_CLICK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CLOSE", function() { return EVENT_NAME_CLOSE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CONTEXT", function() { return EVENT_NAME_CONTEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_CONTEXT_CHANGED", function() { return EVENT_NAME_CONTEXT_CHANGED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_DESTROYED", function() { return EVENT_NAME_DESTROYED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_DISABLE", function() { return EVENT_NAME_DISABLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_DISABLED", function() { return EVENT_NAME_DISABLED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_DISMISSED", function() { return EVENT_NAME_DISMISSED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_DISMISS_COUNT_DOWN", function() { return EVENT_NAME_DISMISS_COUNT_DOWN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ENABLE", function() { return EVENT_NAME_ENABLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ENABLED", function() { return EVENT_NAME_ENABLED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_FILTERED", function() { return EVENT_NAME_FILTERED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_FIRST", function() { return EVENT_NAME_FIRST; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_FOCUSIN", function() { return EVENT_NAME_FOCUSIN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_FOCUSOUT", function() { return EVENT_NAME_FOCUSOUT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_HEAD_CLICKED", function() { return EVENT_NAME_HEAD_CLICKED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_HIDDEN", function() { return EVENT_NAME_HIDDEN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_HIDE", function() { return EVENT_NAME_HIDE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_IMG_ERROR", function() { return EVENT_NAME_IMG_ERROR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_INPUT", function() { return EVENT_NAME_INPUT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_LAST", function() { return EVENT_NAME_LAST; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_MOUSEENTER", function() { return EVENT_NAME_MOUSEENTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_MOUSELEAVE", function() { return EVENT_NAME_MOUSELEAVE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_NEXT", function() { return EVENT_NAME_NEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_OK", function() { return EVENT_NAME_OK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_OPEN", function() { return EVENT_NAME_OPEN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_PAGE_CLICK", function() { return EVENT_NAME_PAGE_CLICK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_PAUSED", function() { return EVENT_NAME_PAUSED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_PREV", function() { return EVENT_NAME_PREV; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_REFRESH", function() { return EVENT_NAME_REFRESH; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_REFRESHED", function() { return EVENT_NAME_REFRESHED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_REMOVE", function() { return EVENT_NAME_REMOVE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_CLICKED", function() { return EVENT_NAME_ROW_CLICKED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_CONTEXTMENU", function() { return EVENT_NAME_ROW_CONTEXTMENU; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_DBLCLICKED", function() { return EVENT_NAME_ROW_DBLCLICKED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_HOVERED", function() { return EVENT_NAME_ROW_HOVERED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_MIDDLE_CLICKED", function() { return EVENT_NAME_ROW_MIDDLE_CLICKED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_SELECTED", function() { return EVENT_NAME_ROW_SELECTED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_ROW_UNHOVERED", function() { return EVENT_NAME_ROW_UNHOVERED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_SELECTED", function() { return EVENT_NAME_SELECTED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_SHOW", function() { return EVENT_NAME_SHOW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_SHOWN", function() { return EVENT_NAME_SHOWN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_SLIDING_END", function() { return EVENT_NAME_SLIDING_END; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_SLIDING_START", function() { return EVENT_NAME_SLIDING_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_SORT_CHANGED", function() { return EVENT_NAME_SORT_CHANGED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_TAG_STATE", function() { return EVENT_NAME_TAG_STATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_TOGGLE", function() { return EVENT_NAME_TOGGLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_UNPAUSED", function() { return EVENT_NAME_UNPAUSED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_NAME_UPDATE", function() { return EVENT_NAME_UPDATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HOOK_EVENT_NAME_BEFORE_DESTROY", function() { return HOOK_EVENT_NAME_BEFORE_DESTROY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HOOK_EVENT_NAME_DESTROYED", function() { return HOOK_EVENT_NAME_DESTROYED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME_PREFIX", function() { return MODEL_EVENT_NAME_PREFIX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ROOT_EVENT_NAME_PREFIX", function() { return ROOT_EVENT_NAME_PREFIX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ROOT_EVENT_NAME_SEPARATOR", function() { return ROOT_EVENT_NAME_SEPARATOR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_OPTIONS_PASSIVE", function() { return EVENT_OPTIONS_PASSIVE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EVENT_OPTIONS_NO_CAPTURE", function() { return EVENT_OPTIONS_NO_CAPTURE; }); var EVENT_NAME_ACTIVATE_TAB = 'activate-tab'; var EVENT_NAME_BLUR = 'blur'; var EVENT_NAME_CANCEL = 'cancel'; var EVENT_NAME_CHANGE = 'change'; var EVENT_NAME_CHANGED = 'changed'; var EVENT_NAME_CLICK = 'click'; var EVENT_NAME_CLOSE = 'close'; var EVENT_NAME_CONTEXT = 'context'; var EVENT_NAME_CONTEXT_CHANGED = 'context-changed'; var EVENT_NAME_DESTROYED = 'destroyed'; var EVENT_NAME_DISABLE = 'disable'; var EVENT_NAME_DISABLED = 'disabled'; var EVENT_NAME_DISMISSED = 'dismissed'; var EVENT_NAME_DISMISS_COUNT_DOWN = 'dismiss-count-down'; var EVENT_NAME_ENABLE = 'enable'; var EVENT_NAME_ENABLED = 'enabled'; var EVENT_NAME_FILTERED = 'filtered'; var EVENT_NAME_FIRST = 'first'; var EVENT_NAME_FOCUSIN = 'focusin'; var EVENT_NAME_FOCUSOUT = 'focusout'; var EVENT_NAME_HEAD_CLICKED = 'head-clicked'; var EVENT_NAME_HIDDEN = 'hidden'; var EVENT_NAME_HIDE = 'hide'; var EVENT_NAME_IMG_ERROR = 'img-error'; var EVENT_NAME_INPUT = 'input'; var EVENT_NAME_LAST = 'last'; var EVENT_NAME_MOUSEENTER = 'mouseenter'; var EVENT_NAME_MOUSELEAVE = 'mouseleave'; var EVENT_NAME_NEXT = 'next'; var EVENT_NAME_OK = 'ok'; var EVENT_NAME_OPEN = 'open'; var EVENT_NAME_PAGE_CLICK = 'page-click'; var EVENT_NAME_PAUSED = 'paused'; var EVENT_NAME_PREV = 'prev'; var EVENT_NAME_REFRESH = 'refresh'; var EVENT_NAME_REFRESHED = 'refreshed'; var EVENT_NAME_REMOVE = 'remove'; var EVENT_NAME_ROW_CLICKED = 'row-clicked'; var EVENT_NAME_ROW_CONTEXTMENU = 'row-contextmenu'; var EVENT_NAME_ROW_DBLCLICKED = 'row-dblclicked'; var EVENT_NAME_ROW_HOVERED = 'row-hovered'; var EVENT_NAME_ROW_MIDDLE_CLICKED = 'row-middle-clicked'; var EVENT_NAME_ROW_SELECTED = 'row-selected'; var EVENT_NAME_ROW_UNHOVERED = 'row-unhovered'; var EVENT_NAME_SELECTED = 'selected'; var EVENT_NAME_SHOW = 'show'; var EVENT_NAME_SHOWN = 'shown'; var EVENT_NAME_SLIDING_END = 'sliding-end'; var EVENT_NAME_SLIDING_START = 'sliding-start'; var EVENT_NAME_SORT_CHANGED = 'sort-changed'; var EVENT_NAME_TAG_STATE = 'tag-state'; var EVENT_NAME_TOGGLE = 'toggle'; var EVENT_NAME_UNPAUSED = 'unpaused'; var EVENT_NAME_UPDATE = 'update'; var HOOK_EVENT_NAME_BEFORE_DESTROY = 'hook:beforeDestroy'; var HOOK_EVENT_NAME_DESTROYED = 'hook:destroyed'; var MODEL_EVENT_NAME_PREFIX = 'update:'; var ROOT_EVENT_NAME_PREFIX = 'bv'; var ROOT_EVENT_NAME_SEPARATOR = '::'; var EVENT_OPTIONS_PASSIVE = { passive: true }; var EVENT_OPTIONS_NO_CAPTURE = { passive: true, capture: false }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js ***! \**************************************************************************************/ /*! exports provided: CODE_BACKSPACE, CODE_BREAK, CODE_DELETE, CODE_DOWN, CODE_END, CODE_ENTER, CODE_ESC, CODE_HOME, CODE_LEFT, CODE_PAGEDOWN, CODE_PAGEUP, CODE_RIGHT, CODE_SPACE, CODE_UP */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_BACKSPACE", function() { return CODE_BACKSPACE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_BREAK", function() { return CODE_BREAK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_DELETE", function() { return CODE_DELETE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_DOWN", function() { return CODE_DOWN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_END", function() { return CODE_END; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_ENTER", function() { return CODE_ENTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_ESC", function() { return CODE_ESC; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_HOME", function() { return CODE_HOME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_LEFT", function() { return CODE_LEFT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_PAGEDOWN", function() { return CODE_PAGEDOWN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_PAGEUP", function() { return CODE_PAGEUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_RIGHT", function() { return CODE_RIGHT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_SPACE", function() { return CODE_SPACE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CODE_UP", function() { return CODE_UP; }); var CODE_BACKSPACE = 8; var CODE_BREAK = 19; var CODE_DELETE = 46; var CODE_DOWN = 40; var CODE_END = 35; var CODE_ENTER = 13; var CODE_ESC = 27; var CODE_HOME = 36; var CODE_LEFT = 37; var CODE_PAGEDOWN = 34; var CODE_PAGEUP = 33; var CODE_RIGHT = 39; var CODE_SPACE = 32; var CODE_UP = 38; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/popper.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/popper.js ***! \***********************************************************************************/ /*! exports provided: PLACEMENT_TOP_START, PLACEMENT_TOP_END, PLACEMENT_BOTTOM_START, PLACEMENT_BOTTOM_END, PLACEMENT_RIGHT_START, PLACEMENT_RIGHT_END, PLACEMENT_LEFT_START, PLACEMENT_LEFT_END */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_TOP_START", function() { return PLACEMENT_TOP_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_TOP_END", function() { return PLACEMENT_TOP_END; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_BOTTOM_START", function() { return PLACEMENT_BOTTOM_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_BOTTOM_END", function() { return PLACEMENT_BOTTOM_END; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_RIGHT_START", function() { return PLACEMENT_RIGHT_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_RIGHT_END", function() { return PLACEMENT_RIGHT_END; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_LEFT_START", function() { return PLACEMENT_LEFT_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PLACEMENT_LEFT_END", function() { return PLACEMENT_LEFT_END; }); var PLACEMENT_TOP_START = 'top-start'; var PLACEMENT_TOP_END = 'top-end'; var PLACEMENT_BOTTOM_START = 'bottom-start'; var PLACEMENT_BOTTOM_END = 'bottom-end'; var PLACEMENT_RIGHT_START = 'right-start'; var PLACEMENT_RIGHT_END = 'right-end'; var PLACEMENT_LEFT_START = 'left-start'; var PLACEMENT_LEFT_END = 'left-end'; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js ***! \**********************************************************************************/ /*! exports provided: PROP_TYPE_ANY, PROP_TYPE_ARRAY, PROP_TYPE_BOOLEAN, PROP_TYPE_DATE, PROP_TYPE_FUNCTION, PROP_TYPE_NUMBER, PROP_TYPE_OBJECT, PROP_TYPE_REG_EXP, PROP_TYPE_STRING, PROP_TYPE_ARRAY_FUNCTION, PROP_TYPE_ARRAY_OBJECT, PROP_TYPE_ARRAY_OBJECT_STRING, PROP_TYPE_ARRAY_STRING, PROP_TYPE_BOOLEAN_NUMBER, PROP_TYPE_BOOLEAN_NUMBER_STRING, PROP_TYPE_BOOLEAN_STRING, PROP_TYPE_DATE_STRING, PROP_TYPE_FUNCTION_STRING, PROP_TYPE_NUMBER_STRING, PROP_TYPE_NUMBER_OBJECT_STRING, PROP_TYPE_OBJECT_FUNCTION, PROP_TYPE_OBJECT_STRING */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_ANY", function() { return PROP_TYPE_ANY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_ARRAY", function() { return PROP_TYPE_ARRAY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_BOOLEAN", function() { return PROP_TYPE_BOOLEAN; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_DATE", function() { return PROP_TYPE_DATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_FUNCTION", function() { return PROP_TYPE_FUNCTION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_NUMBER", function() { return PROP_TYPE_NUMBER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_OBJECT", function() { return PROP_TYPE_OBJECT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_REG_EXP", function() { return PROP_TYPE_REG_EXP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_STRING", function() { return PROP_TYPE_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_ARRAY_FUNCTION", function() { return PROP_TYPE_ARRAY_FUNCTION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_ARRAY_OBJECT", function() { return PROP_TYPE_ARRAY_OBJECT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_ARRAY_OBJECT_STRING", function() { return PROP_TYPE_ARRAY_OBJECT_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_ARRAY_STRING", function() { return PROP_TYPE_ARRAY_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_BOOLEAN_NUMBER", function() { return PROP_TYPE_BOOLEAN_NUMBER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_BOOLEAN_NUMBER_STRING", function() { return PROP_TYPE_BOOLEAN_NUMBER_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_BOOLEAN_STRING", function() { return PROP_TYPE_BOOLEAN_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_DATE_STRING", function() { return PROP_TYPE_DATE_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_FUNCTION_STRING", function() { return PROP_TYPE_FUNCTION_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_NUMBER_STRING", function() { return PROP_TYPE_NUMBER_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_NUMBER_OBJECT_STRING", function() { return PROP_TYPE_NUMBER_OBJECT_STRING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_OBJECT_FUNCTION", function() { return PROP_TYPE_OBJECT_FUNCTION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "PROP_TYPE_OBJECT_STRING", function() { return PROP_TYPE_OBJECT_STRING; }); // General types var PROP_TYPE_ANY = undefined; var PROP_TYPE_ARRAY = Array; var PROP_TYPE_BOOLEAN = Boolean; var PROP_TYPE_DATE = Date; var PROP_TYPE_FUNCTION = Function; var PROP_TYPE_NUMBER = Number; var PROP_TYPE_OBJECT = Object; var PROP_TYPE_REG_EXP = RegExp; var PROP_TYPE_STRING = String; // Multiple types var PROP_TYPE_ARRAY_FUNCTION = [PROP_TYPE_ARRAY, PROP_TYPE_FUNCTION]; var PROP_TYPE_ARRAY_OBJECT = [PROP_TYPE_ARRAY, PROP_TYPE_OBJECT]; var PROP_TYPE_ARRAY_OBJECT_STRING = [PROP_TYPE_ARRAY, PROP_TYPE_OBJECT, PROP_TYPE_STRING]; var PROP_TYPE_ARRAY_STRING = [PROP_TYPE_ARRAY, PROP_TYPE_STRING]; var PROP_TYPE_BOOLEAN_NUMBER = [PROP_TYPE_BOOLEAN, PROP_TYPE_NUMBER]; var PROP_TYPE_BOOLEAN_NUMBER_STRING = [PROP_TYPE_BOOLEAN, PROP_TYPE_NUMBER, PROP_TYPE_STRING]; var PROP_TYPE_BOOLEAN_STRING = [PROP_TYPE_BOOLEAN, PROP_TYPE_STRING]; var PROP_TYPE_DATE_STRING = [PROP_TYPE_DATE, PROP_TYPE_STRING]; var PROP_TYPE_FUNCTION_STRING = [PROP_TYPE_FUNCTION, PROP_TYPE_STRING]; var PROP_TYPE_NUMBER_STRING = [PROP_TYPE_NUMBER, PROP_TYPE_STRING]; var PROP_TYPE_NUMBER_OBJECT_STRING = [PROP_TYPE_NUMBER, PROP_TYPE_OBJECT, PROP_TYPE_STRING]; var PROP_TYPE_OBJECT_FUNCTION = [PROP_TYPE_OBJECT, PROP_TYPE_FUNCTION]; var PROP_TYPE_OBJECT_STRING = [PROP_TYPE_OBJECT, PROP_TYPE_STRING]; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js ***! \**********************************************************************************/ /*! exports provided: RX_ARRAY_NOTATION, RX_BV_PREFIX, RX_DIGITS, RX_EXTENSION, RX_HASH, RX_HASH_ID, RX_HTML_TAGS, RX_HYPHENATE, RX_LOWER_UPPER, RX_NUMBER, RX_PLUS, RX_REGEXP_REPLACE, RX_SPACES, RX_SPACE_SPLIT, RX_STAR, RX_START_SPACE_WORD, RX_TRIM_LEFT, RX_TRIM_RIGHT, RX_UNDERSCORE, RX_UN_KEBAB, RX_DATE, RX_DATE_SPLIT, RX_TIME, RX_HREF, RX_ENCODED_COMMA, RX_ENCODE_REVERSE, RX_QUERY_START, RX_ASPECT, RX_ASPECT_SEPARATOR, RX_COL_CLASS, RX_ICON_PREFIX, RX_STRIP_LOCALE_MODS */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_ARRAY_NOTATION", function() { return RX_ARRAY_NOTATION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_BV_PREFIX", function() { return RX_BV_PREFIX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_DIGITS", function() { return RX_DIGITS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_EXTENSION", function() { return RX_EXTENSION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_HASH", function() { return RX_HASH; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_HASH_ID", function() { return RX_HASH_ID; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_HTML_TAGS", function() { return RX_HTML_TAGS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_HYPHENATE", function() { return RX_HYPHENATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_LOWER_UPPER", function() { return RX_LOWER_UPPER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_NUMBER", function() { return RX_NUMBER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_PLUS", function() { return RX_PLUS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_REGEXP_REPLACE", function() { return RX_REGEXP_REPLACE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_SPACES", function() { return RX_SPACES; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_SPACE_SPLIT", function() { return RX_SPACE_SPLIT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_STAR", function() { return RX_STAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_START_SPACE_WORD", function() { return RX_START_SPACE_WORD; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_TRIM_LEFT", function() { return RX_TRIM_LEFT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_TRIM_RIGHT", function() { return RX_TRIM_RIGHT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_UNDERSCORE", function() { return RX_UNDERSCORE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_UN_KEBAB", function() { return RX_UN_KEBAB; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_DATE", function() { return RX_DATE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_DATE_SPLIT", function() { return RX_DATE_SPLIT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_TIME", function() { return RX_TIME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_HREF", function() { return RX_HREF; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_ENCODED_COMMA", function() { return RX_ENCODED_COMMA; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_ENCODE_REVERSE", function() { return RX_ENCODE_REVERSE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_QUERY_START", function() { return RX_QUERY_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_ASPECT", function() { return RX_ASPECT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_ASPECT_SEPARATOR", function() { return RX_ASPECT_SEPARATOR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_COL_CLASS", function() { return RX_COL_CLASS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_ICON_PREFIX", function() { return RX_ICON_PREFIX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RX_STRIP_LOCALE_MODS", function() { return RX_STRIP_LOCALE_MODS; }); // --- General --- var RX_ARRAY_NOTATION = /\[(\d+)]/g; var RX_BV_PREFIX = /^(BV?)/; var RX_DIGITS = /^\d+$/; var RX_EXTENSION = /^\..+/; var RX_HASH = /^#/; var RX_HASH_ID = /^#[A-Za-z]+[\w\-:.]*$/; var RX_HTML_TAGS = /(<([^>]+)>)/gi; var RX_HYPHENATE = /\B([A-Z])/g; var RX_LOWER_UPPER = /([a-z])([A-Z])/g; var RX_NUMBER = /^[0-9]*\.?[0-9]+$/; var RX_PLUS = /\+/g; var RX_REGEXP_REPLACE = /[-/\\^$*+?.()|[\]{}]/g; var RX_SPACES = /[\s\uFEFF\xA0]+/g; var RX_SPACE_SPLIT = /\s+/; var RX_STAR = /\/\*$/; var RX_START_SPACE_WORD = /(\s|^)(\w)/g; var RX_TRIM_LEFT = /^\s+/; var RX_TRIM_RIGHT = /\s+$/; var RX_UNDERSCORE = /_/g; var RX_UN_KEBAB = /-(\w)/g; // --- Date --- // Loose YYYY-MM-DD matching, ignores any appended time inforation // Matches '1999-12-20', '1999-1-1', '1999-01-20T22:51:49.118Z', '1999-01-02 13:00:00' var RX_DATE = /^\d+-\d\d?-\d\d?(?:\s|T|$)/; // Used to split off the date parts of the YYYY-MM-DD string var RX_DATE_SPLIT = /-|\s|T/; // Time string RegEx (optional seconds) var RX_TIME = /^([0-1]?[0-9]|2[0-3]):[0-5]?[0-9](:[0-5]?[0-9])?$/; // --- URL --- // HREFs must end with a hash followed by at least one non-hash character var RX_HREF = /^.*(#[^#]+)$/; var RX_ENCODED_COMMA = /%2C/g; var RX_ENCODE_REVERSE = /[!'()*]/g; var RX_QUERY_START = /^(\?|#|&)/; // --- Aspect --- var RX_ASPECT = /^\d+(\.\d*)?[/:]\d+(\.\d*)?$/; var RX_ASPECT_SEPARATOR = /[/:]/; // --- Grid --- var RX_COL_CLASS = /^col-/; // --- Icon --- var RX_ICON_PREFIX = /^BIcon/; // --- Locale --- var RX_STRIP_LOCALE_MODS = /-u-.+/; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js ***! \***************************************************************************************/ /*! exports provided: Element, HTMLElement, SVGElement, File */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Element", function() { return Element; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "HTMLElement", function() { return HTMLElement; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SVGElement", function() { return SVGElement; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "File", function() { return File; }); /* harmony import */ var _env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; } function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } function _wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true } }); return _setPrototypeOf(Wrapper, Class); }; return _wrapNativeSuper(Class); } function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* istanbul ignore next */ var Element = _env__WEBPACK_IMPORTED_MODULE_0__["HAS_WINDOW_SUPPORT"] ? _env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].Element : /*#__PURE__*/function (_Object) { _inherits(Element, _Object); var _super = _createSuper(Element); function Element() { _classCallCheck(this, Element); return _super.apply(this, arguments); } return Element; }( /*#__PURE__*/_wrapNativeSuper(Object)); /* istanbul ignore next */ var HTMLElement = _env__WEBPACK_IMPORTED_MODULE_0__["HAS_WINDOW_SUPPORT"] ? _env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].HTMLElement : /*#__PURE__*/function (_Element) { _inherits(HTMLElement, _Element); var _super2 = _createSuper(HTMLElement); function HTMLElement() { _classCallCheck(this, HTMLElement); return _super2.apply(this, arguments); } return HTMLElement; }(Element); /* istanbul ignore next */ var SVGElement = _env__WEBPACK_IMPORTED_MODULE_0__["HAS_WINDOW_SUPPORT"] ? _env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].SVGElement : /*#__PURE__*/function (_Element2) { _inherits(SVGElement, _Element2); var _super3 = _createSuper(SVGElement); function SVGElement() { _classCallCheck(this, SVGElement); return _super3.apply(this, arguments); } return SVGElement; }(Element); /* istanbul ignore next */ var File = _env__WEBPACK_IMPORTED_MODULE_0__["HAS_WINDOW_SUPPORT"] ? _env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].File : /*#__PURE__*/function (_Object2) { _inherits(File, _Object2); var _super4 = _createSuper(File); function File() { _classCallCheck(this, File); return _super4.apply(this, arguments); } return File; }( /*#__PURE__*/_wrapNativeSuper(Object)); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js ***! \**********************************************************************************/ /*! exports provided: SLOT_NAME_ADD_BUTTON_TEXT, SLOT_NAME_APPEND, SLOT_NAME_ASIDE, SLOT_NAME_BADGE, SLOT_NAME_BOTTOM_ROW, SLOT_NAME_BUTTON_CONTENT, SLOT_NAME_CUSTOM_FOOT, SLOT_NAME_DECREMENT, SLOT_NAME_DEFAULT, SLOT_NAME_DESCRIPTION, SLOT_NAME_DISMISS, SLOT_NAME_DROP_PLACEHOLDER, SLOT_NAME_ELLIPSIS_TEXT, SLOT_NAME_EMPTY, SLOT_NAME_EMPTYFILTERED, SLOT_NAME_FILE_NAME, SLOT_NAME_FIRST, SLOT_NAME_FIRST_TEXT, SLOT_NAME_FOOTER, SLOT_NAME_HEADER, SLOT_NAME_HEADER_CLOSE, SLOT_NAME_ICON_CLEAR, SLOT_NAME_ICON_EMPTY, SLOT_NAME_ICON_FULL, SLOT_NAME_ICON_HALF, SLOT_NAME_IMG, SLOT_NAME_INCREMENT, SLOT_NAME_INVALID_FEEDBACK, SLOT_NAME_LABEL, SLOT_NAME_LAST_TEXT, SLOT_NAME_LEAD, SLOT_NAME_LOADING, SLOT_NAME_MODAL_BACKDROP, SLOT_NAME_MODAL_CANCEL, SLOT_NAME_MODAL_FOOTER, SLOT_NAME_MODAL_HEADER, SLOT_NAME_MODAL_HEADER_CLOSE, SLOT_NAME_MODAL_OK, SLOT_NAME_MODAL_TITLE, SLOT_NAME_NAV_NEXT_DECADE, SLOT_NAME_NAV_NEXT_MONTH, SLOT_NAME_NAV_NEXT_YEAR, SLOT_NAME_NAV_PEV_DECADE, SLOT_NAME_NAV_PEV_MONTH, SLOT_NAME_NAV_PEV_YEAR, SLOT_NAME_NAV_THIS_MONTH, SLOT_NAME_NEXT_TEXT, SLOT_NAME_OVERLAY, SLOT_NAME_PAGE, SLOT_NAME_PLACEHOLDER, SLOT_NAME_PREPEND, SLOT_NAME_PREV_TEXT, SLOT_NAME_ROW_DETAILS, SLOT_NAME_TABLE_BUSY, SLOT_NAME_TABLE_CAPTION, SLOT_NAME_TABLE_COLGROUP, SLOT_NAME_TABS_END, SLOT_NAME_TABS_START, SLOT_NAME_TEXT, SLOT_NAME_THEAD_TOP, SLOT_NAME_TITLE, SLOT_NAME_TOAST_TITLE, SLOT_NAME_TOP_ROW, SLOT_NAME_VALID_FEEDBACK */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ADD_BUTTON_TEXT", function() { return SLOT_NAME_ADD_BUTTON_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_APPEND", function() { return SLOT_NAME_APPEND; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ASIDE", function() { return SLOT_NAME_ASIDE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_BADGE", function() { return SLOT_NAME_BADGE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_BOTTOM_ROW", function() { return SLOT_NAME_BOTTOM_ROW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_BUTTON_CONTENT", function() { return SLOT_NAME_BUTTON_CONTENT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_CUSTOM_FOOT", function() { return SLOT_NAME_CUSTOM_FOOT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_DECREMENT", function() { return SLOT_NAME_DECREMENT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_DEFAULT", function() { return SLOT_NAME_DEFAULT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_DESCRIPTION", function() { return SLOT_NAME_DESCRIPTION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_DISMISS", function() { return SLOT_NAME_DISMISS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_DROP_PLACEHOLDER", function() { return SLOT_NAME_DROP_PLACEHOLDER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ELLIPSIS_TEXT", function() { return SLOT_NAME_ELLIPSIS_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_EMPTY", function() { return SLOT_NAME_EMPTY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_EMPTYFILTERED", function() { return SLOT_NAME_EMPTYFILTERED; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_FILE_NAME", function() { return SLOT_NAME_FILE_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_FIRST", function() { return SLOT_NAME_FIRST; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_FIRST_TEXT", function() { return SLOT_NAME_FIRST_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_FOOTER", function() { return SLOT_NAME_FOOTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_HEADER", function() { return SLOT_NAME_HEADER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_HEADER_CLOSE", function() { return SLOT_NAME_HEADER_CLOSE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ICON_CLEAR", function() { return SLOT_NAME_ICON_CLEAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ICON_EMPTY", function() { return SLOT_NAME_ICON_EMPTY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ICON_FULL", function() { return SLOT_NAME_ICON_FULL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ICON_HALF", function() { return SLOT_NAME_ICON_HALF; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_IMG", function() { return SLOT_NAME_IMG; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_INCREMENT", function() { return SLOT_NAME_INCREMENT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_INVALID_FEEDBACK", function() { return SLOT_NAME_INVALID_FEEDBACK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_LABEL", function() { return SLOT_NAME_LABEL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_LAST_TEXT", function() { return SLOT_NAME_LAST_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_LEAD", function() { return SLOT_NAME_LEAD; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_LOADING", function() { return SLOT_NAME_LOADING; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_BACKDROP", function() { return SLOT_NAME_MODAL_BACKDROP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_CANCEL", function() { return SLOT_NAME_MODAL_CANCEL; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_FOOTER", function() { return SLOT_NAME_MODAL_FOOTER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_HEADER", function() { return SLOT_NAME_MODAL_HEADER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_HEADER_CLOSE", function() { return SLOT_NAME_MODAL_HEADER_CLOSE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_OK", function() { return SLOT_NAME_MODAL_OK; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_MODAL_TITLE", function() { return SLOT_NAME_MODAL_TITLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_NEXT_DECADE", function() { return SLOT_NAME_NAV_NEXT_DECADE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_NEXT_MONTH", function() { return SLOT_NAME_NAV_NEXT_MONTH; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_NEXT_YEAR", function() { return SLOT_NAME_NAV_NEXT_YEAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_PEV_DECADE", function() { return SLOT_NAME_NAV_PEV_DECADE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_PEV_MONTH", function() { return SLOT_NAME_NAV_PEV_MONTH; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_PEV_YEAR", function() { return SLOT_NAME_NAV_PEV_YEAR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NAV_THIS_MONTH", function() { return SLOT_NAME_NAV_THIS_MONTH; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_NEXT_TEXT", function() { return SLOT_NAME_NEXT_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_OVERLAY", function() { return SLOT_NAME_OVERLAY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_PAGE", function() { return SLOT_NAME_PAGE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_PLACEHOLDER", function() { return SLOT_NAME_PLACEHOLDER; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_PREPEND", function() { return SLOT_NAME_PREPEND; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_PREV_TEXT", function() { return SLOT_NAME_PREV_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_ROW_DETAILS", function() { return SLOT_NAME_ROW_DETAILS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TABLE_BUSY", function() { return SLOT_NAME_TABLE_BUSY; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TABLE_CAPTION", function() { return SLOT_NAME_TABLE_CAPTION; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TABLE_COLGROUP", function() { return SLOT_NAME_TABLE_COLGROUP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TABS_END", function() { return SLOT_NAME_TABS_END; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TABS_START", function() { return SLOT_NAME_TABS_START; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TEXT", function() { return SLOT_NAME_TEXT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_THEAD_TOP", function() { return SLOT_NAME_THEAD_TOP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TITLE", function() { return SLOT_NAME_TITLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TOAST_TITLE", function() { return SLOT_NAME_TOAST_TITLE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_TOP_ROW", function() { return SLOT_NAME_TOP_ROW; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "SLOT_NAME_VALID_FEEDBACK", function() { return SLOT_NAME_VALID_FEEDBACK; }); var SLOT_NAME_ADD_BUTTON_TEXT = 'add-button-text'; var SLOT_NAME_APPEND = 'append'; var SLOT_NAME_ASIDE = 'aside'; var SLOT_NAME_BADGE = 'badge'; var SLOT_NAME_BOTTOM_ROW = 'bottom-row'; var SLOT_NAME_BUTTON_CONTENT = 'button-content'; var SLOT_NAME_CUSTOM_FOOT = 'custom-foot'; var SLOT_NAME_DECREMENT = 'decrement'; var SLOT_NAME_DEFAULT = 'default'; var SLOT_NAME_DESCRIPTION = 'description'; var SLOT_NAME_DISMISS = 'dismiss'; var SLOT_NAME_DROP_PLACEHOLDER = 'drop-placeholder'; var SLOT_NAME_ELLIPSIS_TEXT = 'ellipsis-text'; var SLOT_NAME_EMPTY = 'empty'; var SLOT_NAME_EMPTYFILTERED = 'emptyfiltered'; var SLOT_NAME_FILE_NAME = 'file-name'; var SLOT_NAME_FIRST = 'first'; var SLOT_NAME_FIRST_TEXT = 'first-text'; var SLOT_NAME_FOOTER = 'footer'; var SLOT_NAME_HEADER = 'header'; var SLOT_NAME_HEADER_CLOSE = 'header-close'; var SLOT_NAME_ICON_CLEAR = 'icon-clear'; var SLOT_NAME_ICON_EMPTY = 'icon-empty'; var SLOT_NAME_ICON_FULL = 'icon-full'; var SLOT_NAME_ICON_HALF = 'icon-half'; var SLOT_NAME_IMG = 'img'; var SLOT_NAME_INCREMENT = 'increment'; var SLOT_NAME_INVALID_FEEDBACK = 'invalid-feedback'; var SLOT_NAME_LABEL = 'label'; var SLOT_NAME_LAST_TEXT = 'last-text'; var SLOT_NAME_LEAD = 'lead'; var SLOT_NAME_LOADING = 'loading'; var SLOT_NAME_MODAL_BACKDROP = 'modal-backdrop'; var SLOT_NAME_MODAL_CANCEL = 'modal-cancel'; var SLOT_NAME_MODAL_FOOTER = 'modal-footer'; var SLOT_NAME_MODAL_HEADER = 'modal-header'; var SLOT_NAME_MODAL_HEADER_CLOSE = 'modal-header-close'; var SLOT_NAME_MODAL_OK = 'modal-ok'; var SLOT_NAME_MODAL_TITLE = 'modal-title'; var SLOT_NAME_NAV_NEXT_DECADE = 'nav-next-decade'; var SLOT_NAME_NAV_NEXT_MONTH = 'nav-next-month'; var SLOT_NAME_NAV_NEXT_YEAR = 'nav-next-year'; var SLOT_NAME_NAV_PEV_DECADE = 'nav-prev-decade'; var SLOT_NAME_NAV_PEV_MONTH = 'nav-prev-month'; var SLOT_NAME_NAV_PEV_YEAR = 'nav-prev-year'; var SLOT_NAME_NAV_THIS_MONTH = 'nav-this-month'; var SLOT_NAME_NEXT_TEXT = 'next-text'; var SLOT_NAME_OVERLAY = 'overlay'; var SLOT_NAME_PAGE = 'page'; var SLOT_NAME_PLACEHOLDER = 'placeholder'; var SLOT_NAME_PREPEND = 'prepend'; var SLOT_NAME_PREV_TEXT = 'prev-text'; var SLOT_NAME_ROW_DETAILS = 'row-details'; var SLOT_NAME_TABLE_BUSY = 'table-busy'; var SLOT_NAME_TABLE_CAPTION = 'table-caption'; var SLOT_NAME_TABLE_COLGROUP = 'table-colgroup'; var SLOT_NAME_TABS_END = 'tabs-end'; var SLOT_NAME_TABS_START = 'tabs-start'; var SLOT_NAME_TEXT = 'text'; var SLOT_NAME_THEAD_TOP = 'thead-top'; var SLOT_NAME_TITLE = 'title'; var SLOT_NAME_TOAST_TITLE = 'toast-title'; var SLOT_NAME_TOP_ROW = 'top-row'; var SLOT_NAME_VALID_FEEDBACK = 'valid-feedback'; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/hover.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/hover.js ***! \*****************************************************************************************/ /*! exports provided: VBHover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBHover", function() { return VBHover; }); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); // v-b-hover directive // --- Constants --- var PROP = '__BV_hover_handler__'; var MOUSEENTER = 'mouseenter'; var MOUSELEAVE = 'mouseleave'; // --- Helper methods --- var createListener = function createListener(handler) { var listener = function listener(event) { handler(event.type === MOUSEENTER, event); }; listener.fn = handler; return listener; }; var updateListeners = function updateListeners(on, el, listener) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_2__["eventOnOff"])(on, el, MOUSEENTER, listener, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_2__["eventOnOff"])(on, el, MOUSELEAVE, listener, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); }; // --- Directive bind/unbind/update handler --- var directive = function directive(el, _ref) { var _ref$value = _ref.value, handler = _ref$value === void 0 ? null : _ref$value; if (_constants_env__WEBPACK_IMPORTED_MODULE_0__["IS_BROWSER"]) { var listener = el[PROP]; var hasListener = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isFunction"])(listener); var handlerChanged = !(hasListener && listener.fn === handler); if (hasListener && handlerChanged) { updateListeners(false, el, listener); delete el[PROP]; } if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_3__["isFunction"])(handler) && handlerChanged) { el[PROP] = createListener(handler); updateListeners(true, el, el[PROP]); } } }; // VBHover directive var VBHover = { bind: directive, componentUpdated: directive, unbind: function unbind(el) { directive(el, { value: null }); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/index.js ***! \*****************************************************************************************/ /*! exports provided: VBHoverPlugin, VBHover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBHoverPlugin", function() { return VBHoverPlugin; }); /* harmony import */ var _hover__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./hover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/hover.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBHover", function() { return _hover__WEBPACK_IMPORTED_MODULE_0__["VBHover"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBHoverPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBHover: _hover__WEBPACK_IMPORTED_MODULE_0__["VBHover"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/index.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/index.js ***! \***********************************************************************************/ /*! exports provided: directivesPlugin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "directivesPlugin", function() { return directivesPlugin; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _hover__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./hover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/index.js"); /* harmony import */ var _modal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/index.js"); /* harmony import */ var _popover__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/index.js"); /* harmony import */ var _scrollspy__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./scrollspy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/index.js"); /* harmony import */ var _toggle__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/index.js"); /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/index.js"); /* harmony import */ var _visible__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./visible */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/index.js"); // Main plugin for installing all directive plugins var directivesPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["pluginFactory"])({ plugins: { VBHoverPlugin: _hover__WEBPACK_IMPORTED_MODULE_1__["VBHoverPlugin"], VBModalPlugin: _modal__WEBPACK_IMPORTED_MODULE_2__["VBModalPlugin"], VBPopoverPlugin: _popover__WEBPACK_IMPORTED_MODULE_3__["VBPopoverPlugin"], VBScrollspyPlugin: _scrollspy__WEBPACK_IMPORTED_MODULE_4__["VBScrollspyPlugin"], VBTogglePlugin: _toggle__WEBPACK_IMPORTED_MODULE_5__["VBTogglePlugin"], VBTooltipPlugin: _tooltip__WEBPACK_IMPORTED_MODULE_6__["VBTooltipPlugin"], VBVisiblePlugin: _visible__WEBPACK_IMPORTED_MODULE_7__["VBVisiblePlugin"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/index.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/index.js ***! \*****************************************************************************************/ /*! exports provided: VBModalPlugin, VBModal */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBModalPlugin", function() { return VBModalPlugin; }); /* harmony import */ var _modal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/modal.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBModal", function() { return _modal__WEBPACK_IMPORTED_MODULE_0__["VBModal"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBModalPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBModal: _modal__WEBPACK_IMPORTED_MODULE_0__["VBModal"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/modal.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/modal.js ***! \*****************************************************************************************/ /*! exports provided: VBModal */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBModal", function() { return VBModal; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); // Emitted show event for modal var ROOT_ACTION_EVENT_NAME_SHOW = Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_MODAL"], _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_SHOW"]); // Prop name we use to store info on root element var PROPERTY = '__bv_modal_directive__'; var getTarget = function getTarget(_ref) { var _ref$modifiers = _ref.modifiers, modifiers = _ref$modifiers === void 0 ? {} : _ref$modifiers, arg = _ref.arg, value = _ref.value; // Try value, then arg, otherwise pick last modifier return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(value) ? value : Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(arg) ? arg : Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["keys"])(modifiers).reverse()[0]; }; var getTriggerElement = function getTriggerElement(el) { // If root element is a dropdown-item or nav-item, we // need to target the inner link or button instead return el && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["matches"])(el, '.dropdown-menu > li, li.nav-item') ? Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["select"])('a, button', el) || el : el; }; var setRole = function setRole(trigger) { // Ensure accessibility on non button elements if (trigger && trigger.tagName !== 'BUTTON') { // Only set a role if the trigger element doesn't have one if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["hasAttr"])(trigger, 'role')) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(trigger, 'role', 'button'); } // Add a tabindex is not a button or link, and tabindex is not provided if (trigger.tagName !== 'A' && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["hasAttr"])(trigger, 'tabindex')) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["setAttr"])(trigger, 'tabindex', '0'); } } }; var bind = function bind(el, binding, vnode) { var target = getTarget(binding); var trigger = getTriggerElement(el); if (target && trigger) { var handler = function handler(event) { // `currentTarget` is the element with the listener on it var currentTarget = event.currentTarget; if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["isDisabled"])(currentTarget)) { var type = event.type; var key = event.keyCode; // Open modal only if trigger is not disabled if (type === 'click' || type === 'keydown' && (key === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_ENTER"] || key === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_SPACE"])) { vnode.context.$root.$emit(ROOT_ACTION_EVENT_NAME_SHOW, target, currentTarget); } } }; el[PROPERTY] = { handler: handler, target: target, trigger: trigger }; // If element is not a button, we add `role="button"` for accessibility setRole(trigger); // Listen for click events Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOn"])(trigger, 'click', handler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_PASSIVE"]); if (trigger.tagName !== 'BUTTON' && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["getAttr"])(trigger, 'role') === 'button') { // If trigger isn't a button but has role button, // we also listen for `keydown.space` && `keydown.enter` Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOn"])(trigger, 'keydown', handler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_PASSIVE"]); } } }; var unbind = function unbind(el) { var oldProp = el[PROPERTY] || {}; var trigger = oldProp.trigger; var handler = oldProp.handler; if (trigger && handler) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(trigger, 'click', handler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_PASSIVE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(trigger, 'keydown', handler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_PASSIVE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(el, 'click', handler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_PASSIVE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(el, 'keydown', handler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_PASSIVE"]); } delete el[PROPERTY]; }; var componentUpdated = function componentUpdated(el, binding, vnode) { var oldProp = el[PROPERTY] || {}; var target = getTarget(binding); var trigger = getTriggerElement(el); if (target !== oldProp.target || trigger !== oldProp.trigger) { // We bind and rebind if the target or trigger changes unbind(el, binding, vnode); bind(el, binding, vnode); } // If trigger element is not a button, ensure `role="button"` // is still set for accessibility setRole(trigger); }; var updated = function updated() {}; /* * Export our directive */ var VBModal = { inserted: componentUpdated, updated: updated, componentUpdated: componentUpdated, unbind: unbind }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/index.js ***! \*******************************************************************************************/ /*! exports provided: VBPopoverPlugin, VBPopover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBPopoverPlugin", function() { return VBPopoverPlugin; }); /* harmony import */ var _popover__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/popover.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBPopover", function() { return _popover__WEBPACK_IMPORTED_MODULE_0__["VBPopover"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBPopoverPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBPopover: _popover__WEBPACK_IMPORTED_MODULE_0__["VBPopover"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/popover.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/popover.js ***! \*********************************************************************************************/ /*! exports provided: VBPopover */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBPopover", function() { return VBPopover; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/get-scope-id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _components_popover_helpers_bv_popover__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../components/popover/helpers/bv-popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/helpers/bv-popover.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Key which we use to store tooltip object on element var BV_POPOVER = '__BV_Popover__'; // Default trigger var DefaultTrigger = 'click'; // Valid event triggers var validTriggers = { focus: true, hover: true, click: true, blur: true, manual: true }; // Directive modifier test regular expressions. Pre-compile for performance var htmlRE = /^html$/i; var noFadeRE = /^nofade$/i; var placementRE = /^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i; var boundaryRE = /^(window|viewport|scrollParent)$/i; var delayRE = /^d\d+$/i; var delayShowRE = /^ds\d+$/i; var delayHideRE = /^dh\d+$/i; var offsetRE = /^o-?\d+$/i; var variantRE = /^v-.+$/i; var spacesRE = /\s+/; // Build a Popover config based on bindings (if any) // Arguments and modifiers take precedence over passed value config object var parseBindings = function parseBindings(bindings, vnode) /* istanbul ignore next: not easy to test */ { // We start out with a basic config var config = { title: undefined, content: undefined, trigger: '', // Default set below if needed placement: 'right', fallbackPlacement: 'flip', container: false, // Default of body animation: true, offset: 0, disabled: false, id: null, html: false, delay: Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_POPOVER"], 'delay', 50), boundary: String(Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_POPOVER"], 'boundary', 'scrollParent')), boundaryPadding: Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_POPOVER"], 'boundaryPadding', 5), 0), variant: Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_POPOVER"], 'variant'), customClass: Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_POPOVER"], 'customClass') }; // Process `bindings.value` if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isString"])(bindings.value) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isNumber"])(bindings.value)) { // Value is popover content (html optionally supported) config.content = bindings.value; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(bindings.value)) { // Content generator function config.content = bindings.value; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isPlainObject"])(bindings.value)) { // Value is config object, so merge config = _objectSpread(_objectSpread({}, config), bindings.value); } // If argument, assume element ID of container element if (bindings.arg) { // Element ID specified as arg // We must prepend '#' to become a CSS selector config.container = "#".concat(bindings.arg); } // If title is not provided, try title attribute if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefined"])(config.title)) { // Try attribute var data = vnode.data || {}; config.title = data.attrs && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefinedOrNull"])(data.attrs.title) ? data.attrs.title : undefined; } // Normalize delay if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isPlainObject"])(config.delay)) { config.delay = { show: Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(config.delay, 0), hide: Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(config.delay, 0) }; } // Process modifiers Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(bindings.modifiers).forEach(function (mod) { if (htmlRE.test(mod)) { // Title/content allows HTML config.html = true; } else if (noFadeRE.test(mod)) { // No animation config.animation = false; } else if (placementRE.test(mod)) { // Placement of popover config.placement = mod; } else if (boundaryRE.test(mod)) { // Boundary of popover mod = mod === 'scrollparent' ? 'scrollParent' : mod; config.boundary = mod; } else if (delayRE.test(mod)) { // Delay value var delay = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(1), 0); config.delay.show = delay; config.delay.hide = delay; } else if (delayShowRE.test(mod)) { // Delay show value config.delay.show = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(2), 0); } else if (delayHideRE.test(mod)) { // Delay hide value config.delay.hide = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(2), 0); } else if (offsetRE.test(mod)) { // Offset value, negative allowed config.offset = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(1), 0); } else if (variantRE.test(mod)) { // Variant config.variant = mod.slice(2) || null; } }); // Special handling of event trigger modifiers trigger is // a space separated list var selectedTriggers = {}; // Parse current config object trigger Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(config.trigger || '').filter(_utils_identity__WEBPACK_IMPORTED_MODULE_6__["identity"]).join(' ').trim().toLowerCase().split(spacesRE).forEach(function (trigger) { if (validTriggers[trigger]) { selectedTriggers[trigger] = true; } }); // Parse modifiers for triggers Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(bindings.modifiers).forEach(function (mod) { mod = mod.toLowerCase(); if (validTriggers[mod]) { // If modifier is a valid trigger selectedTriggers[mod] = true; } }); // Sanitize triggers config.trigger = Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(selectedTriggers).join(' '); if (config.trigger === 'blur') { // Blur by itself is useless, so convert it to 'focus' config.trigger = 'focus'; } if (!config.trigger) { // Use default trigger config.trigger = DefaultTrigger; } return config; }; // Add or update Popover on our element var applyPopover = function applyPopover(el, bindings, vnode) { if (!_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { /* istanbul ignore next */ return; } var config = parseBindings(bindings, vnode); if (!el[BV_POPOVER]) { var $parent = vnode.context; el[BV_POPOVER] = new _components_popover_helpers_bv_popover__WEBPACK_IMPORTED_MODULE_11__["BVPopover"]({ parent: $parent, // Add the parent's scoped style attribute data _scopeId: Object(_utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__["getScopeId"])($parent, undefined) }); el[BV_POPOVER].__bv_prev_data__ = {}; el[BV_POPOVER].$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"], function () /* istanbul ignore next: for now */ { // Before showing the popover, we update the title // and content if they are functions var data = {}; if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(config.title)) { data.title = config.title(el); } if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(config.content)) { data.content = config.content(el); } if (Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(data).length > 0) { el[BV_POPOVER].updateData(data); } }); } var data = { title: config.title, content: config.content, triggers: config.trigger, placement: config.placement, fallbackPlacement: config.fallbackPlacement, variant: config.variant, customClass: config.customClass, container: config.container, boundary: config.boundary, delay: config.delay, offset: config.offset, noFade: !config.animation, id: config.id, disabled: config.disabled, html: config.html }; var oldData = el[BV_POPOVER].__bv_prev_data__; el[BV_POPOVER].__bv_prev_data__ = data; if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__["looseEqual"])(data, oldData)) { // We only update the instance if data has changed var newData = { target: el }; Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(data).forEach(function (prop) { // We only pass data properties that have changed if (data[prop] !== oldData[prop]) { // If title/content is a function, we execute it here newData[prop] = (prop === 'title' || prop === 'content') && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(data[prop]) ? /* istanbul ignore next */ data[prop](el) : data[prop]; } }); el[BV_POPOVER].updateData(newData); } }; // Remove Popover from our element var removePopover = function removePopover(el) { if (el[BV_POPOVER]) { el[BV_POPOVER].$destroy(); el[BV_POPOVER] = null; } delete el[BV_POPOVER]; }; // Export our directive var VBPopover = { bind: function bind(el, bindings, vnode) { applyPopover(el, bindings, vnode); }, // We use `componentUpdated` here instead of `update`, as the former // waits until the containing component and children have finished updating componentUpdated: function componentUpdated(el, bindings, vnode) { // Performed in a `$nextTick()` to prevent endless render/update loops vnode.context.$nextTick(function () { applyPopover(el, bindings, vnode); }); }, unbind: function unbind(el) { removePopover(el); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/helpers/bv-scrollspy.class.js": /*!******************************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/helpers/bv-scrollspy.class.js ***! \******************************************************************************************************************/ /*! exports provided: BVScrollSpy */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVScrollSpy", function() { return BVScrollSpy; }); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_observe_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../../utils/observe-dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/observe-dom.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } /* * ScrollSpy class definition */ /* * Constants / Defaults */ var NAME = 'v-b-scrollspy'; var CLASS_NAME_DROPDOWN_ITEM = 'dropdown-item'; var CLASS_NAME_ACTIVE = 'active'; var SELECTOR_NAV_LIST_GROUP = '.nav, .list-group'; var SELECTOR_NAV_LINKS = '.nav-link'; var SELECTOR_NAV_ITEMS = '.nav-item'; var SELECTOR_LIST_ITEMS = '.list-group-item'; var SELECTOR_DROPDOWN = '.dropdown, .dropup'; var SELECTOR_DROPDOWN_ITEMS = '.dropdown-item'; var SELECTOR_DROPDOWN_TOGGLE = '.dropdown-toggle'; var ROOT_EVENT_NAME_ACTIVATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["getRootEventName"])('BVScrollspy', 'activate'); var METHOD_OFFSET = 'offset'; var METHOD_POSITION = 'position'; var Default = { element: 'body', offset: 10, method: 'auto', throttle: 75 }; var DefaultType = { element: '(string|element|component)', offset: 'number', method: 'string', throttle: 'number' }; // Transition Events var TransitionEndEvents = ['webkitTransitionEnd', 'transitionend', 'otransitionend', 'oTransitionEnd']; /* * Utility Methods */ // Better var type detection var toType = function toType(obj) /* istanbul ignore next: not easy to test */ { return Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["toString"])(obj).match(/\s([a-zA-Z]+)/)[1].toLowerCase(); }; // Check config properties for expected types /* istanbul ignore next */ var typeCheckConfig = function typeCheckConfig(componentName, config, configTypes) /* istanbul ignore next: not easy to test */ { for (var property in configTypes) { if (Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["hasOwnProperty"])(configTypes, property)) { var expectedTypes = configTypes[property]; var value = config[property]; var valueType = value && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["isElement"])(value) ? 'element' : toType(value); // handle Vue instances valueType = value && value._isVue ? 'component' : valueType; if (!new RegExp(expectedTypes).test(valueType)) { /* istanbul ignore next */ Object(_utils_warn__WEBPACK_IMPORTED_MODULE_10__["warn"])("".concat(componentName, ": Option \"").concat(property, "\" provided type \"").concat(valueType, "\" but expected type \"").concat(expectedTypes, "\"")); } } } }; /* * ------------------------------------------------------------------------ * Class Definition * ------------------------------------------------------------------------ */ /* istanbul ignore next: not easy to test */ var BVScrollSpy /* istanbul ignore next: not easy to test */ = /*#__PURE__*/ function () { function BVScrollSpy(element, config, $root) { _classCallCheck(this, BVScrollSpy); // The element we activate links in this.$el = element; this.$scroller = null; this.$selector = [SELECTOR_NAV_LINKS, SELECTOR_LIST_ITEMS, SELECTOR_DROPDOWN_ITEMS].join(','); this.$offsets = []; this.$targets = []; this.$activeTarget = null; this.$scrollHeight = 0; this.$resizeTimeout = null; this.$scrollerObserver = null; this.$targetsObserver = null; this.$root = $root || null; this.$config = null; this.updateConfig(config); } _createClass(BVScrollSpy, [{ key: "updateConfig", value: function updateConfig(config, $root) { if (this.$scroller) { // Just in case out scroll element has changed this.unlisten(); this.$scroller = null; } var cfg = _objectSpread(_objectSpread({}, this.constructor.Default), config); if ($root) { this.$root = $root; } typeCheckConfig(this.constructor.Name, cfg, this.constructor.DefaultType); this.$config = cfg; if (this.$root) { var self = this; this.$root.$nextTick(function () { self.listen(); }); } else { this.listen(); } } }, { key: "dispose", value: function dispose() { this.unlisten(); clearTimeout(this.$resizeTimeout); this.$resizeTimeout = null; this.$el = null; this.$config = null; this.$scroller = null; this.$selector = null; this.$offsets = null; this.$targets = null; this.$activeTarget = null; this.$scrollHeight = null; } }, { key: "listen", value: function listen() { var _this = this; var scroller = this.getScroller(); if (scroller && scroller.tagName !== 'BODY') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(scroller, 'scroll', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); } Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(window, 'scroll', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(window, 'resize', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(window, 'orientationchange', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); TransitionEndEvents.forEach(function (eventName) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(window, eventName, _this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); }); this.setObservers(true); // Schedule a refresh this.handleEvent('refresh'); } }, { key: "unlisten", value: function unlisten() { var _this2 = this; var scroller = this.getScroller(); this.setObservers(false); if (scroller && scroller.tagName !== 'BODY') { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(scroller, 'scroll', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); } Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(window, 'scroll', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(window, 'resize', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(window, 'orientationchange', this, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); TransitionEndEvents.forEach(function (eventName) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(window, eventName, _this2, _constants_events__WEBPACK_IMPORTED_MODULE_0__["EVENT_OPTIONS_NO_CAPTURE"]); }); } }, { key: "setObservers", value: function setObservers(on) { var _this3 = this; // We observe both the scroller for content changes, and the target links this.$scrollerObserver && this.$scrollerObserver.disconnect(); this.$targetsObserver && this.$targetsObserver.disconnect(); this.$scrollerObserver = null; this.$targetsObserver = null; if (on) { this.$targetsObserver = Object(_utils_observe_dom__WEBPACK_IMPORTED_MODULE_9__["observeDom"])(this.$el, function () { _this3.handleEvent('mutation'); }, { subtree: true, childList: true, attributes: true, attributeFilter: ['href'] }); this.$scrollerObserver = Object(_utils_observe_dom__WEBPACK_IMPORTED_MODULE_9__["observeDom"])(this.getScroller(), function () { _this3.handleEvent('mutation'); }, { subtree: true, childList: true, characterData: true, attributes: true, attributeFilter: ['id', 'style', 'class'] }); } } // General event handler }, { key: "handleEvent", value: function handleEvent(event) { var type = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(event) ? event : event.type; var self = this; var resizeThrottle = function resizeThrottle() { if (!self.$resizeTimeout) { self.$resizeTimeout = setTimeout(function () { self.refresh(); self.process(); self.$resizeTimeout = null; }, self.$config.throttle); } }; if (type === 'scroll') { if (!this.$scrollerObserver) { // Just in case we are added to the DOM before the scroll target is // We re-instantiate our listeners, just in case this.listen(); } this.process(); } else if (/(resize|orientationchange|mutation|refresh)/.test(type)) { // Postpone these events by throttle time resizeThrottle(); } } // Refresh the list of target links on the element we are applied to }, { key: "refresh", value: function refresh() { var _this4 = this; var scroller = this.getScroller(); if (!scroller) { return; } var autoMethod = scroller !== scroller.window ? METHOD_POSITION : METHOD_OFFSET; var method = this.$config.method === 'auto' ? autoMethod : this.$config.method; var methodFn = method === METHOD_POSITION ? _utils_dom__WEBPACK_IMPORTED_MODULE_2__["position"] : _utils_dom__WEBPACK_IMPORTED_MODULE_2__["offset"]; var offsetBase = method === METHOD_POSITION ? this.getScrollTop() : 0; this.$offsets = []; this.$targets = []; this.$scrollHeight = this.getScrollHeight(); // Find all the unique link HREFs that we will control Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["selectAll"])(this.$selector, this.$el) // Get HREF value .map(function (link) { return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["getAttr"])(link, 'href'); }) // Filter out HREFs that do not match our RegExp .filter(function (href) { return href && _constants_regex__WEBPACK_IMPORTED_MODULE_1__["RX_HREF"].test(href || ''); }) // Find all elements with ID that match HREF hash .map(function (href) { // Convert HREF into an ID (including # at beginning) var id = href.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_1__["RX_HREF"], '$1').trim(); if (!id) { return null; } // Find the element with the ID specified by id var el = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["select"])(id, scroller); if (el && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["isVisible"])(el)) { return { offset: Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toInteger"])(methodFn(el).top, 0) + offsetBase, target: id }; } return null; }).filter(_utils_identity__WEBPACK_IMPORTED_MODULE_4__["identity"]) // Sort them by their offsets (smallest first) .sort(function (a, b) { return a.offset - b.offset; }) // record only unique targets/offsets .reduce(function (memo, item) { if (!memo[item.target]) { _this4.$offsets.push(item.offset); _this4.$targets.push(item.target); memo[item.target] = true; } return memo; }, {}); // Return this for easy chaining return this; } // Handle activating/clearing }, { key: "process", value: function process() { var scrollTop = this.getScrollTop() + this.$config.offset; var scrollHeight = this.getScrollHeight(); var maxScroll = this.$config.offset + scrollHeight - this.getOffsetHeight(); if (this.$scrollHeight !== scrollHeight) { this.refresh(); } if (scrollTop >= maxScroll) { var target = this.$targets[this.$targets.length - 1]; if (this.$activeTarget !== target) { this.activate(target); } return; } if (this.$activeTarget && scrollTop < this.$offsets[0] && this.$offsets[0] > 0) { this.$activeTarget = null; this.clear(); return; } for (var i = this.$offsets.length; i--;) { var isActiveTarget = this.$activeTarget !== this.$targets[i] && scrollTop >= this.$offsets[i] && (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isUndefined"])(this.$offsets[i + 1]) || scrollTop < this.$offsets[i + 1]); if (isActiveTarget) { this.activate(this.$targets[i]); } } } }, { key: "getScroller", value: function getScroller() { if (this.$scroller) { return this.$scroller; } var scroller = this.$config.element; if (!scroller) { return null; } else if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["isElement"])(scroller.$el)) { scroller = scroller.$el; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(scroller)) { scroller = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["select"])(scroller); } if (!scroller) { return null; } this.$scroller = scroller.tagName === 'BODY' ? window : scroller; return this.$scroller; } }, { key: "getScrollTop", value: function getScrollTop() { var scroller = this.getScroller(); return scroller === window ? scroller.pageYOffset : scroller.scrollTop; } }, { key: "getScrollHeight", value: function getScrollHeight() { return this.getScroller().scrollHeight || Object(_utils_math__WEBPACK_IMPORTED_MODULE_6__["mathMax"])(document.body.scrollHeight, document.documentElement.scrollHeight); } }, { key: "getOffsetHeight", value: function getOffsetHeight() { var scroller = this.getScroller(); return scroller === window ? window.innerHeight : Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["getBCR"])(scroller).height; } }, { key: "activate", value: function activate(target) { var _this5 = this; this.$activeTarget = target; this.clear(); // Grab the list of target links (<a href="{$target}">) var links = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["selectAll"])(this.$selector // Split out the base selectors .split(',') // Map to a selector that matches links with HREF ending in the ID (including '#') .map(function (selector) { return "".concat(selector, "[href$=\"").concat(target, "\"]"); }) // Join back into a single selector string .join(','), this.$el); links.forEach(function (link) { if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["hasClass"])(link, CLASS_NAME_DROPDOWN_ITEM)) { // This is a dropdown item, so find the .dropdown-toggle and set its state var dropdown = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["closest"])(SELECTOR_DROPDOWN, link); if (dropdown) { _this5.setActiveState(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["select"])(SELECTOR_DROPDOWN_TOGGLE, dropdown), true); } // Also set this link's state _this5.setActiveState(link, true); } else { // Set triggered link as active _this5.setActiveState(link, true); if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["matches"])(link.parentElement, SELECTOR_NAV_ITEMS)) { // Handle nav-link inside nav-item, and set nav-item active _this5.setActiveState(link.parentElement, true); } // Set triggered links parents as active // With both <ul> and <nav> markup a parent is the previous sibling of any nav ancestor var el = link; while (el) { el = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["closest"])(SELECTOR_NAV_LIST_GROUP, el); var sibling = el ? el.previousElementSibling : null; if (sibling && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["matches"])(sibling, "".concat(SELECTOR_NAV_LINKS, ", ").concat(SELECTOR_LIST_ITEMS))) { _this5.setActiveState(sibling, true); } // Handle special case where nav-link is inside a nav-item if (sibling && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["matches"])(sibling, SELECTOR_NAV_ITEMS)) { _this5.setActiveState(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["select"])(SELECTOR_NAV_LINKS, sibling), true); // Add active state to nav-item as well _this5.setActiveState(sibling, true); } } } }); // Signal event to via $root, passing ID of activated target and reference to array of links if (links && links.length > 0 && this.$root) { this.$root.$emit(ROOT_EVENT_NAME_ACTIVATE, target, links); } } }, { key: "clear", value: function clear() { var _this6 = this; Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["selectAll"])("".concat(this.$selector, ", ").concat(SELECTOR_NAV_ITEMS), this.$el).filter(function (el) { return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["hasClass"])(el, CLASS_NAME_ACTIVE); }).forEach(function (el) { return _this6.setActiveState(el, false); }); } }, { key: "setActiveState", value: function setActiveState(el, active) { if (!el) { return; } if (active) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["addClass"])(el, CLASS_NAME_ACTIVE); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["removeClass"])(el, CLASS_NAME_ACTIVE); } } }], [{ key: "Name", get: function get() { return NAME; } }, { key: "Default", get: function get() { return Default; } }, { key: "DefaultType", get: function get() { return DefaultType; } }]); return BVScrollSpy; }(); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/index.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/index.js ***! \*********************************************************************************************/ /*! exports provided: VBScrollspyPlugin, VBScrollspy */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBScrollspyPlugin", function() { return VBScrollspyPlugin; }); /* harmony import */ var _scrollspy__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./scrollspy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/scrollspy.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBScrollspy", function() { return _scrollspy__WEBPACK_IMPORTED_MODULE_0__["VBScrollspy"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBScrollspyPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBScrollspy: _scrollspy__WEBPACK_IMPORTED_MODULE_0__["VBScrollspy"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/scrollspy.js": /*!*************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/scrollspy.js ***! \*************************************************************************************************/ /*! exports provided: VBScrollspy */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBScrollspy", function() { return VBScrollspy; }); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _helpers_bv_scrollspy_class__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./helpers/bv-scrollspy.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/helpers/bv-scrollspy.class.js"); // Key we use to store our instance var BV_SCROLLSPY = '__BV_ScrollSpy__'; // Pre-compiled regular expressions var onlyDigitsRE = /^\d+$/; var offsetRE = /^(auto|position|offset)$/; // Build a ScrollSpy config based on bindings (if any) // Arguments and modifiers take precedence over passed value config object /* istanbul ignore next: not easy to test */ var parseBindings = function parseBindings(bindings) /* istanbul ignore next: not easy to test */ { var config = {}; // If argument, assume element ID if (bindings.arg) { // Element ID specified as arg // We must prepend '#' to become a CSS selector config.element = "#".concat(bindings.arg); } // Process modifiers Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["keys"])(bindings.modifiers).forEach(function (mod) { if (onlyDigitsRE.test(mod)) { // Offset value config.offset = Object(_utils_number__WEBPACK_IMPORTED_MODULE_3__["toInteger"])(mod, 0); } else if (offsetRE.test(mod)) { // Offset method config.method = mod; } }); // Process value if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(bindings.value)) { // Value is a CSS ID or selector config.element = bindings.value; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isNumber"])(bindings.value)) { // Value is offset config.offset = Object(_utils_math__WEBPACK_IMPORTED_MODULE_2__["mathRound"])(bindings.value); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isObject"])(bindings.value)) { // Value is config object // Filter the object based on our supported config options Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["keys"])(bindings.value).filter(function (k) { return !!_helpers_bv_scrollspy_class__WEBPACK_IMPORTED_MODULE_5__["BVScrollSpy"].DefaultType[k]; }).forEach(function (k) { config[k] = bindings.value[k]; }); } return config; }; // Add or update ScrollSpy on our element var applyScrollspy = function applyScrollspy(el, bindings, vnode) /* istanbul ignore next: not easy to test */ { if (!_constants_env__WEBPACK_IMPORTED_MODULE_0__["IS_BROWSER"]) { /* istanbul ignore next */ return; } var config = parseBindings(bindings); if (el[BV_SCROLLSPY]) { el[BV_SCROLLSPY].updateConfig(config, vnode.context.$root); } else { el[BV_SCROLLSPY] = new _helpers_bv_scrollspy_class__WEBPACK_IMPORTED_MODULE_5__["BVScrollSpy"](el, config, vnode.context.$root); } }; // Remove ScrollSpy on our element /* istanbul ignore next: not easy to test */ var removeScrollspy = function removeScrollspy(el) /* istanbul ignore next: not easy to test */ { if (el[BV_SCROLLSPY]) { el[BV_SCROLLSPY].dispose(); el[BV_SCROLLSPY] = null; delete el[BV_SCROLLSPY]; } }; /* * Export our directive */ var VBScrollspy = { /* istanbul ignore next: not easy to test */ bind: function bind(el, bindings, vnode) { applyScrollspy(el, bindings, vnode); }, /* istanbul ignore next: not easy to test */ inserted: function inserted(el, bindings, vnode) { applyScrollspy(el, bindings, vnode); }, /* istanbul ignore next: not easy to test */ update: function update(el, bindings, vnode) { if (bindings.value !== bindings.oldValue) { applyScrollspy(el, bindings, vnode); } }, /* istanbul ignore next: not easy to test */ componentUpdated: function componentUpdated(el, bindings, vnode) { if (bindings.value !== bindings.oldValue) { applyScrollspy(el, bindings, vnode); } }, /* istanbul ignore next: not easy to test */ unbind: function unbind(el) { removeScrollspy(el); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/index.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/index.js ***! \******************************************************************************************/ /*! exports provided: VBTogglePlugin, VBToggle */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBTogglePlugin", function() { return VBTogglePlugin; }); /* harmony import */ var _toggle__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/toggle.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBToggle", function() { return _toggle__WEBPACK_IMPORTED_MODULE_0__["VBToggle"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBTogglePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBToggle: _toggle__WEBPACK_IMPORTED_MODULE_0__["VBToggle"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/toggle.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/toggle.js ***! \*******************************************************************************************/ /*! exports provided: VBToggle */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBToggle", function() { return VBToggle; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); // --- Constants --- // Classes to apply to trigger element var CLASS_BV_TOGGLE_COLLAPSED = 'collapsed'; var CLASS_BV_TOGGLE_NOT_COLLAPSED = 'not-collapsed'; // Property key for handler storage var BV_BASE = '__BV_toggle'; // Root event listener property (Function) var BV_TOGGLE_ROOT_HANDLER = "".concat(BV_BASE, "_HANDLER__"); // Trigger element click handler property (Function) var BV_TOGGLE_CLICK_HANDLER = "".concat(BV_BASE, "_CLICK__"); // Target visibility state property (Boolean) var BV_TOGGLE_STATE = "".concat(BV_BASE, "_STATE__"); // Target ID list property (Array) var BV_TOGGLE_TARGETS = "".concat(BV_BASE, "_TARGETS__"); // Commonly used strings var STRING_FALSE = 'false'; var STRING_TRUE = 'true'; // Commonly used attribute names var ATTR_ARIA_CONTROLS = 'aria-controls'; var ATTR_ARIA_EXPANDED = 'aria-expanded'; var ATTR_ROLE = 'role'; var ATTR_TABINDEX = 'tabindex'; // Commonly used style properties var STYLE_OVERFLOW_ANCHOR = 'overflow-anchor'; // Emitted control event for collapse (emitted to collapse) var ROOT_ACTION_EVENT_NAME_TOGGLE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_COLLAPSE"], 'toggle'); // Listen to event for toggle state update (emitted by collapse) var ROOT_EVENT_NAME_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_COLLAPSE"], 'state'); // Private event emitted on `$root` to ensure the toggle state is always synced // Gets emitted even if the state of b-collapse has not changed // This event is NOT to be documented as people should not be using it var ROOT_EVENT_NAME_SYNC_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_COLLAPSE"], 'sync-state'); // Private event we send to collapse to request state update sync event var ROOT_ACTION_EVENT_NAME_REQUEST_STATE = Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["getRootActionEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_COLLAPSE"], 'request-state'); var KEYDOWN_KEY_CODES = [_constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_ENTER"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_3__["CODE_SPACE"]]; // --- Helper methods --- var isNonStandardTag = function isNonStandardTag(el) { return !Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["arrayIncludes"])(['button', 'a'], el.tagName.toLowerCase()); }; var getTargets = function getTargets(_ref, el) { var modifiers = _ref.modifiers, arg = _ref.arg, value = _ref.value; // Any modifiers are considered target IDs var targets = Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(modifiers || {}); // If value is a string, split out individual targets (if space delimited) value = Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(value) ? value.split(_constants_regex__WEBPACK_IMPORTED_MODULE_4__["RX_SPACE_SPLIT"]) : value; // Support target ID as link href (`href="#id"`) if (Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isTag"])(el.tagName, 'a')) { var href = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["getAttr"])(el, 'href') || ''; if (_constants_regex__WEBPACK_IMPORTED_MODULE_4__["RX_HASH_ID"].test(href)) { targets.push(href.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_4__["RX_HASH"], '')); } } // Add ID from `arg` (if provided), and support value // as a single string ID or an array of string IDs // If `value` is not an array or string, then it gets filtered out Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["concat"])(arg, value).forEach(function (t) { return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isString"])(t) && targets.push(t); }); // Return only unique and truthy target IDs return targets.filter(function (t, index, arr) { return t && arr.indexOf(t) === index; }); }; var removeClickListener = function removeClickListener(el) { var handler = el[BV_TOGGLE_CLICK_HANDLER]; if (handler) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["eventOff"])(el, 'click', handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_PASSIVE"]); Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["eventOff"])(el, 'keydown', handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_PASSIVE"]); } el[BV_TOGGLE_CLICK_HANDLER] = null; }; var addClickListener = function addClickListener(el, vnode) { removeClickListener(el); if (vnode.context) { var handler = function handler(event) { if (!(event.type === 'keydown' && !Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["arrayIncludes"])(KEYDOWN_KEY_CODES, event.keyCode)) && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isDisabled"])(el)) { var targets = el[BV_TOGGLE_TARGETS] || []; targets.forEach(function (target) { vnode.context.$root.$emit(ROOT_ACTION_EVENT_NAME_TOGGLE, target); }); } }; el[BV_TOGGLE_CLICK_HANDLER] = handler; Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["eventOn"])(el, 'click', handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_PASSIVE"]); if (isNonStandardTag(el)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["eventOn"])(el, 'keydown', handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_PASSIVE"]); } } }; var removeRootListeners = function removeRootListeners(el, vnode) { if (el[BV_TOGGLE_ROOT_HANDLER] && vnode.context) { vnode.context.$root.$off([ROOT_EVENT_NAME_STATE, ROOT_EVENT_NAME_SYNC_STATE], el[BV_TOGGLE_ROOT_HANDLER]); } el[BV_TOGGLE_ROOT_HANDLER] = null; }; var addRootListeners = function addRootListeners(el, vnode) { removeRootListeners(el, vnode); if (vnode.context) { var handler = function handler(id, state) { // `state` will be `true` if target is expanded if (Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["arrayIncludes"])(el[BV_TOGGLE_TARGETS] || [], id)) { // Set/Clear 'collapsed' visibility class state el[BV_TOGGLE_STATE] = state; // Set `aria-expanded` and class state on trigger element setToggleState(el, state); } }; el[BV_TOGGLE_ROOT_HANDLER] = handler; // Listen for toggle state changes (public) and sync (private) vnode.context.$root.$on([ROOT_EVENT_NAME_STATE, ROOT_EVENT_NAME_SYNC_STATE], handler); } }; var setToggleState = function setToggleState(el, state) { // State refers to the visibility of the collapse/sidebar if (state) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(el, CLASS_BV_TOGGLE_COLLAPSED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(el, CLASS_BV_TOGGLE_NOT_COLLAPSED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(el, ATTR_ARIA_EXPANDED, STRING_TRUE); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(el, CLASS_BV_TOGGLE_NOT_COLLAPSED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["addClass"])(el, CLASS_BV_TOGGLE_COLLAPSED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(el, ATTR_ARIA_EXPANDED, STRING_FALSE); } }; // Reset and remove a property from the provided element var resetProp = function resetProp(el, prop) { el[prop] = null; delete el[prop]; }; // Handle directive updates var handleUpdate = function handleUpdate(el, binding, vnode) { /* istanbul ignore next: should never happen */ if (!_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"] || !vnode.context) { return; } // If element is not a button or link, we add `role="button"` // and `tabindex="0"` for accessibility reasons if (isNonStandardTag(el)) { if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["hasAttr"])(el, ATTR_ROLE)) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(el, ATTR_ROLE, 'button'); } if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["hasAttr"])(el, ATTR_TABINDEX)) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(el, ATTR_TABINDEX, '0'); } } // Ensure the collapse class and `aria-*` attributes persist // after element is updated (either by parent re-rendering // or changes to this element or its contents) setToggleState(el, el[BV_TOGGLE_STATE]); // Parse list of target IDs var targets = getTargets(binding, el); // Ensure the `aria-controls` hasn't been overwritten // or removed when vnode updates // Also ensure to set `overflow-anchor` to `none` to prevent // the browser's scroll anchoring behavior /* istanbul ignore else */ if (targets.length > 0) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setAttr"])(el, ATTR_ARIA_CONTROLS, targets.join(' ')); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["setStyle"])(el, STYLE_OVERFLOW_ANCHOR, 'none'); } else { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeAttr"])(el, ATTR_ARIA_CONTROLS); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeStyle"])(el, STYLE_OVERFLOW_ANCHOR); } // Add/Update our click listener(s) // Wrap in a `requestAF()` to allow any previous // click handling to occur first Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["requestAF"])(function () { addClickListener(el, vnode); }); // If targets array has changed, update if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_9__["looseEqual"])(targets, el[BV_TOGGLE_TARGETS])) { // Update targets array to element storage el[BV_TOGGLE_TARGETS] = targets; // Ensure `aria-controls` is up to date // Request a state update from targets so that we can // ensure expanded state is correct (in most cases) targets.forEach(function (target) { vnode.context.$root.$emit(ROOT_ACTION_EVENT_NAME_REQUEST_STATE, target); }); } }; /* * Export our directive */ var VBToggle = { bind: function bind(el, binding, vnode) { // State is initially collapsed until we receive a state event el[BV_TOGGLE_STATE] = false; // Assume no targets initially el[BV_TOGGLE_TARGETS] = []; // Add our root listeners addRootListeners(el, vnode); // Initial update of trigger handleUpdate(el, binding, vnode); }, componentUpdated: handleUpdate, updated: handleUpdate, unbind: function unbind(el, binding, vnode) { removeClickListener(el); // Remove our $root listener removeRootListeners(el, vnode); // Reset custom props resetProp(el, BV_TOGGLE_ROOT_HANDLER); resetProp(el, BV_TOGGLE_CLICK_HANDLER); resetProp(el, BV_TOGGLE_STATE); resetProp(el, BV_TOGGLE_TARGETS); // Reset classes/attrs/styles Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(el, CLASS_BV_TOGGLE_COLLAPSED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeClass"])(el, CLASS_BV_TOGGLE_NOT_COLLAPSED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeAttr"])(el, ATTR_ARIA_EXPANDED); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeAttr"])(el, ATTR_ARIA_CONTROLS); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeAttr"])(el, ATTR_ROLE); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["removeStyle"])(el, STYLE_OVERFLOW_ANCHOR); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/index.js ***! \*******************************************************************************************/ /*! exports provided: VBTooltipPlugin, VBTooltip */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBTooltipPlugin", function() { return VBTooltipPlugin; }); /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/tooltip.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBTooltip", function() { return _tooltip__WEBPACK_IMPORTED_MODULE_0__["VBTooltip"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBTooltipPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBTooltip: _tooltip__WEBPACK_IMPORTED_MODULE_0__["VBTooltip"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/tooltip.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/tooltip.js ***! \*********************************************************************************************/ /*! exports provided: VBTooltip */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBTooltip", function() { return VBTooltip; }); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/get-scope-id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _components_tooltip_helpers_bv_tooltip__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../../components/tooltip/helpers/bv-tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/helpers/bv-tooltip.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Key which we use to store tooltip object on element var BV_TOOLTIP = '__BV_Tooltip__'; // Default trigger var DefaultTrigger = 'hover focus'; // Valid event triggers var validTriggers = { focus: true, hover: true, click: true, blur: true, manual: true }; // Directive modifier test regular expressions. Pre-compile for performance var htmlRE = /^html$/i; var noninteractiveRE = /^noninteractive$/i; var noFadeRE = /^nofade$/i; var placementRE = /^(auto|top(left|right)?|bottom(left|right)?|left(top|bottom)?|right(top|bottom)?)$/i; var boundaryRE = /^(window|viewport|scrollParent)$/i; var delayRE = /^d\d+$/i; var delayShowRE = /^ds\d+$/i; var delayHideRE = /^dh\d+$/i; var offsetRE = /^o-?\d+$/i; var variantRE = /^v-.+$/i; var spacesRE = /\s+/; // Build a Tooltip config based on bindings (if any) // Arguments and modifiers take precedence over passed value config object var parseBindings = function parseBindings(bindings, vnode) /* istanbul ignore next: not easy to test */ { // We start out with a basic config var config = { title: undefined, trigger: '', // Default set below if needed placement: 'top', fallbackPlacement: 'flip', container: false, // Default of body animation: true, offset: 0, id: null, html: false, interactive: true, disabled: false, delay: Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOOLTIP"], 'delay', 50), boundary: String(Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOOLTIP"], 'boundary', 'scrollParent')), boundaryPadding: Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOOLTIP"], 'boundaryPadding', 5), 0), variant: Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOOLTIP"], 'variant'), customClass: Object(_utils_config__WEBPACK_IMPORTED_MODULE_4__["getComponentConfig"])(_constants_components__WEBPACK_IMPORTED_MODULE_0__["NAME_TOOLTIP"], 'customClass') }; // Process `bindings.value` if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isString"])(bindings.value) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isNumber"])(bindings.value)) { // Value is tooltip content (HTML optionally supported) config.title = bindings.value; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(bindings.value)) { // Title generator function config.title = bindings.value; } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isPlainObject"])(bindings.value)) { // Value is config object, so merge config = _objectSpread(_objectSpread({}, config), bindings.value); } // If title is not provided, try title attribute if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefined"])(config.title)) { // Try attribute var data = vnode.data || {}; config.title = data.attrs && !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isUndefinedOrNull"])(data.attrs.title) ? data.attrs.title : undefined; } // Normalize delay if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isPlainObject"])(config.delay)) { config.delay = { show: Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(config.delay, 0), hide: Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(config.delay, 0) }; } // If argument, assume element ID of container element if (bindings.arg) { // Element ID specified as arg // We must prepend '#' to become a CSS selector config.container = "#".concat(bindings.arg); } // Process modifiers Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(bindings.modifiers).forEach(function (mod) { if (htmlRE.test(mod)) { // Title allows HTML config.html = true; } else if (noninteractiveRE.test(mod)) { // Noninteractive config.interactive = false; } else if (noFadeRE.test(mod)) { // No animation config.animation = false; } else if (placementRE.test(mod)) { // Placement of tooltip config.placement = mod; } else if (boundaryRE.test(mod)) { // Boundary of tooltip mod = mod === 'scrollparent' ? 'scrollParent' : mod; config.boundary = mod; } else if (delayRE.test(mod)) { // Delay value var delay = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(1), 0); config.delay.show = delay; config.delay.hide = delay; } else if (delayShowRE.test(mod)) { // Delay show value config.delay.show = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(2), 0); } else if (delayHideRE.test(mod)) { // Delay hide value config.delay.hide = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(2), 0); } else if (offsetRE.test(mod)) { // Offset value, negative allowed config.offset = Object(_utils_number__WEBPACK_IMPORTED_MODULE_9__["toInteger"])(mod.slice(1), 0); } else if (variantRE.test(mod)) { // Variant config.variant = mod.slice(2) || null; } }); // Special handling of event trigger modifiers trigger is // a space separated list var selectedTriggers = {}; // Parse current config object trigger Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(config.trigger || '').filter(_utils_identity__WEBPACK_IMPORTED_MODULE_6__["identity"]).join(' ').trim().toLowerCase().split(spacesRE).forEach(function (trigger) { if (validTriggers[trigger]) { selectedTriggers[trigger] = true; } }); // Parse modifiers for triggers Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(bindings.modifiers).forEach(function (mod) { mod = mod.toLowerCase(); if (validTriggers[mod]) { // If modifier is a valid trigger selectedTriggers[mod] = true; } }); // Sanitize triggers config.trigger = Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(selectedTriggers).join(' '); if (config.trigger === 'blur') { // Blur by itself is useless, so convert it to 'focus' config.trigger = 'focus'; } if (!config.trigger) { // Use default trigger config.trigger = DefaultTrigger; } // Return the config return config; }; // Add/update Tooltip on our element var applyTooltip = function applyTooltip(el, bindings, vnode) { if (!_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { /* istanbul ignore next */ return; } var config = parseBindings(bindings, vnode); if (!el[BV_TOOLTIP]) { var $parent = vnode.context; el[BV_TOOLTIP] = new _components_tooltip_helpers_bv_tooltip__WEBPACK_IMPORTED_MODULE_11__["BVTooltip"]({ parent: $parent, // Add the parent's scoped style attribute data _scopeId: Object(_utils_get_scope_id__WEBPACK_IMPORTED_MODULE_5__["getScopeId"])($parent, undefined) }); el[BV_TOOLTIP].__bv_prev_data__ = {}; el[BV_TOOLTIP].$on(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_SHOW"], function () /* istanbul ignore next: for now */ { // Before showing the tooltip, we update the title if it is a function if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(config.title)) { el[BV_TOOLTIP].updateData({ title: config.title(el) }); } }); } var data = { title: config.title, triggers: config.trigger, placement: config.placement, fallbackPlacement: config.fallbackPlacement, variant: config.variant, customClass: config.customClass, container: config.container, boundary: config.boundary, delay: config.delay, offset: config.offset, noFade: !config.animation, id: config.id, interactive: config.interactive, disabled: config.disabled, html: config.html }; var oldData = el[BV_TOOLTIP].__bv_prev_data__; el[BV_TOOLTIP].__bv_prev_data__ = data; if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_8__["looseEqual"])(data, oldData)) { // We only update the instance if data has changed var newData = { target: el }; Object(_utils_object__WEBPACK_IMPORTED_MODULE_10__["keys"])(data).forEach(function (prop) { // We only pass data properties that have changed if (data[prop] !== oldData[prop]) { // if title is a function, we execute it here newData[prop] = prop === 'title' && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_7__["isFunction"])(data[prop]) ? data[prop](el) : data[prop]; } }); el[BV_TOOLTIP].updateData(newData); } }; // Remove Tooltip on our element var removeTooltip = function removeTooltip(el) { if (el[BV_TOOLTIP]) { el[BV_TOOLTIP].$destroy(); el[BV_TOOLTIP] = null; } delete el[BV_TOOLTIP]; }; // Export our directive var VBTooltip = { bind: function bind(el, bindings, vnode) { applyTooltip(el, bindings, vnode); }, // We use `componentUpdated` here instead of `update`, as the former // waits until the containing component and children have finished updating componentUpdated: function componentUpdated(el, bindings, vnode) { // Performed in a `$nextTick()` to prevent render update loops vnode.context.$nextTick(function () { applyTooltip(el, bindings, vnode); }); }, unbind: function unbind(el) { removeTooltip(el); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/index.js": /*!*******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/index.js ***! \*******************************************************************************************/ /*! exports provided: VBVisiblePlugin, VBVisible */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBVisiblePlugin", function() { return VBVisiblePlugin; }); /* harmony import */ var _visible__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./visible */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/visible.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBVisible", function() { return _visible__WEBPACK_IMPORTED_MODULE_0__["VBVisible"]; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); var VBVisiblePlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_1__["pluginFactory"])({ directives: { VBVisible: _visible__WEBPACK_IMPORTED_MODULE_0__["VBVisible"] } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/visible.js": /*!*********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/visible.js ***! \*********************************************************************************************/ /*! exports provided: VBVisible */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "VBVisible", function() { return VBVisible; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } // v-b-visible // Private visibility check directive // Based on IntersectionObserver // // Usage: // v-b-visibility.<margin>.<once>="<callback>" // // Value: // <callback>: method to be called when visibility state changes, receives one arg: // true: element is visible // false: element is not visible // null: IntersectionObserver not supported // // Modifiers: // <margin>: a positive decimal value of pixels away from viewport edge // before being considered "visible". default is 0 // <once>: keyword 'once', meaning when the element becomes visible and // callback is called observation/notification will stop. // // When used in a render function: // export default { // directives: { 'b-visible': VBVisible }, // render(h) { // h( // 'div', // { // directives: [ // { name: 'b-visible', value=this.callback, modifiers: { '123':true, 'once':true } } // ] // } // ) // } var OBSERVER_PROP_NAME = '__bv__visibility_observer'; var VisibilityObserver = /*#__PURE__*/function () { function VisibilityObserver(el, options, vnode) { _classCallCheck(this, VisibilityObserver); this.el = el; this.callback = options.callback; this.margin = options.margin || 0; this.once = options.once || false; this.observer = null; this.visible = undefined; this.doneOnce = false; // Create the observer instance (if possible) this.createObserver(vnode); } _createClass(VisibilityObserver, [{ key: "createObserver", value: function createObserver(vnode) { var _this = this; // Remove any previous observer if (this.observer) { /* istanbul ignore next */ this.stop(); } // Should only be called once and `callback` prop should be a function if (this.doneOnce || !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(this.callback)) { /* istanbul ignore next */ return; } // Create the observer instance try { // Future: Possibly add in other modifiers for left/right/top/bottom // offsets, root element reference, and thresholds this.observer = new IntersectionObserver(this.handler.bind(this), { // `null` = 'viewport' root: null, // Pixels away from view port to consider "visible" rootMargin: this.margin, // Intersection ratio of el and root (as a value from 0 to 1) threshold: 0 }); } catch (_unused) { // No IntersectionObserver support, so just stop trying to observe this.doneOnce = true; this.observer = undefined; this.callback(null); return; } // Start observing in a `$nextTick()` (to allow DOM to complete rendering) /* istanbul ignore next: IntersectionObserver not supported in JSDOM */ vnode.context.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_1__["requestAF"])(function () { // Placed in an `if` just in case we were destroyed before // this `requestAnimationFrame` runs if (_this.observer) { _this.observer.observe(_this.el); } }); }); } /* istanbul ignore next */ }, { key: "handler", value: function handler(entries) { var entry = entries ? entries[0] : {}; var isIntersecting = Boolean(entry.isIntersecting || entry.intersectionRatio > 0.0); if (isIntersecting !== this.visible) { this.visible = isIntersecting; this.callback(isIntersecting); if (this.once && this.visible) { this.doneOnce = true; this.stop(); } } } }, { key: "stop", value: function stop() { /* istanbul ignore next */ this.observer && this.observer.disconnect(); this.observer = null; } }]); return VisibilityObserver; }(); var destroy = function destroy(el) { var observer = el[OBSERVER_PROP_NAME]; if (observer && observer.stop) { observer.stop(); } delete el[OBSERVER_PROP_NAME]; }; var bind = function bind(el, _ref, vnode) { var value = _ref.value, modifiers = _ref.modifiers; // `value` is the callback function var options = { margin: '0px', once: false, callback: value }; // Parse modifiers Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["keys"])(modifiers).forEach(function (mod) { /* istanbul ignore else: Until <b-img-lazy> is switched to use this directive */ if (_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_DIGITS"].test(mod)) { options.margin = "".concat(mod, "px"); } else if (mod.toLowerCase() === 'once') { options.once = true; } }); // Destroy any previous observer destroy(el); // Create new observer el[OBSERVER_PROP_NAME] = new VisibilityObserver(el, options, vnode); // Store the current modifiers on the object (cloned) el[OBSERVER_PROP_NAME]._prevModifiers = Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["clone"])(modifiers); }; // When the directive options may have been updated (or element) var componentUpdated = function componentUpdated(el, _ref2, vnode) { var value = _ref2.value, oldValue = _ref2.oldValue, modifiers = _ref2.modifiers; // Compare value/oldValue and modifiers to see if anything has changed // and if so, destroy old observer and create new observer /* istanbul ignore next */ modifiers = Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["clone"])(modifiers); /* istanbul ignore next */ if (el && (value !== oldValue || !el[OBSERVER_PROP_NAME] || !Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_3__["looseEqual"])(modifiers, el[OBSERVER_PROP_NAME]._prevModifiers))) { // Re-bind on element bind(el, { value: value, modifiers: modifiers }, vnode); } }; // When directive un-binds from element var unbind = function unbind(el) { // Remove the observer destroy(el); }; // Export the directive var VBVisible = { bind: bind, componentUpdated: componentUpdated, unbind: unbind }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/icon-base.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/icon-base.js ***! \******************************************************************************************/ /*! exports provided: props, BVIconBase */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BVIconBase", function() { return BVIconBase; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_identity__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../utils/identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- // Base attributes needed on all icons var BASE_ATTRS = { viewBox: '0 0 16 16', width: '1em', height: '1em', focusable: 'false', role: 'img', 'aria-label': 'icon' }; // Attributes that are nulled out when stacked var STACKED_ATTRS = { width: null, height: null, focusable: null, role: null, 'aria-label': null }; // --- Props --- var props = { animation: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), content: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), flipH: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), flipV: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), fontScale: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 1), rotate: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0), scale: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 1), shiftH: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0), shiftV: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0), stacked: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), title: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), variant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }; // --- Main component --- // Shared private base component to reduce bundle/runtime size // @vue/component var BVIconBase = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ICON_BASE"], functional: true, props: props, render: function render(h, _ref) { var _class; var data = _ref.data, props = _ref.props, children = _ref.children; var animation = props.animation, content = props.content, flipH = props.flipH, flipV = props.flipV, stacked = props.stacked, title = props.title, variant = props.variant; var fontScale = Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(props.fontScale, 1), 0) || 1; var scale = Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(props.scale, 1), 0) || 1; var rotate = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(props.rotate, 0); var shiftH = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(props.shiftH, 0); var shiftV = Object(_utils_number__WEBPACK_IMPORTED_MODULE_6__["toFloat"])(props.shiftV, 0); // Compute the transforms // Note that order is important as SVG transforms are applied in order from // left to right and we want flipping/scale to occur before rotation // Note shifting is applied separately // Assumes that the viewbox is `0 0 16 16` (`8 8` is the center) var hasScale = flipH || flipV || scale !== 1; var hasTransforms = hasScale || rotate; var hasShift = shiftH || shiftV; var hasContent = !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefinedOrNull"])(content); var transforms = [hasTransforms ? 'translate(8 8)' : null, hasScale ? "scale(".concat((flipH ? -1 : 1) * scale, " ").concat((flipV ? -1 : 1) * scale, ")") : null, rotate ? "rotate(".concat(rotate, ")") : null, hasTransforms ? 'translate(-8 -8)' : null].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_3__["identity"]); // We wrap the content in a `<g>` for handling the transforms (except shift) var $inner = h('g', { attrs: { transform: transforms.join(' ') || null }, domProps: hasContent ? { innerHTML: content || '' } : {} }, children); // If needed, we wrap in an additional `<g>` in order to handle the shifting if (hasShift) { $inner = h('g', { attrs: { transform: "translate(".concat(16 * shiftH / 16, " ").concat(-16 * shiftV / 16, ")") } }, [$inner]); } // Wrap in an additional `<g>` for proper animation handling if stacked if (stacked) { $inner = h('g', [$inner]); } var $title = title ? h('title', title) : null; var $content = [$title, $inner].filter(_utils_identity__WEBPACK_IMPORTED_MODULE_3__["identity"]); return h('svg', Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])({ staticClass: 'b-icon bi', class: (_class = {}, _defineProperty(_class, "text-".concat(variant), variant), _defineProperty(_class, "b-icon-animation-".concat(animation), animation), _class), attrs: BASE_ATTRS, style: stacked ? {} : { fontSize: fontScale === 1 ? null : "".concat(fontScale * 100, "%") } }, // Merge in user supplied data data, // If icon is stacked, null-out some attrs stacked ? { attrs: STACKED_ATTRS } : {}, // These cannot be overridden by users { attrs: { xmlns: stacked ? null : 'http://www.w3.org/2000/svg', fill: 'currentColor' } }), $content); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/make-icon.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/make-icon.js ***! \******************************************************************************************/ /*! exports provided: makeIcon */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makeIcon", function() { return makeIcon; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _icon_base__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./icon-base */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/icon-base.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /** * Icon component generator function * * @param {string} icon name (minus the leading `BIcon`) * @param {string} raw `innerHTML` for SVG * @return {VueComponent} */ var makeIcon = function makeIcon(name, content) { // For performance reason we pre-compute some values, so that // they are not computed on each render of the icon component var kebabName = Object(_utils_string__WEBPACK_IMPORTED_MODULE_2__["kebabCase"])(name); var iconName = "BIcon".concat(Object(_utils_string__WEBPACK_IMPORTED_MODULE_2__["pascalCase"])(name)); var iconNameClass = "bi-".concat(kebabName); var iconTitle = kebabName.replace(/-/g, ' '); var svgContent = Object(_utils_string__WEBPACK_IMPORTED_MODULE_2__["trim"])(content || ''); return /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: iconName, functional: true, props: Object(_utils_object__WEBPACK_IMPORTED_MODULE_1__["omit"])(_icon_base__WEBPACK_IMPORTED_MODULE_3__["props"], ['content']), render: function render(h, _ref) { var data = _ref.data, props = _ref.props; return h(_icon_base__WEBPACK_IMPORTED_MODULE_3__["BVIconBase"], Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])( // Defaults { props: { title: iconTitle }, attrs: { 'aria-label': iconTitle } }, // User data data, // Required data { staticClass: iconNameClass, props: _objectSpread(_objectSpread({}, props), {}, { content: svgContent }) })); } }); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js ***! \*****************************************************************************/ /*! exports provided: props, BIcon */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIcon", function() { return BIcon; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony import */ var _helpers_icon_base__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./helpers/icon-base */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/icon-base.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Helper methods --- var findIconComponent = function findIconComponent(ctx, iconName) { if (!ctx) { return null; } var components = (ctx.$options || {}).components; var iconComponent = components[iconName]; return iconComponent || findIconComponent(ctx.$parent, iconName); }; // --- Props --- var iconProps = Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["omit"])(_helpers_icon_base__WEBPACK_IMPORTED_MODULE_8__["props"], ['content']); var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_4__["sortKeys"])(_objectSpread(_objectSpread({}, iconProps), {}, { icon: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) })), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ICON"]); // --- Main component --- // Helper BIcon component // Requires the requested icon component to be installed // @vue/component var BIcon = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ICON"], functional: true, props: props, render: function render(h, _ref) { var data = _ref.data, props = _ref.props, parent = _ref.parent; var icon = Object(_utils_string__WEBPACK_IMPORTED_MODULE_6__["pascalCase"])(Object(_utils_string__WEBPACK_IMPORTED_MODULE_6__["trim"])(props.icon || '')).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_3__["RX_ICON_PREFIX"], ''); // If parent context exists, we check to see if the icon has been registered // either locally in the parent component, or globally at the `$root` level // If not registered, we render a blank icon return h(icon ? findIconComponent(parent, "BIcon".concat(icon)) || _icons__WEBPACK_IMPORTED_MODULE_7__["BIconBlank"] : _icons__WEBPACK_IMPORTED_MODULE_7__["BIconBlank"], Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { props: Object(_utils_props__WEBPACK_IMPORTED_MODULE_5__["pluckProps"])(iconProps, props) })); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js ***! \******************************************************************************/ /*! exports provided: BIconBlank, BIconAlarm, BIconAlarmFill, BIconAlignBottom, BIconAlignCenter, BIconAlignEnd, BIconAlignMiddle, BIconAlignStart, BIconAlignTop, BIconAlt, BIconApp, BIconAppIndicator, BIconArchive, BIconArchiveFill, BIconArrow90degDown, BIconArrow90degLeft, BIconArrow90degRight, BIconArrow90degUp, BIconArrowBarDown, BIconArrowBarLeft, BIconArrowBarRight, BIconArrowBarUp, BIconArrowClockwise, BIconArrowCounterclockwise, BIconArrowDown, BIconArrowDownCircle, BIconArrowDownCircleFill, BIconArrowDownLeft, BIconArrowDownLeftCircle, BIconArrowDownLeftCircleFill, BIconArrowDownLeftSquare, BIconArrowDownLeftSquareFill, BIconArrowDownRight, BIconArrowDownRightCircle, BIconArrowDownRightCircleFill, BIconArrowDownRightSquare, BIconArrowDownRightSquareFill, BIconArrowDownShort, BIconArrowDownSquare, BIconArrowDownSquareFill, BIconArrowDownUp, BIconArrowLeft, BIconArrowLeftCircle, BIconArrowLeftCircleFill, BIconArrowLeftRight, BIconArrowLeftShort, BIconArrowLeftSquare, BIconArrowLeftSquareFill, BIconArrowRepeat, BIconArrowReturnLeft, BIconArrowReturnRight, BIconArrowRight, BIconArrowRightCircle, BIconArrowRightCircleFill, BIconArrowRightShort, BIconArrowRightSquare, BIconArrowRightSquareFill, BIconArrowUp, BIconArrowUpCircle, BIconArrowUpCircleFill, BIconArrowUpLeft, BIconArrowUpLeftCircle, BIconArrowUpLeftCircleFill, BIconArrowUpLeftSquare, BIconArrowUpLeftSquareFill, BIconArrowUpRight, BIconArrowUpRightCircle, BIconArrowUpRightCircleFill, BIconArrowUpRightSquare, BIconArrowUpRightSquareFill, BIconArrowUpShort, BIconArrowUpSquare, BIconArrowUpSquareFill, BIconArrowsAngleContract, BIconArrowsAngleExpand, BIconArrowsCollapse, BIconArrowsExpand, BIconArrowsFullscreen, BIconArrowsMove, BIconAspectRatio, BIconAspectRatioFill, BIconAsterisk, BIconAt, BIconAward, BIconAwardFill, BIconBack, BIconBackspace, BIconBackspaceFill, BIconBackspaceReverse, BIconBackspaceReverseFill, BIconBadge4k, BIconBadge4kFill, BIconBadge8k, BIconBadge8kFill, BIconBadgeAd, BIconBadgeAdFill, BIconBadgeCc, BIconBadgeCcFill, BIconBadgeHd, BIconBadgeHdFill, BIconBadgeTm, BIconBadgeTmFill, BIconBadgeVo, BIconBadgeVoFill, BIconBag, BIconBagCheck, BIconBagCheckFill, BIconBagDash, BIconBagDashFill, BIconBagFill, BIconBagPlus, BIconBagPlusFill, BIconBagX, BIconBagXFill, BIconBarChart, BIconBarChartFill, BIconBarChartLine, BIconBarChartLineFill, BIconBarChartSteps, BIconBasket, BIconBasket2, BIconBasket2Fill, BIconBasket3, BIconBasket3Fill, BIconBasketFill, BIconBattery, BIconBatteryCharging, BIconBatteryFull, BIconBatteryHalf, BIconBell, BIconBellFill, BIconBezier, BIconBezier2, BIconBicycle, BIconBinoculars, BIconBinocularsFill, BIconBlockquoteLeft, BIconBlockquoteRight, BIconBook, BIconBookFill, BIconBookHalf, BIconBookmark, BIconBookmarkCheck, BIconBookmarkCheckFill, BIconBookmarkDash, BIconBookmarkDashFill, BIconBookmarkFill, BIconBookmarkHeart, BIconBookmarkHeartFill, BIconBookmarkPlus, BIconBookmarkPlusFill, BIconBookmarkStar, BIconBookmarkStarFill, BIconBookmarkX, BIconBookmarkXFill, BIconBookmarks, BIconBookmarksFill, BIconBookshelf, BIconBootstrap, BIconBootstrapFill, BIconBootstrapReboot, BIconBorderStyle, BIconBorderWidth, BIconBoundingBox, BIconBoundingBoxCircles, BIconBox, BIconBoxArrowDown, BIconBoxArrowDownLeft, BIconBoxArrowDownRight, BIconBoxArrowInDown, BIconBoxArrowInDownLeft, BIconBoxArrowInDownRight, BIconBoxArrowInLeft, BIconBoxArrowInRight, BIconBoxArrowInUp, BIconBoxArrowInUpLeft, BIconBoxArrowInUpRight, BIconBoxArrowLeft, BIconBoxArrowRight, BIconBoxArrowUp, BIconBoxArrowUpLeft, BIconBoxArrowUpRight, BIconBoxSeam, BIconBraces, BIconBricks, BIconBriefcase, BIconBriefcaseFill, BIconBrightnessAltHigh, BIconBrightnessAltHighFill, BIconBrightnessAltLow, BIconBrightnessAltLowFill, BIconBrightnessHigh, BIconBrightnessHighFill, BIconBrightnessLow, BIconBrightnessLowFill, BIconBroadcast, BIconBroadcastPin, BIconBrush, BIconBrushFill, BIconBucket, BIconBucketFill, BIconBug, BIconBugFill, BIconBuilding, BIconBullseye, BIconCalculator, BIconCalculatorFill, BIconCalendar, BIconCalendar2, BIconCalendar2Check, BIconCalendar2CheckFill, BIconCalendar2Date, BIconCalendar2DateFill, BIconCalendar2Day, BIconCalendar2DayFill, BIconCalendar2Event, BIconCalendar2EventFill, BIconCalendar2Fill, BIconCalendar2Minus, BIconCalendar2MinusFill, BIconCalendar2Month, BIconCalendar2MonthFill, BIconCalendar2Plus, BIconCalendar2PlusFill, BIconCalendar2Range, BIconCalendar2RangeFill, BIconCalendar2Week, BIconCalendar2WeekFill, BIconCalendar2X, BIconCalendar2XFill, BIconCalendar3, BIconCalendar3Event, BIconCalendar3EventFill, BIconCalendar3Fill, BIconCalendar3Range, BIconCalendar3RangeFill, BIconCalendar3Week, BIconCalendar3WeekFill, BIconCalendar4, BIconCalendar4Event, BIconCalendar4Range, BIconCalendar4Week, BIconCalendarCheck, BIconCalendarCheckFill, BIconCalendarDate, BIconCalendarDateFill, BIconCalendarDay, BIconCalendarDayFill, BIconCalendarEvent, BIconCalendarEventFill, BIconCalendarFill, BIconCalendarMinus, BIconCalendarMinusFill, BIconCalendarMonth, BIconCalendarMonthFill, BIconCalendarPlus, BIconCalendarPlusFill, BIconCalendarRange, BIconCalendarRangeFill, BIconCalendarWeek, BIconCalendarWeekFill, BIconCalendarX, BIconCalendarXFill, BIconCamera, BIconCamera2, BIconCameraFill, BIconCameraReels, BIconCameraReelsFill, BIconCameraVideo, BIconCameraVideoFill, BIconCameraVideoOff, BIconCameraVideoOffFill, BIconCapslock, BIconCapslockFill, BIconCardChecklist, BIconCardHeading, BIconCardImage, BIconCardList, BIconCardText, BIconCaretDown, BIconCaretDownFill, BIconCaretDownSquare, BIconCaretDownSquareFill, BIconCaretLeft, BIconCaretLeftFill, BIconCaretLeftSquare, BIconCaretLeftSquareFill, BIconCaretRight, BIconCaretRightFill, BIconCaretRightSquare, BIconCaretRightSquareFill, BIconCaretUp, BIconCaretUpFill, BIconCaretUpSquare, BIconCaretUpSquareFill, BIconCart, BIconCart2, BIconCart3, BIconCart4, BIconCartCheck, BIconCartCheckFill, BIconCartDash, BIconCartDashFill, BIconCartFill, BIconCartPlus, BIconCartPlusFill, BIconCartX, BIconCartXFill, BIconCash, BIconCashStack, BIconCast, BIconChat, BIconChatDots, BIconChatDotsFill, BIconChatFill, BIconChatLeft, BIconChatLeftDots, BIconChatLeftDotsFill, BIconChatLeftFill, BIconChatLeftQuote, BIconChatLeftQuoteFill, BIconChatLeftText, BIconChatLeftTextFill, BIconChatQuote, BIconChatQuoteFill, BIconChatRight, BIconChatRightDots, BIconChatRightDotsFill, BIconChatRightFill, BIconChatRightQuote, BIconChatRightQuoteFill, BIconChatRightText, BIconChatRightTextFill, BIconChatSquare, BIconChatSquareDots, BIconChatSquareDotsFill, BIconChatSquareFill, BIconChatSquareQuote, BIconChatSquareQuoteFill, BIconChatSquareText, BIconChatSquareTextFill, BIconChatText, BIconChatTextFill, BIconCheck, BIconCheck2, BIconCheck2All, BIconCheck2Circle, BIconCheck2Square, BIconCheckAll, BIconCheckCircle, BIconCheckCircleFill, BIconCheckSquare, BIconCheckSquareFill, BIconChevronBarContract, BIconChevronBarDown, BIconChevronBarExpand, BIconChevronBarLeft, BIconChevronBarRight, BIconChevronBarUp, BIconChevronCompactDown, BIconChevronCompactLeft, BIconChevronCompactRight, BIconChevronCompactUp, BIconChevronContract, BIconChevronDoubleDown, BIconChevronDoubleLeft, BIconChevronDoubleRight, BIconChevronDoubleUp, BIconChevronDown, BIconChevronExpand, BIconChevronLeft, BIconChevronRight, BIconChevronUp, BIconCircle, BIconCircleFill, BIconCircleHalf, BIconCircleSquare, BIconClipboard, BIconClipboardCheck, BIconClipboardData, BIconClipboardMinus, BIconClipboardPlus, BIconClipboardX, BIconClock, BIconClockFill, BIconClockHistory, BIconCloud, BIconCloudArrowDown, BIconCloudArrowDownFill, BIconCloudArrowUp, BIconCloudArrowUpFill, BIconCloudCheck, BIconCloudCheckFill, BIconCloudDownload, BIconCloudDownloadFill, BIconCloudFill, BIconCloudMinus, BIconCloudMinusFill, BIconCloudPlus, BIconCloudPlusFill, BIconCloudSlash, BIconCloudSlashFill, BIconCloudUpload, BIconCloudUploadFill, BIconCode, BIconCodeSlash, BIconCodeSquare, BIconCollection, BIconCollectionFill, BIconCollectionPlay, BIconCollectionPlayFill, BIconColumns, BIconColumnsGap, BIconCommand, BIconCompass, BIconCompassFill, BIconCone, BIconConeStriped, BIconController, BIconCpu, BIconCpuFill, BIconCreditCard, BIconCreditCard2Back, BIconCreditCard2BackFill, BIconCreditCard2Front, BIconCreditCard2FrontFill, BIconCreditCardFill, BIconCrop, BIconCup, BIconCupFill, BIconCupStraw, BIconCursor, BIconCursorFill, BIconCursorText, BIconDash, BIconDashCircle, BIconDashCircleFill, BIconDashSquare, BIconDashSquareFill, BIconDiagram2, BIconDiagram2Fill, BIconDiagram3, BIconDiagram3Fill, BIconDiamond, BIconDiamondFill, BIconDiamondHalf, BIconDice1, BIconDice1Fill, BIconDice2, BIconDice2Fill, BIconDice3, BIconDice3Fill, BIconDice4, BIconDice4Fill, BIconDice5, BIconDice5Fill, BIconDice6, BIconDice6Fill, BIconDisc, BIconDiscFill, BIconDiscord, BIconDisplay, BIconDisplayFill, BIconDistributeHorizontal, BIconDistributeVertical, BIconDoorClosed, BIconDoorClosedFill, BIconDoorOpen, BIconDoorOpenFill, BIconDot, BIconDownload, BIconDroplet, BIconDropletFill, BIconDropletHalf, BIconEarbuds, BIconEasel, BIconEaselFill, BIconEgg, BIconEggFill, BIconEggFried, BIconEject, BIconEjectFill, BIconEmojiAngry, BIconEmojiAngryFill, BIconEmojiDizzy, BIconEmojiDizzyFill, BIconEmojiExpressionless, BIconEmojiExpressionlessFill, BIconEmojiFrown, BIconEmojiFrownFill, BIconEmojiHeartEyes, BIconEmojiHeartEyesFill, BIconEmojiLaughing, BIconEmojiLaughingFill, BIconEmojiNeutral, BIconEmojiNeutralFill, BIconEmojiSmile, BIconEmojiSmileFill, BIconEmojiSmileUpsideDown, BIconEmojiSmileUpsideDownFill, BIconEmojiSunglasses, BIconEmojiSunglassesFill, BIconEmojiWink, BIconEmojiWinkFill, BIconEnvelope, BIconEnvelopeFill, BIconEnvelopeOpen, BIconEnvelopeOpenFill, BIconExclamation, BIconExclamationCircle, BIconExclamationCircleFill, BIconExclamationDiamond, BIconExclamationDiamondFill, BIconExclamationOctagon, BIconExclamationOctagonFill, BIconExclamationSquare, BIconExclamationSquareFill, BIconExclamationTriangle, BIconExclamationTriangleFill, BIconExclude, BIconEye, BIconEyeFill, BIconEyeSlash, BIconEyeSlashFill, BIconEyeglasses, BIconFacebook, BIconFile, BIconFileArrowDown, BIconFileArrowDownFill, BIconFileArrowUp, BIconFileArrowUpFill, BIconFileBarGraph, BIconFileBarGraphFill, BIconFileBinary, BIconFileBinaryFill, BIconFileBreak, BIconFileBreakFill, BIconFileCheck, BIconFileCheckFill, BIconFileCode, BIconFileCodeFill, BIconFileDiff, BIconFileDiffFill, BIconFileEarmark, BIconFileEarmarkArrowDown, BIconFileEarmarkArrowDownFill, BIconFileEarmarkArrowUp, BIconFileEarmarkArrowUpFill, BIconFileEarmarkBarGraph, BIconFileEarmarkBarGraphFill, BIconFileEarmarkBinary, BIconFileEarmarkBinaryFill, BIconFileEarmarkBreak, BIconFileEarmarkBreakFill, BIconFileEarmarkCheck, BIconFileEarmarkCheckFill, BIconFileEarmarkCode, BIconFileEarmarkCodeFill, BIconFileEarmarkDiff, BIconFileEarmarkDiffFill, BIconFileEarmarkEasel, BIconFileEarmarkEaselFill, BIconFileEarmarkExcel, BIconFileEarmarkExcelFill, BIconFileEarmarkFill, BIconFileEarmarkFont, BIconFileEarmarkFontFill, BIconFileEarmarkImage, BIconFileEarmarkImageFill, BIconFileEarmarkLock, BIconFileEarmarkLock2, BIconFileEarmarkLock2Fill, BIconFileEarmarkLockFill, BIconFileEarmarkMedical, BIconFileEarmarkMedicalFill, BIconFileEarmarkMinus, BIconFileEarmarkMinusFill, BIconFileEarmarkMusic, BIconFileEarmarkMusicFill, BIconFileEarmarkPerson, BIconFileEarmarkPersonFill, BIconFileEarmarkPlay, BIconFileEarmarkPlayFill, BIconFileEarmarkPlus, BIconFileEarmarkPlusFill, BIconFileEarmarkPost, BIconFileEarmarkPostFill, BIconFileEarmarkPpt, BIconFileEarmarkPptFill, BIconFileEarmarkRichtext, BIconFileEarmarkRichtextFill, BIconFileEarmarkRuled, BIconFileEarmarkRuledFill, BIconFileEarmarkSlides, BIconFileEarmarkSlidesFill, BIconFileEarmarkSpreadsheet, BIconFileEarmarkSpreadsheetFill, BIconFileEarmarkText, BIconFileEarmarkTextFill, BIconFileEarmarkWord, BIconFileEarmarkWordFill, BIconFileEarmarkX, BIconFileEarmarkXFill, BIconFileEarmarkZip, BIconFileEarmarkZipFill, BIconFileEasel, BIconFileEaselFill, BIconFileExcel, BIconFileExcelFill, BIconFileFill, BIconFileFont, BIconFileFontFill, BIconFileImage, BIconFileImageFill, BIconFileLock, BIconFileLock2, BIconFileLock2Fill, BIconFileLockFill, BIconFileMedical, BIconFileMedicalFill, BIconFileMinus, BIconFileMinusFill, BIconFileMusic, BIconFileMusicFill, BIconFilePerson, BIconFilePersonFill, BIconFilePlay, BIconFilePlayFill, BIconFilePlus, BIconFilePlusFill, BIconFilePost, BIconFilePostFill, BIconFilePpt, BIconFilePptFill, BIconFileRichtext, BIconFileRichtextFill, BIconFileRuled, BIconFileRuledFill, BIconFileSlides, BIconFileSlidesFill, BIconFileSpreadsheet, BIconFileSpreadsheetFill, BIconFileText, BIconFileTextFill, BIconFileWord, BIconFileWordFill, BIconFileX, BIconFileXFill, BIconFileZip, BIconFileZipFill, BIconFiles, BIconFilesAlt, BIconFilm, BIconFilter, BIconFilterCircle, BIconFilterCircleFill, BIconFilterLeft, BIconFilterRight, BIconFilterSquare, BIconFilterSquareFill, BIconFlag, BIconFlagFill, BIconFlower1, BIconFlower2, BIconFlower3, BIconFolder, BIconFolder2, BIconFolder2Open, BIconFolderCheck, BIconFolderFill, BIconFolderMinus, BIconFolderPlus, BIconFolderSymlink, BIconFolderSymlinkFill, BIconFolderX, BIconFonts, BIconForward, BIconForwardFill, BIconFront, BIconFullscreen, BIconFullscreenExit, BIconFunnel, BIconFunnelFill, BIconGear, BIconGearFill, BIconGearWide, BIconGearWideConnected, BIconGem, BIconGeo, BIconGeoAlt, BIconGeoAltFill, BIconGeoFill, BIconGift, BIconGiftFill, BIconGithub, BIconGlobe, BIconGlobe2, BIconGoogle, BIconGraphDown, BIconGraphUp, BIconGrid, BIconGrid1x2, BIconGrid1x2Fill, BIconGrid3x2, BIconGrid3x2Gap, BIconGrid3x2GapFill, BIconGrid3x3, BIconGrid3x3Gap, BIconGrid3x3GapFill, BIconGridFill, BIconGripHorizontal, BIconGripVertical, BIconHammer, BIconHandIndex, BIconHandIndexThumb, BIconHandThumbsDown, BIconHandThumbsUp, BIconHandbag, BIconHandbagFill, BIconHash, BIconHdd, BIconHddFill, BIconHddNetwork, BIconHddNetworkFill, BIconHddRack, BIconHddRackFill, BIconHddStack, BIconHddStackFill, BIconHeadphones, BIconHeadset, BIconHeart, BIconHeartFill, BIconHeartHalf, BIconHeptagon, BIconHeptagonFill, BIconHeptagonHalf, BIconHexagon, BIconHexagonFill, BIconHexagonHalf, BIconHourglass, BIconHourglassBottom, BIconHourglassSplit, BIconHourglassTop, BIconHouse, BIconHouseDoor, BIconHouseDoorFill, BIconHouseFill, BIconHr, BIconImage, BIconImageAlt, BIconImageFill, BIconImages, BIconInbox, BIconInboxFill, BIconInboxes, BIconInboxesFill, BIconInfo, BIconInfoCircle, BIconInfoCircleFill, BIconInfoSquare, BIconInfoSquareFill, BIconInputCursor, BIconInputCursorText, BIconInstagram, BIconIntersect, BIconJournal, BIconJournalAlbum, BIconJournalArrowDown, BIconJournalArrowUp, BIconJournalBookmark, BIconJournalBookmarkFill, BIconJournalCheck, BIconJournalCode, BIconJournalMedical, BIconJournalMinus, BIconJournalPlus, BIconJournalRichtext, BIconJournalText, BIconJournalX, BIconJournals, BIconJoystick, BIconJustify, BIconJustifyLeft, BIconJustifyRight, BIconKanban, BIconKanbanFill, BIconKey, BIconKeyFill, BIconKeyboard, BIconKeyboardFill, BIconLadder, BIconLamp, BIconLampFill, BIconLaptop, BIconLaptopFill, BIconLayers, BIconLayersFill, BIconLayersHalf, BIconLayoutSidebar, BIconLayoutSidebarInset, BIconLayoutSidebarInsetReverse, BIconLayoutSidebarReverse, BIconLayoutSplit, BIconLayoutTextSidebar, BIconLayoutTextSidebarReverse, BIconLayoutTextWindow, BIconLayoutTextWindowReverse, BIconLayoutThreeColumns, BIconLayoutWtf, BIconLifePreserver, BIconLightning, BIconLightningFill, BIconLink, BIconLink45deg, BIconLinkedin, BIconList, BIconListCheck, BIconListNested, BIconListOl, BIconListStars, BIconListTask, BIconListUl, BIconLock, BIconLockFill, BIconMailbox, BIconMailbox2, BIconMap, BIconMapFill, BIconMarkdown, BIconMarkdownFill, BIconMenuApp, BIconMenuAppFill, BIconMenuButton, BIconMenuButtonFill, BIconMenuButtonWide, BIconMenuButtonWideFill, BIconMenuDown, BIconMenuUp, BIconMic, BIconMicFill, BIconMicMute, BIconMicMuteFill, BIconMinecart, BIconMinecartLoaded, BIconMoon, BIconMouse, BIconMouse2, BIconMouse3, BIconMusicNote, BIconMusicNoteBeamed, BIconMusicNoteList, BIconMusicPlayer, BIconMusicPlayerFill, BIconNewspaper, BIconNodeMinus, BIconNodeMinusFill, BIconNodePlus, BIconNodePlusFill, BIconNut, BIconNutFill, BIconOctagon, BIconOctagonFill, BIconOctagonHalf, BIconOption, BIconOutlet, BIconPaperclip, BIconParagraph, BIconPatchCheck, BIconPatchCheckFill, BIconPatchExclamation, BIconPatchExclamationFill, BIconPatchMinus, BIconPatchMinusFill, BIconPatchPlus, BIconPatchPlusFill, BIconPatchQuestion, BIconPatchQuestionFill, BIconPause, BIconPauseBtn, BIconPauseBtnFill, BIconPauseCircle, BIconPauseCircleFill, BIconPauseFill, BIconPeace, BIconPeaceFill, BIconPen, BIconPenFill, BIconPencil, BIconPencilFill, BIconPencilSquare, BIconPentagon, BIconPentagonFill, BIconPentagonHalf, BIconPeople, BIconPeopleFill, BIconPercent, BIconPerson, BIconPersonBadge, BIconPersonBadgeFill, BIconPersonBoundingBox, BIconPersonCheck, BIconPersonCheckFill, BIconPersonCircle, BIconPersonDash, BIconPersonDashFill, BIconPersonFill, BIconPersonLinesFill, BIconPersonPlus, BIconPersonPlusFill, BIconPersonSquare, BIconPersonX, BIconPersonXFill, BIconPhone, BIconPhoneFill, BIconPhoneLandscape, BIconPhoneLandscapeFill, BIconPhoneVibrate, BIconPieChart, BIconPieChartFill, BIconPip, BIconPipFill, BIconPlay, BIconPlayBtn, BIconPlayBtnFill, BIconPlayCircle, BIconPlayCircleFill, BIconPlayFill, BIconPlug, BIconPlugFill, BIconPlus, BIconPlusCircle, BIconPlusCircleFill, BIconPlusSquare, BIconPlusSquareFill, BIconPower, BIconPrinter, BIconPrinterFill, BIconPuzzle, BIconPuzzleFill, BIconQuestion, BIconQuestionCircle, BIconQuestionCircleFill, BIconQuestionDiamond, BIconQuestionDiamondFill, BIconQuestionOctagon, BIconQuestionOctagonFill, BIconQuestionSquare, BIconQuestionSquareFill, BIconReceipt, BIconReceiptCutoff, BIconReception0, BIconReception1, BIconReception2, BIconReception3, BIconReception4, BIconRecord, BIconRecord2, BIconRecord2Fill, BIconRecordBtn, BIconRecordBtnFill, BIconRecordCircle, BIconRecordCircleFill, BIconRecordFill, BIconReply, BIconReplyAll, BIconReplyAllFill, BIconReplyFill, BIconRss, BIconRssFill, BIconScissors, BIconScrewdriver, BIconSearch, BIconSegmentedNav, BIconServer, BIconShare, BIconShareFill, BIconShield, BIconShieldCheck, BIconShieldExclamation, BIconShieldFill, BIconShieldFillCheck, BIconShieldFillExclamation, BIconShieldFillMinus, BIconShieldFillPlus, BIconShieldFillX, BIconShieldLock, BIconShieldLockFill, BIconShieldMinus, BIconShieldPlus, BIconShieldShaded, BIconShieldSlash, BIconShieldSlashFill, BIconShieldX, BIconShift, BIconShiftFill, BIconShop, BIconShopWindow, BIconShuffle, BIconSignpost, BIconSignpost2, BIconSignpost2Fill, BIconSignpostFill, BIconSignpostSplit, BIconSignpostSplitFill, BIconSim, BIconSimFill, BIconSkipBackward, BIconSkipBackwardBtn, BIconSkipBackwardBtnFill, BIconSkipBackwardCircle, BIconSkipBackwardCircleFill, BIconSkipBackwardFill, BIconSkipEnd, BIconSkipEndBtn, BIconSkipEndBtnFill, BIconSkipEndCircle, BIconSkipEndCircleFill, BIconSkipEndFill, BIconSkipForward, BIconSkipForwardBtn, BIconSkipForwardBtnFill, BIconSkipForwardCircle, BIconSkipForwardCircleFill, BIconSkipForwardFill, BIconSkipStart, BIconSkipStartBtn, BIconSkipStartBtnFill, BIconSkipStartCircle, BIconSkipStartCircleFill, BIconSkipStartFill, BIconSlack, BIconSlash, BIconSlashCircle, BIconSlashCircleFill, BIconSlashSquare, BIconSlashSquareFill, BIconSliders, BIconSmartwatch, BIconSortAlphaDown, BIconSortAlphaDownAlt, BIconSortAlphaUp, BIconSortAlphaUpAlt, BIconSortDown, BIconSortDownAlt, BIconSortNumericDown, BIconSortNumericDownAlt, BIconSortNumericUp, BIconSortNumericUpAlt, BIconSortUp, BIconSortUpAlt, BIconSoundwave, BIconSpeaker, BIconSpeakerFill, BIconSpellcheck, BIconSquare, BIconSquareFill, BIconSquareHalf, BIconStar, BIconStarFill, BIconStarHalf, BIconStickies, BIconStickiesFill, BIconSticky, BIconStickyFill, BIconStop, BIconStopBtn, BIconStopBtnFill, BIconStopCircle, BIconStopCircleFill, BIconStopFill, BIconStoplights, BIconStoplightsFill, BIconStopwatch, BIconStopwatchFill, BIconSubtract, BIconSuitClub, BIconSuitClubFill, BIconSuitDiamond, BIconSuitDiamondFill, BIconSuitHeart, BIconSuitHeartFill, BIconSuitSpade, BIconSuitSpadeFill, BIconSun, BIconSunglasses, BIconTable, BIconTablet, BIconTabletFill, BIconTabletLandscape, BIconTabletLandscapeFill, BIconTag, BIconTagFill, BIconTags, BIconTagsFill, BIconTelephone, BIconTelephoneFill, BIconTelephoneForward, BIconTelephoneForwardFill, BIconTelephoneInbound, BIconTelephoneInboundFill, BIconTelephoneMinus, BIconTelephoneMinusFill, BIconTelephoneOutbound, BIconTelephoneOutboundFill, BIconTelephonePlus, BIconTelephonePlusFill, BIconTelephoneX, BIconTelephoneXFill, BIconTerminal, BIconTerminalFill, BIconTextCenter, BIconTextIndentLeft, BIconTextIndentRight, BIconTextLeft, BIconTextParagraph, BIconTextRight, BIconTextarea, BIconTextareaResize, BIconTextareaT, BIconThermometer, BIconThermometerHalf, BIconThreeDots, BIconThreeDotsVertical, BIconToggle2Off, BIconToggle2On, BIconToggleOff, BIconToggleOn, BIconToggles, BIconToggles2, BIconTools, BIconTrash, BIconTrash2, BIconTrash2Fill, BIconTrashFill, BIconTree, BIconTreeFill, BIconTriangle, BIconTriangleFill, BIconTriangleHalf, BIconTrophy, BIconTrophyFill, BIconTruck, BIconTruckFlatbed, BIconTv, BIconTvFill, BIconTwitch, BIconTwitter, BIconType, BIconTypeBold, BIconTypeH1, BIconTypeH2, BIconTypeH3, BIconTypeItalic, BIconTypeStrikethrough, BIconTypeUnderline, BIconUiChecks, BIconUiChecksGrid, BIconUiRadios, BIconUiRadiosGrid, BIconUnion, BIconUnlock, BIconUnlockFill, BIconUpc, BIconUpcScan, BIconUpload, BIconVectorPen, BIconViewList, BIconViewStacked, BIconVinyl, BIconVinylFill, BIconVoicemail, BIconVolumeDown, BIconVolumeDownFill, BIconVolumeMute, BIconVolumeMuteFill, BIconVolumeOff, BIconVolumeOffFill, BIconVolumeUp, BIconVolumeUpFill, BIconVr, BIconWallet, BIconWallet2, BIconWalletFill, BIconWatch, BIconWifi, BIconWifi1, BIconWifi2, BIconWifiOff, BIconWindow, BIconWrench, BIconX, BIconXCircle, BIconXCircleFill, BIconXDiamond, BIconXDiamondFill, BIconXOctagon, BIconXOctagonFill, BIconXSquare, BIconXSquareFill, BIconYoutube, BIconZoomIn, BIconZoomOut */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBlank", function() { return BIconBlank; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlarm", function() { return BIconAlarm; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlarmFill", function() { return BIconAlarmFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlignBottom", function() { return BIconAlignBottom; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlignCenter", function() { return BIconAlignCenter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlignEnd", function() { return BIconAlignEnd; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlignMiddle", function() { return BIconAlignMiddle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlignStart", function() { return BIconAlignStart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlignTop", function() { return BIconAlignTop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAlt", function() { return BIconAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconApp", function() { return BIconApp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAppIndicator", function() { return BIconAppIndicator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArchive", function() { return BIconArchive; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArchiveFill", function() { return BIconArchiveFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degDown", function() { return BIconArrow90degDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degLeft", function() { return BIconArrow90degLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degRight", function() { return BIconArrow90degRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degUp", function() { return BIconArrow90degUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarDown", function() { return BIconArrowBarDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarLeft", function() { return BIconArrowBarLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarRight", function() { return BIconArrowBarRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarUp", function() { return BIconArrowBarUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowClockwise", function() { return BIconArrowClockwise; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowCounterclockwise", function() { return BIconArrowCounterclockwise; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDown", function() { return BIconArrowDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownCircle", function() { return BIconArrowDownCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownCircleFill", function() { return BIconArrowDownCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeft", function() { return BIconArrowDownLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftCircle", function() { return BIconArrowDownLeftCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftCircleFill", function() { return BIconArrowDownLeftCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftSquare", function() { return BIconArrowDownLeftSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftSquareFill", function() { return BIconArrowDownLeftSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRight", function() { return BIconArrowDownRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightCircle", function() { return BIconArrowDownRightCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightCircleFill", function() { return BIconArrowDownRightCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightSquare", function() { return BIconArrowDownRightSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightSquareFill", function() { return BIconArrowDownRightSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownShort", function() { return BIconArrowDownShort; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownSquare", function() { return BIconArrowDownSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownSquareFill", function() { return BIconArrowDownSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownUp", function() { return BIconArrowDownUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeft", function() { return BIconArrowLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftCircle", function() { return BIconArrowLeftCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftCircleFill", function() { return BIconArrowLeftCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftRight", function() { return BIconArrowLeftRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftShort", function() { return BIconArrowLeftShort; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftSquare", function() { return BIconArrowLeftSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftSquareFill", function() { return BIconArrowLeftSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRepeat", function() { return BIconArrowRepeat; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowReturnLeft", function() { return BIconArrowReturnLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowReturnRight", function() { return BIconArrowReturnRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRight", function() { return BIconArrowRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightCircle", function() { return BIconArrowRightCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightCircleFill", function() { return BIconArrowRightCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightShort", function() { return BIconArrowRightShort; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightSquare", function() { return BIconArrowRightSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightSquareFill", function() { return BIconArrowRightSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUp", function() { return BIconArrowUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpCircle", function() { return BIconArrowUpCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpCircleFill", function() { return BIconArrowUpCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeft", function() { return BIconArrowUpLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftCircle", function() { return BIconArrowUpLeftCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftCircleFill", function() { return BIconArrowUpLeftCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftSquare", function() { return BIconArrowUpLeftSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftSquareFill", function() { return BIconArrowUpLeftSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRight", function() { return BIconArrowUpRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightCircle", function() { return BIconArrowUpRightCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightCircleFill", function() { return BIconArrowUpRightCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightSquare", function() { return BIconArrowUpRightSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightSquareFill", function() { return BIconArrowUpRightSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpShort", function() { return BIconArrowUpShort; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpSquare", function() { return BIconArrowUpSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpSquareFill", function() { return BIconArrowUpSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsAngleContract", function() { return BIconArrowsAngleContract; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsAngleExpand", function() { return BIconArrowsAngleExpand; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsCollapse", function() { return BIconArrowsCollapse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsExpand", function() { return BIconArrowsExpand; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsFullscreen", function() { return BIconArrowsFullscreen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsMove", function() { return BIconArrowsMove; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAspectRatio", function() { return BIconAspectRatio; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAspectRatioFill", function() { return BIconAspectRatioFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAsterisk", function() { return BIconAsterisk; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAt", function() { return BIconAt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAward", function() { return BIconAward; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconAwardFill", function() { return BIconAwardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBack", function() { return BIconBack; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBackspace", function() { return BIconBackspace; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceFill", function() { return BIconBackspaceFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceReverse", function() { return BIconBackspaceReverse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceReverseFill", function() { return BIconBackspaceReverseFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadge4k", function() { return BIconBadge4k; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadge4kFill", function() { return BIconBadge4kFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadge8k", function() { return BIconBadge8k; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadge8kFill", function() { return BIconBadge8kFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeAd", function() { return BIconBadgeAd; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeAdFill", function() { return BIconBadgeAdFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeCc", function() { return BIconBadgeCc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeCcFill", function() { return BIconBadgeCcFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeHd", function() { return BIconBadgeHd; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeHdFill", function() { return BIconBadgeHdFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeTm", function() { return BIconBadgeTm; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeTmFill", function() { return BIconBadgeTmFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeVo", function() { return BIconBadgeVo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeVoFill", function() { return BIconBadgeVoFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBag", function() { return BIconBag; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagCheck", function() { return BIconBagCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagCheckFill", function() { return BIconBagCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagDash", function() { return BIconBagDash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagDashFill", function() { return BIconBagDashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagFill", function() { return BIconBagFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagPlus", function() { return BIconBagPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagPlusFill", function() { return BIconBagPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagX", function() { return BIconBagX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBagXFill", function() { return BIconBagXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBarChart", function() { return BIconBarChart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartFill", function() { return BIconBarChartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartLine", function() { return BIconBarChartLine; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartLineFill", function() { return BIconBarChartLineFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartSteps", function() { return BIconBarChartSteps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBasket", function() { return BIconBasket; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBasket2", function() { return BIconBasket2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBasket2Fill", function() { return BIconBasket2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBasket3", function() { return BIconBasket3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBasket3Fill", function() { return BIconBasket3Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBasketFill", function() { return BIconBasketFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBattery", function() { return BIconBattery; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryCharging", function() { return BIconBatteryCharging; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryFull", function() { return BIconBatteryFull; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryHalf", function() { return BIconBatteryHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBell", function() { return BIconBell; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBellFill", function() { return BIconBellFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBezier", function() { return BIconBezier; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBezier2", function() { return BIconBezier2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBicycle", function() { return BIconBicycle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBinoculars", function() { return BIconBinoculars; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBinocularsFill", function() { return BIconBinocularsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBlockquoteLeft", function() { return BIconBlockquoteLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBlockquoteRight", function() { return BIconBlockquoteRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBook", function() { return BIconBook; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookFill", function() { return BIconBookFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookHalf", function() { return BIconBookHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmark", function() { return BIconBookmark; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkCheck", function() { return BIconBookmarkCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkCheckFill", function() { return BIconBookmarkCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkDash", function() { return BIconBookmarkDash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkDashFill", function() { return BIconBookmarkDashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkFill", function() { return BIconBookmarkFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkHeart", function() { return BIconBookmarkHeart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkHeartFill", function() { return BIconBookmarkHeartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkPlus", function() { return BIconBookmarkPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkPlusFill", function() { return BIconBookmarkPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkStar", function() { return BIconBookmarkStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkStarFill", function() { return BIconBookmarkStarFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkX", function() { return BIconBookmarkX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkXFill", function() { return BIconBookmarkXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarks", function() { return BIconBookmarks; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarksFill", function() { return BIconBookmarksFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBookshelf", function() { return BIconBookshelf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrap", function() { return BIconBootstrap; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrapFill", function() { return BIconBootstrapFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrapReboot", function() { return BIconBootstrapReboot; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBorderStyle", function() { return BIconBorderStyle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBorderWidth", function() { return BIconBorderWidth; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoundingBox", function() { return BIconBoundingBox; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoundingBoxCircles", function() { return BIconBoundingBoxCircles; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBox", function() { return BIconBox; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDown", function() { return BIconBoxArrowDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDownLeft", function() { return BIconBoxArrowDownLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDownRight", function() { return BIconBoxArrowDownRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDown", function() { return BIconBoxArrowInDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDownLeft", function() { return BIconBoxArrowInDownLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDownRight", function() { return BIconBoxArrowInDownRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInLeft", function() { return BIconBoxArrowInLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInRight", function() { return BIconBoxArrowInRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUp", function() { return BIconBoxArrowInUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUpLeft", function() { return BIconBoxArrowInUpLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUpRight", function() { return BIconBoxArrowInUpRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowLeft", function() { return BIconBoxArrowLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowRight", function() { return BIconBoxArrowRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUp", function() { return BIconBoxArrowUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUpLeft", function() { return BIconBoxArrowUpLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUpRight", function() { return BIconBoxArrowUpRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBoxSeam", function() { return BIconBoxSeam; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBraces", function() { return BIconBraces; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBricks", function() { return BIconBricks; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBriefcase", function() { return BIconBriefcase; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBriefcaseFill", function() { return BIconBriefcaseFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltHigh", function() { return BIconBrightnessAltHigh; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltHighFill", function() { return BIconBrightnessAltHighFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltLow", function() { return BIconBrightnessAltLow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltLowFill", function() { return BIconBrightnessAltLowFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessHigh", function() { return BIconBrightnessHigh; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessHighFill", function() { return BIconBrightnessHighFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessLow", function() { return BIconBrightnessLow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessLowFill", function() { return BIconBrightnessLowFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBroadcast", function() { return BIconBroadcast; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBroadcastPin", function() { return BIconBroadcastPin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrush", function() { return BIconBrush; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBrushFill", function() { return BIconBrushFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBucket", function() { return BIconBucket; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBucketFill", function() { return BIconBucketFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBug", function() { return BIconBug; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBugFill", function() { return BIconBugFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBuilding", function() { return BIconBuilding; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconBullseye", function() { return BIconBullseye; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalculator", function() { return BIconCalculator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalculatorFill", function() { return BIconCalculatorFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar", function() { return BIconCalendar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2", function() { return BIconCalendar2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Check", function() { return BIconCalendar2Check; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2CheckFill", function() { return BIconCalendar2CheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Date", function() { return BIconCalendar2Date; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2DateFill", function() { return BIconCalendar2DateFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Day", function() { return BIconCalendar2Day; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2DayFill", function() { return BIconCalendar2DayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Event", function() { return BIconCalendar2Event; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2EventFill", function() { return BIconCalendar2EventFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Fill", function() { return BIconCalendar2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Minus", function() { return BIconCalendar2Minus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2MinusFill", function() { return BIconCalendar2MinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Month", function() { return BIconCalendar2Month; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2MonthFill", function() { return BIconCalendar2MonthFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Plus", function() { return BIconCalendar2Plus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2PlusFill", function() { return BIconCalendar2PlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Range", function() { return BIconCalendar2Range; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2RangeFill", function() { return BIconCalendar2RangeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Week", function() { return BIconCalendar2Week; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2WeekFill", function() { return BIconCalendar2WeekFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2X", function() { return BIconCalendar2X; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2XFill", function() { return BIconCalendar2XFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3", function() { return BIconCalendar3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Event", function() { return BIconCalendar3Event; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3EventFill", function() { return BIconCalendar3EventFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Fill", function() { return BIconCalendar3Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Range", function() { return BIconCalendar3Range; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3RangeFill", function() { return BIconCalendar3RangeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Week", function() { return BIconCalendar3Week; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3WeekFill", function() { return BIconCalendar3WeekFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4", function() { return BIconCalendar4; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Event", function() { return BIconCalendar4Event; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Range", function() { return BIconCalendar4Range; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Week", function() { return BIconCalendar4Week; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarCheck", function() { return BIconCalendarCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarCheckFill", function() { return BIconCalendarCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDate", function() { return BIconCalendarDate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDateFill", function() { return BIconCalendarDateFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDay", function() { return BIconCalendarDay; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDayFill", function() { return BIconCalendarDayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarEvent", function() { return BIconCalendarEvent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarEventFill", function() { return BIconCalendarEventFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarFill", function() { return BIconCalendarFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMinus", function() { return BIconCalendarMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMinusFill", function() { return BIconCalendarMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMonth", function() { return BIconCalendarMonth; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMonthFill", function() { return BIconCalendarMonthFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarPlus", function() { return BIconCalendarPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarPlusFill", function() { return BIconCalendarPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarRange", function() { return BIconCalendarRange; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarRangeFill", function() { return BIconCalendarRangeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarWeek", function() { return BIconCalendarWeek; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarWeekFill", function() { return BIconCalendarWeekFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarX", function() { return BIconCalendarX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarXFill", function() { return BIconCalendarXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCamera", function() { return BIconCamera; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCamera2", function() { return BIconCamera2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraFill", function() { return BIconCameraFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraReels", function() { return BIconCameraReels; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraReelsFill", function() { return BIconCameraReelsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideo", function() { return BIconCameraVideo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoFill", function() { return BIconCameraVideoFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoOff", function() { return BIconCameraVideoOff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoOffFill", function() { return BIconCameraVideoOffFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCapslock", function() { return BIconCapslock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCapslockFill", function() { return BIconCapslockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCardChecklist", function() { return BIconCardChecklist; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCardHeading", function() { return BIconCardHeading; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCardImage", function() { return BIconCardImage; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCardList", function() { return BIconCardList; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCardText", function() { return BIconCardText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDown", function() { return BIconCaretDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownFill", function() { return BIconCaretDownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownSquare", function() { return BIconCaretDownSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownSquareFill", function() { return BIconCaretDownSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeft", function() { return BIconCaretLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftFill", function() { return BIconCaretLeftFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftSquare", function() { return BIconCaretLeftSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftSquareFill", function() { return BIconCaretLeftSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRight", function() { return BIconCaretRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightFill", function() { return BIconCaretRightFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightSquare", function() { return BIconCaretRightSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightSquareFill", function() { return BIconCaretRightSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUp", function() { return BIconCaretUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpFill", function() { return BIconCaretUpFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpSquare", function() { return BIconCaretUpSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpSquareFill", function() { return BIconCaretUpSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCart", function() { return BIconCart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCart2", function() { return BIconCart2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCart3", function() { return BIconCart3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCart4", function() { return BIconCart4; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartCheck", function() { return BIconCartCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartCheckFill", function() { return BIconCartCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartDash", function() { return BIconCartDash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartDashFill", function() { return BIconCartDashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartFill", function() { return BIconCartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartPlus", function() { return BIconCartPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartPlusFill", function() { return BIconCartPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartX", function() { return BIconCartX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCartXFill", function() { return BIconCartXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCash", function() { return BIconCash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCashStack", function() { return BIconCashStack; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCast", function() { return BIconCast; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChat", function() { return BIconChat; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatDots", function() { return BIconChatDots; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatDotsFill", function() { return BIconChatDotsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatFill", function() { return BIconChatFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeft", function() { return BIconChatLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftDots", function() { return BIconChatLeftDots; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftDotsFill", function() { return BIconChatLeftDotsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftFill", function() { return BIconChatLeftFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftQuote", function() { return BIconChatLeftQuote; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftQuoteFill", function() { return BIconChatLeftQuoteFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftText", function() { return BIconChatLeftText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftTextFill", function() { return BIconChatLeftTextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatQuote", function() { return BIconChatQuote; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatQuoteFill", function() { return BIconChatQuoteFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRight", function() { return BIconChatRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightDots", function() { return BIconChatRightDots; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightDotsFill", function() { return BIconChatRightDotsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightFill", function() { return BIconChatRightFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightQuote", function() { return BIconChatRightQuote; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightQuoteFill", function() { return BIconChatRightQuoteFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightText", function() { return BIconChatRightText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightTextFill", function() { return BIconChatRightTextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquare", function() { return BIconChatSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareDots", function() { return BIconChatSquareDots; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareDotsFill", function() { return BIconChatSquareDotsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareFill", function() { return BIconChatSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareQuote", function() { return BIconChatSquareQuote; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareQuoteFill", function() { return BIconChatSquareQuoteFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareText", function() { return BIconChatSquareText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareTextFill", function() { return BIconChatSquareTextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatText", function() { return BIconChatText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChatTextFill", function() { return BIconChatTextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheck", function() { return BIconCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2", function() { return BIconCheck2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2All", function() { return BIconCheck2All; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2Circle", function() { return BIconCheck2Circle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2Square", function() { return BIconCheck2Square; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheckAll", function() { return BIconCheckAll; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheckCircle", function() { return BIconCheckCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheckCircleFill", function() { return BIconCheckCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheckSquare", function() { return BIconCheckSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCheckSquareFill", function() { return BIconCheckSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarContract", function() { return BIconChevronBarContract; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarDown", function() { return BIconChevronBarDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarExpand", function() { return BIconChevronBarExpand; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarLeft", function() { return BIconChevronBarLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarRight", function() { return BIconChevronBarRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarUp", function() { return BIconChevronBarUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactDown", function() { return BIconChevronCompactDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactLeft", function() { return BIconChevronCompactLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactRight", function() { return BIconChevronCompactRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactUp", function() { return BIconChevronCompactUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronContract", function() { return BIconChevronContract; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleDown", function() { return BIconChevronDoubleDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleLeft", function() { return BIconChevronDoubleLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleRight", function() { return BIconChevronDoubleRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleUp", function() { return BIconChevronDoubleUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDown", function() { return BIconChevronDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronExpand", function() { return BIconChevronExpand; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronLeft", function() { return BIconChevronLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronRight", function() { return BIconChevronRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconChevronUp", function() { return BIconChevronUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCircle", function() { return BIconCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCircleFill", function() { return BIconCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCircleHalf", function() { return BIconCircleHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCircleSquare", function() { return BIconCircleSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClipboard", function() { return BIconClipboard; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardCheck", function() { return BIconClipboardCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardData", function() { return BIconClipboardData; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardMinus", function() { return BIconClipboardMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardPlus", function() { return BIconClipboardPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardX", function() { return BIconClipboardX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClock", function() { return BIconClock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClockFill", function() { return BIconClockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconClockHistory", function() { return BIconClockHistory; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloud", function() { return BIconCloud; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowDown", function() { return BIconCloudArrowDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowDownFill", function() { return BIconCloudArrowDownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowUp", function() { return BIconCloudArrowUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowUpFill", function() { return BIconCloudArrowUpFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudCheck", function() { return BIconCloudCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudCheckFill", function() { return BIconCloudCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudDownload", function() { return BIconCloudDownload; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudDownloadFill", function() { return BIconCloudDownloadFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudFill", function() { return BIconCloudFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudMinus", function() { return BIconCloudMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudMinusFill", function() { return BIconCloudMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudPlus", function() { return BIconCloudPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudPlusFill", function() { return BIconCloudPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudSlash", function() { return BIconCloudSlash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudSlashFill", function() { return BIconCloudSlashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudUpload", function() { return BIconCloudUpload; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCloudUploadFill", function() { return BIconCloudUploadFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCode", function() { return BIconCode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCodeSlash", function() { return BIconCodeSlash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCodeSquare", function() { return BIconCodeSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCollection", function() { return BIconCollection; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionFill", function() { return BIconCollectionFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionPlay", function() { return BIconCollectionPlay; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionPlayFill", function() { return BIconCollectionPlayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconColumns", function() { return BIconColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconColumnsGap", function() { return BIconColumnsGap; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCommand", function() { return BIconCommand; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCompass", function() { return BIconCompass; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCompassFill", function() { return BIconCompassFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCone", function() { return BIconCone; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconConeStriped", function() { return BIconConeStriped; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconController", function() { return BIconController; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCpu", function() { return BIconCpu; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCpuFill", function() { return BIconCpuFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard", function() { return BIconCreditCard; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2Back", function() { return BIconCreditCard2Back; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2BackFill", function() { return BIconCreditCard2BackFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2Front", function() { return BIconCreditCard2Front; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2FrontFill", function() { return BIconCreditCard2FrontFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCardFill", function() { return BIconCreditCardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCrop", function() { return BIconCrop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCup", function() { return BIconCup; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCupFill", function() { return BIconCupFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCupStraw", function() { return BIconCupStraw; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCursor", function() { return BIconCursor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCursorFill", function() { return BIconCursorFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconCursorText", function() { return BIconCursorText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDash", function() { return BIconDash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDashCircle", function() { return BIconDashCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDashCircleFill", function() { return BIconDashCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDashSquare", function() { return BIconDashSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDashSquareFill", function() { return BIconDashSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram2", function() { return BIconDiagram2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram2Fill", function() { return BIconDiagram2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram3", function() { return BIconDiagram3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram3Fill", function() { return BIconDiagram3Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiamond", function() { return BIconDiamond; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiamondFill", function() { return BIconDiamondFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiamondHalf", function() { return BIconDiamondHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice1", function() { return BIconDice1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice1Fill", function() { return BIconDice1Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice2", function() { return BIconDice2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice2Fill", function() { return BIconDice2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice3", function() { return BIconDice3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice3Fill", function() { return BIconDice3Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice4", function() { return BIconDice4; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice4Fill", function() { return BIconDice4Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice5", function() { return BIconDice5; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice5Fill", function() { return BIconDice5Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice6", function() { return BIconDice6; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDice6Fill", function() { return BIconDice6Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDisc", function() { return BIconDisc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiscFill", function() { return BIconDiscFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDiscord", function() { return BIconDiscord; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDisplay", function() { return BIconDisplay; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDisplayFill", function() { return BIconDisplayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDistributeHorizontal", function() { return BIconDistributeHorizontal; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDistributeVertical", function() { return BIconDistributeVertical; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDoorClosed", function() { return BIconDoorClosed; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDoorClosedFill", function() { return BIconDoorClosedFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDoorOpen", function() { return BIconDoorOpen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDoorOpenFill", function() { return BIconDoorOpenFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDot", function() { return BIconDot; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDownload", function() { return BIconDownload; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDroplet", function() { return BIconDroplet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDropletFill", function() { return BIconDropletFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconDropletHalf", function() { return BIconDropletHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEarbuds", function() { return BIconEarbuds; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEasel", function() { return BIconEasel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEaselFill", function() { return BIconEaselFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEgg", function() { return BIconEgg; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEggFill", function() { return BIconEggFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEggFried", function() { return BIconEggFried; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEject", function() { return BIconEject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEjectFill", function() { return BIconEjectFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiAngry", function() { return BIconEmojiAngry; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiAngryFill", function() { return BIconEmojiAngryFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiDizzy", function() { return BIconEmojiDizzy; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiDizzyFill", function() { return BIconEmojiDizzyFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiExpressionless", function() { return BIconEmojiExpressionless; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiExpressionlessFill", function() { return BIconEmojiExpressionlessFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiFrown", function() { return BIconEmojiFrown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiFrownFill", function() { return BIconEmojiFrownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiHeartEyes", function() { return BIconEmojiHeartEyes; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiHeartEyesFill", function() { return BIconEmojiHeartEyesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiLaughing", function() { return BIconEmojiLaughing; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiLaughingFill", function() { return BIconEmojiLaughingFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiNeutral", function() { return BIconEmojiNeutral; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiNeutralFill", function() { return BIconEmojiNeutralFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmile", function() { return BIconEmojiSmile; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileFill", function() { return BIconEmojiSmileFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileUpsideDown", function() { return BIconEmojiSmileUpsideDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileUpsideDownFill", function() { return BIconEmojiSmileUpsideDownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSunglasses", function() { return BIconEmojiSunglasses; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSunglassesFill", function() { return BIconEmojiSunglassesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiWink", function() { return BIconEmojiWink; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiWinkFill", function() { return BIconEmojiWinkFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelope", function() { return BIconEnvelope; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeFill", function() { return BIconEnvelopeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeOpen", function() { return BIconEnvelopeOpen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeOpenFill", function() { return BIconEnvelopeOpenFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamation", function() { return BIconExclamation; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationCircle", function() { return BIconExclamationCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationCircleFill", function() { return BIconExclamationCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationDiamond", function() { return BIconExclamationDiamond; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationDiamondFill", function() { return BIconExclamationDiamondFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationOctagon", function() { return BIconExclamationOctagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationOctagonFill", function() { return BIconExclamationOctagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationSquare", function() { return BIconExclamationSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationSquareFill", function() { return BIconExclamationSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationTriangle", function() { return BIconExclamationTriangle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationTriangleFill", function() { return BIconExclamationTriangleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconExclude", function() { return BIconExclude; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEye", function() { return BIconEye; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEyeFill", function() { return BIconEyeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEyeSlash", function() { return BIconEyeSlash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEyeSlashFill", function() { return BIconEyeSlashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconEyeglasses", function() { return BIconEyeglasses; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFacebook", function() { return BIconFacebook; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFile", function() { return BIconFile; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowDown", function() { return BIconFileArrowDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowDownFill", function() { return BIconFileArrowDownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowUp", function() { return BIconFileArrowUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowUpFill", function() { return BIconFileArrowUpFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileBarGraph", function() { return BIconFileBarGraph; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileBarGraphFill", function() { return BIconFileBarGraphFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileBinary", function() { return BIconFileBinary; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileBinaryFill", function() { return BIconFileBinaryFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileBreak", function() { return BIconFileBreak; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileBreakFill", function() { return BIconFileBreakFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileCheck", function() { return BIconFileCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileCheckFill", function() { return BIconFileCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileCode", function() { return BIconFileCode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileCodeFill", function() { return BIconFileCodeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileDiff", function() { return BIconFileDiff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileDiffFill", function() { return BIconFileDiffFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmark", function() { return BIconFileEarmark; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowDown", function() { return BIconFileEarmarkArrowDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowDownFill", function() { return BIconFileEarmarkArrowDownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowUp", function() { return BIconFileEarmarkArrowUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowUpFill", function() { return BIconFileEarmarkArrowUpFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBarGraph", function() { return BIconFileEarmarkBarGraph; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBarGraphFill", function() { return BIconFileEarmarkBarGraphFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBinary", function() { return BIconFileEarmarkBinary; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBinaryFill", function() { return BIconFileEarmarkBinaryFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBreak", function() { return BIconFileEarmarkBreak; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBreakFill", function() { return BIconFileEarmarkBreakFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCheck", function() { return BIconFileEarmarkCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCheckFill", function() { return BIconFileEarmarkCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCode", function() { return BIconFileEarmarkCode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCodeFill", function() { return BIconFileEarmarkCodeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkDiff", function() { return BIconFileEarmarkDiff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkDiffFill", function() { return BIconFileEarmarkDiffFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkEasel", function() { return BIconFileEarmarkEasel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkEaselFill", function() { return BIconFileEarmarkEaselFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkExcel", function() { return BIconFileEarmarkExcel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkExcelFill", function() { return BIconFileEarmarkExcelFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFill", function() { return BIconFileEarmarkFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFont", function() { return BIconFileEarmarkFont; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFontFill", function() { return BIconFileEarmarkFontFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkImage", function() { return BIconFileEarmarkImage; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkImageFill", function() { return BIconFileEarmarkImageFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock", function() { return BIconFileEarmarkLock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock2", function() { return BIconFileEarmarkLock2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock2Fill", function() { return BIconFileEarmarkLock2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLockFill", function() { return BIconFileEarmarkLockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMedical", function() { return BIconFileEarmarkMedical; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMedicalFill", function() { return BIconFileEarmarkMedicalFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMinus", function() { return BIconFileEarmarkMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMinusFill", function() { return BIconFileEarmarkMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMusic", function() { return BIconFileEarmarkMusic; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMusicFill", function() { return BIconFileEarmarkMusicFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPerson", function() { return BIconFileEarmarkPerson; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPersonFill", function() { return BIconFileEarmarkPersonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlay", function() { return BIconFileEarmarkPlay; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlayFill", function() { return BIconFileEarmarkPlayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlus", function() { return BIconFileEarmarkPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlusFill", function() { return BIconFileEarmarkPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPost", function() { return BIconFileEarmarkPost; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPostFill", function() { return BIconFileEarmarkPostFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPpt", function() { return BIconFileEarmarkPpt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPptFill", function() { return BIconFileEarmarkPptFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRichtext", function() { return BIconFileEarmarkRichtext; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRichtextFill", function() { return BIconFileEarmarkRichtextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRuled", function() { return BIconFileEarmarkRuled; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRuledFill", function() { return BIconFileEarmarkRuledFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSlides", function() { return BIconFileEarmarkSlides; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSlidesFill", function() { return BIconFileEarmarkSlidesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSpreadsheet", function() { return BIconFileEarmarkSpreadsheet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSpreadsheetFill", function() { return BIconFileEarmarkSpreadsheetFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkText", function() { return BIconFileEarmarkText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkTextFill", function() { return BIconFileEarmarkTextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkWord", function() { return BIconFileEarmarkWord; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkWordFill", function() { return BIconFileEarmarkWordFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkX", function() { return BIconFileEarmarkX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkXFill", function() { return BIconFileEarmarkXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkZip", function() { return BIconFileEarmarkZip; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkZipFill", function() { return BIconFileEarmarkZipFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEasel", function() { return BIconFileEasel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileEaselFill", function() { return BIconFileEaselFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileExcel", function() { return BIconFileExcel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileExcelFill", function() { return BIconFileExcelFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileFill", function() { return BIconFileFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileFont", function() { return BIconFileFont; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileFontFill", function() { return BIconFileFontFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileImage", function() { return BIconFileImage; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileImageFill", function() { return BIconFileImageFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock", function() { return BIconFileLock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock2", function() { return BIconFileLock2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock2Fill", function() { return BIconFileLock2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileLockFill", function() { return BIconFileLockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileMedical", function() { return BIconFileMedical; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileMedicalFill", function() { return BIconFileMedicalFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileMinus", function() { return BIconFileMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileMinusFill", function() { return BIconFileMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileMusic", function() { return BIconFileMusic; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileMusicFill", function() { return BIconFileMusicFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePerson", function() { return BIconFilePerson; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePersonFill", function() { return BIconFilePersonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlay", function() { return BIconFilePlay; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlayFill", function() { return BIconFilePlayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlus", function() { return BIconFilePlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlusFill", function() { return BIconFilePlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePost", function() { return BIconFilePost; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePostFill", function() { return BIconFilePostFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePpt", function() { return BIconFilePpt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilePptFill", function() { return BIconFilePptFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileRichtext", function() { return BIconFileRichtext; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileRichtextFill", function() { return BIconFileRichtextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileRuled", function() { return BIconFileRuled; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileRuledFill", function() { return BIconFileRuledFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileSlides", function() { return BIconFileSlides; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileSlidesFill", function() { return BIconFileSlidesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileSpreadsheet", function() { return BIconFileSpreadsheet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileSpreadsheetFill", function() { return BIconFileSpreadsheetFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileText", function() { return BIconFileText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileTextFill", function() { return BIconFileTextFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileWord", function() { return BIconFileWord; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileWordFill", function() { return BIconFileWordFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileX", function() { return BIconFileX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileXFill", function() { return BIconFileXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileZip", function() { return BIconFileZip; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFileZipFill", function() { return BIconFileZipFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFiles", function() { return BIconFiles; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilesAlt", function() { return BIconFilesAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilm", function() { return BIconFilm; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilter", function() { return BIconFilter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilterCircle", function() { return BIconFilterCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilterCircleFill", function() { return BIconFilterCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilterLeft", function() { return BIconFilterLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilterRight", function() { return BIconFilterRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilterSquare", function() { return BIconFilterSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFilterSquareFill", function() { return BIconFilterSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFlag", function() { return BIconFlag; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFlagFill", function() { return BIconFlagFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFlower1", function() { return BIconFlower1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFlower2", function() { return BIconFlower2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFlower3", function() { return BIconFlower3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolder", function() { return BIconFolder; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolder2", function() { return BIconFolder2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolder2Open", function() { return BIconFolder2Open; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderCheck", function() { return BIconFolderCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderFill", function() { return BIconFolderFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderMinus", function() { return BIconFolderMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderPlus", function() { return BIconFolderPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderSymlink", function() { return BIconFolderSymlink; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderSymlinkFill", function() { return BIconFolderSymlinkFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFolderX", function() { return BIconFolderX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFonts", function() { return BIconFonts; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconForward", function() { return BIconForward; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconForwardFill", function() { return BIconForwardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFront", function() { return BIconFront; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFullscreen", function() { return BIconFullscreen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFullscreenExit", function() { return BIconFullscreenExit; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFunnel", function() { return BIconFunnel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconFunnelFill", function() { return BIconFunnelFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGear", function() { return BIconGear; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGearFill", function() { return BIconGearFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGearWide", function() { return BIconGearWide; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGearWideConnected", function() { return BIconGearWideConnected; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGem", function() { return BIconGem; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGeo", function() { return BIconGeo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGeoAlt", function() { return BIconGeoAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGeoAltFill", function() { return BIconGeoAltFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGeoFill", function() { return BIconGeoFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGift", function() { return BIconGift; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGiftFill", function() { return BIconGiftFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGithub", function() { return BIconGithub; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGlobe", function() { return BIconGlobe; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGlobe2", function() { return BIconGlobe2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGoogle", function() { return BIconGoogle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGraphDown", function() { return BIconGraphDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGraphUp", function() { return BIconGraphUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid", function() { return BIconGrid; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid1x2", function() { return BIconGrid1x2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid1x2Fill", function() { return BIconGrid1x2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2", function() { return BIconGrid3x2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2Gap", function() { return BIconGrid3x2Gap; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2GapFill", function() { return BIconGrid3x2GapFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3", function() { return BIconGrid3x3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3Gap", function() { return BIconGrid3x3Gap; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3GapFill", function() { return BIconGrid3x3GapFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGridFill", function() { return BIconGridFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGripHorizontal", function() { return BIconGripHorizontal; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconGripVertical", function() { return BIconGripVertical; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHammer", function() { return BIconHammer; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHandIndex", function() { return BIconHandIndex; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHandIndexThumb", function() { return BIconHandIndexThumb; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHandThumbsDown", function() { return BIconHandThumbsDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHandThumbsUp", function() { return BIconHandThumbsUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHandbag", function() { return BIconHandbag; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHandbagFill", function() { return BIconHandbagFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHash", function() { return BIconHash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHdd", function() { return BIconHdd; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddFill", function() { return BIconHddFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddNetwork", function() { return BIconHddNetwork; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddNetworkFill", function() { return BIconHddNetworkFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddRack", function() { return BIconHddRack; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddRackFill", function() { return BIconHddRackFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddStack", function() { return BIconHddStack; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHddStackFill", function() { return BIconHddStackFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeadphones", function() { return BIconHeadphones; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeadset", function() { return BIconHeadset; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeart", function() { return BIconHeart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeartFill", function() { return BIconHeartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeartHalf", function() { return BIconHeartHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagon", function() { return BIconHeptagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagonFill", function() { return BIconHeptagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagonHalf", function() { return BIconHeptagonHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHexagon", function() { return BIconHexagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHexagonFill", function() { return BIconHexagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHexagonHalf", function() { return BIconHexagonHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHourglass", function() { return BIconHourglass; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassBottom", function() { return BIconHourglassBottom; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassSplit", function() { return BIconHourglassSplit; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassTop", function() { return BIconHourglassTop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHouse", function() { return BIconHouse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHouseDoor", function() { return BIconHouseDoor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHouseDoorFill", function() { return BIconHouseDoorFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHouseFill", function() { return BIconHouseFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconHr", function() { return BIconHr; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconImage", function() { return BIconImage; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconImageAlt", function() { return BIconImageAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconImageFill", function() { return BIconImageFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconImages", function() { return BIconImages; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInbox", function() { return BIconInbox; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInboxFill", function() { return BIconInboxFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInboxes", function() { return BIconInboxes; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInboxesFill", function() { return BIconInboxesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInfo", function() { return BIconInfo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInfoCircle", function() { return BIconInfoCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInfoCircleFill", function() { return BIconInfoCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInfoSquare", function() { return BIconInfoSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInfoSquareFill", function() { return BIconInfoSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInputCursor", function() { return BIconInputCursor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInputCursorText", function() { return BIconInputCursorText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconInstagram", function() { return BIconInstagram; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconIntersect", function() { return BIconIntersect; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournal", function() { return BIconJournal; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalAlbum", function() { return BIconJournalAlbum; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalArrowDown", function() { return BIconJournalArrowDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalArrowUp", function() { return BIconJournalArrowUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalBookmark", function() { return BIconJournalBookmark; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalBookmarkFill", function() { return BIconJournalBookmarkFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalCheck", function() { return BIconJournalCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalCode", function() { return BIconJournalCode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalMedical", function() { return BIconJournalMedical; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalMinus", function() { return BIconJournalMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalPlus", function() { return BIconJournalPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalRichtext", function() { return BIconJournalRichtext; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalText", function() { return BIconJournalText; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournalX", function() { return BIconJournalX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJournals", function() { return BIconJournals; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJoystick", function() { return BIconJoystick; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJustify", function() { return BIconJustify; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJustifyLeft", function() { return BIconJustifyLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconJustifyRight", function() { return BIconJustifyRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconKanban", function() { return BIconKanban; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconKanbanFill", function() { return BIconKanbanFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconKey", function() { return BIconKey; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconKeyFill", function() { return BIconKeyFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconKeyboard", function() { return BIconKeyboard; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconKeyboardFill", function() { return BIconKeyboardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLadder", function() { return BIconLadder; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLamp", function() { return BIconLamp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLampFill", function() { return BIconLampFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLaptop", function() { return BIconLaptop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLaptopFill", function() { return BIconLaptopFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayers", function() { return BIconLayers; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayersFill", function() { return BIconLayersFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayersHalf", function() { return BIconLayersHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebar", function() { return BIconLayoutSidebar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarInset", function() { return BIconLayoutSidebarInset; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarInsetReverse", function() { return BIconLayoutSidebarInsetReverse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarReverse", function() { return BIconLayoutSidebarReverse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSplit", function() { return BIconLayoutSplit; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextSidebar", function() { return BIconLayoutTextSidebar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextSidebarReverse", function() { return BIconLayoutTextSidebarReverse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextWindow", function() { return BIconLayoutTextWindow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextWindowReverse", function() { return BIconLayoutTextWindowReverse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutThreeColumns", function() { return BIconLayoutThreeColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutWtf", function() { return BIconLayoutWtf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLifePreserver", function() { return BIconLifePreserver; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLightning", function() { return BIconLightning; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLightningFill", function() { return BIconLightningFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLink", function() { return BIconLink; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLink45deg", function() { return BIconLink45deg; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLinkedin", function() { return BIconLinkedin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconList", function() { return BIconList; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconListCheck", function() { return BIconListCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconListNested", function() { return BIconListNested; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconListOl", function() { return BIconListOl; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconListStars", function() { return BIconListStars; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconListTask", function() { return BIconListTask; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconListUl", function() { return BIconListUl; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLock", function() { return BIconLock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconLockFill", function() { return BIconLockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMailbox", function() { return BIconMailbox; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMailbox2", function() { return BIconMailbox2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMap", function() { return BIconMap; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMapFill", function() { return BIconMapFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMarkdown", function() { return BIconMarkdown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMarkdownFill", function() { return BIconMarkdownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuApp", function() { return BIconMenuApp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuAppFill", function() { return BIconMenuAppFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButton", function() { return BIconMenuButton; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonFill", function() { return BIconMenuButtonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonWide", function() { return BIconMenuButtonWide; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonWideFill", function() { return BIconMenuButtonWideFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuDown", function() { return BIconMenuDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMenuUp", function() { return BIconMenuUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMic", function() { return BIconMic; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMicFill", function() { return BIconMicFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMicMute", function() { return BIconMicMute; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMicMuteFill", function() { return BIconMicMuteFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMinecart", function() { return BIconMinecart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMinecartLoaded", function() { return BIconMinecartLoaded; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMoon", function() { return BIconMoon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMouse", function() { return BIconMouse; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMouse2", function() { return BIconMouse2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMouse3", function() { return BIconMouse3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNote", function() { return BIconMusicNote; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNoteBeamed", function() { return BIconMusicNoteBeamed; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNoteList", function() { return BIconMusicNoteList; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMusicPlayer", function() { return BIconMusicPlayer; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconMusicPlayerFill", function() { return BIconMusicPlayerFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNewspaper", function() { return BIconNewspaper; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNodeMinus", function() { return BIconNodeMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNodeMinusFill", function() { return BIconNodeMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNodePlus", function() { return BIconNodePlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNodePlusFill", function() { return BIconNodePlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNut", function() { return BIconNut; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconNutFill", function() { return BIconNutFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconOctagon", function() { return BIconOctagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconOctagonFill", function() { return BIconOctagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconOctagonHalf", function() { return BIconOctagonHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconOption", function() { return BIconOption; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconOutlet", function() { return BIconOutlet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPaperclip", function() { return BIconPaperclip; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconParagraph", function() { return BIconParagraph; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchCheck", function() { return BIconPatchCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchCheckFill", function() { return BIconPatchCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchExclamation", function() { return BIconPatchExclamation; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchExclamationFill", function() { return BIconPatchExclamationFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchMinus", function() { return BIconPatchMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchMinusFill", function() { return BIconPatchMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchPlus", function() { return BIconPatchPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchPlusFill", function() { return BIconPatchPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchQuestion", function() { return BIconPatchQuestion; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPatchQuestionFill", function() { return BIconPatchQuestionFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPause", function() { return BIconPause; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPauseBtn", function() { return BIconPauseBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPauseBtnFill", function() { return BIconPauseBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPauseCircle", function() { return BIconPauseCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPauseCircleFill", function() { return BIconPauseCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPauseFill", function() { return BIconPauseFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPeace", function() { return BIconPeace; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPeaceFill", function() { return BIconPeaceFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPen", function() { return BIconPen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPenFill", function() { return BIconPenFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPencil", function() { return BIconPencil; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPencilFill", function() { return BIconPencilFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPencilSquare", function() { return BIconPencilSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPentagon", function() { return BIconPentagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPentagonFill", function() { return BIconPentagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPentagonHalf", function() { return BIconPentagonHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPeople", function() { return BIconPeople; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPeopleFill", function() { return BIconPeopleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPercent", function() { return BIconPercent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPerson", function() { return BIconPerson; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBadge", function() { return BIconPersonBadge; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBadgeFill", function() { return BIconPersonBadgeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBoundingBox", function() { return BIconPersonBoundingBox; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCheck", function() { return BIconPersonCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCheckFill", function() { return BIconPersonCheckFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCircle", function() { return BIconPersonCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonDash", function() { return BIconPersonDash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonDashFill", function() { return BIconPersonDashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonFill", function() { return BIconPersonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonLinesFill", function() { return BIconPersonLinesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonPlus", function() { return BIconPersonPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonPlusFill", function() { return BIconPersonPlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonSquare", function() { return BIconPersonSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonX", function() { return BIconPersonX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPersonXFill", function() { return BIconPersonXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPhone", function() { return BIconPhone; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneFill", function() { return BIconPhoneFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneLandscape", function() { return BIconPhoneLandscape; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneLandscapeFill", function() { return BIconPhoneLandscapeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneVibrate", function() { return BIconPhoneVibrate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPieChart", function() { return BIconPieChart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPieChartFill", function() { return BIconPieChartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPip", function() { return BIconPip; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPipFill", function() { return BIconPipFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlay", function() { return BIconPlay; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlayBtn", function() { return BIconPlayBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlayBtnFill", function() { return BIconPlayBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlayCircle", function() { return BIconPlayCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlayCircleFill", function() { return BIconPlayCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlayFill", function() { return BIconPlayFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlug", function() { return BIconPlug; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlugFill", function() { return BIconPlugFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlus", function() { return BIconPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlusCircle", function() { return BIconPlusCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlusCircleFill", function() { return BIconPlusCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlusSquare", function() { return BIconPlusSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPlusSquareFill", function() { return BIconPlusSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPower", function() { return BIconPower; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPrinter", function() { return BIconPrinter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPrinterFill", function() { return BIconPrinterFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPuzzle", function() { return BIconPuzzle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconPuzzleFill", function() { return BIconPuzzleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestion", function() { return BIconQuestion; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionCircle", function() { return BIconQuestionCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionCircleFill", function() { return BIconQuestionCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionDiamond", function() { return BIconQuestionDiamond; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionDiamondFill", function() { return BIconQuestionDiamondFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionOctagon", function() { return BIconQuestionOctagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionOctagonFill", function() { return BIconQuestionOctagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionSquare", function() { return BIconQuestionSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionSquareFill", function() { return BIconQuestionSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReceipt", function() { return BIconReceipt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReceiptCutoff", function() { return BIconReceiptCutoff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReception0", function() { return BIconReception0; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReception1", function() { return BIconReception1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReception2", function() { return BIconReception2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReception3", function() { return BIconReception3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReception4", function() { return BIconReception4; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecord", function() { return BIconRecord; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecord2", function() { return BIconRecord2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecord2Fill", function() { return BIconRecord2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecordBtn", function() { return BIconRecordBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecordBtnFill", function() { return BIconRecordBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecordCircle", function() { return BIconRecordCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecordCircleFill", function() { return BIconRecordCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRecordFill", function() { return BIconRecordFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReply", function() { return BIconReply; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReplyAll", function() { return BIconReplyAll; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReplyAllFill", function() { return BIconReplyAllFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconReplyFill", function() { return BIconReplyFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRss", function() { return BIconRss; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconRssFill", function() { return BIconRssFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconScissors", function() { return BIconScissors; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconScrewdriver", function() { return BIconScrewdriver; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSearch", function() { return BIconSearch; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSegmentedNav", function() { return BIconSegmentedNav; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconServer", function() { return BIconServer; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShare", function() { return BIconShare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShareFill", function() { return BIconShareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShield", function() { return BIconShield; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldCheck", function() { return BIconShieldCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldExclamation", function() { return BIconShieldExclamation; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFill", function() { return BIconShieldFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillCheck", function() { return BIconShieldFillCheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillExclamation", function() { return BIconShieldFillExclamation; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillMinus", function() { return BIconShieldFillMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillPlus", function() { return BIconShieldFillPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillX", function() { return BIconShieldFillX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldLock", function() { return BIconShieldLock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldLockFill", function() { return BIconShieldLockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldMinus", function() { return BIconShieldMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldPlus", function() { return BIconShieldPlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldShaded", function() { return BIconShieldShaded; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldSlash", function() { return BIconShieldSlash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldSlashFill", function() { return BIconShieldSlashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShieldX", function() { return BIconShieldX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShift", function() { return BIconShift; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShiftFill", function() { return BIconShiftFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShop", function() { return BIconShop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShopWindow", function() { return BIconShopWindow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconShuffle", function() { return BIconShuffle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost", function() { return BIconSignpost; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost2", function() { return BIconSignpost2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost2Fill", function() { return BIconSignpost2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostFill", function() { return BIconSignpostFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostSplit", function() { return BIconSignpostSplit; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostSplitFill", function() { return BIconSignpostSplitFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSim", function() { return BIconSim; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSimFill", function() { return BIconSimFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackward", function() { return BIconSkipBackward; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardBtn", function() { return BIconSkipBackwardBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardBtnFill", function() { return BIconSkipBackwardBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardCircle", function() { return BIconSkipBackwardCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardCircleFill", function() { return BIconSkipBackwardCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardFill", function() { return BIconSkipBackwardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEnd", function() { return BIconSkipEnd; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndBtn", function() { return BIconSkipEndBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndBtnFill", function() { return BIconSkipEndBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndCircle", function() { return BIconSkipEndCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndCircleFill", function() { return BIconSkipEndCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndFill", function() { return BIconSkipEndFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForward", function() { return BIconSkipForward; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardBtn", function() { return BIconSkipForwardBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardBtnFill", function() { return BIconSkipForwardBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardCircle", function() { return BIconSkipForwardCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardCircleFill", function() { return BIconSkipForwardCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardFill", function() { return BIconSkipForwardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStart", function() { return BIconSkipStart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartBtn", function() { return BIconSkipStartBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartBtnFill", function() { return BIconSkipStartBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartCircle", function() { return BIconSkipStartCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartCircleFill", function() { return BIconSkipStartCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartFill", function() { return BIconSkipStartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSlack", function() { return BIconSlack; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSlash", function() { return BIconSlash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSlashCircle", function() { return BIconSlashCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSlashCircleFill", function() { return BIconSlashCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSlashSquare", function() { return BIconSlashSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSlashSquareFill", function() { return BIconSlashSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSliders", function() { return BIconSliders; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSmartwatch", function() { return BIconSmartwatch; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaDown", function() { return BIconSortAlphaDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaDownAlt", function() { return BIconSortAlphaDownAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaUp", function() { return BIconSortAlphaUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaUpAlt", function() { return BIconSortAlphaUpAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortDown", function() { return BIconSortDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortDownAlt", function() { return BIconSortDownAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericDown", function() { return BIconSortNumericDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericDownAlt", function() { return BIconSortNumericDownAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericUp", function() { return BIconSortNumericUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericUpAlt", function() { return BIconSortNumericUpAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortUp", function() { return BIconSortUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSortUpAlt", function() { return BIconSortUpAlt; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSoundwave", function() { return BIconSoundwave; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSpeaker", function() { return BIconSpeaker; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSpeakerFill", function() { return BIconSpeakerFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSpellcheck", function() { return BIconSpellcheck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSquare", function() { return BIconSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSquareFill", function() { return BIconSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSquareHalf", function() { return BIconSquareHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStar", function() { return BIconStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStarFill", function() { return BIconStarFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStarHalf", function() { return BIconStarHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStickies", function() { return BIconStickies; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStickiesFill", function() { return BIconStickiesFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSticky", function() { return BIconSticky; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStickyFill", function() { return BIconStickyFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStop", function() { return BIconStop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopBtn", function() { return BIconStopBtn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopBtnFill", function() { return BIconStopBtnFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopCircle", function() { return BIconStopCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopCircleFill", function() { return BIconStopCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopFill", function() { return BIconStopFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStoplights", function() { return BIconStoplights; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStoplightsFill", function() { return BIconStoplightsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopwatch", function() { return BIconStopwatch; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconStopwatchFill", function() { return BIconStopwatchFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSubtract", function() { return BIconSubtract; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitClub", function() { return BIconSuitClub; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitClubFill", function() { return BIconSuitClubFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitDiamond", function() { return BIconSuitDiamond; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitDiamondFill", function() { return BIconSuitDiamondFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitHeart", function() { return BIconSuitHeart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitHeartFill", function() { return BIconSuitHeartFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitSpade", function() { return BIconSuitSpade; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSuitSpadeFill", function() { return BIconSuitSpadeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSun", function() { return BIconSun; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconSunglasses", function() { return BIconSunglasses; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTable", function() { return BIconTable; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTablet", function() { return BIconTablet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTabletFill", function() { return BIconTabletFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTabletLandscape", function() { return BIconTabletLandscape; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTabletLandscapeFill", function() { return BIconTabletLandscapeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTag", function() { return BIconTag; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTagFill", function() { return BIconTagFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTags", function() { return BIconTags; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTagsFill", function() { return BIconTagsFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephone", function() { return BIconTelephone; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneFill", function() { return BIconTelephoneFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneForward", function() { return BIconTelephoneForward; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneForwardFill", function() { return BIconTelephoneForwardFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneInbound", function() { return BIconTelephoneInbound; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneInboundFill", function() { return BIconTelephoneInboundFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneMinus", function() { return BIconTelephoneMinus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneMinusFill", function() { return BIconTelephoneMinusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneOutbound", function() { return BIconTelephoneOutbound; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneOutboundFill", function() { return BIconTelephoneOutboundFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephonePlus", function() { return BIconTelephonePlus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephonePlusFill", function() { return BIconTelephonePlusFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneX", function() { return BIconTelephoneX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneXFill", function() { return BIconTelephoneXFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTerminal", function() { return BIconTerminal; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTerminalFill", function() { return BIconTerminalFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextCenter", function() { return BIconTextCenter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextIndentLeft", function() { return BIconTextIndentLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextIndentRight", function() { return BIconTextIndentRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextLeft", function() { return BIconTextLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextParagraph", function() { return BIconTextParagraph; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextRight", function() { return BIconTextRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextarea", function() { return BIconTextarea; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextareaResize", function() { return BIconTextareaResize; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTextareaT", function() { return BIconTextareaT; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconThermometer", function() { return BIconThermometer; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconThermometerHalf", function() { return BIconThermometerHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconThreeDots", function() { return BIconThreeDots; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconThreeDotsVertical", function() { return BIconThreeDotsVertical; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconToggle2Off", function() { return BIconToggle2Off; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconToggle2On", function() { return BIconToggle2On; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconToggleOff", function() { return BIconToggleOff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconToggleOn", function() { return BIconToggleOn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconToggles", function() { return BIconToggles; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconToggles2", function() { return BIconToggles2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTools", function() { return BIconTools; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTrash", function() { return BIconTrash; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTrash2", function() { return BIconTrash2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTrash2Fill", function() { return BIconTrash2Fill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTrashFill", function() { return BIconTrashFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTree", function() { return BIconTree; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTreeFill", function() { return BIconTreeFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTriangle", function() { return BIconTriangle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTriangleFill", function() { return BIconTriangleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTriangleHalf", function() { return BIconTriangleHalf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTrophy", function() { return BIconTrophy; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTrophyFill", function() { return BIconTrophyFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTruck", function() { return BIconTruck; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTruckFlatbed", function() { return BIconTruckFlatbed; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTv", function() { return BIconTv; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTvFill", function() { return BIconTvFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTwitch", function() { return BIconTwitch; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTwitter", function() { return BIconTwitter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconType", function() { return BIconType; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeBold", function() { return BIconTypeBold; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH1", function() { return BIconTypeH1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH2", function() { return BIconTypeH2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH3", function() { return BIconTypeH3; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeItalic", function() { return BIconTypeItalic; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeStrikethrough", function() { return BIconTypeStrikethrough; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconTypeUnderline", function() { return BIconTypeUnderline; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUiChecks", function() { return BIconUiChecks; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUiChecksGrid", function() { return BIconUiChecksGrid; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUiRadios", function() { return BIconUiRadios; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUiRadiosGrid", function() { return BIconUiRadiosGrid; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUnion", function() { return BIconUnion; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUnlock", function() { return BIconUnlock; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUnlockFill", function() { return BIconUnlockFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUpc", function() { return BIconUpc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUpcScan", function() { return BIconUpcScan; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconUpload", function() { return BIconUpload; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVectorPen", function() { return BIconVectorPen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconViewList", function() { return BIconViewList; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconViewStacked", function() { return BIconViewStacked; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVinyl", function() { return BIconVinyl; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVinylFill", function() { return BIconVinylFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVoicemail", function() { return BIconVoicemail; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeDown", function() { return BIconVolumeDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeDownFill", function() { return BIconVolumeDownFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeMute", function() { return BIconVolumeMute; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeMuteFill", function() { return BIconVolumeMuteFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeOff", function() { return BIconVolumeOff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeOffFill", function() { return BIconVolumeOffFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeUp", function() { return BIconVolumeUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeUpFill", function() { return BIconVolumeUpFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconVr", function() { return BIconVr; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWallet", function() { return BIconWallet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWallet2", function() { return BIconWallet2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWalletFill", function() { return BIconWalletFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWatch", function() { return BIconWatch; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWifi", function() { return BIconWifi; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWifi1", function() { return BIconWifi1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWifi2", function() { return BIconWifi2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWifiOff", function() { return BIconWifiOff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWindow", function() { return BIconWindow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconWrench", function() { return BIconWrench; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconX", function() { return BIconX; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXCircle", function() { return BIconXCircle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXCircleFill", function() { return BIconXCircleFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXDiamond", function() { return BIconXDiamond; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXDiamondFill", function() { return BIconXDiamondFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXOctagon", function() { return BIconXOctagon; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXOctagonFill", function() { return BIconXOctagonFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXSquare", function() { return BIconXSquare; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconXSquareFill", function() { return BIconXSquareFill; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconYoutube", function() { return BIconYoutube; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconZoomIn", function() { return BIconZoomIn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconZoomOut", function() { return BIconZoomOut; }); /* harmony import */ var _helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./helpers/make-icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/make-icon.js"); // --- BEGIN AUTO-GENERATED FILE --- // // @IconsVersion: 1.2.2 // @Generated: 2021-01-01T00:29:10.157Z // // This file is generated on each build. Do not edit this file! /*! * BootstrapVue Icons, generated from Bootstrap Icons 1.2.2 * * @link https://icons.getbootstrap.com/ * @license MIT * https://github.com/twbs/icons/blob/master/LICENSE.md */// --- BootstrapVue custom icons --- var BIconBlank=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Blank','');// --- Bootstrap Icons --- // eslint-disable-next-line var BIconAlarm=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Alarm','<path d="M8.5 5.5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5z"/><path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07a7.001 7.001 0 0 0-3.273 12.474l-.602.602a.5.5 0 0 0 .707.708l.746-.746A6.97 6.97 0 0 0 8 16a6.97 6.97 0 0 0 3.422-.892l.746.746a.5.5 0 0 0 .707-.708l-.601-.602A7.001 7.001 0 0 0 9 2.07V1h.5a.5.5 0 0 0 0-1h-3zm1.038 3.018a6.093 6.093 0 0 1 .924 0 6 6 0 1 1-.924 0zM0 3.5c0 .753.333 1.429.86 1.887A8.035 8.035 0 0 1 4.387 1.86 2.5 2.5 0 0 0 0 3.5zM13.5 1c-.753 0-1.429.333-1.887.86a8.035 8.035 0 0 1 3.527 3.527A2.5 2.5 0 0 0 13.5 1z"/>');// eslint-disable-next-line var BIconAlarmFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlarmFill','<path d="M6 .5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H9v1.07a7.001 7.001 0 0 1 3.274 12.474l.601.602a.5.5 0 0 1-.707.708l-.746-.746A6.97 6.97 0 0 1 8 16a6.97 6.97 0 0 1-3.422-.892l-.746.746a.5.5 0 0 1-.707-.708l.602-.602A7.001 7.001 0 0 1 7 2.07V1h-.5A.5.5 0 0 1 6 .5zm2.5 5a.5.5 0 0 0-1 0v3.362l-1.429 2.38a.5.5 0 1 0 .858.515l1.5-2.5A.5.5 0 0 0 8.5 9V5.5zM.86 5.387A2.5 2.5 0 1 1 4.387 1.86 8.035 8.035 0 0 0 .86 5.387zM11.613 1.86a2.5 2.5 0 1 1 3.527 3.527 8.035 8.035 0 0 0-3.527-3.527z"/>');// eslint-disable-next-line var BIconAlignBottom=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlignBottom','<rect width="4" height="12" x="6" y="1" rx="1"/><path d="M1.5 14a.5.5 0 0 0 0 1v-1zm13 1a.5.5 0 0 0 0-1v1zm-13 0h13v-1h-13v1z"/>');// eslint-disable-next-line var BIconAlignCenter=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlignCenter','<path d="M8 1a.5.5 0 0 1 .5.5V6h-1V1.5A.5.5 0 0 1 8 1zm0 14a.5.5 0 0 1-.5-.5V10h1v4.5a.5.5 0 0 1-.5.5zM2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z"/>');// eslint-disable-next-line var BIconAlignEnd=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlignEnd','<path fill-rule="evenodd" d="M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/><path d="M13 7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V7z"/>');// eslint-disable-next-line var BIconAlignMiddle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlignMiddle','<path d="M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10zM1 8a.5.5 0 0 0 .5.5H6v-1H1.5A.5.5 0 0 0 1 8zm14 0a.5.5 0 0 1-.5.5H10v-1h4.5a.5.5 0 0 1 .5.5z"/>');// eslint-disable-next-line var BIconAlignStart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlignStart','<path fill-rule="evenodd" d="M1.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/><path d="M3 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V7z"/>');// eslint-disable-next-line var BIconAlignTop=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AlignTop','<rect width="4" height="12" rx="1" transform="matrix(1 0 0 -1 6 15)"/><path d="M1.5 2a.5.5 0 0 1 0-1v1zm13-1a.5.5 0 0 1 0 1V1zm-13 0h13v1h-13V1z"/>');// eslint-disable-next-line var BIconAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Alt','<path d="M1 13.5a.5.5 0 0 0 .5.5h3.797a.5.5 0 0 0 .439-.26L11 3h3.5a.5.5 0 0 0 0-1h-3.797a.5.5 0 0 0-.439.26L5 13H1.5a.5.5 0 0 0-.5.5zm10 0a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0-.5.5z"/>');// eslint-disable-next-line var BIconApp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('App','<path d="M11 2a3 3 0 0 1 3 3v6a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6zM5 1a4 4 0 0 0-4 4v6a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V5a4 4 0 0 0-4-4H5z"/>');// eslint-disable-next-line var BIconAppIndicator=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AppIndicator','<path d="M5.5 2A3.5 3.5 0 0 0 2 5.5v5A3.5 3.5 0 0 0 5.5 14h5a3.5 3.5 0 0 0 3.5-3.5V8a.5.5 0 0 1 1 0v2.5a4.5 4.5 0 0 1-4.5 4.5h-5A4.5 4.5 0 0 1 1 10.5v-5A4.5 4.5 0 0 1 5.5 1H8a.5.5 0 0 1 0 1H5.5z"/><path d="M16 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>');// eslint-disable-next-line var BIconArchive=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Archive','<path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 12.5V5a1 1 0 0 1-1-1V2zm2 3v7.5A1.5 1.5 0 0 0 3.5 14h9a1.5 1.5 0 0 0 1.5-1.5V5H2zm13-3H1v2h14V2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconArchiveFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArchiveFill','<path d="M12.643 15C13.979 15 15 13.845 15 12.5V5H1v7.5C1 13.845 2.021 15 3.357 15h9.286zM5.5 7h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zM.8 1a.8.8 0 0 0-.8.8V3a.8.8 0 0 0 .8.8h14.4A.8.8 0 0 0 16 3V1.8a.8.8 0 0 0-.8-.8H.8z"/>');// eslint-disable-next-line var BIconArrow90degDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Arrow90degDown','<path fill-rule="evenodd" d="M4.854 14.854a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V3.5A2.5 2.5 0 0 1 6.5 1h8a.5.5 0 0 1 0 1h-8A1.5 1.5 0 0 0 5 3.5v9.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4z"/>');// eslint-disable-next-line var BIconArrow90degLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Arrow90degLeft','<path fill-rule="evenodd" d="M1.146 4.854a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H12.5A2.5 2.5 0 0 1 15 6.5v8a.5.5 0 0 1-1 0v-8A1.5 1.5 0 0 0 12.5 5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4z"/>');// eslint-disable-next-line var BIconArrow90degRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Arrow90degRight','<path fill-rule="evenodd" d="M14.854 4.854a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 4H3.5A2.5 2.5 0 0 0 1 6.5v8a.5.5 0 0 0 1 0v-8A1.5 1.5 0 0 1 3.5 5h9.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4z"/>');// eslint-disable-next-line var BIconArrow90degUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Arrow90degUp','<path fill-rule="evenodd" d="M4.854 1.146a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L4 2.707V12.5A2.5 2.5 0 0 0 6.5 15h8a.5.5 0 0 0 0-1h-8A1.5 1.5 0 0 1 5 12.5V2.707l3.146 3.147a.5.5 0 1 0 .708-.708l-4-4z"/>');// eslint-disable-next-line var BIconArrowBarDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowBarDown','<path fill-rule="evenodd" d="M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zM8 6a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 .708-.708L7.5 12.293V6.5A.5.5 0 0 1 8 6z"/>');// eslint-disable-next-line var BIconArrowBarLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowBarLeft','<path fill-rule="evenodd" d="M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5zM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5z"/>');// eslint-disable-next-line var BIconArrowBarRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowBarRight','<path fill-rule="evenodd" d="M6 8a.5.5 0 0 0 .5.5h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L12.293 7.5H6.5A.5.5 0 0 0 6 8zm-2.5 7a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5z"/>');// eslint-disable-next-line var BIconArrowBarUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowBarUp','<path fill-rule="evenodd" d="M8 10a.5.5 0 0 0 .5-.5V3.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 3.707V9.5a.5.5 0 0 0 .5.5zm-7 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconArrowClockwise=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowClockwise','<path fill-rule="evenodd" d="M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2v1z"/><path d="M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466z"/>');// eslint-disable-next-line var BIconArrowCounterclockwise=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowCounterclockwise','<path fill-rule="evenodd" d="M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z"/><path d="M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466z"/>');// eslint-disable-next-line var BIconArrowDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDown','<path fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L7.5 13.293V1.5A.5.5 0 0 1 8 1z"/>');// eslint-disable-next-line var BIconArrowDownCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>');// eslint-disable-next-line var BIconArrowDownCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>');// eslint-disable-next-line var BIconArrowDownLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownLeft','<path fill-rule="evenodd" d="M2 13.5a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H3.707L13.854 2.854a.5.5 0 0 0-.708-.708L3 12.293V7.5a.5.5 0 0 0-1 0v6z"/>');// eslint-disable-next-line var BIconArrowDownLeftCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownLeftCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z"/>');// eslint-disable-next-line var BIconArrowDownLeftCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownLeftCircleFill','<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-5.904-2.803a.5.5 0 1 1 .707.707L6.707 10h2.768a.5.5 0 0 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.525a.5.5 0 0 1 1 0v2.768l4.096-4.096z"/>');// eslint-disable-next-line var BIconArrowDownLeftSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownLeftSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904-2.854a.5.5 0 1 1 .707.708L6.707 9.95h2.768a.5.5 0 1 1 0 1H5.5a.5.5 0 0 1-.5-.5V6.475a.5.5 0 1 1 1 0v2.768l4.096-4.097z"/>');// eslint-disable-next-line var BIconArrowDownLeftSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownLeftSquareFill','<path d="M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm8.096-10.803L6 9.293V6.525a.5.5 0 0 0-1 0V10.5a.5.5 0 0 0 .5.5h3.975a.5.5 0 0 0 0-1H6.707l4.096-4.096a.5.5 0 1 0-.707-.707z"/>');// eslint-disable-next-line var BIconArrowDownRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownRight','<path fill-rule="evenodd" d="M14 13.5a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1 0-1h4.793L2.146 2.854a.5.5 0 1 1 .708-.708L13 12.293V7.5a.5.5 0 0 1 1 0v6z"/>');// eslint-disable-next-line var BIconArrowDownRightCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownRightCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z"/>');// eslint-disable-next-line var BIconArrowDownRightCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownRightCircleFill','<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm5.904-2.803a.5.5 0 1 0-.707.707L9.293 10H6.525a.5.5 0 0 0 0 1H10.5a.5.5 0 0 0 .5-.5V6.525a.5.5 0 0 0-1 0v2.768L5.904 5.197z"/>');// eslint-disable-next-line var BIconArrowDownRightSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownRightSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 5.146a.5.5 0 1 0-.708.708L9.243 9.95H6.475a.5.5 0 1 0 0 1h3.975a.5.5 0 0 0 .5-.5V6.475a.5.5 0 1 0-1 0v2.768L5.854 5.146z"/>');// eslint-disable-next-line var BIconArrowDownRightSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownRightSquareFill','<path d="M14 16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12zM5.904 5.197L10 9.293V6.525a.5.5 0 0 1 1 0V10.5a.5.5 0 0 1-.5.5H6.525a.5.5 0 0 1 0-1h2.768L5.197 5.904a.5.5 0 0 1 .707-.707z"/>');// eslint-disable-next-line var BIconArrowDownShort=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownShort','<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5A.5.5 0 0 1 8 4z"/>');// eslint-disable-next-line var BIconArrowDownSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v5.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V4.5z"/>');// eslint-disable-next-line var BIconArrowDownSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v5.793l2.146-2.147a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L7.5 10.293V4.5a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconArrowDownUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowDownUp','<path fill-rule="evenodd" d="M11.5 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L11 2.707V14.5a.5.5 0 0 0 .5.5zm-7-14a.5.5 0 0 1 .5.5v11.793l3.146-3.147a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 .708-.708L4 13.293V1.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconArrowLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeft','<path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"/>');// eslint-disable-next-line var BIconArrowLeftCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeftCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/>');// eslint-disable-next-line var BIconArrowLeftCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeftCircleFill','<path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zm3.5 7.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/>');// eslint-disable-next-line var BIconArrowLeftRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeftRight','<path fill-rule="evenodd" d="M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z"/>');// eslint-disable-next-line var BIconArrowLeftShort=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeftShort','<path fill-rule="evenodd" d="M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z"/>');// eslint-disable-next-line var BIconArrowLeftSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeftSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.5-.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5z"/>');// eslint-disable-next-line var BIconArrowLeftSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowLeftSquareFill','<path d="M16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12zm-4.5-6.5H5.707l2.147-2.146a.5.5 0 1 0-.708-.708l-3 3a.5.5 0 0 0 0 .708l3 3a.5.5 0 0 0 .708-.708L5.707 8.5H11.5a.5.5 0 0 0 0-1z"/>');// eslint-disable-next-line var BIconArrowRepeat=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRepeat','<path d="M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z"/><path fill-rule="evenodd" d="M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z"/>');// eslint-disable-next-line var BIconArrowReturnLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowReturnLeft','<path fill-rule="evenodd" d="M14.5 1.5a.5.5 0 0 1 .5.5v4.8a2.5 2.5 0 0 1-2.5 2.5H2.707l3.347 3.346a.5.5 0 0 1-.708.708l-4.2-4.2a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 8.3H12.5A1.5 1.5 0 0 0 14 6.8V2a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconArrowReturnRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowReturnRight','<path fill-rule="evenodd" d="M1.5 1.5A.5.5 0 0 0 1 2v4.8a2.5 2.5 0 0 0 2.5 2.5h9.793l-3.347 3.346a.5.5 0 0 0 .708.708l4.2-4.2a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 8.3H3.5A1.5 1.5 0 0 1 2 6.8V2a.5.5 0 0 0-.5-.5z"/>');// eslint-disable-next-line var BIconArrowRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRight','<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/>');// eslint-disable-next-line var BIconArrowRightCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRightCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>');// eslint-disable-next-line var BIconArrowRightCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRightCircleFill','<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>');// eslint-disable-next-line var BIconArrowRightShort=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRightShort','<path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"/>');// eslint-disable-next-line var BIconArrowRightSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRightSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z"/>');// eslint-disable-next-line var BIconArrowRightSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowRightSquareFill','<path d="M0 14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12zm4.5-6.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconArrowUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUp','<path fill-rule="evenodd" d="M8 15a.5.5 0 0 0 .5-.5V2.707l3.146 3.147a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 1 0 .708.708L7.5 2.707V14.5a.5.5 0 0 0 .5.5z"/>');// eslint-disable-next-line var BIconArrowUpCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>');// eslint-disable-next-line var BIconArrowUpCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpCircleFill','<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>');// eslint-disable-next-line var BIconArrowUpLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpLeft','<path fill-rule="evenodd" d="M2 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1H3.707l10.147 10.146a.5.5 0 0 1-.708.708L3 3.707V8.5a.5.5 0 0 1-1 0v-6z"/>');// eslint-disable-next-line var BIconArrowUpLeftCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpLeftCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z"/>');// eslint-disable-next-line var BIconArrowUpLeftCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpLeftCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z"/>');// eslint-disable-next-line var BIconArrowUpLeftSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpLeftSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-5.904 2.803a.5.5 0 1 0 .707-.707L6.707 6h2.768a.5.5 0 1 0 0-1H5.5a.5.5 0 0 0-.5.5v3.975a.5.5 0 0 0 1 0V6.707l4.096 4.096z"/>');// eslint-disable-next-line var BIconArrowUpLeftSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpLeftSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm8.096 10.803L6 6.707v2.768a.5.5 0 0 1-1 0V5.5a.5.5 0 0 1 .5-.5h3.975a.5.5 0 1 1 0 1H6.707l4.096 4.096a.5.5 0 1 1-.707.707z"/>');// eslint-disable-next-line var BIconArrowUpRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpRight','<path fill-rule="evenodd" d="M14 2.5a.5.5 0 0 0-.5-.5h-6a.5.5 0 0 0 0 1h4.793L2.146 13.146a.5.5 0 0 0 .708.708L13 3.707V8.5a.5.5 0 0 0 1 0v-6z"/>');// eslint-disable-next-line var BIconArrowUpRightCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpRightCircle','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z"/>');// eslint-disable-next-line var BIconArrowUpRightCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpRightCircleFill','<path d="M0 8a8 8 0 1 0 16 0A8 8 0 0 0 0 8zm5.904 2.803a.5.5 0 1 1-.707-.707L9.293 6H6.525a.5.5 0 1 1 0-1H10.5a.5.5 0 0 1 .5.5v3.975a.5.5 0 0 1-1 0V6.707l-4.096 4.096z"/>');// eslint-disable-next-line var BIconArrowUpRightSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpRightSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.854 10.803a.5.5 0 1 1-.708-.707L9.243 6H6.475a.5.5 0 1 1 0-1h3.975a.5.5 0 0 1 .5.5v3.975a.5.5 0 1 1-1 0V6.707l-4.096 4.096z"/>');// eslint-disable-next-line var BIconArrowUpRightSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpRightSquareFill','<path d="M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM5.904 10.803L10 6.707v2.768a.5.5 0 0 0 1 0V5.5a.5.5 0 0 0-.5-.5H6.525a.5.5 0 1 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 .707.707z"/>');// eslint-disable-next-line var BIconArrowUpShort=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpShort','<path fill-rule="evenodd" d="M8 12a.5.5 0 0 0 .5-.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 .5.5z"/>');// eslint-disable-next-line var BIconArrowUpSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpSquare','<path fill-rule="evenodd" d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11.5z"/>');// eslint-disable-next-line var BIconArrowUpSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowUpSquareFill','<path d="M2 16a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2zm6.5-4.5V5.707l2.146 2.147a.5.5 0 0 0 .708-.708l-3-3a.5.5 0 0 0-.708 0l-3 3a.5.5 0 1 0 .708.708L7.5 5.707V11.5a.5.5 0 0 0 1 0z"/>');// eslint-disable-next-line var BIconArrowsAngleContract=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowsAngleContract','<path fill-rule="evenodd" d="M.172 15.828a.5.5 0 0 0 .707 0l4.096-4.096V14.5a.5.5 0 1 0 1 0v-3.975a.5.5 0 0 0-.5-.5H1.5a.5.5 0 0 0 0 1h2.768L.172 15.121a.5.5 0 0 0 0 .707zM15.828.172a.5.5 0 0 0-.707 0l-4.096 4.096V1.5a.5.5 0 1 0-1 0v3.975a.5.5 0 0 0 .5.5H14.5a.5.5 0 0 0 0-1h-2.768L15.828.879a.5.5 0 0 0 0-.707z"/>');// eslint-disable-next-line var BIconArrowsAngleExpand=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowsAngleExpand','<path fill-rule="evenodd" d="M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707z"/>');// eslint-disable-next-line var BIconArrowsCollapse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowsCollapse','<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zm7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0zm-.5 11.707l-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0v-3.793z"/>');// eslint-disable-next-line var BIconArrowsExpand=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowsExpand','<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zM7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10z"/>');// eslint-disable-next-line var BIconArrowsFullscreen=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowsFullscreen','<path fill-rule="evenodd" d="M5.828 10.172a.5.5 0 0 0-.707 0l-4.096 4.096V11.5a.5.5 0 0 0-1 0v3.975a.5.5 0 0 0 .5.5H4.5a.5.5 0 0 0 0-1H1.732l4.096-4.096a.5.5 0 0 0 0-.707zm4.344 0a.5.5 0 0 1 .707 0l4.096 4.096V11.5a.5.5 0 1 1 1 0v3.975a.5.5 0 0 1-.5.5H11.5a.5.5 0 0 1 0-1h2.768l-4.096-4.096a.5.5 0 0 1 0-.707zm0-4.344a.5.5 0 0 0 .707 0l4.096-4.096V4.5a.5.5 0 1 0 1 0V.525a.5.5 0 0 0-.5-.5H11.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707zm-4.344 0a.5.5 0 0 1-.707 0L1.025 1.732V4.5a.5.5 0 0 1-1 0V.525a.5.5 0 0 1 .5-.5H4.5a.5.5 0 0 1 0 1H1.732l4.096 4.096a.5.5 0 0 1 0 .707z"/>');// eslint-disable-next-line var BIconArrowsMove=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ArrowsMove','<path fill-rule="evenodd" d="M7.646.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 1.707V5.5a.5.5 0 0 1-1 0V1.707L6.354 2.854a.5.5 0 1 1-.708-.708l2-2zM8 10a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 14.293V10.5A.5.5 0 0 1 8 10zM.146 8.354a.5.5 0 0 1 0-.708l2-2a.5.5 0 1 1 .708.708L1.707 7.5H5.5a.5.5 0 0 1 0 1H1.707l1.147 1.146a.5.5 0 0 1-.708.708l-2-2zM10 8a.5.5 0 0 1 .5-.5h3.793l-1.147-1.146a.5.5 0 0 1 .708-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L14.293 8.5H10.5A.5.5 0 0 1 10 8z"/>');// eslint-disable-next-line var BIconAspectRatio=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AspectRatio','<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z"/><path d="M2 4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1H3v2.5a.5.5 0 0 1-1 0v-3zm12 7a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1 0-1H13V8.5a.5.5 0 0 1 1 0v3z"/>');// eslint-disable-next-line var BIconAspectRatioFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AspectRatioFill','<path d="M0 12.5v-9A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5zM2.5 4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0V5h2.5a.5.5 0 0 0 0-1h-3zm11 8a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-1 0V11h-2.5a.5.5 0 0 0 0 1h3z"/>');// eslint-disable-next-line var BIconAsterisk=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Asterisk','<path d="M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconAt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('At','<path d="M13.106 7.222c0-2.967-2.249-5.032-5.482-5.032-3.35 0-5.646 2.318-5.646 5.702 0 3.493 2.235 5.708 5.762 5.708.862 0 1.689-.123 2.304-.335v-.862c-.43.199-1.354.328-2.29.328-2.926 0-4.813-1.88-4.813-4.798 0-2.844 1.921-4.881 4.594-4.881 2.735 0 4.608 1.688 4.608 4.156 0 1.682-.554 2.769-1.416 2.769-.492 0-.772-.28-.772-.76V5.206H8.923v.834h-.11c-.266-.595-.881-.964-1.6-.964-1.4 0-2.378 1.162-2.378 2.823 0 1.737.957 2.906 2.379 2.906.8 0 1.415-.39 1.709-1.087h.11c.081.67.703 1.148 1.503 1.148 1.572 0 2.57-1.415 2.57-3.643zm-7.177.704c0-1.197.54-1.907 1.456-1.907.93 0 1.524.738 1.524 1.907S8.308 9.84 7.371 9.84c-.895 0-1.442-.725-1.442-1.914z"/>');// eslint-disable-next-line var BIconAward=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Award','<path d="M9.669.864L8 0 6.331.864l-1.858.282-.842 1.68-1.337 1.32L2.6 6l-.306 1.854 1.337 1.32.842 1.68 1.858.282L8 12l1.669-.864 1.858-.282.842-1.68 1.337-1.32L13.4 6l.306-1.854-1.337-1.32-.842-1.68L9.669.864zm1.196 1.193l.684 1.365 1.086 1.072L12.387 6l.248 1.506-1.086 1.072-.684 1.365-1.51.229L8 10.874l-1.355-.702-1.51-.229-.684-1.365-1.086-1.072L3.614 6l-.25-1.506 1.087-1.072.684-1.365 1.51-.229L8 1.126l1.356.702 1.509.229z"/><path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>');// eslint-disable-next-line var BIconAwardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('AwardFill','<path d="M8 0l1.669.864 1.858.282.842 1.68 1.337 1.32L13.4 6l.306 1.854-1.337 1.32-.842 1.68-1.858.282L8 12l-1.669-.864-1.858-.282-.842-1.68-1.337-1.32L2.6 6l-.306-1.854 1.337-1.32.842-1.68L6.331.864 8 0z"/><path d="M4 11.794V16l4-1 4 1v-4.206l-2.018.306L8 13.126 6.018 12.1 4 11.794z"/>');// eslint-disable-next-line var BIconBack=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Back','<path fill-rule="evenodd" d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H2z"/>');// eslint-disable-next-line var BIconBackspace=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Backspace','<path d="M5.83 5.146a.5.5 0 0 0 0 .708L7.975 8l-2.147 2.146a.5.5 0 0 0 .707.708l2.147-2.147 2.146 2.147a.5.5 0 0 0 .707-.708L9.39 8l2.146-2.146a.5.5 0 0 0-.707-.708L8.683 7.293 6.536 5.146a.5.5 0 0 0-.707 0z"/><path d="M13.683 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-7.08a2 2 0 0 1-1.519-.698L.241 8.65a1 1 0 0 1 0-1.302L5.084 1.7A2 2 0 0 1 6.603 1h7.08zm-7.08 1a1 1 0 0 0-.76.35L1 8l4.844 5.65a1 1 0 0 0 .759.35h7.08a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1h-7.08z"/>');// eslint-disable-next-line var BIconBackspaceFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BackspaceFill','<path d="M15.683 3a2 2 0 0 0-2-2h-7.08a2 2 0 0 0-1.519.698L.241 7.35a1 1 0 0 0 0 1.302l4.843 5.65A2 2 0 0 0 6.603 15h7.08a2 2 0 0 0 2-2V3zM5.829 5.854a.5.5 0 1 1 .707-.708l2.147 2.147 2.146-2.147a.5.5 0 1 1 .707.708L9.39 8l2.146 2.146a.5.5 0 0 1-.707.708L8.683 8.707l-2.147 2.147a.5.5 0 0 1-.707-.708L7.976 8 5.829 5.854z"/>');// eslint-disable-next-line var BIconBackspaceReverse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BackspaceReverse','<path d="M9.854 5.146a.5.5 0 0 1 0 .708L7.707 8l2.147 2.146a.5.5 0 0 1-.708.708L7 8.707l-2.146 2.147a.5.5 0 0 1-.708-.708L6.293 8 4.146 5.854a.5.5 0 1 1 .708-.708L7 7.293l2.146-2.147a.5.5 0 0 1 .708 0z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.08a2 2 0 0 0 1.519-.698l4.843-5.651a1 1 0 0 0 0-1.302L10.6 1.7A2 2 0 0 0 9.08 1H2zm7.08 1a1 1 0 0 1 .76.35L14.682 8l-4.844 5.65a1 1 0 0 1-.759.35H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h7.08z"/>');// eslint-disable-next-line var BIconBackspaceReverseFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BackspaceReverseFill','<path d="M0 3a2 2 0 0 1 2-2h7.08a2 2 0 0 1 1.519.698l4.843 5.651a1 1 0 0 1 0 1.302L10.6 14.3a2 2 0 0 1-1.52.7H2a2 2 0 0 1-2-2V3zm9.854 2.854a.5.5 0 0 0-.708-.708L7 7.293 4.854 5.146a.5.5 0 1 0-.708.708L6.293 8l-2.147 2.146a.5.5 0 0 0 .708.708L7 8.707l2.146 2.147a.5.5 0 0 0 .708-.708L7.707 8l2.147-2.146z"/>');// eslint-disable-next-line var BIconBadge4k=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Badge4k','<path d="M4.807 5.001C4.021 6.298 3.203 7.6 2.5 8.917v.971h2.905V11h1.112V9.888h.733V8.93h-.733V5.001h-1.71zm-1.23 3.93v-.032a46.781 46.781 0 0 1 1.766-3.001h.062V8.93H3.577zm9.831-3.93h-1.306L9.835 7.687h-.057V5H8.59v6h1.187V9.075l.615-.699L12.072 11H13.5l-2.232-3.415 2.14-2.584z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadge4kFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Badge4kFill','<path d="M3.577 8.9v.03h1.828V5.898h-.062a46.781 46.781 0 0 0-1.766 3.001z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm2.372 3.715l.435-.714h1.71v3.93h.733v.957h-.733V11H5.405V9.888H2.5v-.971c.574-1.077 1.225-2.142 1.872-3.202zm7.73-.714h1.306l-2.14 2.584L13.5 11h-1.428l-1.679-2.624-.615.7V11H8.59V5.001h1.187v2.686h.057L12.102 5z"/>');// eslint-disable-next-line var BIconBadge8k=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Badge8k','<path d="M4.837 11.114c1.406 0 2.333-.725 2.333-1.766 0-.945-.712-1.38-1.256-1.49v-.053c.496-.15 1.02-.55 1.02-1.331 0-.914-.831-1.587-2.084-1.587-1.257 0-2.087.673-2.087 1.587 0 .773.51 1.177 1.02 1.331v.053c-.546.11-1.258.54-1.258 1.494 0 1.042.906 1.762 2.312 1.762zm.013-3.643c-.545 0-.95-.356-.95-.866s.405-.852.95-.852c.545 0 .945.343.945.852 0 .51-.4.866-.945.866zm0 2.786c-.65 0-1.142-.395-1.142-.984S4.2 8.28 4.85 8.28c.646 0 1.143.404 1.143.993s-.497.984-1.143.984zM13.408 5h-1.306L9.835 7.685h-.057V5H8.59v5.998h1.187V9.075l.615-.699 1.679 2.623H13.5l-2.232-3.414L13.408 5z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadge8kFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Badge8kFill','<path d="M3.9 6.605c0 .51.405.866.95.866.545 0 .945-.356.945-.866s-.4-.852-.945-.852c-.545 0-.95.343-.95.852zm-.192 2.668c0 .589.492.984 1.142.984.646 0 1.143-.395 1.143-.984S5.496 8.28 4.85 8.28c-.65 0-1.142.404-1.142.993z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.17 7.348c0 1.041-.927 1.766-2.333 1.766-1.406 0-2.312-.72-2.312-1.762 0-.954.712-1.384 1.257-1.494v-.053c-.51-.154-1.02-.558-1.02-1.331 0-.914.831-1.587 2.088-1.587 1.253 0 2.083.673 2.083 1.587 0 .782-.523 1.182-1.02 1.331v.053c.545.11 1.257.545 1.257 1.49zM12.102 5h1.306l-2.14 2.584 2.232 3.415h-1.428l-1.679-2.624-.615.699v1.925H8.59V5h1.187v2.685h.057L12.102 5z"/>');// eslint-disable-next-line var BIconBadgeAd=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeAd','<path d="M3.7 11l.47-1.542h2.004L6.644 11h1.261L5.901 5.001H4.513L2.5 11h1.2zm1.503-4.852l.734 2.426H4.416l.734-2.426h.053zm4.759.128c-1.059 0-1.753.765-1.753 2.043v.695c0 1.279.685 2.043 1.74 2.043.677 0 1.222-.33 1.367-.804h.057V11h1.138V4.685h-1.16v2.36h-.053c-.18-.475-.68-.77-1.336-.77zm.387.923c.58 0 1.002.44 1.002 1.138v.602c0 .76-.396 1.2-.984 1.2-.598 0-.972-.449-.972-1.248v-.453c0-.795.37-1.24.954-1.24z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadgeAdFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeAdFill','<path d="M11.35 8.337c0-.699-.42-1.138-1.001-1.138-.584 0-.954.444-.954 1.239v.453c0 .8.374 1.248.972 1.248.588 0 .984-.44.984-1.2v-.602zm-5.413.237l-.734-2.426H5.15l-.734 2.426h1.52z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm6.209 6.32c0-1.28.694-2.044 1.753-2.044.655 0 1.156.294 1.336.769h.053v-2.36h1.16V11h-1.138v-.747h-.057c-.145.474-.69.804-1.367.804-1.055 0-1.74-.764-1.74-2.043v-.695zm-4.04 1.138L3.7 11H2.5l2.013-5.999H5.9L7.905 11H6.644l-.47-1.542H4.17z"/>');// eslint-disable-next-line var BIconBadgeCc=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeCc','<path d="M3.708 7.755c0-1.111.488-1.753 1.319-1.753.681 0 1.138.47 1.186 1.107H7.36V7c-.052-1.186-1.024-2-2.342-2C3.414 5 2.5 6.05 2.5 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114H6.213c-.048.615-.496 1.05-1.186 1.05-.84 0-1.319-.62-1.319-1.727v-.743zm6.14 0c0-1.111.488-1.753 1.318-1.753.682 0 1.139.47 1.187 1.107H13.5V7c-.053-1.186-1.024-2-2.342-2C9.554 5 8.64 6.05 8.64 7.751v.747c0 1.7.905 2.73 2.518 2.73 1.314 0 2.285-.792 2.342-1.939v-.114h-1.147c-.048.615-.497 1.05-1.187 1.05-.839 0-1.318-.62-1.318-1.727v-.743z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadgeCcFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeCcFill','<path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.027 4.002c-.83 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.319 1.727.69 0 1.138-.435 1.186-1.05H7.36v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747C2.5 6.051 3.414 5 5.018 5c1.318 0 2.29.813 2.342 2v.11H6.213c-.048-.638-.505-1.108-1.186-1.108zm6.14 0c-.831 0-1.319.642-1.319 1.753v.743c0 1.107.48 1.727 1.318 1.727.69 0 1.139-.435 1.187-1.05H13.5v.114c-.057 1.147-1.028 1.938-2.342 1.938-1.613 0-2.518-1.028-2.518-2.729v-.747c0-1.7.914-2.751 2.518-2.751 1.318 0 2.29.813 2.342 2v.11h-1.147c-.048-.638-.505-1.108-1.187-1.108z"/>');// eslint-disable-next-line var BIconBadgeHd=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeHd','<path d="M7.396 11V5.001H6.209v2.44H3.687V5H2.5v6h1.187V8.43h2.522V11h1.187zM8.5 5.001V11h2.188c1.811 0 2.685-1.107 2.685-3.015 0-1.894-.86-2.984-2.684-2.984H8.5zm1.187.967h.843c1.112 0 1.622.686 1.622 2.04 0 1.353-.505 2.02-1.622 2.02h-.843v-4.06z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadgeHdFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeHdFill','<path d="M10.53 5.968h-.843v4.06h.843c1.117 0 1.622-.667 1.622-2.02 0-1.354-.51-2.04-1.622-2.04z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm5.396 3.001V11H6.209V8.43H3.687V11H2.5V5.001h1.187v2.44h2.522V5h1.187zM8.5 11V5.001h2.188c1.824 0 2.685 1.09 2.685 2.984C13.373 9.893 12.5 11 10.69 11H8.5z"/>');// eslint-disable-next-line var BIconBadgeTm=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeTm','<path d="M5.295 11V5.995H7V5H2.403v.994h1.701V11h1.19zm3.397 0V7.01h.058l1.428 3.239h.773l1.42-3.24h.057V11H13.5V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H7.634V11h1.06z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadgeTmFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeTmFill','<path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm3.295 3.995V11H4.104V5.995h-1.7V5H7v.994H5.295zM8.692 7.01V11H7.633V5.001h1.209l1.71 3.894h.039l1.71-3.894H13.5V11h-1.072V7.01h-.057l-1.42 3.239h-.773L8.75 7.008h-.058z"/>');// eslint-disable-next-line var BIconBadgeVo=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeVo','<path d="M4.508 11h1.429l1.99-5.999H6.61L5.277 9.708H5.22L3.875 5.001H2.5L4.508 11zM13.5 8.39v-.77c0-1.696-.962-2.733-2.566-2.733-1.604 0-2.571 1.029-2.571 2.734v.769c0 1.691.967 2.724 2.57 2.724 1.605 0 2.567-1.033 2.567-2.724zm-1.204-.778v.782c0 1.156-.571 1.732-1.362 1.732-.796 0-1.363-.576-1.363-1.732v-.782c0-1.156.567-1.736 1.363-1.736.79 0 1.362.58 1.362 1.736z"/><path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconBadgeVoFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BadgeVoFill','<path d="M12.296 8.394v-.782c0-1.156-.571-1.736-1.362-1.736-.796 0-1.363.58-1.363 1.736v.782c0 1.156.567 1.732 1.363 1.732.79 0 1.362-.576 1.362-1.732z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm11.5 5.62v.77c0 1.691-.962 2.724-2.566 2.724-1.604 0-2.571-1.033-2.571-2.724v-.77c0-1.704.967-2.733 2.57-2.733 1.605 0 2.567 1.037 2.567 2.734zM5.937 11H4.508L2.5 5.001h1.375L5.22 9.708h.057L6.61 5.001h1.318L5.937 11z"/>');// eslint-disable-next-line var BIconBag=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bag','<path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>');// eslint-disable-next-line var BIconBagCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagCheck','<path fill-rule="evenodd" d="M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>');// eslint-disable-next-line var BIconBagCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagCheckFill','<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zm-.646 5.354a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>');// eslint-disable-next-line var BIconBagDash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagDash','<path fill-rule="evenodd" d="M5.5 10a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>');// eslint-disable-next-line var BIconBagDashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagDashFill','<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6 9.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z"/>');// eslint-disable-next-line var BIconBagFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagFill','<path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5z"/>');// eslint-disable-next-line var BIconBagPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagPlus','<path fill-rule="evenodd" d="M8 7.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V12a.5.5 0 0 1-1 0v-1.5H6a.5.5 0 0 1 0-1h1.5V8a.5.5 0 0 1 .5-.5z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>');// eslint-disable-next-line var BIconBagPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagPlusFill','<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5V8z"/>');// eslint-disable-next-line var BIconBagX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagX','<path fill-rule="evenodd" d="M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z"/><path d="M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1zm3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4h-3.5zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V5z"/>');// eslint-disable-next-line var BIconBagXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BagXFill','<path fill-rule="evenodd" d="M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM6.854 8.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z"/>');// eslint-disable-next-line var BIconBarChart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BarChart','<path d="M4 11H2v3h2v-3zm5-4H7v7h2V7zm5-5v12h-2V2h2zm-2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zM6 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm-5 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3z"/>');// eslint-disable-next-line var BIconBarChartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BarChartFill','<path d="M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z"/>');// eslint-disable-next-line var BIconBarChartLine=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BarChartLine','<path d="M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2zm1 12h2V2h-2v12zm-3 0V7H7v7h2zm-5 0v-3H2v3h2z"/>');// eslint-disable-next-line var BIconBarChartLineFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BarChartLineFill','<path d="M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1v-3a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3h1V7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7h1V2z"/>');// eslint-disable-next-line var BIconBarChartSteps=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BarChartSteps','<path d="M.5 0a.5.5 0 0 1 .5.5v15a.5.5 0 0 1-1 0V.5A.5.5 0 0 1 .5 0zM2 1.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-4a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-6a.5.5 0 0 1-.5-.5v-1zm2 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1z"/>');// eslint-disable-next-line var BIconBasket=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Basket','<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9H2zM1 7v1h14V7H1zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5zm2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconBasket2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Basket2','<path d="M4 10a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0v-2zm3 0a1 1 0 1 1 2 0v2a1 1 0 0 1-2 0v-2z"/><path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-.623l-1.844 6.456a.75.75 0 0 1-.722.544H3.69a.75.75 0 0 1-.722-.544L1.123 8H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.163 8l1.714 6h8.246l1.714-6H2.163z"/>');// eslint-disable-next-line var BIconBasket2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Basket2Fill','<path d="M5.929 1.757a.5.5 0 1 0-.858-.514L2.217 6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h.623l1.844 6.456A.75.75 0 0 0 3.69 15h8.622a.75.75 0 0 0 .722-.544L14.877 8h.623a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1.717L10.93 1.243a.5.5 0 1 0-.858.514L12.617 6H3.383L5.93 1.757zM4 10a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm3 0a1 1 0 0 1 2 0v2a1 1 0 1 1-2 0v-2zm4-1a1 1 0 0 1 1 1v2a1 1 0 1 1-2 0v-2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconBasket3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Basket3','<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6h-9.21z"/>');// eslint-disable-next-line var BIconBasket3Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Basket3Fill','<path d="M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM2.468 15.426L.943 9h14.114l-1.525 6.426a.75.75 0 0 1-.729.574H3.197a.75.75 0 0 1-.73-.574z"/>');// eslint-disable-next-line var BIconBasketFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BasketFill','<path d="M5.071 1.243a.5.5 0 0 1 .858.514L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 6h1.717L5.07 1.243zM3.5 10.5a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3zm2.5 0a.5.5 0 1 0-1 0v3a.5.5 0 0 0 1 0v-3z"/>');// eslint-disable-next-line var BIconBattery=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Battery','<path d="M0 6a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm2-1a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H2zm14 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>');// eslint-disable-next-line var BIconBatteryCharging=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BatteryCharging','<path d="M9.585 2.568a.5.5 0 0 1 .226.58L8.677 6.832h1.99a.5.5 0 0 1 .364.843l-5.334 5.667a.5.5 0 0 1-.842-.49L5.99 9.167H4a.5.5 0 0 1-.364-.843l5.333-5.667a.5.5 0 0 1 .616-.09z"/><path d="M2 4h4.332l-.94 1H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.38l-.308 1H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2z"/><path d="M2 6h2.45L2.908 7.639A1.5 1.5 0 0 0 3.313 10H2V6zm8.595-2l-.308 1H12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H9.276l-.942 1H12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.405z"/><path d="M12 10h-1.783l1.542-1.639c.097-.103.178-.218.241-.34V10zm0-3.354V6h-.646a1.5 1.5 0 0 1 .646.646zM16 8a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>');// eslint-disable-next-line var BIconBatteryFull=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BatteryFull','<path d="M2 6h10v4H2V6z"/><path d="M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>');// eslint-disable-next-line var BIconBatteryHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BatteryHalf','<path d="M2 6h5v4H2V6z"/><path d="M2 4a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2zm10 1a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10zm4 3a1.5 1.5 0 0 1-1.5 1.5v-3A1.5 1.5 0 0 1 16 8z"/>');// eslint-disable-next-line var BIconBell=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bell','<path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zM8 1.918l-.797.161A4.002 4.002 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4.002 4.002 0 0 0-3.203-3.92L8 1.917zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5.002 5.002 0 0 1 13 6c0 .88.32 4.2 1.22 6z"/>');// eslint-disable-next-line var BIconBellFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BellFill','<path d="M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z"/>');// eslint-disable-next-line var BIconBezier=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bezier','<path fill-rule="evenodd" d="M0 10.5A1.5 1.5 0 0 1 1.5 9h1A1.5 1.5 0 0 1 4 10.5v1A1.5 1.5 0 0 1 2.5 13h-1A1.5 1.5 0 0 1 0 11.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10.5.5A1.5 1.5 0 0 1 13.5 9h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM6 4.5A1.5 1.5 0 0 1 7.5 3h1A1.5 1.5 0 0 1 10 4.5v1A1.5 1.5 0 0 1 8.5 7h-1A1.5 1.5 0 0 1 6 5.5v-1zM7.5 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/><path d="M6 4.5H1.866a1 1 0 1 0 0 1h2.668A6.517 6.517 0 0 0 1.814 9H2.5c.123 0 .244.015.358.043a5.517 5.517 0 0 1 3.185-3.185A1.503 1.503 0 0 1 6 5.5v-1zm3.957 1.358A1.5 1.5 0 0 0 10 5.5v-1h4.134a1 1 0 1 1 0 1h-2.668a6.517 6.517 0 0 1 2.72 3.5H13.5c-.123 0-.243.015-.358.043a5.517 5.517 0 0 0-3.185-3.185z"/>');// eslint-disable-next-line var BIconBezier2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bezier2','<path fill-rule="evenodd" d="M1 2.5A1.5 1.5 0 0 1 2.5 1h1A1.5 1.5 0 0 1 5 2.5h4.134a1 1 0 1 1 0 1h-2.01c.18.18.34.381.484.605.638.992.892 2.354.892 3.895 0 1.993.257 3.092.713 3.7.356.476.895.721 1.787.784A1.5 1.5 0 0 1 12.5 11h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5H6.866a1 1 0 1 1 0-1h1.711a2.839 2.839 0 0 1-.165-.2C7.743 11.407 7.5 10.007 7.5 8c0-1.46-.246-2.597-.733-3.355-.39-.605-.952-1-1.767-1.112A1.5 1.5 0 0 1 3.5 5h-1A1.5 1.5 0 0 1 1 3.5v-1zM2.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm10 10a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconBicycle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bicycle','<path d="M4 4.5a.5.5 0 0 1 .5-.5H6a.5.5 0 0 1 0 1v.5h4.14l.386-1.158A.5.5 0 0 1 11 4h1a.5.5 0 0 1 0 1h-.64l-.311.935.807 1.29a3 3 0 1 1-.848.53l-.508-.812-2.076 3.322A.5.5 0 0 1 8 10.5H5.959a3 3 0 1 1-1.815-3.274L5 5.856V5h-.5a.5.5 0 0 1-.5-.5zm1.5 2.443l-.508.814c.5.444.85 1.054.967 1.743h1.139L5.5 6.943zM8 9.057L9.598 6.5H6.402L8 9.057zM4.937 9.5a1.997 1.997 0 0 0-.487-.877l-.548.877h1.035zM3.603 8.092A2 2 0 1 0 4.937 10.5H3a.5.5 0 0 1-.424-.765l1.027-1.643zm7.947.53a2 2 0 1 0 .848-.53l1.026 1.643a.5.5 0 1 1-.848.53L11.55 8.623z"/>');// eslint-disable-next-line var BIconBinoculars=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Binoculars','<path d="M3 2.5A1.5 1.5 0 0 1 4.5 1h1A1.5 1.5 0 0 1 7 2.5V5h2V2.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5v2.382a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V14.5a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 14.5v-3a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5v3A1.5 1.5 0 0 1 5.5 16h-3A1.5 1.5 0 0 1 1 14.5V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V2.5zM4.5 2a.5.5 0 0 0-.5.5V3h2v-.5a.5.5 0 0 0-.5-.5h-1zM6 4H4v.882a1.5 1.5 0 0 1-.83 1.342l-.894.447A.5.5 0 0 0 2 7.118V13h4v-1.293l-.854-.853A.5.5 0 0 1 5 10.5v-1A1.5 1.5 0 0 1 6.5 8h3A1.5 1.5 0 0 1 11 9.5v1a.5.5 0 0 1-.146.354l-.854.853V13h4V7.118a.5.5 0 0 0-.276-.447l-.895-.447A1.5 1.5 0 0 1 12 4.882V4h-2v1.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V4zm4-1h2v-.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V3zm4 11h-4v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14zm-8 0H2v.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V14z"/>');// eslint-disable-next-line var BIconBinocularsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BinocularsFill','<path d="M4.5 1A1.5 1.5 0 0 0 3 2.5V3h4v-.5A1.5 1.5 0 0 0 5.5 1h-1zM7 4v1h2V4h4v.882a.5.5 0 0 0 .276.447l.895.447A1.5 1.5 0 0 1 15 7.118V13H9v-1.5a.5.5 0 0 1 .146-.354l.854-.853V9.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v.793l.854.853A.5.5 0 0 1 7 11.5V13H1V7.118a1.5 1.5 0 0 1 .83-1.342l.894-.447A.5.5 0 0 0 3 4.882V4h4zM1 14v.5A1.5 1.5 0 0 0 2.5 16h3A1.5 1.5 0 0 0 7 14.5V14H1zm8 0v.5a1.5 1.5 0 0 0 1.5 1.5h3a1.5 1.5 0 0 0 1.5-1.5V14H9zm4-11H9v-.5A1.5 1.5 0 0 1 10.5 1h1A1.5 1.5 0 0 1 13 2.5V3z"/>');// eslint-disable-next-line var BIconBlockquoteLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BlockquoteLeft','<path d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm5 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm-5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm.79-5.373c.112-.078.26-.17.444-.275L3.524 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282c.024-.203.065-.37.123-.498a1.38 1.38 0 0 1 .252-.37 1.94 1.94 0 0 1 .346-.298zm2.167 0c.113-.078.262-.17.445-.275L5.692 6c-.122.074-.272.17-.452.287-.18.117-.35.26-.51.428a2.425 2.425 0 0 0-.398.562c-.11.207-.164.438-.164.692 0 .36.072.65.217.873.144.219.385.328.72.328.215 0 .383-.07.504-.211a.697.697 0 0 0 .188-.463c0-.23-.07-.404-.211-.521-.137-.121-.326-.182-.568-.182h-.282a1.75 1.75 0 0 1 .118-.492c.058-.13.144-.254.257-.375a1.94 1.94 0 0 1 .346-.3z"/>');// eslint-disable-next-line var BIconBlockquoteRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BlockquoteRight','<path d="M2.5 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-6zm0 3a.5.5 0 0 0 0 1h11a.5.5 0 0 0 0-1h-11zm10.113-5.373a6.59 6.59 0 0 0-.445-.275l.21-.352c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.326-.182.569-.182h.281a1.686 1.686 0 0 0-.123-.498 1.379 1.379 0 0 0-.252-.37 1.94 1.94 0 0 0-.346-.298zm-2.168 0A6.59 6.59 0 0 0 10 6.352L10.21 6c.122.074.272.17.452.287.18.117.35.26.51.428.156.164.289.351.398.562.11.207.164.438.164.692 0 .36-.072.65-.216.873-.145.219-.385.328-.721.328-.215 0-.383-.07-.504-.211a.697.697 0 0 1-.188-.463c0-.23.07-.404.211-.521.137-.121.327-.182.569-.182h.281a1.749 1.749 0 0 0-.117-.492 1.402 1.402 0 0 0-.258-.375 1.94 1.94 0 0 0-.346-.3z"/>');// eslint-disable-next-line var BIconBook=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Book','<path d="M1 2.828c.885-.37 2.154-.769 3.388-.893 1.33-.134 2.458.063 3.112.752v9.746c-.935-.53-2.12-.603-3.213-.493-1.18.12-2.37.461-3.287.811V2.828zm7.5-.141c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>');// eslint-disable-next-line var BIconBookFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookFill','<path d="M8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>');// eslint-disable-next-line var BIconBookHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookHalf','<path d="M8.5 2.687c.654-.689 1.782-.886 3.112-.752 1.234.124 2.503.523 3.388.893v9.923c-.918-.35-2.107-.692-3.287-.81-1.094-.111-2.278-.039-3.213.492V2.687zM8 1.783C7.015.936 5.587.81 4.287.94c-1.514.153-3.042.672-3.994 1.105A.5.5 0 0 0 0 2.5v11a.5.5 0 0 0 .707.455c.882-.4 2.303-.881 3.68-1.02 1.409-.142 2.59.087 3.223.877a.5.5 0 0 0 .78 0c.633-.79 1.814-1.019 3.222-.877 1.378.139 2.8.62 3.681 1.02A.5.5 0 0 0 16 13.5v-11a.5.5 0 0 0-.293-.455c-.952-.433-2.48-.952-3.994-1.105C10.413.809 8.985.936 8 1.783z"/>');// eslint-disable-next-line var BIconBookmark=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bookmark','<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkCheck','<path fill-rule="evenodd" d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkCheckFill','<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm8.854-9.646a.5.5 0 0 0-.708-.708L7.5 7.793 6.354 6.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>');// eslint-disable-next-line var BIconBookmarkDash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkDash','<path fill-rule="evenodd" d="M5.5 6.5A.5.5 0 0 1 6 6h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkDashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkDashFill','<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6 6a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z"/>');// eslint-disable-next-line var BIconBookmarkFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkFill','<path d="M2 2v13.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2z"/>');// eslint-disable-next-line var BIconBookmarkHeart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkHeart','<path fill-rule="evenodd" d="M8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkHeartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkHeartFill','<path d="M2 15.5a.5.5 0 0 0 .74.439L8 13.069l5.26 2.87A.5.5 0 0 0 14 15.5V2a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v13.5zM8 4.41c1.387-1.425 4.854 1.07 0 4.277C3.146 5.48 6.613 2.986 8 4.412z"/>');// eslint-disable-next-line var BIconBookmarkPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkPlus','<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkPlusFill','<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zm6.5-11a.5.5 0 0 0-1 0V6H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V7H10a.5.5 0 0 0 0-1H8.5V4.5z"/>');// eslint-disable-next-line var BIconBookmarkStar=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkStar','<path d="M7.84 4.1a.178.178 0 0 1 .32 0l.634 1.285a.178.178 0 0 0 .134.098l1.42.206c.145.021.204.2.098.303L9.42 6.993a.178.178 0 0 0-.051.158l.242 1.414a.178.178 0 0 1-.258.187l-1.27-.668a.178.178 0 0 0-.165 0l-1.27.668a.178.178 0 0 1-.257-.187l.242-1.414a.178.178 0 0 0-.05-.158l-1.03-1.001a.178.178 0 0 1 .098-.303l1.42-.206a.178.178 0 0 0 .134-.098L7.84 4.1z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkStarFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkStarFill','<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM8.16 4.1a.178.178 0 0 0-.32 0l-.634 1.285a.178.178 0 0 1-.134.098l-1.42.206a.178.178 0 0 0-.098.303L6.58 6.993c.042.041.061.1.051.158L6.39 8.565a.178.178 0 0 0 .258.187l1.27-.668a.178.178 0 0 1 .165 0l1.27.668a.178.178 0 0 0 .257-.187L9.368 7.15a.178.178 0 0 1 .05-.158l1.028-1.001a.178.178 0 0 0-.098-.303l-1.42-.206a.178.178 0 0 1-.134-.098L8.16 4.1z"/>');// eslint-disable-next-line var BIconBookmarkX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkX','<path fill-rule="evenodd" d="M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.777.416L8 13.101l-5.223 2.815A.5.5 0 0 1 2 15.5V2zm2-1a1 1 0 0 0-1 1v12.566l4.723-2.482a.5.5 0 0 1 .554 0L13 14.566V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconBookmarkXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarkXFill','<path fill-rule="evenodd" d="M2 15.5V2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v13.5a.5.5 0 0 1-.74.439L8 13.069l-5.26 2.87A.5.5 0 0 1 2 15.5zM6.854 5.146a.5.5 0 1 0-.708.708L7.293 7 6.146 8.146a.5.5 0 1 0 .708.708L8 7.707l1.146 1.147a.5.5 0 1 0 .708-.708L8.707 7l1.147-1.146a.5.5 0 0 0-.708-.708L8 6.293 6.854 5.146z"/>');// eslint-disable-next-line var BIconBookmarks=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bookmarks','<path d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4zm2-1a1 1 0 0 0-1 1v10.566l3.723-2.482a.5.5 0 0 1 .554 0L11 14.566V4a1 1 0 0 0-1-1H4z"/><path d="M4.268 1H12a1 1 0 0 1 1 1v11.768l.223.148A.5.5 0 0 0 14 13.5V2a2 2 0 0 0-2-2H6a2 2 0 0 0-1.732 1z"/>');// eslint-disable-next-line var BIconBookmarksFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BookmarksFill','<path d="M2 4a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L7 13.101l-4.223 2.815A.5.5 0 0 1 2 15.5V4z"/><path d="M4.268 1A2 2 0 0 1 6 0h6a2 2 0 0 1 2 2v11.5a.5.5 0 0 1-.777.416L13 13.768V2a1 1 0 0 0-1-1H4.268z"/>');// eslint-disable-next-line var BIconBookshelf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bookshelf','<path d="M2.5 0a.5.5 0 0 1 .5.5V2h10V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-1 0V15H3v.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zM3 14h10v-3H3v3zm0-4h10V7H3v3zm0-4h10V3H3v3z"/>');// eslint-disable-next-line var BIconBootstrap=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bootstrap','<path d="M5.062 12h3.475c1.804 0 2.888-.908 2.888-2.396 0-1.102-.761-1.916-1.904-2.034v-.1c.832-.14 1.482-.93 1.482-1.816 0-1.3-.955-2.11-2.542-2.11H5.062V12zm1.313-4.875V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762V8.162h1.822c1.236 0 1.887.463 1.887 1.348 0 .896-.627 1.377-1.811 1.377H6.375z"/><path d="M0 4a4 4 0 0 1 4-4h8a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4zm4-3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3H4z"/>');// eslint-disable-next-line var BIconBootstrapFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BootstrapFill','<path d="M6.375 7.125V4.658h1.78c.973 0 1.542.457 1.542 1.237 0 .802-.604 1.23-1.764 1.23H6.375zm0 3.762h1.898c1.184 0 1.81-.48 1.81-1.377 0-.885-.65-1.348-1.886-1.348H6.375v2.725z"/><path d="M4.002 0a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4h-8zm1.06 12V3.545h3.399c1.587 0 2.543.809 2.543 2.11 0 .884-.65 1.675-1.483 1.816v.1c1.143.117 1.904.931 1.904 2.033 0 1.488-1.084 2.396-2.888 2.396H5.062z"/>');// eslint-disable-next-line var BIconBootstrapReboot=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BootstrapReboot','<path d="M1.161 8a6.84 6.84 0 1 0 6.842-6.84.58.58 0 0 1 0-1.16 8 8 0 1 1-6.556 3.412l-.663-.577a.58.58 0 0 1 .227-.997l2.52-.69a.58.58 0 0 1 .728.633l-.332 2.592a.58.58 0 0 1-.956.364l-.643-.56A6.812 6.812 0 0 0 1.16 8z"/><path d="M6.641 11.671V8.843h1.57l1.498 2.828h1.314L9.377 8.665c.897-.3 1.427-1.106 1.427-2.1 0-1.37-.943-2.246-2.456-2.246H5.5v7.352h1.141zm0-3.75V5.277h1.57c.881 0 1.416.499 1.416 1.32 0 .84-.504 1.324-1.386 1.324h-1.6z"/>');// eslint-disable-next-line var BIconBorderStyle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BorderStyle','<path d="M1 3.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm8 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-4-4a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-1z"/>');// eslint-disable-next-line var BIconBorderWidth=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BorderWidth','<path d="M0 3.5A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-2zm0 5A.5.5 0 0 1 .5 8h15a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1zm0 4a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconBoundingBox=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoundingBox','<path d="M5 2V0H0v5h2v6H0v5h5v-2h6v2h5v-5h-2V5h2V0h-5v2H5zm6 1v2h2v6h-2v2H5v-2H3V5h2V3h6zm1-2h3v3h-3V1zm3 11v3h-3v-3h3zM4 15H1v-3h3v3zM1 4V1h3v3H1z"/>');// eslint-disable-next-line var BIconBoundingBoxCircles=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoundingBoxCircles','<path d="M2 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM0 2a2 2 0 0 1 3.937-.5h8.126A2 2 0 1 1 14.5 3.937v8.126a2 2 0 1 1-2.437 2.437H3.937A2 2 0 1 1 1.5 12.063V3.937A2 2 0 0 1 0 2zm2.5 1.937v8.126c.703.18 1.256.734 1.437 1.437h8.126a2.004 2.004 0 0 1 1.437-1.437V3.937A2.004 2.004 0 0 1 12.063 2.5H3.937A2.004 2.004 0 0 1 2.5 3.937zM14 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zM2 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>');// eslint-disable-next-line var BIconBox=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Box','<path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"/>');// eslint-disable-next-line var BIconBoxArrowDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowDown','<path fill-rule="evenodd" d="M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z"/><path fill-rule="evenodd" d="M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z"/>');// eslint-disable-next-line var BIconBoxArrowDownLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowDownLeft','<path fill-rule="evenodd" d="M7.364 12.5a.5.5 0 0 0 .5.5H14.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 14.5 0h-10A1.5 1.5 0 0 0 3 1.5v6.636a.5.5 0 1 0 1 0V1.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H7.864a.5.5 0 0 0-.5.5z"/><path fill-rule="evenodd" d="M0 15.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H1.707l8.147-8.146a.5.5 0 0 0-.708-.708L1 14.293V10.5a.5.5 0 0 0-1 0v5z"/>');// eslint-disable-next-line var BIconBoxArrowDownRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowDownRight','<path fill-rule="evenodd" d="M8.636 12.5a.5.5 0 0 1-.5.5H1.5A1.5 1.5 0 0 1 0 11.5v-10A1.5 1.5 0 0 1 1.5 0h10A1.5 1.5 0 0 1 13 1.5v6.636a.5.5 0 0 1-1 0V1.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M16 15.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L6.146 6.854a.5.5 0 1 1 .708-.708L15 14.293V10.5a.5.5 0 0 1 1 0v5z"/>');// eslint-disable-next-line var BIconBoxArrowInDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInDown','<path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z"/><path fill-rule="evenodd" d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>');// eslint-disable-next-line var BIconBoxArrowInDownLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInDownLeft','<path fill-rule="evenodd" d="M9.636 2.5a.5.5 0 0 0-.5-.5H2.5A1.5 1.5 0 0 0 1 3.5v10A1.5 1.5 0 0 0 2.5 15h10a1.5 1.5 0 0 0 1.5-1.5V6.864a.5.5 0 0 0-1 0V13.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/><path fill-rule="evenodd" d="M5 10.5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 0-1H6.707l8.147-8.146a.5.5 0 0 0-.708-.708L6 9.293V5.5a.5.5 0 0 0-1 0v5z"/>');// eslint-disable-next-line var BIconBoxArrowInDownRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInDownRight','<path fill-rule="evenodd" d="M6.364 2.5a.5.5 0 0 1 .5-.5H13.5A1.5 1.5 0 0 1 15 3.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 2 13.5V6.864a.5.5 0 1 1 1 0V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H6.864a.5.5 0 0 1-.5-.5z"/><path fill-rule="evenodd" d="M11 10.5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1 0-1h3.793L1.146 1.854a.5.5 0 1 1 .708-.708L10 9.293V5.5a.5.5 0 0 1 1 0v5z"/>');// eslint-disable-next-line var BIconBoxArrowInLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInLeft','<path fill-rule="evenodd" d="M10 3.5a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 1 1 0v2A1.5 1.5 0 0 1 9.5 14h-8A1.5 1.5 0 0 1 0 12.5v-9A1.5 1.5 0 0 1 1.5 2h8A1.5 1.5 0 0 1 11 3.5v2a.5.5 0 0 1-1 0v-2z"/><path fill-rule="evenodd" d="M4.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H14.5a.5.5 0 0 1 0 1H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z"/>');// eslint-disable-next-line var BIconBoxArrowInRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInRight','<path fill-rule="evenodd" d="M6 3.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 0-1 0v2A1.5 1.5 0 0 0 6.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-8A1.5 1.5 0 0 0 5 3.5v2a.5.5 0 0 0 1 0v-2z"/><path fill-rule="evenodd" d="M11.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H1.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z"/>');// eslint-disable-next-line var BIconBoxArrowInUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInUp','<path fill-rule="evenodd" d="M3.5 10a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 0 0 1h2A1.5 1.5 0 0 0 14 9.5v-8A1.5 1.5 0 0 0 12.5 0h-9A1.5 1.5 0 0 0 2 1.5v8A1.5 1.5 0 0 0 3.5 11h2a.5.5 0 0 0 0-1h-2z"/><path fill-rule="evenodd" d="M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z"/>');// eslint-disable-next-line var BIconBoxArrowInUpLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInUpLeft','<path fill-rule="evenodd" d="M9.636 13.5a.5.5 0 0 1-.5.5H2.5A1.5 1.5 0 0 1 1 12.5v-10A1.5 1.5 0 0 1 2.5 1h10A1.5 1.5 0 0 1 14 2.5v6.636a.5.5 0 0 1-1 0V2.5a.5.5 0 0 0-.5-.5h-10a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h6.636a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M5 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H6.707l8.147 8.146a.5.5 0 0 1-.708.708L6 6.707V10.5a.5.5 0 0 1-1 0v-5z"/>');// eslint-disable-next-line var BIconBoxArrowInUpRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowInUpRight','<path fill-rule="evenodd" d="M6.364 13.5a.5.5 0 0 0 .5.5H13.5a1.5 1.5 0 0 0 1.5-1.5v-10A1.5 1.5 0 0 0 13.5 1h-10A1.5 1.5 0 0 0 2 2.5v6.636a.5.5 0 1 0 1 0V2.5a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H6.864a.5.5 0 0 0-.5.5z"/><path fill-rule="evenodd" d="M11 5.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793l-8.147 8.146a.5.5 0 0 0 .708.708L10 6.707V10.5a.5.5 0 0 0 1 0v-5z"/>');// eslint-disable-next-line var BIconBoxArrowLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowLeft','<path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-8a.5.5 0 0 0-.5.5v2a.5.5 0 0 1-1 0v-2A1.5 1.5 0 0 1 6.5 2h8A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 5 12.5v-2a.5.5 0 0 1 1 0v2z"/><path fill-rule="evenodd" d="M.146 8.354a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L1.707 7.5H10.5a.5.5 0 0 1 0 1H1.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3z"/>');// eslint-disable-next-line var BIconBoxArrowRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowRight','<path fill-rule="evenodd" d="M10 12.5a.5.5 0 0 1-.5.5h-8a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v2a.5.5 0 0 0 1 0v-2A1.5 1.5 0 0 0 9.5 2h-8A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h8a1.5 1.5 0 0 0 1.5-1.5v-2a.5.5 0 0 0-1 0v2z"/><path fill-rule="evenodd" d="M15.854 8.354a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708.708L14.293 7.5H5.5a.5.5 0 0 0 0 1h8.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3z"/>');// eslint-disable-next-line var BIconBoxArrowUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowUp','<path fill-rule="evenodd" d="M3.5 6a.5.5 0 0 0-.5.5v8a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-8a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 1 0-1h2A1.5 1.5 0 0 1 14 6.5v8a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-8A1.5 1.5 0 0 1 3.5 5h2a.5.5 0 0 1 0 1h-2z"/><path fill-rule="evenodd" d="M7.646.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 1.707V10.5a.5.5 0 0 1-1 0V1.707L5.354 3.854a.5.5 0 1 1-.708-.708l3-3z"/>');// eslint-disable-next-line var BIconBoxArrowUpLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowUpLeft','<path fill-rule="evenodd" d="M7.364 3.5a.5.5 0 0 1 .5-.5H14.5A1.5 1.5 0 0 1 16 4.5v10a1.5 1.5 0 0 1-1.5 1.5h-10A1.5 1.5 0 0 1 3 14.5V7.864a.5.5 0 1 1 1 0V14.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5v-10a.5.5 0 0 0-.5-.5H7.864a.5.5 0 0 1-.5-.5z"/><path fill-rule="evenodd" d="M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 0 1H1.707l8.147 8.146a.5.5 0 0 1-.708.708L1 1.707V5.5a.5.5 0 0 1-1 0v-5z"/>');// eslint-disable-next-line var BIconBoxArrowUpRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxArrowUpRight','<path fill-rule="evenodd" d="M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z"/><path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z"/>');// eslint-disable-next-line var BIconBoxSeam=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BoxSeam','<path d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"/>');// eslint-disable-next-line var BIconBraces=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Braces','<path d="M2.114 8.063V7.9c1.005-.102 1.497-.615 1.497-1.6V4.503c0-1.094.39-1.538 1.354-1.538h.273V2h-.376C3.25 2 2.49 2.759 2.49 4.352v1.524c0 1.094-.376 1.456-1.49 1.456v1.299c1.114 0 1.49.362 1.49 1.456v1.524c0 1.593.759 2.352 2.372 2.352h.376v-.964h-.273c-.964 0-1.354-.444-1.354-1.538V9.663c0-.984-.492-1.497-1.497-1.6zM13.886 7.9v.163c-1.005.103-1.497.616-1.497 1.6v1.798c0 1.094-.39 1.538-1.354 1.538h-.273v.964h.376c1.613 0 2.372-.759 2.372-2.352v-1.524c0-1.094.376-1.456 1.49-1.456V7.332c-1.114 0-1.49-.362-1.49-1.456V4.352C13.51 2.759 12.75 2 11.138 2h-.376v.964h.273c.964 0 1.354.444 1.354 1.538V6.3c0 .984.492 1.497 1.497 1.6z"/>');// eslint-disable-next-line var BIconBricks=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bricks','<path d="M0 .5A.5.5 0 0 1 .5 0h15a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H14v2h1.5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5H2v-2H.5a.5.5 0 0 1-.5-.5v-3A.5.5 0 0 1 .5 6H2V4H.5a.5.5 0 0 1-.5-.5v-3zM3 4v2h4.5V4H3zm5.5 0v2H13V4H8.5zM3 10v2h4.5v-2H3zm5.5 0v2H13v-2H8.5zM1 1v2h3.5V1H1zm4.5 0v2h5V1h-5zm6 0v2H15V1h-3.5zM1 7v2h3.5V7H1zm4.5 0v2h5V7h-5zm6 0v2H15V7h-3.5zM1 13v2h3.5v-2H1zm4.5 0v2h5v-2h-5zm6 0v2H15v-2h-3.5z"/>');// eslint-disable-next-line var BIconBriefcase=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Briefcase','<path d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5zm1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0zM1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconBriefcaseFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BriefcaseFill','<path d="M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v1.384l7.614 2.03a1.5 1.5 0 0 0 .772 0L16 5.884V4.5A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1h-3zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5z"/><path d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z"/>');// eslint-disable-next-line var BIconBrightnessAltHigh=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessAltHigh','<path d="M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z"/>');// eslint-disable-next-line var BIconBrightnessAltHighFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessAltHighFill','<path d="M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm8 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zm-13.5.5a.5.5 0 0 0 0-1h-2a.5.5 0 0 0 0 1h2zm11.157-6.157a.5.5 0 0 1 0 .707l-1.414 1.414a.5.5 0 1 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm-9.9 2.121a.5.5 0 0 0 .707-.707L3.05 5.343a.5.5 0 1 0-.707.707l1.414 1.414zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z"/>');// eslint-disable-next-line var BIconBrightnessAltLow=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessAltLow','<path d="M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4zm0 1a3 3 0 0 1 2.959 2.5H5.04A3 3 0 0 1 8 8z"/>');// eslint-disable-next-line var BIconBrightnessAltLowFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessAltLowFill','<path d="M8.5 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5 6a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 11a.5.5 0 1 0 1 0 .5.5 0 0 0-1 0zm10.243-3.536a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-8.486-.707a.5.5 0 1 0 .707.707.5.5 0 0 0-.707-.707zM8 7a4 4 0 0 0-4 4 .5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5 4 4 0 0 0-4-4z"/>');// eslint-disable-next-line var BIconBrightnessHigh=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessHigh','<path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/>');// eslint-disable-next-line var BIconBrightnessHighFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessHighFill','<path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"/>');// eslint-disable-next-line var BIconBrightnessLow=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessLow','<path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm.5-9.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z"/>');// eslint-disable-next-line var BIconBrightnessLowFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrightnessLowFill','<path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8.5 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 11a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm5-5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-11 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9.743-4.036a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm-7.779 7.779a.5.5 0 1 1-.707-.707.5.5 0 0 1 .707.707zm7.072 0a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707zM3.757 4.464a.5.5 0 1 1 .707-.707.5.5 0 0 1-.707.707z"/>');// eslint-disable-next-line var BIconBroadcast=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Broadcast','<path d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 0 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>');// eslint-disable-next-line var BIconBroadcastPin=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BroadcastPin','<path d="M3.05 3.05a7 7 0 0 0 0 9.9.5.5 0 0 1-.707.707 8 8 0 0 1 0-11.314.5.5 0 0 1 .707.707zm2.122 2.122a4 4 0 0 0 0 5.656.5.5 0 0 1-.708.708 5 5 0 0 1 0-7.072.5.5 0 0 1 .708.708zm5.656-.708a.5.5 0 0 1 .708 0 5 5 0 0 1 0 7.072.5.5 0 1 1-.708-.708 4 4 0 0 0 0-5.656.5.5 0 0 1 0-.708zm2.122-2.12a.5.5 0 0 1 .707 0 8 8 0 0 1 0 11.313.5.5 0 0 1-.707-.707 7 7 0 0 0 0-9.9.5.5 0 0 1 0-.707zM6 8a2 2 0 1 1 2.5 1.937V15.5a.5.5 0 0 1-1 0V9.937A2 2 0 0 1 6 8z"/>');// eslint-disable-next-line var BIconBrush=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Brush','<path d="M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.117 8.117 0 0 1-3.078.132 3.658 3.658 0 0 1-.563-.135 1.382 1.382 0 0 1-.465-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.393-.197.625-.453.867-.826.094-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.2-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.175-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04zM4.705 11.912a1.23 1.23 0 0 0-.419-.1c-.247-.013-.574.05-.88.479a11.01 11.01 0 0 0-.5.777l-.104.177c-.107.181-.213.362-.32.528-.206.317-.438.61-.76.861a7.127 7.127 0 0 0 2.657-.12c.559-.139.843-.569.993-1.06a3.121 3.121 0 0 0 .126-.75l-.793-.792zm1.44.026c.12-.04.277-.1.458-.183a5.068 5.068 0 0 0 1.535-1.1c1.9-1.996 4.412-5.57 6.052-8.631-2.591 1.927-5.566 4.66-7.302 6.792-.442.543-.796 1.243-1.042 1.826a11.507 11.507 0 0 0-.276.721l.575.575zm-4.973 3.04l.007-.005a.031.031 0 0 1-.007.004zm3.582-3.043l.002.001h-.002z"/>');// eslint-disable-next-line var BIconBrushFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BrushFill','<path d="M15.825.12a.5.5 0 0 1 .132.584c-1.53 3.43-4.743 8.17-7.095 10.64a6.067 6.067 0 0 1-2.373 1.534c-.018.227-.06.538-.16.868-.201.659-.667 1.479-1.708 1.74a8.117 8.117 0 0 1-3.078.132 3.658 3.658 0 0 1-.563-.135 1.382 1.382 0 0 1-.465-.247.714.714 0 0 1-.204-.288.622.622 0 0 1 .004-.443c.095-.245.316-.38.461-.452.393-.197.625-.453.867-.826.094-.144.184-.297.287-.472l.117-.198c.151-.255.326-.54.546-.848.528-.739 1.2-.925 1.746-.896.126.007.243.025.348.048.062-.172.142-.38.238-.608.261-.619.658-1.419 1.187-2.069 2.175-2.67 6.18-6.206 9.117-8.104a.5.5 0 0 1 .596.04z"/>');// eslint-disable-next-line var BIconBucket=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bucket','<path d="M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527zm9.892 1l-1.286 8.574a.5.5 0 0 1-.494.426H4.36a.5.5 0 0 1-.494-.426L2.58 6h10.838z"/>');// eslint-disable-next-line var BIconBucketFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BucketFill','<path d="M2.522 5H2a.5.5 0 0 0-.494.574l1.372 9.149A1.5 1.5 0 0 0 4.36 16h7.278a1.5 1.5 0 0 0 1.483-1.277l1.373-9.149A.5.5 0 0 0 14 5h-.522A5.5 5.5 0 0 0 2.522 5zm1.005 0a4.5 4.5 0 0 1 8.945 0H3.527z"/>');// eslint-disable-next-line var BIconBug=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bug','<path d="M4.355.522a.5.5 0 0 1 .623.333l.291.956A4.979 4.979 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A4.985 4.985 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623zM4 7v4a4 4 0 0 0 3.5 3.97V7H4zm4.5 0v7.97A4 4 0 0 0 12 11V7H8.5zM12 6a3.989 3.989 0 0 0-1.334-2.982A3.983 3.983 0 0 0 8 2a3.983 3.983 0 0 0-2.667 1.018A3.989 3.989 0 0 0 4 6h8z"/>');// eslint-disable-next-line var BIconBugFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('BugFill','<path d="M4.978.855a.5.5 0 1 0-.956.29l.41 1.352A4.985 4.985 0 0 0 3 6h10a4.985 4.985 0 0 0-1.432-3.503l.41-1.352a.5.5 0 1 0-.956-.29l-.291.956A4.978 4.978 0 0 0 8 1a4.979 4.979 0 0 0-2.731.811l-.29-.956z"/><path d="M13 6v1H8.5v8.975A5 5 0 0 0 13 11h.5a.5.5 0 0 1 .5.5v.5a.5.5 0 1 0 1 0v-.5a1.5 1.5 0 0 0-1.5-1.5H13V9h1.5a.5.5 0 0 0 0-1H13V7h.5A1.5 1.5 0 0 0 15 5.5V5a.5.5 0 0 0-1 0v.5a.5.5 0 0 1-.5.5H13zm-5.5 9.975V7H3V6h-.5a.5.5 0 0 1-.5-.5V5a.5.5 0 0 0-1 0v.5A1.5 1.5 0 0 0 2.5 7H3v1H1.5a.5.5 0 0 0 0 1H3v1h-.5A1.5 1.5 0 0 0 1 11.5v.5a.5.5 0 1 0 1 0v-.5a.5.5 0 0 1 .5-.5H3a5 5 0 0 0 4.5 4.975z"/>');// eslint-disable-next-line var BIconBuilding=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Building','<path fill-rule="evenodd" d="M14.763.075A.5.5 0 0 1 15 .5v15a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V14h-1v1.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V10a.5.5 0 0 1 .342-.474L6 7.64V4.5a.5.5 0 0 1 .276-.447l8-4a.5.5 0 0 1 .487.022zM6 8.694L1 10.36V15h5V8.694zM7 15h2v-1.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5V15h2V1.309l-7 3.5V15z"/><path d="M2 11h1v1H2v-1zm2 0h1v1H4v-1zm-2 2h1v1H2v-1zm2 0h1v1H4v-1zm4-4h1v1H8V9zm2 0h1v1h-1V9zm-2 2h1v1H8v-1zm2 0h1v1h-1v-1zm2-2h1v1h-1V9zm0 2h1v1h-1v-1zM8 7h1v1H8V7zm2 0h1v1h-1V7zm2 0h1v1h-1V7zM8 5h1v1H8V5zm2 0h1v1h-1V5zm2 0h1v1h-1V5zm0-2h1v1h-1V3z"/>');// eslint-disable-next-line var BIconBullseye=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Bullseye','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 13A5 5 0 1 1 8 3a5 5 0 0 1 0 10zm0 1A6 6 0 1 0 8 2a6 6 0 0 0 0 12z"/><path d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8z"/><path d="M9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconCalculator=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calculator','<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M4 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-2zm0 4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-4z"/>');// eslint-disable-next-line var BIconCalculatorFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalculatorFill','<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2 .5v2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0-.5.5zm0 4v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM4.5 9a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM4 12.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zM7.5 6a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM7 9.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM10 6.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm.5 2.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconCalendar=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendar2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2Check=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Check','<path d="M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2CheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2CheckFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.6 5.854a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/>');// eslint-disable-next-line var BIconCalendar2Date=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Date','<path d="M6.445 12.688V7.354h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2DateFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2DateFill','<path d="M9.402 10.246c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-4.118 9.79c1.258 0 2-1.067 2-2.872 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684c.047.64.594 1.406 1.703 1.406zm-2.89-5.435h-.633A12.6 12.6 0 0 0 4.5 8.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675V7.354z"/>');// eslint-disable-next-line var BIconCalendar2Day=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Day','<path d="M4.684 12.523v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V8.418h-.672v4.105z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2DayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2DayFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-2.24 4.855a.428.428 0 1 0 0-.855.426.426 0 0 0-.429.43c0 .238.192.425.43.425zm.337.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z"/>');// eslint-disable-next-line var BIconCalendar2Event=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Event','<path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2EventFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2EventFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM11.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconCalendar2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Fill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM2.545 3h10.91c.3 0 .545.224.545.5v1c0 .276-.244.5-.546.5H2.545C2.245 5 2 4.776 2 4.5v-1c0-.276.244-.5.545-.5z"/>');// eslint-disable-next-line var BIconCalendar2Minus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Minus','<path d="M5.5 10.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2MinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2MinusFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM6 10a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1H6z"/>');// eslint-disable-next-line var BIconCalendar2Month=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Month','<path d="M2.56 12.332l.54-1.602h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zm1.544-4.527L4.9 10.18H3.284l.8-2.375h.02zm5.746.422h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2MonthFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2MonthFill','<path d="M4.104 7.805L4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM2.561 12.332L3.1 10.73h1.984l.54 1.602h.718L4.444 7h-.696L1.85 12.332h.71zM9.85 8.227h-.676v2.543c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V8.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V8.227zm1.273 4.41h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V8.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023-.563 0-.91-.304-.985-.636z"/>');// eslint-disable-next-line var BIconCalendar2Plus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Plus','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM8 8a.5.5 0 0 1 .5.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5A.5.5 0 0 1 8 8z"/>');// eslint-disable-next-line var BIconCalendar2PlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2PlusFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 3.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5H2.545c-.3 0-.545.224-.545.5zm6.5 5a.5.5 0 0 0-1 0V10H6a.5.5 0 0 0 0 1h1.5v1.5a.5.5 0 0 0 1 0V11H10a.5.5 0 0 0 0-1H8.5V8.5z"/>');// eslint-disable-next-line var BIconCalendar2Range=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Range','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM9 8a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zm-8 2h4a1 1 0 1 1 0 2H1v-2z"/>');// eslint-disable-next-line var BIconCalendar2RangeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2RangeFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM10 7a1 1 0 0 0 0 2h5V7h-5zm-4 4a1 1 0 0 0-1-1H1v2h4a1 1 0 0 0 1-1z"/>');// eslint-disable-next-line var BIconCalendar2Week=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2Week','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4zM11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>');// eslint-disable-next-line var BIconCalendar2WeekFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2WeekFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zM8.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM3 10.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconCalendar2X=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2X','<path d="M6.146 8.146a.5.5 0 0 1 .708 0L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 0 1 0-.708z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2z"/><path d="M2.5 4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V4z"/>');// eslint-disable-next-line var BIconCalendar2XFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar2XFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zm9.954 3H2.545c-.3 0-.545.224-.545.5v1c0 .276.244.5.545.5h10.91c.3 0 .545-.224.545-.5v-1c0-.276-.244-.5-.546-.5zm-6.6 5.146a.5.5 0 1 0-.708.708L7.293 10l-1.147 1.146a.5.5 0 0 0 .708.708L8 10.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 10l1.147-1.146a.5.5 0 0 0-.708-.708L8 9.293 6.854 8.146z"/>');// eslint-disable-next-line var BIconCalendar3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3','<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconCalendar3Event=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3Event','<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconCalendar3EventFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3EventFill','<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"/>');// eslint-disable-next-line var BIconCalendar3Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3Fill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2H0zm0 1v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3H0z"/>');// eslint-disable-next-line var BIconCalendar3Range=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3Range','<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M7 10a1 1 0 0 0 0-2H1v2h6zm2-3h6V5H9a1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconCalendar3RangeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3RangeFill','<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 8V3h16v2h-6a1 1 0 1 0 0 2h6v7a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-4h6a1 1 0 1 0 0-2H0z"/>');// eslint-disable-next-line var BIconCalendar3Week=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3Week','<path d="M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z"/><path d="M12 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm2-3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-5 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconCalendar3WeekFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar3WeekFill','<path fill-rule="evenodd" d="M2 0a2 2 0 0 0-2 2h16a2 2 0 0 0-2-2H2zM0 14V3h16v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm12-8a1 1 0 1 0 2 0 1 1 0 0 0-2 0zM5 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm5-2a1 1 0 1 1 0-2 1 1 0 0 1 0 2zM2 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"/>');// eslint-disable-next-line var BIconCalendar4=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar4','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/>');// eslint-disable-next-line var BIconCalendar4Event=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar4Event','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/><path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>');// eslint-disable-next-line var BIconCalendar4Range=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar4Range','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/><path d="M9 7.5a.5.5 0 0 1 .5-.5H15v2H9.5a.5.5 0 0 1-.5-.5v-1zm-2 3v1a.5.5 0 0 1-.5.5H1v-2h5.5a.5.5 0 0 1 .5.5z"/>');// eslint-disable-next-line var BIconCalendar4Week=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Calendar4Week','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1H2zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V5z"/><path d="M11 7.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/>');// eslint-disable-next-line var BIconCalendarCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarCheck','<path d="M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarCheckFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-5.146-5.146l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconCalendarDate=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarDate','<path d="M6.445 11.688V6.354h-.633A12.6 12.6 0 0 0 4.5 7.16v.695c.375-.257.969-.62 1.258-.777h.012v4.61h.675zm1.188-1.305c.047.64.594 1.406 1.703 1.406 1.258 0 2-1.066 2-2.871 0-1.934-.781-2.668-1.953-2.668-.926 0-1.797.672-1.797 1.809 0 1.16.824 1.77 1.676 1.77.746 0 1.23-.376 1.383-.79h.027c-.004 1.316-.461 2.164-1.305 2.164-.664 0-1.008-.45-1.05-.82h-.684zm2.953-2.317c0 .696-.559 1.18-1.184 1.18-.601 0-1.144-.383-1.144-1.2 0-.823.582-1.21 1.168-1.21.633 0 1.16.398 1.16 1.23z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarDateFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarDateFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm5.402 9.746c.625 0 1.184-.484 1.184-1.18 0-.832-.527-1.23-1.16-1.23-.586 0-1.168.387-1.168 1.21 0 .817.543 1.2 1.144 1.2z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-6.664-1.21c-1.11 0-1.656-.767-1.703-1.407h.683c.043.37.387.82 1.051.82.844 0 1.301-.848 1.305-2.164h-.027c-.153.414-.637.79-1.383.79-.852 0-1.676-.61-1.676-1.77 0-1.137.871-1.809 1.797-1.809 1.172 0 1.953.734 1.953 2.668 0 1.805-.742 2.871-2 2.871zm-2.89-5.435v5.332H5.77V8.079h-.012c-.29.156-.883.52-1.258.777V8.16a12.6 12.6 0 0 1 1.313-.805h.632z"/>');// eslint-disable-next-line var BIconCalendarDay=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarDay','<path d="M4.684 11.523v-2.3h2.261v-.61H4.684V6.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V8.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105zm2.805-5.093c0 .238.192.425.43.425a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43zm.094 5.093h.672V7.418h-.672v4.105z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarDayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarDayFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16v9zm-4.785-6.145a.428.428 0 1 0 0-.855.426.426 0 0 0-.43.43c0 .238.192.425.43.425zm.336.563h-.672v4.105h.672V8.418zm-6.867 4.105v-2.3h2.261v-.61H4.684V7.801h2.464v-.61H4v5.332h.684zm3.296 0h.676V9.98c0-.554.227-1.007.953-1.007.125 0 .258.004.329.015v-.613a1.806 1.806 0 0 0-.254-.02c-.582 0-.891.32-1.012.567h-.02v-.504H7.98v4.105z"/>');// eslint-disable-next-line var BIconCalendarEvent=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarEvent','<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarEventFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarEventFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zm-3.5-7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconCalendarFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarFill','<path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5h16V4H0V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconCalendarMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarMinus','<path d="M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarMinusFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconCalendarMonth=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarMonth','<path d="M2.56 11.332L3.1 9.73h1.984l.54 1.602h.718L4.444 6h-.696L1.85 11.332h.71zm1.544-4.527L4.9 9.18H3.284l.8-2.375h.02zm5.746.422h-.676V9.77c0 .652-.414 1.023-1.004 1.023-.539 0-.98-.246-.98-1.012V7.227h-.676v2.746c0 .941.606 1.425 1.453 1.425.656 0 1.043-.28 1.188-.605h.027v.539h.668V7.227zm2.258 5.046c-.563 0-.91-.304-.985-.636h-.687c.094.683.625 1.199 1.668 1.199.93 0 1.746-.527 1.746-1.578V7.227h-.649v.578h-.019c-.191-.348-.637-.64-1.195-.64-.965 0-1.64.679-1.64 1.886v.34c0 1.23.683 1.902 1.64 1.902.558 0 1.008-.293 1.172-.648h.02v.605c0 .645-.423 1.023-1.071 1.023zm.008-4.53c.648 0 1.062.527 1.062 1.359v.253c0 .848-.39 1.364-1.062 1.364-.692 0-1.098-.512-1.098-1.364v-.253c0-.868.406-1.36 1.098-1.36z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarMonthFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarMonthFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zm.104 7.305L4.9 10.18H3.284l.8-2.375h.02zm9.074 2.297c0-.832-.414-1.36-1.062-1.36-.692 0-1.098.492-1.098 1.36v.253c0 .852.406 1.364 1.098 1.364.671 0 1.062-.516 1.062-1.364v-.253z"/><path d="M16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM2.56 12.332h-.71L3.748 7h.696l1.898 5.332h-.719l-.539-1.602H3.1l-.54 1.602zm7.29-4.105v4.105h-.668v-.539h-.027c-.145.324-.532.605-1.188.605-.847 0-1.453-.484-1.453-1.425V8.227h.676v2.554c0 .766.441 1.012.98 1.012.59 0 1.004-.371 1.004-1.023V8.227h.676zm1.273 4.41c.075.332.422.636.985.636.648 0 1.07-.378 1.07-1.023v-.605h-.02c-.163.355-.613.648-1.171.648-.957 0-1.64-.672-1.64-1.902v-.34c0-1.207.675-1.887 1.64-1.887.558 0 1.004.293 1.195.64h.02v-.577h.648v4.03c0 1.052-.816 1.579-1.746 1.579-1.043 0-1.574-.516-1.668-1.2h.687z"/>');// eslint-disable-next-line var BIconCalendarPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarPlus','<path d="M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarPlusFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM8.5 8.5V10H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V11H6a.5.5 0 0 1 0-1h1.5V8.5a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconCalendarRange=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarRange','<path d="M9 7a1 1 0 0 1 1-1h5v2h-5a1 1 0 0 1-1-1zM1 9h4a1 1 0 0 1 0 2H1V9z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarRangeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarRangeFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 7V5H0v5h5a1 1 0 1 1 0 2H0v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9h-6a1 1 0 1 1 0-2h6z"/>');// eslint-disable-next-line var BIconCalendarWeek=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarWeek','<path d="M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarWeekFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarWeekFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM9.5 7h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm3 0h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zM2 10.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1zm3.5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconCalendarX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarX','<path d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"/><path d="M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z"/>');// eslint-disable-next-line var BIconCalendarXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CalendarXFill','<path d="M4 .5a.5.5 0 0 0-1 0V1H2a2 2 0 0 0-2 2v1h16V3a2 2 0 0 0-2-2h-1V.5a.5.5 0 0 0-1 0V1H4V.5zM16 14V5H0v9a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2zM6.854 8.146L8 9.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 10l1.147 1.146a.5.5 0 0 1-.708.708L8 10.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 10 6.146 8.854a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconCamera=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Camera','<path d="M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1v6zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2z"/><path d="M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zM3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconCamera2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Camera2','<path d="M5 8c0-1.657 2.343-3 4-3V4a4 4 0 0 0-4 4z"/><path d="M12.318 3h2.015C15.253 3 16 3.746 16 4.667v6.666c0 .92-.746 1.667-1.667 1.667h-2.015A5.97 5.97 0 0 1 9 14a5.972 5.972 0 0 1-3.318-1H1.667C.747 13 0 12.254 0 11.333V4.667C0 3.747.746 3 1.667 3H2a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1h.682A5.97 5.97 0 0 1 9 2c1.227 0 2.367.368 3.318 1zM2 4.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0zM14 8A5 5 0 1 0 4 8a5 5 0 0 0 10 0z"/>');// eslint-disable-next-line var BIconCameraFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraFill','<path d="M10.5 8.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/><path d="M2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4H2zm.5 2a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm9 2.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0z"/>');// eslint-disable-next-line var BIconCameraReels=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraReels','<path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM1 3a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"/><path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7zm6 8.73V7.27l-3.5 1.555v4.35l3.5 1.556zM1 8v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/><path d="M9 6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM7 3a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>');// eslint-disable-next-line var BIconCameraReelsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraReelsFill','<path d="M6 3a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M9 6a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/><path d="M9 6h.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 7.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 16H2a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h7z"/>');// eslint-disable-next-line var BIconCameraVideo=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraVideo','<path fill-rule="evenodd" d="M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175l3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z"/>');// eslint-disable-next-line var BIconCameraVideoFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraVideoFill','<path fill-rule="evenodd" d="M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5z"/>');// eslint-disable-next-line var BIconCameraVideoOff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraVideoOff','<path fill-rule="evenodd" d="M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l.714 1H9.5a1 1 0 0 1 1 1v6a1 1 0 0 1-.144.518l.605.847zM1.428 4.18A.999.999 0 0 0 1 5v6a1 1 0 0 0 1 1h5.014l.714 1H2a2 2 0 0 1-2-2V5c0-.675.334-1.272.847-1.634l.58.814zM15 11.73l-3.5-1.555v-4.35L15 4.269v7.462zm-4.407 3.56l-10-14 .814-.58 10 14-.814.58z"/>');// eslint-disable-next-line var BIconCameraVideoOffFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CameraVideoOffFill','<path fill-rule="evenodd" d="M10.961 12.365a1.99 1.99 0 0 0 .522-1.103l3.11 1.382A1 1 0 0 0 16 11.731V4.269a1 1 0 0 0-1.406-.913l-3.111 1.382A2 2 0 0 0 9.5 3H4.272l6.69 9.365zm-10.114-9A2.001 2.001 0 0 0 0 5v6a2 2 0 0 0 2 2h5.728L.847 3.366zm9.746 11.925l-10-14 .814-.58 10 14-.814.58z"/>');// eslint-disable-next-line var BIconCapslock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Capslock','<path fill-rule="evenodd" d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM14.346 8.5L8 1.731 1.654 8.5H4.5a1 1 0 0 1 1 1v1h5v-1a1 1 0 0 1 1-1h2.846zm-9.846 5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1zm6 0h-5v1h5v-1z"/>');// eslint-disable-next-line var BIconCapslockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CapslockFill','<path d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1H1.654C.78 9.5.326 8.455.924 7.816L7.27 1.047zM4.5 13.5a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-1z"/>');// eslint-disable-next-line var BIconCardChecklist=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CardChecklist','<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0zM7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconCardHeading=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CardHeading','<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M3 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0-5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1z"/>');// eslint-disable-next-line var BIconCardImage=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CardImage','<path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm13 1a.5.5 0 0 1 .5.5v6l-3.775-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12v.54A.505.505 0 0 1 1 12.5v-9a.5.5 0 0 1 .5-.5h13z"/>');// eslint-disable-next-line var BIconCardList=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CardList','<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8zm0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconCardText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CardText','<path d="M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5h13zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M3 5.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 8a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 8zm0 2.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconCaretDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretDown','<path d="M3.204 5h9.592L8 10.481 3.204 5zm-.753.659l4.796 5.48a1 1 0 0 0 1.506 0l4.796-5.48c.566-.647.106-1.659-.753-1.659H3.204a1 1 0 0 0-.753 1.659z"/>');// eslint-disable-next-line var BIconCaretDownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretDownFill','<path d="M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/>');// eslint-disable-next-line var BIconCaretDownSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretDownSquare','<path d="M3.626 6.832A.5.5 0 0 1 4 6h8a.5.5 0 0 1 .374.832l-4 4.5a.5.5 0 0 1-.748 0l-4-4.5z"/><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2z"/>');// eslint-disable-next-line var BIconCaretDownSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretDownSquareFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 4a.5.5 0 0 0-.374.832l4 4.5a.5.5 0 0 0 .748 0l4-4.5A.5.5 0 0 0 12 6H4z"/>');// eslint-disable-next-line var BIconCaretLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretLeft','<path d="M10 12.796V3.204L4.519 8 10 12.796zm-.659.753l-5.48-4.796a1 1 0 0 1 0-1.506l5.48-4.796A1 1 0 0 1 11 3.204v9.592a1 1 0 0 1-1.659.753z"/>');// eslint-disable-next-line var BIconCaretLeftFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretLeftFill','<path d="M3.86 8.753l5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z"/>');// eslint-disable-next-line var BIconCaretLeftSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretLeftSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M10.205 12.456A.5.5 0 0 0 10.5 12V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4a.5.5 0 0 0 .537.082z"/>');// eslint-disable-next-line var BIconCaretLeftSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretLeftSquareFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm10.5 10V4a.5.5 0 0 0-.832-.374l-4.5 4a.5.5 0 0 0 0 .748l4.5 4A.5.5 0 0 0 10.5 12z"/>');// eslint-disable-next-line var BIconCaretRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretRight','<path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753l5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/>');// eslint-disable-next-line var BIconCaretRightFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretRightFill','<path d="M12.14 8.753l-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/>');// eslint-disable-next-line var BIconCaretRightSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretRightSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5.795 12.456A.5.5 0 0 1 5.5 12V4a.5.5 0 0 1 .832-.374l4.5 4a.5.5 0 0 1 0 .748l-4.5 4a.5.5 0 0 1-.537.082z"/>');// eslint-disable-next-line var BIconCaretRightSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretRightSquareFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.5 10a.5.5 0 0 0 .832.374l4.5-4a.5.5 0 0 0 0-.748l-4.5-4A.5.5 0 0 0 5.5 4v8z"/>');// eslint-disable-next-line var BIconCaretUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretUp','<path d="M3.204 11h9.592L8 5.519 3.204 11zm-.753-.659l4.796-5.48a1 1 0 0 1 1.506 0l4.796 5.48c.566.647.106 1.659-.753 1.659H3.204a1 1 0 0 1-.753-1.659z"/>');// eslint-disable-next-line var BIconCaretUpFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretUpFill','<path d="M7.247 4.86l-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/>');// eslint-disable-next-line var BIconCaretUpSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretUpSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M3.544 10.705A.5.5 0 0 0 4 11h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5a.5.5 0 0 0-.082.537z"/>');// eslint-disable-next-line var BIconCaretUpSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CaretUpSquareFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm4 9h8a.5.5 0 0 0 .374-.832l-4-4.5a.5.5 0 0 0-.748 0l-4 4.5A.5.5 0 0 0 4 11z"/>');// eslint-disable-next-line var BIconCart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cart','<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l1.313 7h8.17l1.313-7H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconCart2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cart2','<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l1.25 5h8.22l1.25-5H3.14zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>');// eslint-disable-next-line var BIconCart3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cart3','<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .49.598l-1 5a.5.5 0 0 1-.465.401l-9.397.472L4.415 11H13a.5.5 0 0 1 0 1H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM3.102 4l.84 4.479 9.144-.459L13.89 4H3.102zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconCart4=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cart4','<path d="M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5zM3.14 5l.5 2H5V5H3.14zM6 5v2h2V5H6zm3 0v2h2V5H9zm3 0v2h1.36l.5-2H12zm1.11 3H12v2h.61l.5-2zM11 8H9v2h2V8zM8 8H6v2h2V8zM5 8H3.89l.5 2H5V8zm0 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/>');// eslint-disable-next-line var BIconCartCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartCheck','<path d="M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconCartCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartCheckFill','<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1.646-7.646l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L8 8.293l2.646-2.647a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconCartDash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartDash','<path d="M6.5 7a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconCartDashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartDashFill','<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM6.5 7h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconCartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartFill','<path d="M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L2.01 3.607 1.61 2H.5a.5.5 0 0 1-.5-.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconCartPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartPlus','<path d="M9 5.5a.5.5 0 0 0-1 0V7H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V8h1.5a.5.5 0 0 0 0-1H9V5.5z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconCartPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartPlusFill','<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM9 5.5V7h1.5a.5.5 0 0 1 0 1H9v1.5a.5.5 0 0 1-1 0V8H6.5a.5.5 0 0 1 0-1H8V5.5a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconCartX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartX','<path d="M7.354 5.646a.5.5 0 1 0-.708.708L7.793 7.5 6.646 8.646a.5.5 0 1 0 .708.708L8.5 8.207l1.146 1.147a.5.5 0 0 0 .708-.708L9.207 7.5l1.147-1.146a.5.5 0 0 0-.708-.708L8.5 6.793 7.354 5.646z"/><path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zm3.915 10L3.102 4h10.796l-1.313 7h-8.17zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconCartXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CartXFill','<path d="M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1H.5zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7.354 5.646L8.5 6.793l1.146-1.147a.5.5 0 0 1 .708.708L9.207 7.5l1.147 1.146a.5.5 0 0 1-.708.708L8.5 8.207 7.354 9.354a.5.5 0 1 1-.708-.708L7.793 7.5 6.646 6.354a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconCash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cash','<path d="M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M0 4a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V6a2 2 0 0 1-2-2H3z"/>');// eslint-disable-next-line var BIconCashStack=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CashStack','<path d="M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1H1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V5zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2H3z"/>');// eslint-disable-next-line var BIconCast=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cast','<path d="M7.646 9.354l-3.792 3.792a.5.5 0 0 0 .353.854h7.586a.5.5 0 0 0 .354-.854L8.354 9.354a.5.5 0 0 0-.708 0z"/><path d="M11.414 11H14.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5h-13a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .5.5h3.086l-1 1H1.5A1.5 1.5 0 0 1 0 10.5v-7A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v7a1.5 1.5 0 0 1-1.5 1.5h-2.086l-1-1z"/>');// eslint-disable-next-line var BIconChat=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Chat','<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/>');// eslint-disable-next-line var BIconChatDots=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatDots','<path d="M5 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="M2.165 15.803l.02-.004c1.83-.363 2.948-.842 3.468-1.105A9.06 9.06 0 0 0 8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6a10.437 10.437 0 0 1-.524 2.318l-.003.011a10.722 10.722 0 0 1-.244.637c-.079.186.074.394.273.362a21.673 21.673 0 0 0 .693-.125zm.8-3.108a1 1 0 0 0-.287-.801C1.618 10.83 1 9.468 1 8c0-3.192 3.004-6 7-6s7 2.808 7 6c0 3.193-3.004 6-7 6a8.06 8.06 0 0 1-2.088-.272 1 1 0 0 0-.711.074c-.387.196-1.24.57-2.634.893a10.97 10.97 0 0 0 .398-2z"/>');// eslint-disable-next-line var BIconChatDotsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatDotsFill','<path d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM5 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconChatFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatFill','<path d="M8 15c4.418 0 8-3.134 8-7s-3.582-7-8-7-8 3.134-8 7c0 1.76.743 3.37 1.97 4.6-.097 1.016-.417 2.13-.771 2.966-.079.186.074.394.273.362 2.256-.37 3.597-.938 4.18-1.234A9.06 9.06 0 0 0 8 15z"/>');// eslint-disable-next-line var BIconChatLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeft','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconChatLeftDots=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftDots','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconChatLeftDotsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftDotsFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconChatLeftFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftFill','<path d="M2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconChatLeftQuote=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftQuote','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>');// eslint-disable-next-line var BIconChatLeftQuoteFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftQuoteFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z"/>');// eslint-disable-next-line var BIconChatLeftText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftText','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconChatLeftTextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatLeftTextFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4.414a1 1 0 0 0-.707.293L.854 15.146A.5.5 0 0 1 0 14.793V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/>');// eslint-disable-next-line var BIconChatQuote=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatQuote','<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/><path d="M7.066 6.76A1.665 1.665 0 0 0 4 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 7.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 0 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>');// eslint-disable-next-line var BIconChatQuoteFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatQuoteFill','<path d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM7.194 6.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 6C4.776 6 4 6.746 4 7.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 9.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 6c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z"/>');// eslint-disable-next-line var BIconChatRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRight','<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/>');// eslint-disable-next-line var BIconChatRightDots=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightDots','<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/><path d="M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconChatRightDotsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightDotsFill','<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>');// eslint-disable-next-line var BIconChatRightFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightFill','<path d="M14 0a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/>');// eslint-disable-next-line var BIconChatRightQuote=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightQuote','<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>');// eslint-disable-next-line var BIconChatRightQuoteFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightQuoteFill','<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM7.194 4.766c.087.124.163.26.227.401.428.948.393 2.377-.942 3.706a.446.446 0 0 1-.612.01.405.405 0 0 1-.011-.59c.419-.416.672-.831.809-1.22-.269.165-.588.26-.93.26C4.775 7.333 4 6.587 4 5.667 4 4.747 4.776 4 5.734 4c.271 0 .528.06.756.166l.008.004c.169.07.327.182.469.324.085.083.161.174.227.272zM11 7.073c-.269.165-.588.26-.93.26-.958 0-1.735-.746-1.735-1.666 0-.92.777-1.667 1.734-1.667.271 0 .528.06.756.166l.008.004c.17.07.327.182.469.324.085.083.161.174.227.272.087.124.164.26.228.401.428.948.392 2.377-.942 3.706a.446.446 0 0 1-.613.01.405.405 0 0 1-.011-.59c.42-.416.672-.831.81-1.22z"/>');// eslint-disable-next-line var BIconChatRightText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightText','<path d="M2 1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h9.586a2 2 0 0 1 1.414.586l2 2V2a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v12.793a.5.5 0 0 1-.854.353l-2.853-2.853a1 1 0 0 0-.707-.293H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconChatRightTextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatRightTextFill','<path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9.586a1 1 0 0 1 .707.293l2.853 2.853a.5.5 0 0 0 .854-.353V2zM3.5 3h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zm0 2.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconChatSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquare','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconChatSquareDots=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareDots','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconChatSquareDotsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareDotsFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm5 4a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm4 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconChatSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareFill','<path d="M2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconChatSquareQuote=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareQuote','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z"/>');// eslint-disable-next-line var BIconChatSquareQuoteFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareQuoteFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm7.194 2.766a1.688 1.688 0 0 0-.227-.272 1.467 1.467 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 5.734 4C4.776 4 4 4.746 4 5.667c0 .92.776 1.666 1.734 1.666.343 0 .662-.095.931-.26-.137.389-.39.804-.81 1.22a.405.405 0 0 0 .011.59c.173.16.447.155.614-.01 1.334-1.329 1.37-2.758.941-3.706a2.461 2.461 0 0 0-.227-.4zM11 7.073c-.136.389-.39.804-.81 1.22a.405.405 0 0 0 .012.59c.172.16.446.155.613-.01 1.334-1.329 1.37-2.758.942-3.706a2.466 2.466 0 0 0-.228-.4 1.686 1.686 0 0 0-.227-.273 1.466 1.466 0 0 0-.469-.324l-.008-.004A1.785 1.785 0 0 0 10.07 4c-.957 0-1.734.746-1.734 1.667 0 .92.777 1.666 1.734 1.666.343 0 .662-.095.931-.26z"/>');// eslint-disable-next-line var BIconChatSquareText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareText','<path d="M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconChatSquareTextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatSquareTextFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2.5a1 1 0 0 0-.8.4l-1.9 2.533a1 1 0 0 1-1.6 0L5.3 12.4a1 1 0 0 0-.8-.4H2a2 2 0 0 1-2-2V2zm3.5 1a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/>');// eslint-disable-next-line var BIconChatText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatText','<path d="M2.678 11.894a1 1 0 0 1 .287.801 10.97 10.97 0 0 1-.398 2c1.395-.323 2.247-.697 2.634-.893a1 1 0 0 1 .71-.074A8.06 8.06 0 0 0 8 14c3.996 0 7-2.807 7-6 0-3.192-3.004-6-7-6S1 4.808 1 8c0 1.468.617 2.83 1.678 3.894zm-.493 3.905a21.682 21.682 0 0 1-.713.129c-.2.032-.352-.176-.273-.362a9.68 9.68 0 0 0 .244-.637l.003-.01c.248-.72.45-1.548.524-2.319C.743 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.52.263-1.639.742-3.468 1.105z"/><path d="M4 5.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8zm0 2.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconChatTextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChatTextFill','<path d="M16 8c0 3.866-3.582 7-8 7a9.06 9.06 0 0 1-2.347-.306c-.584.296-1.925.864-4.181 1.234-.2.032-.352-.176-.273-.362.354-.836.674-1.95.77-2.966C.744 11.37 0 9.76 0 8c0-3.866 3.582-7 8-7s8 3.134 8 7zM4.5 5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7zm0 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4z"/>');// eslint-disable-next-line var BIconCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Check','<path d="M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z"/>');// eslint-disable-next-line var BIconCheck2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Check2','<path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconCheck2All=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Check2All','<path d="M12.354 4.354a.5.5 0 0 0-.708-.708L5 10.293 1.854 7.146a.5.5 0 1 0-.708.708l3.5 3.5a.5.5 0 0 0 .708 0l7-7zm-4.208 7l-.896-.897.707-.707.543.543 6.646-6.647a.5.5 0 0 1 .708.708l-7 7a.5.5 0 0 1-.708 0z"/><path d="M5.354 7.146l.896.897-.707.707-.897-.896a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconCheck2Circle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Check2Circle','<path d="M2.5 8a5.5 5.5 0 0 1 8.25-4.764.5.5 0 0 0 .5-.866A6.5 6.5 0 1 0 14.5 8a.5.5 0 0 0-1 0 5.5 5.5 0 1 1-11 0z"/><path d="M15.354 3.354a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0l7-7z"/>');// eslint-disable-next-line var BIconCheck2Square=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Check2Square','<path d="M3 14.5A1.5 1.5 0 0 1 1.5 13V3A1.5 1.5 0 0 1 3 1.5h8a.5.5 0 0 1 0 1H3a.5.5 0 0 0-.5.5v10a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V8a.5.5 0 0 1 1 0v5a1.5 1.5 0 0 1-1.5 1.5H3z"/><path d="M8.354 10.354l7-7a.5.5 0 0 0-.708-.708L8 9.293 5.354 6.646a.5.5 0 1 0-.708.708l3 3a.5.5 0 0 0 .708 0z"/>');// eslint-disable-next-line var BIconCheckAll=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CheckAll','<path d="M8.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L2.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093L8.95 4.992a.252.252 0 0 1 .02-.022zm-.92 5.14l.92.92a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 1 0-1.091-1.028L9.477 9.417l-.485-.486-.943 1.179z"/>');// eslint-disable-next-line var BIconCheckCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CheckCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M10.97 4.97a.235.235 0 0 0-.02.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-1.071-1.05z"/>');// eslint-disable-next-line var BIconCheckCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CheckCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/>');// eslint-disable-next-line var BIconCheckSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CheckSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.235.235 0 0 1 .02-.022z"/>');// eslint-disable-next-line var BIconCheckSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CheckSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z"/>');// eslint-disable-next-line var BIconChevronBarContract=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronBarContract','<path fill-rule="evenodd" d="M3.646 14.854a.5.5 0 0 0 .708 0L8 11.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-13.708a.5.5 0 0 1 .708 0L8 4.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z"/>');// eslint-disable-next-line var BIconChevronBarDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronBarDown','<path fill-rule="evenodd" d="M3.646 4.146a.5.5 0 0 1 .708 0L8 7.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zM1 11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconChevronBarExpand=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronBarExpand','<path fill-rule="evenodd" d="M3.646 10.146a.5.5 0 0 1 .708 0L8 13.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-4.292a.5.5 0 0 0 .708 0L8 2.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8z"/>');// eslint-disable-next-line var BIconChevronBarLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronBarLeft','<path fill-rule="evenodd" d="M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/>');// eslint-disable-next-line var BIconChevronBarRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronBarRight','<path fill-rule="evenodd" d="M4.146 3.646a.5.5 0 0 0 0 .708L7.793 8l-3.647 3.646a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708 0zM11.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconChevronBarUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronBarUp','<path fill-rule="evenodd" d="M3.646 11.854a.5.5 0 0 0 .708 0L8 8.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zM2.4 5.2c0 .22.18.4.4.4h10.4a.4.4 0 0 0 0-.8H2.8a.4.4 0 0 0-.4.4z"/>');// eslint-disable-next-line var BIconChevronCompactDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronCompactDown','<path fill-rule="evenodd" d="M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67z"/>');// eslint-disable-next-line var BIconChevronCompactLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronCompactLeft','<path fill-rule="evenodd" d="M9.224 1.553a.5.5 0 0 1 .223.67L6.56 8l2.888 5.776a.5.5 0 1 1-.894.448l-3-6a.5.5 0 0 1 0-.448l3-6a.5.5 0 0 1 .67-.223z"/>');// eslint-disable-next-line var BIconChevronCompactRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronCompactRight','<path fill-rule="evenodd" d="M6.776 1.553a.5.5 0 0 1 .671.223l3 6a.5.5 0 0 1 0 .448l-3 6a.5.5 0 1 1-.894-.448L9.44 8 6.553 2.224a.5.5 0 0 1 .223-.671z"/>');// eslint-disable-next-line var BIconChevronCompactUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronCompactUp','<path fill-rule="evenodd" d="M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894l6-3z"/>');// eslint-disable-next-line var BIconChevronContract=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronContract','<path fill-rule="evenodd" d="M3.646 13.854a.5.5 0 0 0 .708 0L8 10.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708zm0-11.708a.5.5 0 0 1 .708 0L8 5.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconChevronDoubleDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronDoubleDown','<path fill-rule="evenodd" d="M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/><path fill-rule="evenodd" d="M1.646 2.646a.5.5 0 0 1 .708 0L8 8.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconChevronDoubleLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronDoubleLeft','<path fill-rule="evenodd" d="M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/><path fill-rule="evenodd" d="M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconChevronDoubleRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronDoubleRight','<path fill-rule="evenodd" d="M3.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L9.293 8 3.646 2.354a.5.5 0 0 1 0-.708z"/><path fill-rule="evenodd" d="M7.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L13.293 8 7.646 2.354a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconChevronDoubleUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronDoubleUp','<path fill-rule="evenodd" d="M7.646 2.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 3.707 2.354 9.354a.5.5 0 1 1-.708-.708l6-6z"/><path fill-rule="evenodd" d="M7.646 6.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 7.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/>');// eslint-disable-next-line var BIconChevronDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronDown','<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconChevronExpand=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronExpand','<path fill-rule="evenodd" d="M3.646 9.146a.5.5 0 0 1 .708 0L8 12.793l3.646-3.647a.5.5 0 0 1 .708.708l-4 4a.5.5 0 0 1-.708 0l-4-4a.5.5 0 0 1 0-.708zm0-2.292a.5.5 0 0 0 .708 0L8 3.207l3.646 3.647a.5.5 0 0 0 .708-.708l-4-4a.5.5 0 0 0-.708 0l-4 4a.5.5 0 0 0 0 .708z"/>');// eslint-disable-next-line var BIconChevronLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronLeft','<path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconChevronRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronRight','<path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconChevronUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ChevronUp','<path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/>');// eslint-disable-next-line var BIconCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Circle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>');// eslint-disable-next-line var BIconCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CircleFill','<circle cx="8" cy="8" r="8"/>');// eslint-disable-next-line var BIconCircleHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CircleHalf','<path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"/>');// eslint-disable-next-line var BIconCircleSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CircleSquare','<path d="M0 6a6 6 0 1 1 12 0A6 6 0 0 1 0 6z"/><path d="M12.93 5h1.57a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-1.57a6.953 6.953 0 0 1-1-.22v1.79A1.5 1.5 0 0 0 5.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 4h-1.79c.097.324.17.658.22 1z"/>');// eslint-disable-next-line var BIconClipboard=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Clipboard','<path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>');// eslint-disable-next-line var BIconClipboardCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClipboardCheck','<path fill-rule="evenodd" d="M10.854 7.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>');// eslint-disable-next-line var BIconClipboardData=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClipboardData','<path d="M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>');// eslint-disable-next-line var BIconClipboardMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClipboardMinus','<path fill-rule="evenodd" d="M5.5 9.5A.5.5 0 0 1 6 9h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>');// eslint-disable-next-line var BIconClipboardPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClipboardPlus','<path fill-rule="evenodd" d="M8 7a.5.5 0 0 1 .5.5V9H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V10H6a.5.5 0 0 1 0-1h1.5V7.5A.5.5 0 0 1 8 7z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>');// eslint-disable-next-line var BIconClipboardX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClipboardX','<path fill-rule="evenodd" d="M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z"/><path d="M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z"/><path d="M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3z"/>');// eslint-disable-next-line var BIconClock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Clock','<path d="M8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/><path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm7-8A7 7 0 1 1 1 8a7 7 0 0 1 14 0z"/>');// eslint-disable-next-line var BIconClockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClockFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 3.5a.5.5 0 0 0-1 0V9a.5.5 0 0 0 .252.434l3.5 2a.5.5 0 0 0 .496-.868L8 8.71V3.5z"/>');// eslint-disable-next-line var BIconClockHistory=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ClockHistory','<path d="M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.27l.493-.87a8.025 8.025 0 0 1 .979.654l-.615.789a6.996 6.996 0 0 0-.418-.302zm1.834 1.79a6.99 6.99 0 0 0-.653-.796l.724-.69c.27.285.52.59.747.91l-.818.576zm.744 1.352a7.08 7.08 0 0 0-.214-.468l.893-.45a7.976 7.976 0 0 1 .45 1.088l-.95.313a7.023 7.023 0 0 0-.179-.483zm.53 2.507a6.991 6.991 0 0 0-.1-1.025l.985-.17c.067.386.106.778.116 1.17l-1 .025zm-.131 1.538c.033-.17.06-.339.081-.51l.993.123a7.957 7.957 0 0 1-.23 1.155l-.964-.267c.046-.165.086-.332.12-.501zm-.952 2.379c.184-.29.346-.594.486-.908l.914.405c-.16.36-.345.706-.555 1.038l-.845-.535zm-.964 1.205c.122-.122.239-.248.35-.378l.758.653a8.073 8.073 0 0 1-.401.432l-.707-.707z"/><path d="M8 1a7 7 0 1 0 4.95 11.95l.707.707A8.001 8.001 0 1 1 8 0v1z"/><path d="M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconCloud=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cloud','<path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>');// eslint-disable-next-line var BIconCloudArrowDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudArrowDown','<path fill-rule="evenodd" d="M7.646 10.854a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 9.293V5.5a.5.5 0 0 0-1 0v3.793L6.354 8.146a.5.5 0 1 0-.708.708l2 2z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>');// eslint-disable-next-line var BIconCloudArrowDownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudArrowDownFill','<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 6.854l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5a.5.5 0 0 1 1 0v3.793l1.146-1.147a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconCloudArrowUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudArrowUp','<path fill-rule="evenodd" d="M7.646 5.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>');// eslint-disable-next-line var BIconCloudArrowUpFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudArrowUpFill','<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 5.146a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2z"/>');// eslint-disable-next-line var BIconCloudCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudCheck','<path fill-rule="evenodd" d="M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>');// eslint-disable-next-line var BIconCloudCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudCheckFill','<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm2.354 4.854l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconCloudDownload=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudDownload','<path d="M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z"/><path d="M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z"/>');// eslint-disable-next-line var BIconCloudDownloadFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudDownloadFill','<path fill-rule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.5a.5.5 0 0 1 1 0V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.354 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V11h-1v3.293l-2.146-2.147a.5.5 0 0 0-.708.708l3 3z"/>');// eslint-disable-next-line var BIconCloudFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudFill','<path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z"/>');// eslint-disable-next-line var BIconCloudMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudMinus','<path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>');// eslint-disable-next-line var BIconCloudMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudMinusFill','<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconCloudPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudPlus','<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"/><path d="M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383zm.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z"/>');// eslint-disable-next-line var BIconCloudPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudPlusFill','<path d="M8 2a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13h8.906C14.502 13 16 11.57 16 9.773c0-1.636-1.242-2.969-2.834-3.194C12.923 3.999 10.69 2 8 2zm.5 4v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconCloudSlash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudSlash','<path fill-rule="evenodd" d="M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11l-1-1H3.781C2.231 12 1 10.785 1 9.318c0-1.365 1.064-2.513 2.46-2.666l.446-.05v-.447c0-.075.006-.152.018-.231l-.812-.812zm2.55-1.45l-.725-.725A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711l-.733-.733C14.498 11.378 15 10.626 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3c-.875 0-1.678.26-2.339.661z"/><path d="M13.646 14.354l-12-12 .708-.708 12 12-.707.707z"/>');// eslint-disable-next-line var BIconCloudSlashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudSlashFill','<path fill-rule="evenodd" d="M3.112 5.112a3.125 3.125 0 0 0-.17.613C1.266 6.095 0 7.555 0 9.318 0 11.366 1.708 13 3.781 13H11L3.112 5.112zm11.372 7.372L4.937 2.937A5.512 5.512 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773a3.2 3.2 0 0 1-1.516 2.711zm-.838 1.87l-12-12 .708-.708 12 12-.707.707z"/>');// eslint-disable-next-line var BIconCloudUpload=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudUpload','<path fill-rule="evenodd" d="M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383z"/><path fill-rule="evenodd" d="M7.646 4.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V14.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3z"/>');// eslint-disable-next-line var BIconCloudUploadFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CloudUploadFill','<path fill-rule="evenodd" d="M8 0a5.53 5.53 0 0 0-3.594 1.342c-.766.66-1.321 1.52-1.464 2.383C1.266 4.095 0 5.555 0 7.318 0 9.366 1.708 11 3.781 11H7.5V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707V11h4.188C14.502 11 16 9.57 16 7.773c0-1.636-1.242-2.969-2.834-3.194C12.923 1.999 10.69 0 8 0zm-.5 14.5V11h1v3.5a.5.5 0 0 1-1 0z"/>');// eslint-disable-next-line var BIconCode=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Code','<path d="M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8l3.147-3.146zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8l-3.147-3.146z"/>');// eslint-disable-next-line var BIconCodeSlash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CodeSlash','<path d="M10.478 1.647a.5.5 0 1 0-.956-.294l-4 13a.5.5 0 0 0 .956.294l4-13zM4.854 4.146a.5.5 0 0 1 0 .708L1.707 8l3.147 3.146a.5.5 0 0 1-.708.708l-3.5-3.5a.5.5 0 0 1 0-.708l3.5-3.5a.5.5 0 0 1 .708 0zm6.292 0a.5.5 0 0 0 0 .708L14.293 8l-3.147 3.146a.5.5 0 0 0 .708.708l3.5-3.5a.5.5 0 0 0 0-.708l-3.5-3.5a.5.5 0 0 0-.708 0z"/>');// eslint-disable-next-line var BIconCodeSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CodeSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M6.854 4.646a.5.5 0 0 1 0 .708L4.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0zm2.292 0a.5.5 0 0 0 0 .708L11.793 8l-2.647 2.646a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 0 0-.708 0z"/>');// eslint-disable-next-line var BIconCollection=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Collection','<path d="M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm1.5.5A.5.5 0 0 1 1 13V6a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-13z"/>');// eslint-disable-next-line var BIconCollectionFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CollectionFill','<path d="M0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zM2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1z"/>');// eslint-disable-next-line var BIconCollectionPlay=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CollectionPlay','<path d="M2 3a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11A.5.5 0 0 0 2 3zm2-2a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7A.5.5 0 0 0 4 1zm2.765 5.576A.5.5 0 0 0 6 7v5a.5.5 0 0 0 .765.424l4-2.5a.5.5 0 0 0 0-.848l-4-2.5z"/><path d="M1.5 14.5A1.5 1.5 0 0 1 0 13V6a1.5 1.5 0 0 1 1.5-1.5h13A1.5 1.5 0 0 1 16 6v7a1.5 1.5 0 0 1-1.5 1.5h-13zm13-1a.5.5 0 0 0 .5-.5V6a.5.5 0 0 0-.5-.5h-13A.5.5 0 0 0 1 6v7a.5.5 0 0 0 .5.5h13z"/>');// eslint-disable-next-line var BIconCollectionPlayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CollectionPlayFill','<path d="M2.5 3.5a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-11zm2-2a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM0 13a1.5 1.5 0 0 0 1.5 1.5h13A1.5 1.5 0 0 0 16 13V6a1.5 1.5 0 0 0-1.5-1.5h-13A1.5 1.5 0 0 0 0 6v7zm6.258-6.437a.5.5 0 0 1 .507.013l4 2.5a.5.5 0 0 1 0 .848l-4 2.5A.5.5 0 0 1 6 12V7a.5.5 0 0 1 .258-.437z"/>');// eslint-disable-next-line var BIconColumns=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Columns','<path d="M0 2a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V2zm8.5 0v8H15V2H8.5zm0 9v3H15v-3H8.5zm-1-9H1v3h6.5V2zM1 14h6.5V6H1v8z"/>');// eslint-disable-next-line var BIconColumnsGap=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ColumnsGap','<path d="M6 1v3H1V1h5zM1 0a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm14 12v3h-5v-3h5zm-5-1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-5zM6 8v7H1V8h5zM1 7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H1zm14-6v7h-5V1h5zm-5-1a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1h-5z"/>');// eslint-disable-next-line var BIconCommand=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Command','<path d="M3.5 2A1.5 1.5 0 0 1 5 3.5V5H3.5a1.5 1.5 0 1 1 0-3zM6 5V3.5A2.5 2.5 0 1 0 3.5 6H5v4H3.5A2.5 2.5 0 1 0 6 12.5V11h4v1.5a2.5 2.5 0 1 0 2.5-2.5H11V6h1.5A2.5 2.5 0 1 0 10 3.5V5H6zm4 1v4H6V6h4zm1-1V3.5A1.5 1.5 0 1 1 12.5 5H11zm0 6h1.5a1.5 1.5 0 1 1-1.5 1.5V11zm-6 0v1.5A1.5 1.5 0 1 1 3.5 11H5z"/>');// eslint-disable-next-line var BIconCompass=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Compass','<path d="M8 16.016a7.5 7.5 0 0 0 1.962-14.74A1 1 0 0 0 9 0H7a1 1 0 0 0-.962 1.276A7.5 7.5 0 0 0 8 16.016zm6.5-7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="M6.94 7.44l4.95-2.83-2.83 4.95-4.949 2.83 2.828-4.95z"/>');// eslint-disable-next-line var BIconCompassFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CompassFill','<path d="M15.5 8.516a7.5 7.5 0 1 1-9.462-7.24A1 1 0 0 1 7 0h2a1 1 0 0 1 .962 1.276 7.503 7.503 0 0 1 5.538 7.24zm-3.61-3.905L6.94 7.439 4.11 12.39l4.95-2.828 2.828-4.95z"/>');// eslint-disable-next-line var BIconCone=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cone','<path d="M7.03 1.88c.252-1.01 1.688-1.01 1.94 0l2.905 11.62H14a.5.5 0 0 1 0 1H2a.5.5 0 0 1 0-1h2.125L7.03 1.88z"/>');// eslint-disable-next-line var BIconConeStriped=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ConeStriped','<path d="M9.97 4.88l.953 3.811C10.158 8.878 9.14 9 8 9c-1.14 0-2.159-.122-2.923-.309L6.03 4.88C6.635 4.957 7.3 5 8 5s1.365-.043 1.97-.12zm-.245-.978L8.97.88C8.718-.13 7.282-.13 7.03.88L6.274 3.9C6.8 3.965 7.382 4 8 4c.618 0 1.2-.036 1.725-.098zm4.396 8.613a.5.5 0 0 1 .037.96l-6 2a.5.5 0 0 1-.316 0l-6-2a.5.5 0 0 1 .037-.96l2.391-.598.565-2.257c.862.212 1.964.339 3.165.339s2.303-.127 3.165-.339l.565 2.257 2.391.598z"/>');// eslint-disable-next-line var BIconController=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Controller','<path d="M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z"/><path d="M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.78 1.05 1.095 1.772.32.733.599 1.591.805 2.466.206.875.34 1.78.364 2.606.024.816-.059 1.602-.328 2.21a1.42 1.42 0 0 1-1.445.83c-.636-.067-1.115-.394-1.513-.773-.245-.232-.496-.526-.739-.808-.126-.148-.25-.292-.368-.423-.728-.804-1.597-1.527-3.224-1.527-1.627 0-2.496.723-3.224 1.527-.119.131-.242.275-.368.423-.243.282-.494.575-.739.808-.398.38-.877.706-1.513.773a1.42 1.42 0 0 1-1.445-.83c-.27-.608-.352-1.395-.329-2.21.024-.826.16-1.73.365-2.606.206-.875.486-1.733.805-2.466.315-.722.687-1.364 1.094-1.772a2.34 2.34 0 0 1 .433-.335.504.504 0 0 1-.028-.079zm2.036.412c-.877.185-1.469.443-1.733.708-.276.276-.587.783-.885 1.465a13.748 13.748 0 0 0-.748 2.295 12.351 12.351 0 0 0-.339 2.406c-.022.755.062 1.368.243 1.776a.42.42 0 0 0 .426.24c.327-.034.61-.199.929-.502.212-.202.4-.423.615-.674.133-.156.276-.323.44-.504C4.861 9.969 5.978 9.027 8 9.027s3.139.942 3.965 1.855c.164.181.307.348.44.504.214.251.403.472.615.674.318.303.601.468.929.503a.42.42 0 0 0 .426-.241c.18-.408.265-1.02.243-1.776a12.354 12.354 0 0 0-.339-2.406 13.753 13.753 0 0 0-.748-2.295c-.298-.682-.61-1.19-.885-1.465-.264-.265-.856-.523-1.733-.708-.85-.179-1.877-.27-2.913-.27-1.036 0-2.063.091-2.913.27z"/>');// eslint-disable-next-line var BIconCpu=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cpu','<path d="M5 0a.5.5 0 0 1 .5.5V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2h1V.5a.5.5 0 0 1 1 0V2A2.5 2.5 0 0 1 14 4.5h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14v1h1.5a.5.5 0 0 1 0 1H14a2.5 2.5 0 0 1-2.5 2.5v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14h-1v1.5a.5.5 0 0 1-1 0V14A2.5 2.5 0 0 1 2 11.5H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2v-1H.5a.5.5 0 0 1 0-1H2A2.5 2.5 0 0 1 4.5 2V.5A.5.5 0 0 1 5 0zm-.5 3A1.5 1.5 0 0 0 3 4.5v7A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 11.5 3h-7zM5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3zM6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/>');// eslint-disable-next-line var BIconCpuFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CpuFill','<path d="M6.5 6a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/><path d="M5.5.5a.5.5 0 0 0-1 0V2A2.5 2.5 0 0 0 2 4.5H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2v1H.5a.5.5 0 0 0 0 1H2A2.5 2.5 0 0 0 4.5 14v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14h1v1.5a.5.5 0 0 0 1 0V14a2.5 2.5 0 0 0 2.5-2.5h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14v-1h1.5a.5.5 0 0 0 0-1H14A2.5 2.5 0 0 0 11.5 2V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5a.5.5 0 0 0-1 0V2h-1V.5zm1 4.5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3A1.5 1.5 0 0 1 6.5 5z"/>');// eslint-disable-next-line var BIconCreditCard=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CreditCard','<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v1h14V4a1 1 0 0 0-1-1H2zm13 4H1v5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V7z"/><path d="M2 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1z"/>');// eslint-disable-next-line var BIconCreditCard2Back=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CreditCard2Back','<path d="M11 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1z"/><path d="M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v5H1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-1 9H2a1 1 0 0 1-1-1v-1h14v1a1 1 0 0 1-1 1z"/>');// eslint-disable-next-line var BIconCreditCard2BackFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CreditCard2BackFill','<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5H0V4zm11.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zM0 11v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1H0z"/>');// eslint-disable-next-line var BIconCreditCard2Front=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CreditCard2Front','<path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path d="M2 5.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-1zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconCreditCard2FrontFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CreditCard2FrontFill','<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2.5 1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-2zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm3 0a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>');// eslint-disable-next-line var BIconCreditCardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CreditCardFill','<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1H0V4zm0 3v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7H0zm3 2h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconCrop=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Crop','<path d="M3.5.5A.5.5 0 0 1 4 1v13h13a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2H3.5a.5.5 0 0 1-.5-.5V4H1a.5.5 0 0 1 0-1h2V1a.5.5 0 0 1 .5-.5zm2.5 3a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4H6.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconCup=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cup','<path d="M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8zM13 2H2v10.5A1.5 1.5 0 0 0 3.5 14h8a1.5 1.5 0 0 0 1.5-1.5V2z"/>');// eslint-disable-next-line var BIconCupFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CupFill','<path d="M1 2a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v1h.5A1.5 1.5 0 0 1 16 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-.55a2.5 2.5 0 0 1-2.45 2h-8A2.5 2.5 0 0 1 1 12.5V2zm13 10h.5a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.5-.5H14v8z"/>');// eslint-disable-next-line var BIconCupStraw=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CupStraw','<path d="M13.964 1.18a.5.5 0 0 1-.278.65l-2.255.902-.462 2.08c.375.096.714.216.971.368.228.135.56.396.56.82 0 .046-.004.09-.011.132l-.955 9.068a1.28 1.28 0 0 1-.524.93c-.488.34-1.494.87-3.01.87-1.516 0-2.522-.53-3.01-.87a1.28 1.28 0 0 1-.524-.93L3.51 6.132A.78.78 0 0 1 3.5 6c0-.424.332-.685.56-.82.262-.154.607-.276.99-.372C5.824 4.614 6.867 4.5 8 4.5c.712 0 1.389.045 1.985.127l.527-2.37a.5.5 0 0 1 .302-.355l2.5-1a.5.5 0 0 1 .65.279zM9.768 5.608A13.991 13.991 0 0 0 8 5.5c-1.076 0-2.033.11-2.707.278A3.284 3.284 0 0 0 4.645 6c.146.073.362.15.648.222C5.967 6.39 6.924 6.5 8 6.5c.571 0 1.109-.03 1.588-.085l.18-.808zm.292 1.756C9.445 7.45 8.742 7.5 8 7.5c-1.133 0-2.176-.114-2.95-.308a5.51 5.51 0 0 1-.435-.127l.845 8.03c.013.121.06.186.102.215.357.249 1.167.69 2.438.69 1.27 0 2.08-.441 2.438-.69.041-.029.09-.094.102-.214l.845-8.03a5.513 5.513 0 0 1-.435.126 8.88 8.88 0 0 1-.89.17zm-5.593-1.48s.003.002.005.006l-.005-.006zm7.066 0l-.005.006a.026.026 0 0 1 .005-.006zM11.354 6a3.174 3.174 0 0 0-.604-.21l-.099.445.055-.013c.286-.072.502-.149.648-.222z"/>');// eslint-disable-next-line var BIconCursor=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Cursor','<path d="M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103zM2.25 8.184l3.897 1.67a.5.5 0 0 1 .262.263l1.67 3.897L12.743 3.52 2.25 8.184z"/>');// eslint-disable-next-line var BIconCursorFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CursorFill','<path d="M14.082 2.182a.5.5 0 0 1 .103.557L8.528 15.467a.5.5 0 0 1-.917-.007L5.57 10.694.803 8.652a.5.5 0 0 1-.006-.916l12.728-5.657a.5.5 0 0 1 .556.103z"/>');// eslint-disable-next-line var BIconCursorText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('CursorText','<path d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2zm3.352 1.355zm-.704 9.29z"/>');// eslint-disable-next-line var BIconDash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dash','<path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>');// eslint-disable-next-line var BIconDashCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DashCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>');// eslint-disable-next-line var BIconDashCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DashCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z"/>');// eslint-disable-next-line var BIconDashSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DashSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z"/>');// eslint-disable-next-line var BIconDashSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DashSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconDiagram2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Diagram2','<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconDiagram2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Diagram2Fill','<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-3 8A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5v-1z"/>');// eslint-disable-next-line var BIconDiagram3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Diagram3','<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1zM0 11.5A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconDiagram3Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Diagram3Fill','<path fill-rule="evenodd" d="M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 2 7h5.5V6A1.5 1.5 0 0 1 6 4.5v-1zm-6 8A1.5 1.5 0 0 1 1.5 10h1A1.5 1.5 0 0 1 4 11.5v1A1.5 1.5 0 0 1 2.5 14h-1A1.5 1.5 0 0 1 0 12.5v-1zm6 0A1.5 1.5 0 0 1 7.5 10h1a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5v-1zm6 0a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1a1.5 1.5 0 0 1-1.5-1.5v-1z"/>');// eslint-disable-next-line var BIconDiamond=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Diamond','<path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z"/>');// eslint-disable-next-line var BIconDiamondFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DiamondFill','<path fill-rule="evenodd" d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435z"/>');// eslint-disable-next-line var BIconDiamondHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DiamondHalf','<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 .989c.127 0 .253.049.35.145l6.516 6.516a.495.495 0 0 1 0 .7L8.35 14.866a.493.493 0 0 1-.35.145V.989z"/>');// eslint-disable-next-line var BIconDice1=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice1','<circle cx="8" cy="8" r="1.5"/><path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/>');// eslint-disable-next-line var BIconDice1Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice1Fill','<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm5 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconDice2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice2','<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconDice2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice2Fill','<path d="M0 3a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H3a3 3 0 0 1-3-3V3zm5.5 1a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm6.5 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>');// eslint-disable-next-line var BIconDice3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice3','<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconDice3Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice3Fill','<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconDice4=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice4','<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconDice4Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice4Fill','<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconDice5=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice5','<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm4-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconDice5Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice5Fill','<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm2.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 13.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconDice6=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice6','<path d="M13 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h10zM3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3z"/><path d="M5.5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm8 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-8 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconDice6Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dice6Fill','<path d="M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3zm1 5.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm8 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm1.5 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM12 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM4 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconDisc=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Disc','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 4a4 4 0 0 0-4 4 .5.5 0 0 1-1 0 5 5 0 0 1 5-5 .5.5 0 0 1 0 1zm4.5 3.5a.5.5 0 0 1 .5.5 5 5 0 0 1-5 5 .5.5 0 0 1 0-1 4 4 0 0 0 4-4 .5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconDiscFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DiscFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-6 0a2 2 0 1 0-4 0 2 2 0 0 0 4 0zM4 8a4 4 0 0 1 4-4 .5.5 0 0 0 0-1 5 5 0 0 0-5 5 .5.5 0 0 0 1 0zm9 0a.5.5 0 1 0-1 0 4 4 0 0 1-4 4 .5.5 0 0 0 0 1 5 5 0 0 0 5-5z"/>');// eslint-disable-next-line var BIconDiscord=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Discord','<path d="M6.552 6.712c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888.008-.488-.36-.888-.816-.888zm2.92 0c-.456 0-.816.4-.816.888s.368.888.816.888c.456 0 .816-.4.816-.888s-.36-.888-.816-.888z"/><path d="M13.36 0H2.64C1.736 0 1 .736 1 1.648v10.816c0 .912.736 1.648 1.64 1.648h9.072l-.424-1.48 1.024.952.968.896L15 16V1.648C15 .736 14.264 0 13.36 0zm-3.088 10.448s-.288-.344-.528-.648c1.048-.296 1.448-.952 1.448-.952-.328.216-.64.368-.92.472-.4.168-.784.28-1.16.344a5.604 5.604 0 0 1-2.072-.008 6.716 6.716 0 0 1-1.176-.344 4.688 4.688 0 0 1-.584-.272c-.024-.016-.048-.024-.072-.04-.016-.008-.024-.016-.032-.024-.144-.08-.224-.136-.224-.136s.384.64 1.4.944c-.24.304-.536.664-.536.664-1.768-.056-2.44-1.216-2.44-1.216 0-2.576 1.152-4.664 1.152-4.664 1.152-.864 2.248-.84 2.248-.84l.08.096c-1.44.416-2.104 1.048-2.104 1.048s.176-.096.472-.232c.856-.376 1.536-.48 1.816-.504.048-.008.088-.016.136-.016a6.521 6.521 0 0 1 4.024.752s-.632-.6-1.992-1.016l.112-.128s1.096-.024 2.248.84c0 0 1.152 2.088 1.152 4.664 0 0-.68 1.16-2.448 1.216z"/>');// eslint-disable-next-line var BIconDisplay=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Display','<path d="M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4c0 .667.083 1.167.25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75c.167-.333.25-.833.25-1.5H2s-2 0-2-2V4zm1.398-.855a.758.758 0 0 0-.254.302A1.46 1.46 0 0 0 1 4.01V10c0 .325.078.502.145.602.07.105.17.188.302.254a1.464 1.464 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.758.758 0 0 0 .254-.302 1.464 1.464 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.757.757 0 0 0-.302-.254A1.46 1.46 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145z"/>');// eslint-disable-next-line var BIconDisplayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DisplayFill','<path d="M6 12c0 .667-.083 1.167-.25 1.5H5a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1h-.75c-.167-.333-.25-.833-.25-1.5h4c2 0 2-2 2-2V4c0-2-2-2-2-2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h4z"/>');// eslint-disable-next-line var BIconDistributeHorizontal=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DistributeHorizontal','<path fill-rule="evenodd" d="M14.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5zm-13 0a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z"/><path d="M6 13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10z"/>');// eslint-disable-next-line var BIconDistributeVertical=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DistributeVertical','<path fill-rule="evenodd" d="M1 1.5a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5zm0 13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 0-1h-13a.5.5 0 0 0-.5.5z"/><path d="M2 7a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V7z"/>');// eslint-disable-next-line var BIconDoorClosed=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DoorClosed','<path d="M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2zm1 13h8V2H4v13z"/><path d="M9 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0z"/>');// eslint-disable-next-line var BIconDoorClosedFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DoorClosedFill','<path d="M12 1a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2a1 1 0 0 1 1-1h8zm-2 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconDoorOpen=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DoorOpen','<path d="M8.5 10c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z"/><path d="M10.828.122A.5.5 0 0 1 11 .5V1h.5A1.5 1.5 0 0 1 13 2.5V15h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117zM11.5 2H11v13h1V2.5a.5.5 0 0 0-.5-.5zM4 1.934V15h6V1.077l-6 .857z"/>');// eslint-disable-next-line var BIconDoorOpenFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DoorOpenFill','<path d="M1.5 15a.5.5 0 0 0 0 1h13a.5.5 0 0 0 0-1H13V2.5A1.5 1.5 0 0 0 11.5 1H11V.5a.5.5 0 0 0-.57-.495l-7 1A.5.5 0 0 0 3 1.5V15H1.5zM11 2h.5a.5.5 0 0 1 .5.5V15h-1V2zm-2.5 8c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z"/>');// eslint-disable-next-line var BIconDot=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Dot','<path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>');// eslint-disable-next-line var BIconDownload=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Download','<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z"/>');// eslint-disable-next-line var BIconDroplet=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Droplet','<path fill-rule="evenodd" d="M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10a5 5 0 0 0 10 0c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z"/><path fill-rule="evenodd" d="M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z"/>');// eslint-disable-next-line var BIconDropletFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DropletFill','<path fill-rule="evenodd" d="M8 16a6 6 0 0 0 6-6c0-1.655-1.122-2.904-2.432-4.362C10.254 4.176 8.75 2.503 8 0c0 0-6 5.686-6 10a6 6 0 0 0 6 6zM6.646 4.646c-.376.377-1.272 1.489-2.093 3.13l.894.448c.78-1.559 1.616-2.58 1.907-2.87l-.708-.708z"/>');// eslint-disable-next-line var BIconDropletHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('DropletHalf','<path fill-rule="evenodd" d="M7.21.8C7.69.295 8 0 8 0c.109.363.234.708.371 1.038.812 1.946 2.073 3.35 3.197 4.6C12.878 7.096 14 8.345 14 10a6 6 0 0 1-12 0C2 6.668 5.58 2.517 7.21.8zm.413 1.021A31.25 31.25 0 0 0 5.794 3.99c-.726.95-1.436 2.008-1.96 3.07C3.304 8.133 3 9.138 3 10c0 0 2.5 1.5 5 .5s5-.5 5-.5c0-1.201-.796-2.157-2.181-3.7l-.03-.032C9.75 5.11 8.5 3.72 7.623 1.82z"/><path fill-rule="evenodd" d="M4.553 7.776c.82-1.641 1.717-2.753 2.093-3.13l.708.708c-.29.29-1.128 1.311-1.907 2.87l-.894-.448z"/>');// eslint-disable-next-line var BIconEarbuds=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Earbuds','<path fill-rule="evenodd" d="M6.825 4.138c.596 2.141-.36 3.593-2.389 4.117a4.432 4.432 0 0 1-2.018.054c-.048-.01.9 2.778 1.522 4.61l.41 1.205a.52.52 0 0 1-.346.659l-.593.19a.548.548 0 0 1-.69-.34L.184 6.99c-.696-2.137.662-4.309 2.564-4.8 2.029-.523 3.402 0 4.076 1.948zm-.868 2.221c.43-.112.561-.993.292-1.969-.269-.975-.836-1.675-1.266-1.563-.43.112-.561.994-.292 1.969.269.975.836 1.675 1.266 1.563zm3.218-2.221c-.596 2.141.36 3.593 2.389 4.117a4.434 4.434 0 0 0 2.018.054c.048-.01-.9 2.778-1.522 4.61l-.41 1.205a.52.52 0 0 0 .346.659l.593.19c.289.092.6-.06.69-.34l2.536-7.643c.696-2.137-.662-4.309-2.564-4.8-2.029-.523-3.402 0-4.076 1.948zm.868 2.221c-.43-.112-.561-.993-.292-1.969.269-.975.836-1.675 1.266-1.563.43.112.561.994.292 1.969-.269.975-.836 1.675-1.266 1.563z"/>');// eslint-disable-next-line var BIconEasel=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Easel','<path d="M8 0a.5.5 0 0 1 .473.337L9.046 2H14a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1.85l1.323 3.837a.5.5 0 1 1-.946.326L11.092 11H8.5v3a.5.5 0 0 1-1 0v-3H4.908l-1.435 4.163a.5.5 0 1 1-.946-.326L3.85 11H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h4.954L7.527.337A.5.5 0 0 1 8 0zM2 3v7h12V3H2z"/>');// eslint-disable-next-line var BIconEaselFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EaselFill','<path d="M8.473.337a.5.5 0 0 0-.946 0L6.954 2H2a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h1.85l-1.323 3.837a.5.5 0 1 0 .946.326L4.908 11H7.5v2.5a.5.5 0 0 0 1 0V11h2.592l1.435 4.163a.5.5 0 0 0 .946-.326L12.15 11H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H9.046L8.473.337z"/>');// eslint-disable-next-line var BIconEgg=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Egg','<path d="M8 15a5 5 0 0 1-5-5c0-1.956.69-4.286 1.742-6.12.524-.913 1.112-1.658 1.704-2.164C7.044 1.206 7.572 1 8 1c.428 0 .956.206 1.554.716.592.506 1.18 1.251 1.704 2.164C12.31 5.714 13 8.044 13 10a5 5 0 0 1-5 5zm0 1a6 6 0 0 0 6-6c0-4.314-3-10-6-10S2 5.686 2 10a6 6 0 0 0 6 6z"/>');// eslint-disable-next-line var BIconEggFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EggFill','<path d="M14 10a6 6 0 0 1-12 0C2 5.686 5 0 8 0s6 5.686 6 10z"/>');// eslint-disable-next-line var BIconEggFried=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EggFried','<path d="M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path d="M13.997 5.17a5 5 0 0 0-8.101-4.09A5 5 0 0 0 1.28 9.342a5 5 0 0 0 8.336 5.109 3.5 3.5 0 0 0 5.201-4.065 3.001 3.001 0 0 0-.822-5.216zm-1-.034a1 1 0 0 0 .668.977 2.001 2.001 0 0 1 .547 3.478 1 1 0 0 0-.341 1.113 2.5 2.5 0 0 1-3.715 2.905 1 1 0 0 0-1.262.152 4 4 0 0 1-6.67-4.087 1 1 0 0 0-.2-1 4 4 0 0 1 3.693-6.61 1 1 0 0 0 .8-.2 4 4 0 0 1 6.48 3.273z"/>');// eslint-disable-next-line var BIconEject=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Eject','<path d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM14.346 8.5L8 1.731 1.654 8.5h12.692zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1zm14 0h-13v1h13v-1z"/>');// eslint-disable-next-line var BIconEjectFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EjectFill','<path d="M7.27 1.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H1.656C.78 9.5.326 8.455.926 7.816L7.27 1.047zM.5 11.5a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1z"/>');// eslint-disable-next-line var BIconEmojiAngry=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiAngry','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zm6.991-8.38a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5s-1-.672-1-1.5c0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1zm-6.552 0a.5.5 0 0 0-.448.894l1.009.504A1.94 1.94 0 0 0 5 6.5C5 7.328 5.448 8 6 8s1-.672 1-1.5c0-.247-.04-.48-.11-.686a.502.502 0 0 0-.166-.761l-2-1z"/>');// eslint-disable-next-line var BIconEmojiAngryFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiAngryFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.053 4.276a.5.5 0 0 1 .67-.223l2 1a.5.5 0 0 1 .166.76c.071.206.111.44.111.687C7 7.328 6.552 8 6 8s-1-.672-1-1.5c0-.408.109-.778.285-1.049l-1.009-.504a.5.5 0 0 1-.223-.67zm.232 8.157a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 1 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5 0-.247.04-.48.11-.686a.502.502 0 0 1 .166-.761l2-1a.5.5 0 1 1 .448.894l-1.009.504c.176.27.285.64.285 1.049 0 .828-.448 1.5-1 1.5z"/>');// eslint-disable-next-line var BIconEmojiDizzy=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiDizzy','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M9.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm-5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>');// eslint-disable-next-line var BIconEmojiDizzyFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiDizzyFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM8 13a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"/>');// eslint-disable-next-line var BIconEmojiExpressionless=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiExpressionless','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm5 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconEmojiExpressionlessFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiExpressionlessFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM4.5 6h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm5 0h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm-5 4h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconEmojiFrown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiFrown','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 12.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 10.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 9.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z"/>');// eslint-disable-next-line var BIconEmojiFrownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiFrownFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-2.715 5.933a.5.5 0 0 1-.183-.683A4.498 4.498 0 0 1 8 9.5a4.5 4.5 0 0 1 3.898 2.25.5.5 0 0 1-.866.5A3.498 3.498 0 0 0 8 10.5a3.498 3.498 0 0 0-3.032 1.75.5.5 0 0 1-.683.183zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z"/>');// eslint-disable-next-line var BIconEmojiHeartEyes=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiHeartEyes','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11.315 10.014a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.488 0c1.398-.864 3.544 1.838-.952 3.434-3.067-3.554.19-4.858.952-3.434z"/>');// eslint-disable-next-line var BIconEmojiHeartEyesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiHeartEyesFill','<path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0zM4.756 4.566c.763-1.424 4.02-.12.952 3.434-4.496-1.596-2.35-4.298-.952-3.434zm6.559 5.448a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .548-.736h.005l.017.005.067.015.252.055c.215.046.515.108.857.169.693.124 1.522.242 2.152.242.63 0 1.46-.118 2.152-.242a26.58 26.58 0 0 0 1.109-.224l.067-.015.017-.004.005-.002zm-.07-5.448c1.397-.864 3.543 1.838-.953 3.434-3.067-3.554.19-4.858.952-3.434z"/>');// eslint-disable-next-line var BIconEmojiLaughing=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiLaughing','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M12.331 9.5a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zM7 6.5c0 .828-.448 0-1 0s-1 .828-1 0S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 0-1 0s-1 .828-1 0S9.448 5 10 5s1 .672 1 1.5z"/>');// eslint-disable-next-line var BIconEmojiLaughingFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiLaughingFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5c0 .501-.164.396-.415.235C6.42 6.629 6.218 6.5 6 6.5c-.218 0-.42.13-.585.235C5.164 6.896 5 7 5 6.5 5 5.672 5.448 5 6 5s1 .672 1 1.5zm5.331 3a1 1 0 0 1 0 1A4.998 4.998 0 0 1 8 13a4.998 4.998 0 0 1-4.33-2.5A1 1 0 0 1 4.535 9h6.93a1 1 0 0 1 .866.5zm-1.746-2.765C10.42 6.629 10.218 6.5 10 6.5c-.218 0-.42.13-.585.235C9.164 6.896 9 7 9 6.5c0-.828.448-1.5 1-1.5s1 .672 1 1.5c0 .501-.164.396-.415.235z"/>');// eslint-disable-next-line var BIconEmojiNeutral=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiNeutral','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4 10.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5zm3-4C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5S9.448 8 10 8s1-.672 1-1.5z"/>');// eslint-disable-next-line var BIconEmojiNeutralFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiNeutralFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm-3 4a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z"/>');// eslint-disable-next-line var BIconEmojiSmile=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiSmile','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm4 0c0 .828-.448 1.5-1 1.5s-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5z"/>');// eslint-disable-next-line var BIconEmojiSmileFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiSmileFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zM4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM10 8c-.552 0-1-.672-1-1.5S9.448 5 10 5s1 .672 1 1.5S10.552 8 10 8z"/>');// eslint-disable-next-line var BIconEmojiSmileUpsideDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiSmileUpsideDown','<path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zm0-1a8 8 0 1 1 0 16A8 8 0 0 1 8 0z"/><path d="M4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zm4 0c0-.828-.448-1.5-1-1.5s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5z"/>');// eslint-disable-next-line var BIconEmojiSmileUpsideDownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiSmileUpsideDownFill','<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 9.5C7 8.672 6.552 8 6 8s-1 .672-1 1.5.448 1.5 1 1.5 1-.672 1-1.5zM4.285 6.433a.5.5 0 0 0 .683-.183A3.498 3.498 0 0 1 8 4.5c1.295 0 2.426.703 3.032 1.75a.5.5 0 0 0 .866-.5A4.498 4.498 0 0 0 8 3.5a4.5 4.5 0 0 0-3.898 2.25.5.5 0 0 0 .183.683zM10 8c-.552 0-1 .672-1 1.5s.448 1.5 1 1.5 1-.672 1-1.5S10.552 8 10 8z"/>');// eslint-disable-next-line var BIconEmojiSunglasses=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiSunglasses','<path d="M4.968 9.75a.5.5 0 1 0-.866.5A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75zM7 5.116V5a1 1 0 0 0-1-1H3.28a1 1 0 0 0-.97 1.243l.311 1.242A2 2 0 0 0 4.561 8H5a2 2 0 0 0 1.994-1.839A2.99 2.99 0 0 1 8 6c.393 0 .74.064 1.006.161A2 2 0 0 0 11 8h.438a2 2 0 0 0 1.94-1.515l.311-1.242A1 1 0 0 0 12.72 4H10a1 1 0 0 0-1 1v.116A4.22 4.22 0 0 0 8 5c-.35 0-.69.04-1 .116z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-1 0A7 7 0 1 0 1 8a7 7 0 0 0 14 0z"/>');// eslint-disable-next-line var BIconEmojiSunglassesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiSunglassesFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM2.31 5.243A1 1 0 0 1 3.28 4H6a1 1 0 0 1 1 1v.116A4.22 4.22 0 0 1 8 5c.35 0 .69.04 1 .116V5a1 1 0 0 1 1-1h2.72a1 1 0 0 1 .97 1.243l-.311 1.242A2 2 0 0 1 11.439 8H11a2 2 0 0 1-1.994-1.839A2.99 2.99 0 0 0 8 6c-.393 0-.74.064-1.006.161A2 2 0 0 1 5 8h-.438a2 2 0 0 1-1.94-1.515L2.31 5.243zM4.969 9.75A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .866-.5z"/>');// eslint-disable-next-line var BIconEmojiWink=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiWink','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.285 9.567a.5.5 0 0 1 .683.183A3.498 3.498 0 0 0 8 11.5a3.498 3.498 0 0 0 3.032-1.75.5.5 0 1 1 .866.5A4.498 4.498 0 0 1 8 12.5a4.498 4.498 0 0 1-3.898-2.25.5.5 0 0 1 .183-.683zM7 6.5C7 7.328 6.552 8 6 8s-1-.672-1-1.5S5.448 5 6 5s1 .672 1 1.5zm1.757-.437a.5.5 0 0 1 .68.194.934.934 0 0 0 .813.493c.339 0 .645-.19.813-.493a.5.5 0 1 1 .874.486A1.934 1.934 0 0 1 10.25 7.75c-.73 0-1.356-.412-1.687-1.007a.5.5 0 0 1 .194-.68z"/>');// eslint-disable-next-line var BIconEmojiWinkFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EmojiWinkFill','<path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM7 6.5C7 5.672 6.552 5 6 5s-1 .672-1 1.5S5.448 8 6 8s1-.672 1-1.5zM4.285 9.567a.5.5 0 0 0-.183.683A4.498 4.498 0 0 0 8 12.5a4.5 4.5 0 0 0 3.898-2.25.5.5 0 1 0-.866-.5A3.498 3.498 0 0 1 8 11.5a3.498 3.498 0 0 1-3.032-1.75.5.5 0 0 0-.683-.183zm5.152-3.31a.5.5 0 0 0-.874.486c.33.595.958 1.007 1.687 1.007.73 0 1.356-.412 1.687-1.007a.5.5 0 0 0-.874-.486.934.934 0 0 1-.813.493.934.934 0 0 1-.813-.493z"/>');// eslint-disable-next-line var BIconEnvelope=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Envelope','<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383l-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z"/>');// eslint-disable-next-line var BIconEnvelopeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EnvelopeFill','<path d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z"/>');// eslint-disable-next-line var BIconEnvelopeOpen=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EnvelopeOpen','<path d="M8.47 1.318a1 1 0 0 0-.94 0l-6 3.2A1 1 0 0 0 1 5.4v.818l5.724 3.465L8 8.917l1.276.766L15 6.218V5.4a1 1 0 0 0-.53-.882l-6-3.2zM15 7.388l-4.754 2.877L15 13.117v-5.73zm-.035 6.874L8 10.083l-6.965 4.18A1 1 0 0 0 2 15h12a1 1 0 0 0 .965-.738zM1 13.117l4.754-2.852L1 7.387v5.73zM7.059.435a2 2 0 0 1 1.882 0l6 3.2A2 2 0 0 1 16 5.4V14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V5.4a2 2 0 0 1 1.059-1.765l6-3.2z"/>');// eslint-disable-next-line var BIconEnvelopeOpenFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EnvelopeOpenFill','<path d="M8.941.435a2 2 0 0 0-1.882 0l-6 3.2A2 2 0 0 0 0 5.4v.313l6.709 3.933L8 8.928l1.291.717L16 5.715V5.4a2 2 0 0 0-1.059-1.765l-6-3.2zM16 6.873l-5.693 3.337L16 13.372v-6.5zm-.059 7.611L8 10.072.059 14.484A2 2 0 0 0 2 16h12a2 2 0 0 0 1.941-1.516zM0 13.373l5.693-3.163L0 6.873v6.5z"/>');// eslint-disable-next-line var BIconExclamation=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Exclamation','<path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.553.553 0 0 1-1.1 0L7.1 4.995z"/>');// eslint-disable-next-line var BIconExclamationCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>');// eslint-disable-next-line var BIconExclamationCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8 4a.905.905 0 0 0-.9.995l.35 3.507a.552.552 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 4zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>');// eslint-disable-next-line var BIconExclamationDiamond=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationDiamond','<path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>');// eslint-disable-next-line var BIconExclamationDiamondFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationDiamondFill','<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconExclamationOctagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationOctagon','<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1L1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>');// eslint-disable-next-line var BIconExclamationOctagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationOctagonFill','<path d="M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconExclamationSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>');// eslint-disable-next-line var BIconExclamationSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconExclamationTriangle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationTriangle','<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"/><path d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z"/>');// eslint-disable-next-line var BIconExclamationTriangleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ExclamationTriangleFill','<path d="M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconExclude=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Exclude','<path d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm12 2H5a1 1 0 0 0-1 1v7h7a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconEye=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Eye','<path d="M16 8s-3-5.5-8-5.5S0 8 0 8s3 5.5 8 5.5S16 8 16 8zM1.173 8a13.133 13.133 0 0 1 1.66-2.043C4.12 4.668 5.88 3.5 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.133 13.133 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755C11.879 11.332 10.119 12.5 8 12.5c-2.12 0-3.879-1.168-5.168-2.457A13.134 13.134 0 0 1 1.172 8z"/><path d="M8 5.5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zM4.5 8a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>');// eslint-disable-next-line var BIconEyeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EyeFill','<path d="M10.5 8a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0z"/><path d="M0 8s3-5.5 8-5.5S16 8 16 8s-3 5.5-8 5.5S0 8 0 8zm8 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>');// eslint-disable-next-line var BIconEyeSlash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EyeSlash','<path d="M13.359 11.238C15.06 9.72 16 8 16 8s-3-5.5-8-5.5a7.028 7.028 0 0 0-2.79.588l.77.771A5.944 5.944 0 0 1 8 3.5c2.12 0 3.879 1.168 5.168 2.457A13.134 13.134 0 0 1 14.828 8c-.058.087-.122.183-.195.288-.335.48-.83 1.12-1.465 1.755-.165.165-.337.328-.517.486l.708.709z"/><path d="M11.297 9.176a3.5 3.5 0 0 0-4.474-4.474l.823.823a2.5 2.5 0 0 1 2.829 2.829l.822.822zm-2.943 1.299l.822.822a3.5 3.5 0 0 1-4.474-4.474l.823.823a2.5 2.5 0 0 0 2.829 2.829z"/><path d="M3.35 5.47c-.18.16-.353.322-.518.487A13.134 13.134 0 0 0 1.172 8l.195.288c.335.48.83 1.12 1.465 1.755C4.121 11.332 5.881 12.5 8 12.5c.716 0 1.39-.133 2.02-.36l.77.772A7.029 7.029 0 0 1 8 13.5C3 13.5 0 8 0 8s.939-1.721 2.641-3.238l.708.709zm10.296 8.884l-12-12 .708-.708 12 12-.708.708z"/>');// eslint-disable-next-line var BIconEyeSlashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('EyeSlashFill','<path d="M10.79 12.912l-1.614-1.615a3.5 3.5 0 0 1-4.474-4.474l-2.06-2.06C.938 6.278 0 8 0 8s3 5.5 8 5.5a7.027 7.027 0 0 0 2.79-.588zM5.21 3.088A7.028 7.028 0 0 1 8 2.5c5 0 8 5.5 8 5.5s-.939 1.721-2.641 3.238l-2.062-2.062a3.5 3.5 0 0 0-4.474-4.474L5.21 3.088z"/><path d="M5.525 7.646a2.5 2.5 0 0 0 2.829 2.829l-2.83-2.829zm4.95.708l-2.829-2.83a2.5 2.5 0 0 1 2.829 2.829zm3.171 6l-12-12 .708-.708 12 12-.708.707z"/>');// eslint-disable-next-line var BIconEyeglasses=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Eyeglasses','<path d="M4 6a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm2.625.547a3 3 0 0 0-5.584.953H.5a.5.5 0 0 0 0 1h.541A3 3 0 0 0 7 8a1 1 0 0 1 2 0 3 3 0 0 0 5.959.5h.541a.5.5 0 0 0 0-1h-.541a3 3 0 0 0-5.584-.953A1.993 1.993 0 0 0 8 6c-.532 0-1.016.208-1.375.547zM14 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>');// eslint-disable-next-line var BIconFacebook=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Facebook','<path d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z"/>');// eslint-disable-next-line var BIconFile=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('File','<path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileArrowDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileArrowDown','<path d="M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileArrowDownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileArrowDownFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z"/>');// eslint-disable-next-line var BIconFileArrowUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileArrowUp','<path d="M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileArrowUpFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileArrowUpFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.5 6.707L6.354 7.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 6.707V10.5a.5.5 0 0 1-1 0V6.707z"/>');// eslint-disable-next-line var BIconFileBarGraph=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileBarGraph','<path d="M4.5 12a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm3 0a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileBarGraphFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileBarGraphFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 11.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"/>');// eslint-disable-next-line var BIconFileBinary=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileBinary','<path d="M5.526 13.09c.976 0 1.524-.79 1.524-2.205 0-1.412-.548-2.203-1.524-2.203-.978 0-1.526.79-1.526 2.203 0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612.358 0 .607.247.733.721L4.7 11.137a6.749 6.749 0 0 1-.006-.252zm.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145c.003.079.005.164.005.249 0 1.052-.29 1.614-.829 1.614zm5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileBinaryFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileBinaryFill','<path d="M5.526 9.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.56-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7.05 10.885c0 1.415-.548 2.206-1.524 2.206C4.548 13.09 4 12.3 4 10.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V13h-3v-.595h1.181V9.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z"/>');// eslint-disable-next-line var BIconFileBreak=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileBreak','<path d="M0 10.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zM12 0H4a2 2 0 0 0-2 2v7h1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h1V2a2 2 0 0 0-2-2zm2 12h-1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2z"/>');// eslint-disable-next-line var BIconFileBreakFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileBreakFill','<path d="M4 0h8a2 2 0 0 1 2 2v7H2V2a2 2 0 0 1 2-2zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>');// eslint-disable-next-line var BIconFileCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileCheck','<path d="M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileCheckFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1.146 6.854l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconFileCode=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileCode','<path d="M6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0a.5.5 0 1 0-.708.708L10.293 8 8.646 9.646a.5.5 0 0 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileCodeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileCodeFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.646 5.646a.5.5 0 1 1 .708.708L5.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconFileDiff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileDiff','<path d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4zm-2.5 6.5A.5.5 0 0 1 6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileDiffFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileDiffFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5a.5.5 0 0 1 1 0zM6 10h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileEarmark=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmark','<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>');// eslint-disable-next-line var BIconFileEarmarkArrowDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkArrowDown','<path d="M8.5 6.5a.5.5 0 0 0-1 0v3.793L6.354 9.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L8.5 10.293V6.5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkArrowDownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkArrowDownFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-1 4v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 .708-.708L7.5 11.293V7.5a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFileEarmarkArrowUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkArrowUp','<path d="M8.5 11.5a.5.5 0 0 1-1 0V7.707L6.354 8.854a.5.5 0 1 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 7.707V11.5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkArrowUpFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkArrowUpFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.354 9.854a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 8.707V12.5a.5.5 0 0 1-1 0V8.707L6.354 9.854z"/>');// eslint-disable-next-line var BIconFileEarmarkBarGraph=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkBarGraph','<path d="M10 13.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v6zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkBarGraphFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkBarGraphFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm.5 10v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-2.5.5a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5h-1zm-3 0a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1z"/>');// eslint-disable-next-line var BIconFileEarmarkBinary=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkBinary','<path d="M7.05 11.885c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm-1.524-1.612c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146zm6.061.624V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkBinaryFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkBinaryFill','<path d="M5.526 10.273c-.542 0-.832.563-.832 1.612 0 .088.003.173.006.252l1.559-1.143c-.126-.474-.375-.72-.733-.72zm-.732 2.508c.126.472.372.718.732.718.54 0 .83-.563.83-1.614 0-.085-.003-.17-.006-.25l-1.556 1.146z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-2.45 8.385c0 1.415-.548 2.206-1.524 2.206C4.548 14.09 4 13.3 4 11.885c0-1.412.548-2.203 1.526-2.203.976 0 1.524.79 1.524 2.203zm3.805 1.52V14h-3v-.595h1.181V10.5h-.05l-1.136.747v-.688l1.19-.786h.69v3.633h1.125z"/>');// eslint-disable-next-line var BIconFileEarmarkBreak=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkBreak','<path d="M14 4.5V9h-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v7H2V2a2 2 0 0 1 2-2h5.5L14 4.5zM13 12h1v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2h1v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>');// eslint-disable-next-line var BIconFileEarmarkBreakFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkBreakFill','<path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V9H2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zM2 12h12v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2zM.5 10a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>');// eslint-disable-next-line var BIconFileEarmarkCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkCheck','<path d="M10.854 7.854a.5.5 0 0 0-.708-.708L7.5 9.793 6.354 8.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkCheckFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm1.354 4.354l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 9.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconFileEarmarkCode=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkCode','<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M8.646 6.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 9 8.646 7.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 9l1.647-1.646a.5.5 0 0 0 0-.708z"/>');// eslint-disable-next-line var BIconFileEarmarkCodeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkCodeFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.646 7.646a.5.5 0 1 1 .708.708L5.707 10l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zm2.708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 10 8.646 8.354a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconFileEarmarkDiff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkDiff','<path d="M8 5a.5.5 0 0 1 .5.5V7H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V8H6a.5.5 0 0 1 0-1h1.5V5.5A.5.5 0 0 1 8 5zm-2.5 6.5A.5.5 0 0 1 6 11h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkDiffFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkDiffFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8 6a.5.5 0 0 1 .5.5V8H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V9H6a.5.5 0 0 1 0-1h1.5V6.5A.5.5 0 0 1 8 6zm-2.5 6.5A.5.5 0 0 1 6 12h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFileEarmarkEasel=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkEasel','<path d="M8.5 6a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 7.5v2A1.5 1.5 0 0 0 5.5 11h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 11H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 11h.473A1.5 1.5 0 0 0 12 9.5v-2A1.5 1.5 0 0 0 10.5 6h-2zM5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkEaselFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkEaselFill','<path d="M5 7.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 6h2A1.5 1.5 0 0 1 12 7.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 11H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 11H5.5A1.5 1.5 0 0 1 4 9.5v-2A1.5 1.5 0 0 1 5.5 6h2a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFileEarmarkExcel=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkExcel','<path d="M5.884 6.68a.5.5 0 1 0-.768.64L7.349 10l-2.233 2.68a.5.5 0 0 0 .768.64L8 10.781l2.116 2.54a.5.5 0 0 0 .768-.641L8.651 10l2.233-2.68a.5.5 0 0 0-.768-.64L8 9.219l-2.116-2.54z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkExcelFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkExcelFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.884 6.68L8 9.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 10l2.233 2.68a.5.5 0 0 1-.768.64L8 10.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 10 5.116 7.32a.5.5 0 1 1 .768-.64z"/>');// eslint-disable-next-line var BIconFileEarmarkFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkFill','<path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3z"/>');// eslint-disable-next-line var BIconFileEarmarkFont=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkFont','<path d="M10.943 6H5.057L5 8h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v5.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V6.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>');// eslint-disable-next-line var BIconFileEarmarkFontFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkFontFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.057 6h5.886L11 8h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v5.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V6.755l-.293.01C5.856 6.808 5.68 6.905 5.5 8H5l.057-2z"/>');// eslint-disable-next-line var BIconFileEarmarkImage=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkImage','<path d="M6.502 7a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M14 14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5V14zM4 1a1 1 0 0 0-1 1v10l2.224-2.224a.5.5 0 0 1 .61-.075L8 11l2.157-3.02a.5.5 0 0 1 .76-.063L13 10V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4z"/>');// eslint-disable-next-line var BIconFileEarmarkImageFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkImageFill','<path d="M4 0h5.293A1 1 0 0 1 10 .293L13.707 4a1 1 0 0 1 .293.707v5.586l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm5.5 1.5v2a1 1 0 0 0 1 1h2l-3-3zm-1.498 4a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/><path d="M10.564 8.27L14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z"/>');// eslint-disable-next-line var BIconFileEarmarkLock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkLock','<path d="M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0zM6 9.3v2.4c0 .042.02.107.105.175A.637.637 0 0 0 6.5 12h3a.64.64 0 0 0 .395-.125c.085-.068.105-.133.105-.175V9.3c0-.042-.02-.107-.105-.175A.637.637 0 0 0 9.5 9h-3a.637.637 0 0 0-.395.125C6.02 9.193 6 9.258 6 9.3z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkLock2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkLock2','<path d="M10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0zM7 7v1h2V7a1 1 0 0 0-2 0z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkLock2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkLock2Fill','<path d="M7 7a1 1 0 0 1 2 0v1H7V7z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z"/>');// eslint-disable-next-line var BIconFileEarmarkLockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkLockFill','<path d="M7 7a1 1 0 0 1 2 0v1H7V7zM6 9.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 9h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 12h-3a.637.637 0 0 1-.395-.125C6.02 11.807 6 11.742 6 11.7V9.3z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM10 7v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V9.3c0-.627.46-1.058 1-1.224V7a2 2 0 1 1 4 0z"/>');// eslint-disable-next-line var BIconFileEarmarkMedical=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkMedical','<path d="M7.5 5.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L6 7l-.549.317a.5.5 0 1 0 .5.866l.549-.317V8.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L8 7l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V5.5zm-2 4.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkMedicalFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkMedicalFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-3 2v.634l.549-.317a.5.5 0 1 1 .5.866L7 7l.549.317a.5.5 0 1 1-.5.866L6.5 7.866V8.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L5 7l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V5.5a.5.5 0 1 1 1 0zm-2 4.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileEarmarkMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkMinus','<path d="M5.5 9a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>');// eslint-disable-next-line var BIconFileEarmarkMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkMinusFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 8.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileEarmarkMusic=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkMusic','<path d="M11 6.64a1 1 0 0 0-1.243-.97l-1 .25A1 1 0 0 0 8 6.89v4.306A2.572 2.572 0 0 0 7 11c-.5 0-.974.134-1.338.377-.36.24-.662.628-.662 1.123s.301.883.662 1.123c.364.243.839.377 1.338.377.5 0 .974-.134 1.338-.377.36-.24.662-.628.662-1.123V8.89l2-.5V6.64z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkMusicFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkMusicFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 6.64v1.75l-2 .5v3.61c0 .495-.301.883-.662 1.123C7.974 13.866 7.499 14 7 14c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 11.134 6.501 11 7 11c.356 0 .7.068 1 .196V6.89a1 1 0 0 1 .757-.97l1-.25A1 1 0 0 1 11 6.64z"/>');// eslint-disable-next-line var BIconFileEarmarkPerson=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPerson','<path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2v9.255S12 12 8 12s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkPersonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPersonFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm2 5.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-.245S4 12 8 12s5 1.755 5 1.755z"/>');// eslint-disable-next-line var BIconFileEarmarkPlay=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPlay','<path d="M6 6.883v4.234a.5.5 0 0 0 .757.429l3.528-2.117a.5.5 0 0 0 0-.858L6.757 6.454a.5.5 0 0 0-.757.43z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkPlayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPlayFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6 6.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V6.884z"/>');// eslint-disable-next-line var BIconFileEarmarkPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPlus','<path d="M8 6.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 .5-.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>');// eslint-disable-next-line var BIconFileEarmarkPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPlusFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM8.5 7v1.5H10a.5.5 0 0 1 0 1H8.5V11a.5.5 0 0 1-1 0V9.5H6a.5.5 0 0 1 0-1h1.5V7a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFileEarmarkPost=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPost','<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M4 6.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7zm0-3a.5.5 0 0 1 .5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFileEarmarkPostFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPostFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-5-.5H7a.5.5 0 0 1 0 1H4.5a.5.5 0 0 1 0-1zm0 3h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-7a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconFileEarmarkPpt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPpt','<path d="M5 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 11h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 6H5zm2 3.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkPptFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkPptFill','<path d="M6.5 8.5a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.5 6v.264a3 3 0 1 1 0 4.472V13.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFileEarmarkRichtext=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkRichtext','<path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/><path d="M4.5 12.5A.5.5 0 0 1 5 12h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm1.639-3.708l1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V8.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V8s1.54-1.274 1.639-1.208zM6.25 6a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5z"/>');// eslint-disable-next-line var BIconFileEarmarkRichtextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkRichtextFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM7 6.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542l1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V9.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V9s1.54-1.274 1.639-1.208zM5 11h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileEarmarkRuled=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkRuled','<path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h7v1a1 1 0 0 1-1 1H6zm7-3H6v-2h7v2z"/>');// eslint-disable-next-line var BIconFileEarmarkRuledFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkRuledFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1H6v2h7v1H6v2H5v-2H3v-1h2v-2H3V9z"/>');// eslint-disable-next-line var BIconFileEarmarkSlides=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkSlides','<path d="M4 0h5.5v1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h1V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/><path d="M9.5 3V0L14 4.5h-3A1.5 1.5 0 0 1 9.5 3zm.5 10.5c0 .276-.895.5-2 .5s-2-.224-2-.5.895-.5 2-.5 2 .224 2 .5z"/><path fill-rule="evenodd" d="M4.504 6.438A.5.5 0 0 1 5 6h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 11h-3v2.016a7.795 7.795 0 0 0-1 0V11h-3a.5.5 0 0 1-.496-.562l.5-4zM7 7.221v2.558c0 .097.106.157.19.107l2.13-1.279a.125.125 0 0 0 0-.214l-2.13-1.28a.125.125 0 0 0-.19.109z"/>');// eslint-disable-next-line var BIconFileEarmarkSlidesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkSlidesFill','<path d="M7 9.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 9.778z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5 6h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 11h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V11h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 6z"/>');// eslint-disable-next-line var BIconFileEarmarkSpreadsheet=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkSpreadsheet','<path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V9H3V2a1 1 0 0 1 1-1h5.5v2zM3 12v-2h2v2H3zm0 1h2v2H4a1 1 0 0 1-1-1v-1zm3 2v-2h3v2H6zm4 0v-2h3v1a1 1 0 0 1-1 1h-2zm3-3h-3v-2h3v2zm-7 0v-2h3v2H6z"/>');// eslint-disable-next-line var BIconFileEarmarkSpreadsheetFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkSpreadsheetFill','<path d="M6 12v-2h3v2H6z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM3 9h10v1h-3v2h3v1h-3v2H9v-2H6v2H5v-2H3v-1h2v-2H3V9z"/>');// eslint-disable-next-line var BIconFileEarmarkText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkText','<path d="M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/><path d="M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5z"/>');// eslint-disable-next-line var BIconFileEarmarkTextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkTextFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM4.5 9a.5.5 0 0 1 0-1h7a.5.5 0 0 1 0 1h-7zM4 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1h-4z"/>');// eslint-disable-next-line var BIconFileEarmarkWord=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkWord','<path d="M5.485 6.879a.5.5 0 1 0-.97.242l1.5 6a.5.5 0 0 0 .967.01L8 9.402l1.018 3.73a.5.5 0 0 0 .967-.01l1.5-6a.5.5 0 0 0-.97-.242l-1.036 4.144-.997-3.655a.5.5 0 0 0-.964 0l-.997 3.655L5.485 6.88z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkWordFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkWordFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM5.485 6.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 9.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z"/>');// eslint-disable-next-line var BIconFileEarmarkX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkX','<path d="M6.854 7.146a.5.5 0 1 0-.708.708L7.293 9l-1.147 1.146a.5.5 0 0 0 .708.708L8 9.707l1.146 1.147a.5.5 0 0 0 .708-.708L8.707 9l1.147-1.146a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146z"/><path d="M14 14V4.5L9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM9.5 3A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconFileEarmarkXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkXFill','<path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zM6.854 7.146L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconFileEarmarkZip=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkZip','<path d="M5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.11 0l-.929-.62a1 1 0 0 1-.415-1.074L5 8.438V7.5zm2 0H6v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.929-.62-.4-1.598A1 1 0 0 1 7 8.438V7.5z"/><path d="M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1h-2v1h-1v1h1v1h-1v1h1v1H6V5H5V4h1V3H5V2h1V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z"/>');// eslint-disable-next-line var BIconFileEarmarkZipFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEarmarkZipFill','<path d="M5.5 9.438V8.5h1v.938a1 1 0 0 0 .03.243l.4 1.598-.93.62-.93-.62.4-1.598a1 1 0 0 0 .03-.243z"/><path d="M9.293 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.707A1 1 0 0 0 13.707 4L10 .293A1 1 0 0 0 9.293 0zM9.5 3.5v-2l3 3h-2a1 1 0 0 1-1-1zm-4-.5V2h-1V1H6v1h1v1H6v1h1v1H6v1h1v1H5.5V6h-1V5h1V4h-1V3h1zm0 4.5h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V8.5a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileEasel=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEasel','<path d="M8.5 5a.5.5 0 1 0-1 0h-2A1.5 1.5 0 0 0 4 6.5v2A1.5 1.5 0 0 0 5.5 10h.473l-.447 1.342a.5.5 0 1 0 .948.316L7.027 10H7.5v1a.5.5 0 0 0 1 0v-1h.473l.553 1.658a.5.5 0 1 0 .948-.316L10.027 10h.473A1.5 1.5 0 0 0 12 8.5v-2A1.5 1.5 0 0 0 10.5 5h-2zM5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileEaselFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileEaselFill','<path d="M5 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-2z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 5h2A1.5 1.5 0 0 1 12 6.5v2a1.5 1.5 0 0 1-1.5 1.5h-.473l.447 1.342a.5.5 0 0 1-.948.316L8.973 10H8.5v1a.5.5 0 0 1-1 0v-1h-.473l-.553 1.658a.5.5 0 1 1-.948-.316L5.973 10H5.5A1.5 1.5 0 0 1 4 8.5v-2A1.5 1.5 0 0 1 5.5 5h2a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFileExcel=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileExcel','<path d="M5.18 4.616a.5.5 0 0 1 .704.064L8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 0 1 .064-.704z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileExcelFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileExcelFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.884 4.68L8 7.219l2.116-2.54a.5.5 0 1 1 .768.641L8.651 8l2.233 2.68a.5.5 0 0 1-.768.64L8 8.781l-2.116 2.54a.5.5 0 0 1-.768-.641L7.349 8 5.116 5.32a.5.5 0 1 1 .768-.64z"/>');// eslint-disable-next-line var BIconFileFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileFill','<path fill-rule="evenodd" d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2z"/>');// eslint-disable-next-line var BIconFileFont=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileFont','<path d="M10.943 4H5.057L5 6h.5c.18-1.096.356-1.192 1.694-1.235l.293-.01v6.09c0 .47-.1.582-.898.655v.5H9.41v-.5c-.803-.073-.903-.184-.903-.654V4.755l.298.01c1.338.043 1.514.14 1.694 1.235h.5l-.057-2z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileFontFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileFontFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.057 4h5.886L11 6h-.5c-.18-1.096-.356-1.192-1.694-1.235l-.298-.01v6.09c0 .47.1.582.903.655v.5H6.59v-.5c.799-.073.898-.184.898-.654V4.755l-.293.01C5.856 4.808 5.68 4.905 5.5 6H5l.057-2z"/>');// eslint-disable-next-line var BIconFileImage=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileImage','<path d="M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12V2z"/>');// eslint-disable-next-line var BIconFileImageFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileImageFill','<path d="M4 0h8a2 2 0 0 1 2 2v8.293l-2.73-2.73a1 1 0 0 0-1.52.127l-1.889 2.644-1.769-1.062a1 1 0 0 0-1.222.15L2 12.292V2a2 2 0 0 1 2-2zm4.002 5.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/><path d="M10.564 8.27L14 11.708V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-.293l3.578-3.577 2.56 1.536 2.426-3.395z"/>');// eslint-disable-next-line var BIconFileLock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileLock','<path d="M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224zM6.105 8.125A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3c0-.042.02-.107.105-.175z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileLock2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileLock2','<path d="M8 5a1 1 0 0 1 1 1v1H7V6a1 1 0 0 1 1-1zm2 2.076V6a2 2 0 1 0-4 0v1.076c-.54.166-1 .597-1 1.224v2.4c0 .816.781 1.3 1.5 1.3h3c.719 0 1.5-.484 1.5-1.3V8.3c0-.627-.46-1.058-1-1.224z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileLock2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileLock2Fill','<path d="M7 6a1 1 0 0 1 2 0v1H7V6z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z"/>');// eslint-disable-next-line var BIconFileLockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileLockFill','<path d="M7 6a1 1 0 0 1 2 0v1H7V6zM6 8.3c0-.042.02-.107.105-.175A.637.637 0 0 1 6.5 8h3a.64.64 0 0 1 .395.125c.085.068.105.133.105.175v2.4c0 .042-.02.107-.105.175A.637.637 0 0 1 9.5 11h-3a.637.637 0 0 1-.395-.125C6.02 10.807 6 10.742 6 10.7V8.3z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-2 6v1.076c.54.166 1 .597 1 1.224v2.4c0 .816-.781 1.3-1.5 1.3h-3c-.719 0-1.5-.484-1.5-1.3V8.3c0-.627.46-1.058 1-1.224V6a2 2 0 1 1 4 0z"/>');// eslint-disable-next-line var BIconFileMedical=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileMedical','<path d="M8.5 4.5a.5.5 0 0 0-1 0v.634l-.549-.317a.5.5 0 1 0-.5.866L7 6l-.549.317a.5.5 0 1 0 .5.866l.549-.317V7.5a.5.5 0 1 0 1 0v-.634l.549.317a.5.5 0 1 0 .5-.866L9 6l.549-.317a.5.5 0 1 0-.5-.866l-.549.317V4.5zM5.5 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileMedicalFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileMedicalFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 4.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5a.5.5 0 1 1 1 0zM5.5 9h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileMinus','<path d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileMinusFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileMusic=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileMusic','<path d="M10.304 3.13a1 1 0 0 1 1.196.98v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileMusicFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileMusicFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-.5 4.11v1.8l-2.5.5v5.09c0 .495-.301.883-.662 1.123C7.974 12.866 7.499 13 7 13c-.5 0-.974-.134-1.338-.377-.36-.24-.662-.628-.662-1.123s.301-.883.662-1.123C6.026 10.134 6.501 10 7 10c.356 0 .7.068 1 .196V4.41a1 1 0 0 1 .804-.98l1.5-.3a1 1 0 0 1 1.196.98z"/>');// eslint-disable-next-line var BIconFilePerson=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePerson','<path d="M12 1a1 1 0 0 1 1 1v10.755S12 11 8 11s-5 1.755-5 1.755V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M8 10a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconFilePersonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePersonFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm-1 7a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 4c2.623 0 4.146.826 5 1.755V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-1.245C3.854 11.825 5.377 11 8 11z"/>');// eslint-disable-next-line var BIconFilePlay=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePlay','<path d="M6 10.117V5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFilePlayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePlayFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6 5.883a.5.5 0 0 1 .757-.429l3.528 2.117a.5.5 0 0 1 0 .858l-3.528 2.117a.5.5 0 0 1-.757-.43V5.884z"/>');// eslint-disable-next-line var BIconFilePlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePlus','<path d="M8.5 6a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V10a.5.5 0 0 0 1 0V8.5H10a.5.5 0 0 0 0-1H8.5V6z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFilePlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePlusFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFilePost=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePost','<path d="M4 3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFilePostFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePostFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM4.5 3h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1zm0 2h7a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconFilePpt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePpt','<path d="M6.5 4.5a.5.5 0 0 0-1 0V12a.5.5 0 0 0 1 0V9.236a3 3 0 1 0 0-4.472V4.5zm0 2.5a2 2 0 1 1 4 0 2 2 0 0 1-4 0z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFilePptFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilePptFill','<path d="M6.5 7a2 2 0 1 0 4 0 2 2 0 0 0-4 0z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.5 4.5v.264a3 3 0 1 1 0 4.472V12a.5.5 0 0 1-1 0V4.5a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconFileRichtext=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileRichtext','<path d="M7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542l1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileRichtextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileRichtextFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM7 4.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542l1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047l1.888.974V7.5a.5.5 0 0 1-.5.5H5a.5.5 0 0 1-.5-.5V7s1.54-1.274 1.639-1.208zM5 9h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileRuled=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileRuled','<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6H6v2h7V7zm0 3H6v2h7v-2zm0 3H6v2h6a1 1 0 0 0 1-1v-1zm-8 2v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2z"/>');// eslint-disable-next-line var BIconFileRuledFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileRuledFill','<path d="M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7H6v2h8V7zm0 3H6v2h8v-2zm0 3H6v3h6a2 2 0 0 0 2-2v-1zm-9 3v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2z"/>');// eslint-disable-next-line var BIconFileSlides=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileSlides','<path d="M5 4a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 4.5 9h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V9h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 11 4H5zm2 3.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileSlidesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileSlidesFill','<path d="M7 7.78V5.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 7 7.778z"/><path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 .496.438l.5 4A.5.5 0 0 1 11.5 9h-3v2.016c.863.055 1.5.251 1.5.484 0 .276-.895.5-2 .5s-2-.224-2-.5c0-.233.637-.429 1.5-.484V9h-3a.5.5 0 0 1-.496-.562l.5-4A.5.5 0 0 1 5 4z"/>');// eslint-disable-next-line var BIconFileSpreadsheet=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileSpreadsheet','<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v4h10V2a1 1 0 0 0-1-1H4zm9 6h-3v2h3V7zm0 3h-3v2h3v-2zm0 3h-3v2h2a1 1 0 0 0 1-1v-1zm-4 2v-2H6v2h3zm-4 0v-2H3v1a1 1 0 0 0 1 1h1zm-2-3h2v-2H3v2zm0-3h2V7H3v2zm3-2v2h3V7H6zm3 3H6v2h3v-2z"/>');// eslint-disable-next-line var BIconFileSpreadsheetFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileSpreadsheetFill','<path d="M12 0H4a2 2 0 0 0-2 2v4h12V2a2 2 0 0 0-2-2zm2 7h-4v2h4V7zm0 3h-4v2h4v-2zm0 3h-4v3h2a2 2 0 0 0 2-2v-1zm-5 3v-3H6v3h3zm-4 0v-3H2v1a2 2 0 0 0 2 2h1zm-3-4h3v-2H2v2zm0-3h3V7H2v2zm4 0V7h3v2H6zm0 1h3v2H6v-2z"/>');// eslint-disable-next-line var BIconFileText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileText','<path d="M5 4a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1H5zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1H5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm10-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconFileTextFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileTextFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconFileWord=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileWord','<path d="M4.879 4.515a.5.5 0 0 1 .606.364l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 0 1 .364-.606z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileWordFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileWordFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5.485 4.879l1.036 4.144.997-3.655a.5.5 0 0 1 .964 0l.997 3.655 1.036-4.144a.5.5 0 0 1 .97.242l-1.5 6a.5.5 0 0 1-.967.01L8 7.402l-1.018 3.73a.5.5 0 0 1-.967-.01l-1.5-6a.5.5 0 1 1 .97-.242z"/>');// eslint-disable-next-line var BIconFileX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileX','<path d="M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconFileXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileXFill','<path d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM6.854 6.146L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconFileZip=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileZip','<path d="M6.5 7.5a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v.938l.4 1.599a1 1 0 0 1-.416 1.074l-.93.62a1 1 0 0 1-1.109 0l-.93-.62a1 1 0 0 1-.415-1.074l.4-1.599V7.5zm2 0h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243V7.5z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm5.5-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9v1H8v1h1v1H8v1h1v1H7.5V5h-1V4h1V3h-1V2h1V1z"/>');// eslint-disable-next-line var BIconFileZipFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FileZipFill','<path d="M8.5 9.438V8.5h-1v.938a1 1 0 0 1-.03.243l-.4 1.598.93.62.93-.62-.4-1.598a1 1 0 0 1-.03-.243z"/><path d="M4 0h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm2.5 8.5v.938l-.4 1.599a1 1 0 0 0 .416 1.074l.93.62a1 1 0 0 0 1.109 0l.93-.62a1 1 0 0 0 .415-1.074l-.4-1.599V8.5a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1zm1-5.5h-1v1h1v1h-1v1h1v1H9V6H8V5h1V4H8V3h1V2H8V1H6.5v1h1v1z"/>');// eslint-disable-next-line var BIconFiles=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Files','<path d="M13 0H6a2 2 0 0 0-2 2 2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7a2 2 0 0 0 2-2 2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 13V4a2 2 0 0 0-2-2H5a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1zM3 4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z"/>');// eslint-disable-next-line var BIconFilesAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilesAlt','<path d="M11 0H3a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2 2 2 0 0 0 2-2V4a2 2 0 0 0-2-2 2 2 0 0 0-2-2zm2 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1V3zM2 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2z"/>');// eslint-disable-next-line var BIconFilm=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Film','<path d="M0 1a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm4 0v6h8V1H4zm8 8H4v6h8V9zM1 1v2h2V1H1zm2 3H1v2h2V4zM1 7v2h2V7H1zm2 3H1v2h2v-2zm-2 3v2h2v-2H1zM15 1h-2v2h2V1zm-2 3v2h2V4h-2zm2 3h-2v2h2V7zm-2 3v2h2v-2h-2zm2 3h-2v2h2v-2z"/>');// eslint-disable-next-line var BIconFilter=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Filter','<path d="M6 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFilterCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilterCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M7 11.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFilterCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilterCircleFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zM3.5 5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1 0-1zM5 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFilterLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilterLeft','<path d="M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFilterRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilterRight','<path d="M14 10.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-7a.5.5 0 0 0 0 1h7a.5.5 0 0 0 .5-.5zm0-3a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0 0 1h11a.5.5 0 0 0 .5-.5z"/>');// eslint-disable-next-line var BIconFilterSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilterSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M6 11.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFilterSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FilterSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm.5 5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1 0-1zM4 8.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm2 3a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFlag=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Flag','<path d="M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001M14 1.221c-.22.078-.48.167-.766.255-.81.252-1.872.523-2.734.523-.886 0-1.592-.286-2.203-.534l-.008-.003C7.662 1.21 7.139 1 6.5 1c-.669 0-1.606.229-2.415.478A21.294 21.294 0 0 0 3 1.845v6.433c.22-.078.48-.167.766-.255C4.576 7.77 5.638 7.5 6.5 7.5c.847 0 1.548.28 2.158.525l.028.01C9.32 8.29 9.86 8.5 10.5 8.5c.668 0 1.606-.229 2.415-.478A21.317 21.317 0 0 0 14 7.655V1.222z"/>');// eslint-disable-next-line var BIconFlagFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FlagFill','<path d="M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12.435 12.435 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A19.626 19.626 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a19.587 19.587 0 0 0 1.349-.476l.019-.007.004-.002h.001"/>');// eslint-disable-next-line var BIconFlower1=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Flower1','<path d="M6.174 1.184a2 2 0 0 1 3.652 0A2 2 0 0 1 12.99 3.01a2 2 0 0 1 1.826 3.164 2 2 0 0 1 0 3.652 2 2 0 0 1-1.826 3.164 2 2 0 0 1-3.164 1.826 2 2 0 0 1-3.652 0A2 2 0 0 1 3.01 12.99a2 2 0 0 1-1.826-3.164 2 2 0 0 1 0-3.652A2 2 0 0 1 3.01 3.01a2 2 0 0 1 3.164-1.826zM8 1a1 1 0 0 0-.998 1.03l.01.091c.012.077.029.176.054.296.049.241.122.542.213.887.182.688.428 1.513.676 2.314L8 5.762l.045-.144c.248-.8.494-1.626.676-2.314.091-.345.164-.646.213-.887a4.997 4.997 0 0 0 .064-.386L9 2a1 1 0 0 0-1-1zM2 9l.03-.002.091-.01a4.99 4.99 0 0 0 .296-.054c.241-.049.542-.122.887-.213a60.59 60.59 0 0 0 2.314-.676L5.762 8l-.144-.045a60.59 60.59 0 0 0-2.314-.676 16.705 16.705 0 0 0-.887-.213 4.99 4.99 0 0 0-.386-.064L2 7a1 1 0 1 0 0 2zm7 5l-.002-.03a5.005 5.005 0 0 0-.064-.386 16.398 16.398 0 0 0-.213-.888 60.582 60.582 0 0 0-.676-2.314L8 10.238l-.045.144c-.248.8-.494 1.626-.676 2.314-.091.345-.164.646-.213.887a4.996 4.996 0 0 0-.064.386L7 14a1 1 0 1 0 2 0zm-5.696-2.134l.025-.017a5.001 5.001 0 0 0 .303-.248c.184-.164.408-.377.661-.629A60.614 60.614 0 0 0 5.96 9.23l.103-.111-.147.033a60.88 60.88 0 0 0-2.343.572c-.344.093-.64.18-.874.258a5.063 5.063 0 0 0-.367.138l-.027.014a1 1 0 1 0 1 1.732zM4.5 14.062a1 1 0 0 0 1.366-.366l.014-.027c.01-.02.021-.048.036-.084a5.09 5.09 0 0 0 .102-.283c.078-.233.165-.53.258-.874a60.6 60.6 0 0 0 .572-2.343l.033-.147-.11.102a60.848 60.848 0 0 0-1.743 1.667 17.07 17.07 0 0 0-.629.66 5.06 5.06 0 0 0-.248.304l-.017.025a1 1 0 0 0 .366 1.366zm9.196-8.196a1 1 0 0 0-1-1.732l-.025.017a4.951 4.951 0 0 0-.303.248 16.69 16.69 0 0 0-.661.629A60.72 60.72 0 0 0 10.04 6.77l-.102.111.147-.033a60.6 60.6 0 0 0 2.342-.572c.345-.093.642-.18.875-.258a4.993 4.993 0 0 0 .367-.138.53.53 0 0 0 .027-.014zM11.5 1.938a1 1 0 0 0-1.366.366l-.014.027c-.01.02-.021.048-.036.084a5.09 5.09 0 0 0-.102.283c-.078.233-.165.53-.258.875a60.62 60.62 0 0 0-.572 2.342l-.033.147.11-.102a60.848 60.848 0 0 0 1.743-1.667c.252-.253.465-.477.629-.66a5.001 5.001 0 0 0 .248-.304l.017-.025a1 1 0 0 0-.366-1.366zM14 9a1 1 0 0 0 0-2l-.03.002a4.996 4.996 0 0 0-.386.064c-.242.049-.543.122-.888.213-.688.182-1.513.428-2.314.676L10.238 8l.144.045c.8.248 1.626.494 2.314.676.345.091.646.164.887.213a4.996 4.996 0 0 0 .386.064L14 9zM1.938 4.5a1 1 0 0 0 .393 1.38l.084.035c.072.03.166.064.283.103.233.078.53.165.874.258a60.88 60.88 0 0 0 2.343.572l.147.033-.103-.111a60.584 60.584 0 0 0-1.666-1.742 16.705 16.705 0 0 0-.66-.629 4.996 4.996 0 0 0-.304-.248l-.025-.017a1 1 0 0 0-1.366.366zm2.196-1.196l.017.025a4.996 4.996 0 0 0 .248.303c.164.184.377.408.629.661A60.597 60.597 0 0 0 6.77 5.96l.111.102-.033-.147a60.602 60.602 0 0 0-.572-2.342c-.093-.345-.18-.642-.258-.875a5.006 5.006 0 0 0-.138-.367l-.014-.027a1 1 0 1 0-1.732 1zm9.928 8.196a1 1 0 0 0-.366-1.366l-.027-.014a5 5 0 0 0-.367-.138c-.233-.078-.53-.165-.875-.258a60.619 60.619 0 0 0-2.342-.572l-.147-.033.102.111a60.73 60.73 0 0 0 1.667 1.742c.253.252.477.465.66.629a4.946 4.946 0 0 0 .304.248l.025.017a1 1 0 0 0 1.366-.366zm-3.928 2.196a1 1 0 0 0 1.732-1l-.017-.025a5.065 5.065 0 0 0-.248-.303 16.705 16.705 0 0 0-.629-.661A60.462 60.462 0 0 0 9.23 10.04l-.111-.102.033.147a60.6 60.6 0 0 0 .572 2.342c.093.345.18.642.258.875a4.985 4.985 0 0 0 .138.367.575.575 0 0 0 .014.027zM8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/>');// eslint-disable-next-line var BIconFlower2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Flower2','<path d="M8 16a4 4 0 0 0 4-4 4 4 0 0 0 0-8 4 4 0 0 0-8 0 4 4 0 1 0 0 8 4 4 0 0 0 4 4zm3-12c0 .073-.01.155-.03.247-.544.241-1.091.638-1.598 1.084A2.987 2.987 0 0 0 8 5c-.494 0-.96.12-1.372.331-.507-.446-1.054-.843-1.597-1.084A1.117 1.117 0 0 1 5 4a3 3 0 0 1 6 0zm-.812 6.052A2.99 2.99 0 0 0 11 8a2.99 2.99 0 0 0-.812-2.052c.215-.18.432-.346.647-.487C11.34 5.131 11.732 5 12 5a3 3 0 1 1 0 6c-.268 0-.66-.13-1.165-.461a6.833 6.833 0 0 1-.647-.487zm-3.56.617a3.001 3.001 0 0 0 2.744 0c.507.446 1.054.842 1.598 1.084.02.091.03.174.03.247a3 3 0 1 1-6 0c0-.073.01-.155.03-.247.544-.242 1.091-.638 1.598-1.084zm-.816-4.721A2.99 2.99 0 0 0 5 8c0 .794.308 1.516.812 2.052a6.83 6.83 0 0 1-.647.487C4.66 10.869 4.268 11 4 11a3 3 0 0 1 0-6c.268 0 .66.13 1.165.461.215.141.432.306.647.487zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>');// eslint-disable-next-line var BIconFlower3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Flower3','<path d="M11.424 8c.437-.052.811-.136 1.04-.268a2 2 0 0 0-2-3.464c-.229.132-.489.414-.752.767C9.886 4.63 10 4.264 10 4a2 2 0 1 0-4 0c0 .264.114.63.288 1.035-.263-.353-.523-.635-.752-.767a2 2 0 0 0-2 3.464c.229.132.603.216 1.04.268-.437.052-.811.136-1.04.268a2 2 0 1 0 2 3.464c.229-.132.489-.414.752-.767C6.114 11.37 6 11.736 6 12a2 2 0 1 0 4 0c0-.264-.114-.63-.288-1.035.263.353.523.635.752.767a2 2 0 1 0 2-3.464c-.229-.132-.603-.216-1.04-.268zM9 4a1.468 1.468 0 0 1-.045.205c-.039.132-.1.295-.183.484a12.88 12.88 0 0 1-.637 1.223L8 6.142a21.73 21.73 0 0 1-.135-.23 12.88 12.88 0 0 1-.637-1.223 4.216 4.216 0 0 1-.183-.484A1.473 1.473 0 0 1 7 4a1 1 0 1 1 2 0zM3.67 5.5a1 1 0 0 1 1.366-.366 1.472 1.472 0 0 1 .156.142c.094.1.204.233.326.4.245.333.502.747.742 1.163l.13.232a21.86 21.86 0 0 1-.265.002 12.88 12.88 0 0 1-1.379-.06 4.214 4.214 0 0 1-.51-.083 1.47 1.47 0 0 1-.2-.064A1 1 0 0 1 3.67 5.5zm1.366 5.366a1 1 0 0 1-1-1.732c.001 0 .016-.008.047-.02.037-.013.087-.028.153-.044.134-.032.305-.06.51-.083a12.88 12.88 0 0 1 1.379-.06c.09 0 .178 0 .266.002a21.82 21.82 0 0 1-.131.232c-.24.416-.497.83-.742 1.163a4.1 4.1 0 0 1-.327.4 1.483 1.483 0 0 1-.155.142zM9 12a1 1 0 0 1-2 0 1.476 1.476 0 0 1 .045-.206c.039-.131.1-.294.183-.483.166-.378.396-.808.637-1.223L8 9.858l.135.23c.241.415.47.845.637 1.223.083.19.144.352.183.484A1.338 1.338 0 0 1 9 12zm3.33-6.5a1 1 0 0 1-.366 1.366 1.478 1.478 0 0 1-.2.064c-.134.032-.305.06-.51.083-.412.045-.898.061-1.379.06-.09 0-.178 0-.266-.002l.131-.232c.24-.416.497-.83.742-1.163a4.1 4.1 0 0 1 .327-.4c.046-.05.085-.086.114-.11.026-.022.04-.03.041-.032a1 1 0 0 1 1.366.366zm-1.366 5.366a1.494 1.494 0 0 1-.155-.141 4.225 4.225 0 0 1-.327-.4A12.88 12.88 0 0 1 9.74 9.16a22 22 0 0 1-.13-.232l.265-.002c.48-.001.967.015 1.379.06.205.023.376.051.51.083.066.016.116.031.153.044l.048.02a1 1 0 1 1-1 1.732zM8 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>');// eslint-disable-next-line var BIconFolder=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Folder','<path d="M.54 3.87L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zM2.19 4a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91h10.348a1 1 0 0 0 .995-.91l.637-7A1 1 0 0 0 13.81 4H2.19zm4.69-1.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z"/>');// eslint-disable-next-line var BIconFolder2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Folder2','<path d="M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 12.5v-9zM2.5 3a.5.5 0 0 0-.5.5V6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5zM14 7H2v5.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5V7z"/>');// eslint-disable-next-line var BIconFolder2Open=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Folder2Open','<path d="M1 3.5A1.5 1.5 0 0 1 2.5 2h2.764c.958 0 1.76.56 2.311 1.184C7.985 3.648 8.48 4 9 4h4.5A1.5 1.5 0 0 1 15 5.5v.64c.57.265.94.876.856 1.546l-.64 5.124A2.5 2.5 0 0 1 12.733 15H3.266a2.5 2.5 0 0 1-2.481-2.19l-.64-5.124A1.5 1.5 0 0 1 1 6.14V3.5zM2 6h12v-.5a.5.5 0 0 0-.5-.5H9c-.964 0-1.71-.629-2.174-1.154C6.374 3.334 5.82 3 5.264 3H2.5a.5.5 0 0 0-.5.5V6zm-.367 1a.5.5 0 0 0-.496.562l.64 5.124A1.5 1.5 0 0 0 3.266 14h9.468a1.5 1.5 0 0 0 1.489-1.314l.64-5.124A.5.5 0 0 0 14.367 7H1.633z"/>');// eslint-disable-next-line var BIconFolderCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderCheck','<path d="M.5 3l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.684.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/><path d="M15.854 10.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708l1.146 1.147 2.646-2.647a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconFolderFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderFill','<path d="M9.828 3h3.982a2 2 0 0 1 1.992 2.181l-.637 7A2 2 0 0 1 13.174 14H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3zm-8.322.12C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139z"/>');// eslint-disable-next-line var BIconFolderMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderMinus','<path d="M.5 3l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.684.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/><path d="M11 11.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconFolderPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderPlus','<path d="M.5 3l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14H9v-1H2.826a1 1 0 0 1-.995-.91l-.637-7A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09L14.54 8h1.005l.256-2.819A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm5.672-1a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.684.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/><path d="M13.5 10a.5.5 0 0 1 .5.5V12h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V13h-1.5a.5.5 0 0 1 0-1H13v-1.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconFolderSymlink=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderSymlink','<path d="M11.798 8.271l-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z"/><path d="M.5 3l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2zm.694 2.09A1 1 0 0 1 2.19 4h11.62a1 1 0 0 1 .996 1.09l-.636 7a1 1 0 0 1-.996.91H2.826a1 1 0 0 1-.995-.91l-.637-7zM6.172 2a1 1 0 0 1 .707.293L7.586 3H2.19c-.24 0-.47.042-.684.12L1.5 2.98a1 1 0 0 1 1-.98h3.672z"/>');// eslint-disable-next-line var BIconFolderSymlinkFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderSymlinkFill','<path d="M13.81 3H9.828a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 6.172 1H2.5a2 2 0 0 0-2 2l.04.87a1.99 1.99 0 0 0-.342 1.311l.637 7A2 2 0 0 0 2.826 14h10.348a2 2 0 0 0 1.991-1.819l.637-7A2 2 0 0 0 13.81 3zM2.19 3c-.24 0-.47.042-.684.12L1.5 2.98a1 1 0 0 1 1-.98h3.672a1 1 0 0 1 .707.293L7.586 3H2.19zm9.608 5.271l-3.182 1.97c-.27.166-.616-.036-.616-.372V9.1s-2.571-.3-4 2.4c.571-4.8 3.143-4.8 4-4.8v-.769c0-.336.346-.538.616-.371l3.182 1.969c.27.166.27.576 0 .742z"/>');// eslint-disable-next-line var BIconFolderX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FolderX','<path d="M.54 3.87L.5 3a2 2 0 0 1 2-2h3.672a2 2 0 0 1 1.414.586l.828.828A2 2 0 0 0 9.828 3h3.982a2 2 0 0 1 1.992 2.181L15.546 8H14.54l.265-2.91A1 1 0 0 0 13.81 4H2.19a1 1 0 0 0-.996 1.09l.637 7a1 1 0 0 0 .995.91H9v1H2.826a2 2 0 0 1-1.991-1.819l-.637-7a1.99 1.99 0 0 1 .342-1.31zm6.339-1.577A1 1 0 0 0 6.172 2H2.5a1 1 0 0 0-1 .981l.006.139C1.72 3.042 1.95 3 2.19 3h5.396l-.707-.707z"/><path d="M11.854 10.146a.5.5 0 0 0-.708.708L12.293 12l-1.147 1.146a.5.5 0 0 0 .708.708L13 12.707l1.146 1.147a.5.5 0 0 0 .708-.708L13.707 12l1.147-1.146a.5.5 0 0 0-.708-.708L13 11.293l-1.146-1.147z"/>');// eslint-disable-next-line var BIconFonts=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Fonts','<path d="M12.258 3H3.747l-.082 2.46h.478c.26-1.544.76-1.783 2.694-1.845l.424-.013v7.827c0 .663-.144.82-1.3.923v.52h4.082v-.52c-1.162-.103-1.306-.26-1.306-.923V3.602l.43.013c1.935.062 2.434.301 2.694 1.846h.479L12.258 3z"/>');// eslint-disable-next-line var BIconForward=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Forward','<path d="M9.502 5.513a.144.144 0 0 0-.202.134V6.65a.5.5 0 0 1-.5.5H2.5v2.9h6.3a.5.5 0 0 1 .5.5v1.003c0 .108.11.176.202.134l3.984-2.933a.51.51 0 0 1 .042-.028.147.147 0 0 0 0-.252.51.51 0 0 1-.042-.028L9.502 5.513zM8.3 5.647a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.503H2a.5.5 0 0 1-.5-.5v-3.9a.5.5 0 0 1 .5-.5h6.3v-.503z"/>');// eslint-disable-next-line var BIconForwardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ForwardFill','<path d="M9.77 12.11l4.012-2.953a.647.647 0 0 0 0-1.114L9.771 5.09a.644.644 0 0 0-.971.557V6.65H2v3.9h6.8v1.003c0 .505.545.808.97.557z"/>');// eslint-disable-next-line var BIconFront=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Front','<path fill-rule="evenodd" d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5z"/>');// eslint-disable-next-line var BIconFullscreen=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Fullscreen','<path d="M1.5 1a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4A1.5 1.5 0 0 1 1.5 0h4a.5.5 0 0 1 0 1h-4zM10 .5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 16 1.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zM.5 10a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 0 14.5v-4a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v4a1.5 1.5 0 0 1-1.5 1.5h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconFullscreenExit=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FullscreenExit','<path d="M5.5 0a.5.5 0 0 1 .5.5v4A1.5 1.5 0 0 1 4.5 6h-4a.5.5 0 0 1 0-1h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 1 .5-.5zm5 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 1 0 1h-4A1.5 1.5 0 0 1 10 4.5v-4a.5.5 0 0 1 .5-.5zM0 10.5a.5.5 0 0 1 .5-.5h4A1.5 1.5 0 0 1 6 11.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 1-.5-.5zm10 1a1.5 1.5 0 0 1 1.5-1.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 0-.5.5v4a.5.5 0 0 1-1 0v-4z"/>');// eslint-disable-next-line var BIconFunnel=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Funnel','<path d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2zm1 .5v1.308l4.372 4.858A.5.5 0 0 1 7 8.5v5.306l2-.666V8.5a.5.5 0 0 1 .128-.334L13.5 3.308V2h-11z"/>');// eslint-disable-next-line var BIconFunnelFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('FunnelFill','<path d="M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2z"/>');// eslint-disable-next-line var BIconGear=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Gear','<path d="M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z"/><path d="M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115l.094-.319z"/>');// eslint-disable-next-line var BIconGearFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GearFill','<path d="M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z"/>');// eslint-disable-next-line var BIconGearWide=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GearWide','<path d="M8.932.727c-.243-.97-1.62-.97-1.864 0l-.071.286a.96.96 0 0 1-1.622.434l-.205-.211c-.695-.719-1.888-.03-1.613.931l.08.284a.96.96 0 0 1-1.186 1.187l-.284-.081c-.96-.275-1.65.918-.931 1.613l.211.205a.96.96 0 0 1-.434 1.622l-.286.071c-.97.243-.97 1.62 0 1.864l.286.071a.96.96 0 0 1 .434 1.622l-.211.205c-.719.695-.03 1.888.931 1.613l.284-.08a.96.96 0 0 1 1.187 1.187l-.081.283c-.275.96.918 1.65 1.613.931l.205-.211a.96.96 0 0 1 1.622.434l.071.286c.243.97 1.62.97 1.864 0l.071-.286a.96.96 0 0 1 1.622-.434l.205.211c.695.719 1.888.03 1.613-.931l-.08-.284a.96.96 0 0 1 1.187-1.187l.283.081c.96.275 1.65-.918.931-1.613l-.211-.205a.96.96 0 0 1 .434-1.622l.286-.071c.97-.243.97-1.62 0-1.864l-.286-.071a.96.96 0 0 1-.434-1.622l.211-.205c.719-.695.03-1.888-.931-1.613l-.284.08a.96.96 0 0 1-1.187-1.186l.081-.284c.275-.96-.918-1.65-1.613-.931l-.205.211a.96.96 0 0 1-1.622-.434L8.932.727zM8 12.997a4.998 4.998 0 1 1 0-9.995 4.998 4.998 0 0 1 0 9.996z"/>');// eslint-disable-next-line var BIconGearWideConnected=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GearWideConnected','<path d="M7.068.727c.243-.97 1.62-.97 1.864 0l.071.286a.96.96 0 0 0 1.622.434l.205-.211c.695-.719 1.888-.03 1.613.931l-.08.284a.96.96 0 0 0 1.187 1.187l.283-.081c.96-.275 1.65.918.931 1.613l-.211.205a.96.96 0 0 0 .434 1.622l.286.071c.97.243.97 1.62 0 1.864l-.286.071a.96.96 0 0 0-.434 1.622l.211.205c.719.695.03 1.888-.931 1.613l-.284-.08a.96.96 0 0 0-1.187 1.187l.081.283c.275.96-.918 1.65-1.613.931l-.205-.211a.96.96 0 0 0-1.622.434l-.071.286c-.243.97-1.62.97-1.864 0l-.071-.286a.96.96 0 0 0-1.622-.434l-.205.211c-.695.719-1.888.03-1.613-.931l.08-.284a.96.96 0 0 0-1.186-1.187l-.284.081c-.96.275-1.65-.918-.931-1.613l.211-.205a.96.96 0 0 0-.434-1.622l-.286-.071c-.97-.243-.97-1.62 0-1.864l.286-.071a.96.96 0 0 0 .434-1.622l-.211-.205c-.719-.695-.03-1.888.931-1.613l.284.08a.96.96 0 0 0 1.187-1.186l-.081-.284c-.275-.96.918-1.65 1.613-.931l.205.211a.96.96 0 0 0 1.622-.434l.071-.286zM12.973 8.5H8.25l-2.834 3.779A4.998 4.998 0 0 0 12.973 8.5zm0-1a4.998 4.998 0 0 0-7.557-3.779l2.834 3.78h4.723zM5.048 3.967c-.03.021-.058.043-.087.065l.087-.065zm-.431.355A4.984 4.984 0 0 0 3.002 8c0 1.455.622 2.765 1.615 3.678L7.375 8 4.617 4.322zm.344 7.646l.087.065-.087-.065z"/>');// eslint-disable-next-line var BIconGem=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Gem','<path d="M3.1.7a.5.5 0 0 1 .4-.2h9a.5.5 0 0 1 .4.2l2.976 3.974c.149.185.156.45.01.644L8.4 15.3a.5.5 0 0 1-.8 0L.1 5.3a.5.5 0 0 1 0-.6l3-4zm11.386 3.785l-1.806-2.41-.776 2.413 2.582-.003zm-3.633.004l.961-2.989H4.186l.963 2.995 5.704-.006zM5.47 5.495L8 13.366l2.532-7.876-5.062.005zm-1.371-.999l-.78-2.422-1.818 2.425 2.598-.003zM1.499 5.5l5.113 6.817-2.192-6.82L1.5 5.5zm7.889 6.817l5.123-6.83-2.928.002-2.195 6.828z"/>');// eslint-disable-next-line var BIconGeo=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Geo','<path fill-rule="evenodd" d="M8 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z"/>');// eslint-disable-next-line var BIconGeoAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GeoAlt','<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/><path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconGeoAltFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GeoAltFill','<path d="M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10zm0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>');// eslint-disable-next-line var BIconGeoFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GeoFill','<path fill-rule="evenodd" d="M4 4a4 4 0 1 1 4.5 3.969V13.5a.5.5 0 0 1-1 0V7.97A4 4 0 0 1 4 3.999zm2.493 8.574a.5.5 0 0 1-.411.575c-.712.118-1.28.295-1.655.493a1.319 1.319 0 0 0-.37.265.301.301 0 0 0-.057.09V14l.002.008a.147.147 0 0 0 .016.033.617.617 0 0 0 .145.15c.165.13.435.27.813.395.751.25 1.82.414 3.024.414s2.273-.163 3.024-.414c.378-.126.648-.265.813-.395a.619.619 0 0 0 .146-.15.148.148 0 0 0 .015-.033L12 14v-.004a.301.301 0 0 0-.057-.09 1.318 1.318 0 0 0-.37-.264c-.376-.198-.943-.375-1.655-.493a.5.5 0 1 1 .164-.986c.77.127 1.452.328 1.957.594C12.5 13 13 13.4 13 14c0 .426-.26.752-.544.977-.29.228-.68.413-1.116.558-.878.293-2.059.465-3.34.465-1.281 0-2.462-.172-3.34-.465-.436-.145-.826-.33-1.116-.558C3.26 14.752 3 14.426 3 14c0-.599.5-1 .961-1.243.505-.266 1.187-.467 1.957-.594a.5.5 0 0 1 .575.411z"/>');// eslint-disable-next-line var BIconGift=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Gift','<path d="M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1v7.5a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V7a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zM1 4v2h6V4H1zm8 0v2h6V4H9zm5 3H9v8h4.5a.5.5 0 0 0 .5-.5V7zm-7 8V7H2v7.5a.5.5 0 0 0 .5.5H7z"/>');// eslint-disable-next-line var BIconGiftFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GiftFill','<path d="M3 2.5a2.5 2.5 0 0 1 5 0 2.5 2.5 0 0 1 5 0v.006c0 .07 0 .27-.038.494H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h2.038A2.968 2.968 0 0 1 3 2.506V2.5zm1.068.5H7v-.5a1.5 1.5 0 1 0-3 0c0 .085.002.274.045.43a.522.522 0 0 0 .023.07zM9 3h2.932a.56.56 0 0 0 .023-.07c.043-.156.045-.345.045-.43a1.5 1.5 0 0 0-3 0V3zm6 4v7.5a1.5 1.5 0 0 1-1.5 1.5H9V7h6zM2.5 16A1.5 1.5 0 0 1 1 14.5V7h6v9H2.5z"/>');// eslint-disable-next-line var BIconGithub=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Github','<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"/>');// eslint-disable-next-line var BIconGlobe=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Globe','<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855A7.97 7.97 0 0 0 5.145 4H7.5V1.077zM4.09 4a9.267 9.267 0 0 1 .64-1.539 6.7 6.7 0 0 1 .597-.933A7.025 7.025 0 0 0 2.255 4H4.09zm-.582 3.5c.03-.877.138-1.718.312-2.5H1.674a6.958 6.958 0 0 0-.656 2.5h2.49zM4.847 5a12.5 12.5 0 0 0-.338 2.5H7.5V5H4.847zM8.5 5v2.5h2.99a12.495 12.495 0 0 0-.337-2.5H8.5zM4.51 8.5a12.5 12.5 0 0 0 .337 2.5H7.5V8.5H4.51zm3.99 0V11h2.653c.187-.765.306-1.608.338-2.5H8.5zM5.145 12c.138.386.295.744.468 1.068.552 1.035 1.218 1.65 1.887 1.855V12H5.145zm.182 2.472a6.696 6.696 0 0 1-.597-.933A9.268 9.268 0 0 1 4.09 12H2.255a7.024 7.024 0 0 0 3.072 2.472zM3.82 11a13.652 13.652 0 0 1-.312-2.5h-2.49c.062.89.291 1.733.656 2.5H3.82zm6.853 3.472A7.024 7.024 0 0 0 13.745 12H11.91a9.27 9.27 0 0 1-.64 1.539 6.688 6.688 0 0 1-.597.933zM8.5 12v2.923c.67-.204 1.335-.82 1.887-1.855.173-.324.33-.682.468-1.068H8.5zm3.68-1h2.146c.365-.767.594-1.61.656-2.5h-2.49a13.65 13.65 0 0 1-.312 2.5zm2.802-3.5a6.959 6.959 0 0 0-.656-2.5H12.18c.174.782.282 1.623.312 2.5h2.49zM11.27 2.461c.247.464.462.98.64 1.539h1.835a7.024 7.024 0 0 0-3.072-2.472c.218.284.418.598.597.933zM10.855 4a7.966 7.966 0 0 0-.468-1.068C9.835 1.897 9.17 1.282 8.5 1.077V4h2.355z"/>');// eslint-disable-next-line var BIconGlobe2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Globe2','<path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8zm7.5-6.923c-.67.204-1.335.82-1.887 1.855-.143.268-.276.56-.395.872.705.157 1.472.257 2.282.287V1.077zM4.249 3.539c.142-.384.304-.744.481-1.078a6.7 6.7 0 0 1 .597-.933A7.01 7.01 0 0 0 3.051 3.05c.362.184.763.349 1.198.49zM3.509 7.5c.036-1.07.188-2.087.436-3.008a9.124 9.124 0 0 1-1.565-.667A6.964 6.964 0 0 0 1.018 7.5h2.49zm1.4-2.741a12.344 12.344 0 0 0-.4 2.741H7.5V5.091c-.91-.03-1.783-.145-2.591-.332zM8.5 5.09V7.5h2.99a12.342 12.342 0 0 0-.399-2.741c-.808.187-1.681.301-2.591.332zM4.51 8.5c.035.987.176 1.914.399 2.741A13.612 13.612 0 0 1 7.5 10.91V8.5H4.51zm3.99 0v2.409c.91.03 1.783.145 2.591.332.223-.827.364-1.754.4-2.741H8.5zm-3.282 3.696c.12.312.252.604.395.872.552 1.035 1.218 1.65 1.887 1.855V11.91c-.81.03-1.577.13-2.282.287zm.11 2.276a6.696 6.696 0 0 1-.598-.933 8.853 8.853 0 0 1-.481-1.079 8.38 8.38 0 0 0-1.198.49 7.01 7.01 0 0 0 2.276 1.522zm-1.383-2.964A13.36 13.36 0 0 1 3.508 8.5h-2.49a6.963 6.963 0 0 0 1.362 3.675c.47-.258.995-.482 1.565-.667zm6.728 2.964a7.009 7.009 0 0 0 2.275-1.521 8.376 8.376 0 0 0-1.197-.49 8.853 8.853 0 0 1-.481 1.078 6.688 6.688 0 0 1-.597.933zM8.5 11.909v3.014c.67-.204 1.335-.82 1.887-1.855.143-.268.276-.56.395-.872A12.63 12.63 0 0 0 8.5 11.91zm3.555-.401c.57.185 1.095.409 1.565.667A6.963 6.963 0 0 0 14.982 8.5h-2.49a13.36 13.36 0 0 1-.437 3.008zM14.982 7.5a6.963 6.963 0 0 0-1.362-3.675c-.47.258-.995.482-1.565.667.248.92.4 1.938.437 3.008h2.49zM11.27 2.461c.177.334.339.694.482 1.078a8.368 8.368 0 0 0 1.196-.49 7.01 7.01 0 0 0-2.275-1.52c.218.283.418.597.597.932zm-.488 1.343a7.765 7.765 0 0 0-.395-.872C9.835 1.897 9.17 1.282 8.5 1.077V4.09c.81-.03 1.577-.13 2.282-.287z"/>');// eslint-disable-next-line var BIconGoogle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Google','<path d="M15.545 6.558a9.42 9.42 0 0 1 .139 1.626c0 2.434-.87 4.492-2.384 5.885h.002C11.978 15.292 10.158 16 8 16A8 8 0 1 1 8 0a7.689 7.689 0 0 1 5.352 2.082l-2.284 2.284A4.347 4.347 0 0 0 8 3.166c-2.087 0-3.86 1.408-4.492 3.304a4.792 4.792 0 0 0 0 3.063h.003c.635 1.893 2.405 3.301 4.492 3.301 1.078 0 2.004-.276 2.722-.764h-.003a3.702 3.702 0 0 0 1.599-2.431H8v-3.08h7.545z"/>');// eslint-disable-next-line var BIconGraphDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GraphDown','<path fill-rule="evenodd" d="M0 0h1v15h15v1H0V0zm10 11.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-4a.5.5 0 0 0-1 0v2.6l-3.613-4.417a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61L13.445 11H10.5a.5.5 0 0 0-.5.5z"/>');// eslint-disable-next-line var BIconGraphUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GraphUp','<path fill-rule="evenodd" d="M0 0h1v15h15v1H0V0zm10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V4.9l-3.613 4.417a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61L13.445 4H10.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconGrid=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid','<path d="M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zM2.5 2a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zM1 10.5A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3zm6.5.5A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3zm1.5-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5h-3z"/>');// eslint-disable-next-line var BIconGrid1x2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid1x2','<path d="M6 1H1v14h5V1zm9 0h-5v5h5V1zm0 9v5h-5v-5h5zM0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm1 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-5a1 1 0 0 0-1-1h-5z"/>');// eslint-disable-next-line var BIconGrid1x2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid1x2Fill','<path d="M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1V1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-5z"/>');// eslint-disable-next-line var BIconGrid3x2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid3x2','<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v8a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 11.5v-8zM1.5 3a.5.5 0 0 0-.5.5V7h4V3H1.5zM5 8H1v3.5a.5.5 0 0 0 .5.5H5V8zm1 0v4h4V8H6zm4-1V3H6v4h4zm1 1v4h3.5a.5.5 0 0 0 .5-.5V8h-4zm0-1h4V3.5a.5.5 0 0 0-.5-.5H11v4z"/>');// eslint-disable-next-line var BIconGrid3x2Gap=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid3x2Gap','<path d="M4 4v2H2V4h2zm1 7V9a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 5V9a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V4a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 4v2H7V4h2zm5 0h-2v2h2V4zM4 9v2H2V9h2zm5 0v2H7V9h2zm5 0v2h-2V9h2zm-3-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-2z"/>');// eslint-disable-next-line var BIconGrid3x2GapFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid3x2GapFill','<path d="M1 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V4zM1 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V9zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V9z"/>');// eslint-disable-next-line var BIconGrid3x3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid3x3','<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5V5h4V1H1.5zM5 6H1v4h4V6zm1 4h4V6H6v4zm-1 1H1v3.5a.5.5 0 0 0 .5.5H5v-4zm1 0v4h4v-4H6zm5 0v4h3.5a.5.5 0 0 0 .5-.5V11h-4zm0-1h4V6h-4v4zm0-5h4V1.5a.5.5 0 0 0-.5-.5H11v4zm-1 0V1H6v4h4z"/>');// eslint-disable-next-line var BIconGrid3x3Gap=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid3x3Gap','<path d="M4 2v2H2V2h2zm1 12v-2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm5 10v-2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zm0-5V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1zM9 2v2H7V2h2zm5 0v2h-2V2h2zM4 7v2H2V7h2zm5 0v2H7V7h2zm5 0h-2v2h2V7zM4 12v2H2v-2h2zm5 0v2H7v-2h2zm5 0v2h-2v-2h2zM12 1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zm1 4a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2z"/>');// eslint-disable-next-line var BIconGrid3x3GapFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Grid3x3GapFill','<path d="M1 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2zM1 7a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V7zM1 12a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-2zm5 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-2z"/>');// eslint-disable-next-line var BIconGridFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GridFill','<path d="M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3a1.5 1.5 0 0 1 1.5 1.5v3a1.5 1.5 0 0 1-1.5 1.5h-3A1.5 1.5 0 0 1 9 13.5v-3z"/>');// eslint-disable-next-line var BIconGripHorizontal=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GripHorizontal','<path d="M2 8a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm3 3a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm0-3a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconGripVertical=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('GripVertical','<path d="M7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zM7 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-3 3a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconHammer=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Hammer','<path d="M9.972 2.508a.5.5 0 0 0-.16-.556l-.178-.129a5.009 5.009 0 0 0-2.076-.783C6.215.862 4.504 1.229 2.84 3.133H1.786a.5.5 0 0 0-.354.147L.146 4.567a.5.5 0 0 0 0 .706l2.571 2.579a.5.5 0 0 0 .708 0l1.286-1.29a.5.5 0 0 0 .146-.353V5.57l8.387 8.873A.5.5 0 0 0 14 14.5l1.5-1.5a.5.5 0 0 0 .017-.689l-9.129-8.63c.747-.456 1.772-.839 3.112-.839a.5.5 0 0 0 .472-.334z"/>');// eslint-disable-next-line var BIconHandIndex=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HandIndex','<path d="M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 1 0 1 0V6.435a4.9 4.9 0 0 1 .106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 0 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.035a.5.5 0 0 1-.416-.223l-1.433-2.15a1.5 1.5 0 0 1-.243-.666l-.345-3.105a.5.5 0 0 1 .399-.546L5 8.11V9a.5.5 0 0 0 1 0V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v5.34l-1.2.24a1.5 1.5 0 0 0-1.196 1.636l.345 3.106a2.5 2.5 0 0 0 .405 1.11l1.433 2.15A1.5 1.5 0 0 0 6.035 16h6.385a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z"/>');// eslint-disable-next-line var BIconHandIndexThumb=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HandIndexThumb','<path d="M6.75 1a.75.75 0 0 1 .75.75V8a.5.5 0 0 0 1 0V5.467l.086-.004c.317-.012.637-.008.816.027.134.027.294.096.448.182.077.042.15.147.15.314V8a.5.5 0 0 0 1 0V6.435l.106-.01c.316-.024.584-.01.708.04.118.046.3.207.486.43.081.096.15.19.2.259V8.5a.5.5 0 1 0 1 0v-1h.342a1 1 0 0 1 .995 1.1l-.271 2.715a2.5 2.5 0 0 1-.317.991l-1.395 2.442a.5.5 0 0 1-.434.252H6.118a.5.5 0 0 1-.447-.276l-1.232-2.465-2.512-4.185a.517.517 0 0 1 .809-.631l2.41 2.41A.5.5 0 0 0 6 9.5V1.75A.75.75 0 0 1 6.75 1zM8.5 4.466V1.75a1.75 1.75 0 1 0-3.5 0v6.543L3.443 6.736A1.517 1.517 0 0 0 1.07 8.588l2.491 4.153 1.215 2.43A1.5 1.5 0 0 0 6.118 16h6.302a1.5 1.5 0 0 0 1.302-.756l1.395-2.441a3.5 3.5 0 0 0 .444-1.389l.271-2.715a2 2 0 0 0-1.99-2.199h-.581a5.114 5.114 0 0 0-.195-.248c-.191-.229-.51-.568-.88-.716-.364-.146-.846-.132-1.158-.108l-.132.012a1.26 1.26 0 0 0-.56-.642 2.632 2.632 0 0 0-.738-.288c-.31-.062-.739-.058-1.05-.046l-.048.002zm2.094 2.025z"/>');// eslint-disable-next-line var BIconHandThumbsDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HandThumbsDown','<path d="M8.864 15.674c-.956.24-1.843-.484-1.908-1.42-.072-1.05-.23-2.015-.428-2.59-.125-.36-.479-1.012-1.04-1.638-.557-.624-1.282-1.179-2.131-1.41C2.685 8.432 2 7.85 2 7V3c0-.845.682-1.464 1.448-1.546 1.07-.113 1.564-.415 2.068-.723l.048-.029c.272-.166.578-.349.97-.484C6.931.08 7.395 0 8 0h3.5c.937 0 1.599.478 1.934 1.064.164.287.254.607.254.913 0 .152-.023.312-.077.464.201.262.38.577.488.9.11.33.172.762.004 1.15.069.13.12.268.159.403.077.27.113.567.113.856 0 .289-.036.586-.113.856-.035.12-.08.244-.138.363.394.571.418 1.2.234 1.733-.206.592-.682 1.1-1.2 1.272-.847.283-1.803.276-2.516.211a9.877 9.877 0 0 1-.443-.05 9.364 9.364 0 0 1-.062 4.51c-.138.508-.55.848-1.012.964l-.261.065zM11.5 1H8c-.51 0-.863.068-1.14.163-.281.097-.506.229-.776.393l-.04.025c-.555.338-1.198.73-2.49.868-.333.035-.554.29-.554.55V7c0 .255.226.543.62.65 1.095.3 1.977.997 2.614 1.709.635.71 1.064 1.475 1.238 1.977.243.7.407 1.768.482 2.85.025.362.36.595.667.518l.262-.065c.16-.04.258-.144.288-.255a8.34 8.34 0 0 0-.145-4.726.5.5 0 0 1 .595-.643h.003l.014.004.058.013a8.912 8.912 0 0 0 1.036.157c.663.06 1.457.054 2.11-.163.175-.059.45-.301.57-.651.107-.308.087-.67-.266-1.021L12.793 7l.353-.354c.043-.042.105-.14.154-.315.048-.167.075-.37.075-.581 0-.211-.027-.414-.075-.581-.05-.174-.111-.273-.154-.315l-.353-.354.353-.354c.047-.047.109-.176.005-.488a2.224 2.224 0 0 0-.505-.804l-.353-.354.353-.354c.006-.005.041-.05.041-.17a.866.866 0 0 0-.121-.415C12.4 1.272 12.063 1 11.5 1z"/>');// eslint-disable-next-line var BIconHandThumbsUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HandThumbsUp','<path d="M8.864.046C7.908-.193 7.02.53 6.956 1.466c-.072 1.051-.23 2.016-.428 2.59-.125.36-.479 1.013-1.04 1.639-.557.623-1.282 1.178-2.131 1.41C2.685 7.288 2 7.87 2 8.72v4.001c0 .845.682 1.464 1.448 1.545 1.07.114 1.564.415 2.068.723l.048.03c.272.165.578.348.97.484.397.136.861.217 1.466.217h3.5c.937 0 1.599-.477 1.934-1.064a1.86 1.86 0 0 0 .254-.912c0-.152-.023-.312-.077-.464.201-.263.38-.578.488-.901.11-.33.172-.762.004-1.149.069-.13.12-.269.159-.403.077-.27.113-.568.113-.857 0-.288-.036-.585-.113-.856a2.144 2.144 0 0 0-.138-.362 1.9 1.9 0 0 0 .234-1.734c-.206-.592-.682-1.1-1.2-1.272-.847-.282-1.803-.276-2.516-.211a9.84 9.84 0 0 0-.443.05 9.365 9.365 0 0 0-.062-4.509A1.38 1.38 0 0 0 9.125.111L8.864.046zM11.5 14.721H8c-.51 0-.863-.069-1.14-.164-.281-.097-.506-.228-.776-.393l-.04-.024c-.555-.339-1.198-.731-2.49-.868-.333-.036-.554-.29-.554-.55V8.72c0-.254.226-.543.62-.65 1.095-.3 1.977-.996 2.614-1.708.635-.71 1.064-1.475 1.238-1.978.243-.7.407-1.768.482-2.85.025-.362.36-.594.667-.518l.262.066c.16.04.258.143.288.255a8.34 8.34 0 0 1-.145 4.725.5.5 0 0 0 .595.644l.003-.001.014-.003.058-.014a8.908 8.908 0 0 1 1.036-.157c.663-.06 1.457-.054 2.11.164.175.058.45.3.57.65.107.308.087.67-.266 1.022l-.353.353.353.354c.043.043.105.141.154.315.048.167.075.37.075.581 0 .212-.027.414-.075.582-.05.174-.111.272-.154.315l-.353.353.353.354c.047.047.109.177.005.488a2.224 2.224 0 0 1-.505.805l-.353.353.353.354c.006.005.041.05.041.17a.866.866 0 0 1-.121.416c-.165.288-.503.56-1.066.56z"/>');// eslint-disable-next-line var BIconHandbag=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Handbag','<path d="M8 1a2 2 0 0 1 2 2v2H6V3a2 2 0 0 1 2-2zm3 4V3a3 3 0 1 0-6 0v2H3.361a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.356a2.5 2.5 0 0 0 2.472-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11zm-1 1v1.5a.5.5 0 0 0 1 0V6h1.639a.5.5 0 0 1 .494.426l1.028 6.851A1.5 1.5 0 0 1 12.678 15H3.322a1.5 1.5 0 0 1-1.483-1.723l1.028-6.851A.5.5 0 0 1 3.36 6H5v1.5a.5.5 0 0 0 1 0V6h4z"/>');// eslint-disable-next-line var BIconHandbagFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HandbagFill','<path d="M8 1a2 2 0 0 0-2 2v2H5V3a3 3 0 0 1 6 0v2h-1V3a2 2 0 0 0-2-2zM5 5H3.361a1.5 1.5 0 0 0-1.483 1.277L.85 13.13A2.5 2.5 0 0 0 3.322 16h9.356a2.5 2.5 0 0 0 2.472-2.87l-1.028-6.853A1.5 1.5 0 0 0 12.64 5H11v1.5a.5.5 0 0 1-1 0V5H6v1.5a.5.5 0 0 1-1 0V5z"/>');// eslint-disable-next-line var BIconHash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Hash','<path d="M8.39 12.648a1.32 1.32 0 0 0-.015.18c0 .305.21.508.5.508.266 0 .492-.172.555-.477l.554-2.703h1.204c.421 0 .617-.234.617-.547 0-.312-.188-.53-.617-.53h-.985l.516-2.524h1.265c.43 0 .618-.227.618-.547 0-.313-.188-.524-.618-.524h-1.046l.476-2.304a1.06 1.06 0 0 0 .016-.164.51.51 0 0 0-.516-.516.54.54 0 0 0-.539.43l-.523 2.554H7.617l.477-2.304c.008-.04.015-.118.015-.164a.512.512 0 0 0-.523-.516.539.539 0 0 0-.531.43L6.53 5.484H5.414c-.43 0-.617.22-.617.532 0 .312.187.539.617.539h.906l-.515 2.523H4.609c-.421 0-.609.219-.609.531 0 .313.188.547.61.547h.976l-.516 2.492c-.008.04-.015.125-.015.18 0 .305.21.508.5.508.265 0 .492-.172.554-.477l.555-2.703h2.242l-.515 2.492zm-1-6.109h2.266l-.515 2.563H6.859l.532-2.563z"/>');// eslint-disable-next-line var BIconHdd=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Hdd','<path d="M4.5 11a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 10.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M16 11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V9.51c0-.418.105-.83.305-1.197l2.472-4.531A1.5 1.5 0 0 1 4.094 3h7.812a1.5 1.5 0 0 1 1.317.782l2.472 4.53c.2.368.305.78.305 1.198V11zM3.655 4.26L1.592 8.043C1.724 8.014 1.86 8 2 8h12c.14 0 .276.014.408.042L12.345 4.26a.5.5 0 0 0-.439-.26H4.094a.5.5 0 0 0-.44.26zM1 10v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1z"/>');// eslint-disable-next-line var BIconHddFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddFill','<path d="M0 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-1zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM.91 7.204A2.993 2.993 0 0 1 2 7h12c.384 0 .752.072 1.09.204l-1.867-3.422A1.5 1.5 0 0 0 11.906 3H4.094a1.5 1.5 0 0 0-1.317.782L.91 7.204z"/>');// eslint-disable-next-line var BIconHddNetwork=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddNetwork','<path d="M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H8.5v3a1.5 1.5 0 0 1 1.5 1.5h5.5a.5.5 0 0 1 0 1H10A1.5 1.5 0 0 1 8.5 14h-1A1.5 1.5 0 0 1 6 12.5H.5a.5.5 0 0 1 0-1H6A1.5 1.5 0 0 1 7.5 10V7H2a2 2 0 0 1-2-2V4zm1 0v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1zm6 7.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5z"/>');// eslint-disable-next-line var BIconHddNetworkFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddNetworkFill','<path d="M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h5.5v3A1.5 1.5 0 0 0 6 11.5H.5a.5.5 0 0 0 0 1H6A1.5 1.5 0 0 0 7.5 14h1a1.5 1.5 0 0 0 1.5-1.5h5.5a.5.5 0 0 0 0-1H10A1.5 1.5 0 0 0 8.5 10V7H14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/>');// eslint-disable-next-line var BIconHddRack=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddRack','<path d="M4.5 5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zM3 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm2 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2.5.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm13 2v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm0 7v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm-3-4v2H4V7h8z"/>');// eslint-disable-next-line var BIconHddRackFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddRackFill','<path d="M2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h1v2H2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2h-1V7h1a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm-2 7a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM12 7v2H4V7h8z"/>');// eslint-disable-next-line var BIconHddStack=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddStack','<path d="M14 10a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h12zM2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2z"/><path d="M5 11.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zM14 3a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path d="M5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-2 0a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconHddStackFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HddStackFill','<path d="M2 9a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-1a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zM2 2a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2zm.5 3a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm2 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1z"/>');// eslint-disable-next-line var BIconHeadphones=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Headphones','<path d="M8 3a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V8a6 6 0 1 1 12 0v5a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h1V8a5 5 0 0 0-5-5z"/>');// eslint-disable-next-line var BIconHeadset=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Headset','<path d="M8 1a5 5 0 0 0-5 5v1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a6 6 0 1 1 12 0v6a2.5 2.5 0 0 1-2.5 2.5H9.366a1 1 0 0 1-.866.5h-1a1 1 0 1 1 0-2h1a1 1 0 0 1 .866.5H11.5A1.5 1.5 0 0 0 13 12h-1a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V6a5 5 0 0 0-5-5z"/>');// eslint-disable-next-line var BIconHeart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Heart','<path d="M8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"/>');// eslint-disable-next-line var BIconHeartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HeartFill','<path fill-rule="evenodd" d="M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z"/>');// eslint-disable-next-line var BIconHeartHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HeartHalf','<path d="M8 2.748v11.047c3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z"/>');// eslint-disable-next-line var BIconHeptagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Heptagon','<path d="M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM2.422 3.813l-1.383 6.212L4.907 15h6.186l3.868-4.975-1.383-6.212L8 1.058 2.422 3.813z"/>');// eslint-disable-next-line var BIconHeptagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HeptagonFill','<path fill-rule="evenodd" d="M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053z"/>');// eslint-disable-next-line var BIconHeptagonHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HeptagonHalf','<path d="M7.779.052a.5.5 0 0 1 .442 0l6.015 2.97a.5.5 0 0 1 .267.34l1.485 6.676a.5.5 0 0 1-.093.415l-4.162 5.354a.5.5 0 0 1-.395.193H4.662a.5.5 0 0 1-.395-.193L.105 10.453a.5.5 0 0 1-.093-.415l1.485-6.676a.5.5 0 0 1 .267-.34L7.779.053zM8 15h3.093l3.868-4.975-1.383-6.212L8 1.058V15z"/>');// eslint-disable-next-line var BIconHexagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Hexagon','<path d="M14 4.577v6.846L8 15l-6-3.577V4.577L8 1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z"/>');// eslint-disable-next-line var BIconHexagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HexagonFill','<path fill-rule="evenodd" d="M8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z"/>');// eslint-disable-next-line var BIconHexagonHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HexagonHalf','<path d="M14 4.577v6.846L8 15V1l6 3.577zM8.5.134a1 1 0 0 0-1 0l-6 3.577a1 1 0 0 0-.5.866v6.846a1 1 0 0 0 .5.866l6 3.577a1 1 0 0 0 1 0l6-3.577a1 1 0 0 0 .5-.866V4.577a1 1 0 0 0-.5-.866L8.5.134z"/>');// eslint-disable-next-line var BIconHourglass=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Hourglass','<path d="M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702c0 .7-.478 1.235-1.011 1.491A3.5 3.5 0 0 0 4.5 13v1h7v-1a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351v-.702c0-.7.478-1.235 1.011-1.491A3.5 3.5 0 0 0 11.5 3V2h-7z"/>');// eslint-disable-next-line var BIconHourglassBottom=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HourglassBottom','<path d="M2 1.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1-.5-.5zm2.5.5v1a3.5 3.5 0 0 0 1.989 3.158c.533.256 1.011.791 1.011 1.491v.702s.18.149.5.149.5-.15.5-.15v-.7c0-.701.478-1.236 1.011-1.492A3.5 3.5 0 0 0 11.5 3V2h-7z"/>');// eslint-disable-next-line var BIconHourglassSplit=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HourglassSplit','<path d="M2.5 15a.5.5 0 1 1 0-1h1v-1a4.5 4.5 0 0 1 2.557-4.06c.29-.139.443-.377.443-.59v-.7c0-.213-.154-.451-.443-.59A4.5 4.5 0 0 1 3.5 3V2h-1a.5.5 0 0 1 0-1h11a.5.5 0 0 1 0 1h-1v1a4.5 4.5 0 0 1-2.557 4.06c-.29.139-.443.377-.443.59v.7c0 .213.154.451.443.59A4.5 4.5 0 0 1 12.5 13v1h1a.5.5 0 0 1 0 1h-11zm2-13v1c0 .537.12 1.045.337 1.5h6.326c.216-.455.337-.963.337-1.5V2h-7zm3 6.35c0 .701-.478 1.236-1.011 1.492A3.5 3.5 0 0 0 4.5 13s.866-1.299 3-1.48V8.35zm1 0v3.17c2.134.181 3 1.48 3 1.48a3.5 3.5 0 0 0-1.989-3.158C8.978 9.586 8.5 9.052 8.5 8.351z"/>');// eslint-disable-next-line var BIconHourglassTop=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HourglassTop','<path d="M2 14.5a.5.5 0 0 0 .5.5h11a.5.5 0 1 0 0-1h-1v-1a4.5 4.5 0 0 0-2.557-4.06c-.29-.139-.443-.377-.443-.59v-.7c0-.213.154-.451.443-.59A4.5 4.5 0 0 0 12.5 3V2h1a.5.5 0 0 0 0-1h-11a.5.5 0 0 0 0 1h1v1a4.5 4.5 0 0 0 2.557 4.06c.29.139.443.377.443.59v.7c0 .213-.154.451-.443.59A4.5 4.5 0 0 0 3.5 13v1h-1a.5.5 0 0 0-.5.5zm2.5-.5v-1a3.5 3.5 0 0 1 1.989-3.158c.533-.256 1.011-.79 1.011-1.491v-.702s.18.101.5.101.5-.1.5-.1v.7c0 .701.478 1.236 1.011 1.492A3.5 3.5 0 0 1 11.5 13v1h-7z"/>');// eslint-disable-next-line var BIconHouse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('House','<path fill-rule="evenodd" d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>');// eslint-disable-next-line var BIconHouseDoor=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HouseDoor','<path d="M8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4.5a.5.5 0 0 0 .5-.5v-4h2v4a.5.5 0 0 0 .5.5H14a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146zM2.5 14V7.707l5.5-5.5 5.5 5.5V14H10v-4a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5v4H2.5z"/>');// eslint-disable-next-line var BIconHouseDoorFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HouseDoorFill','<path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/>');// eslint-disable-next-line var BIconHouseFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('HouseFill','<path fill-rule="evenodd" d="M8 3.293l6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"/><path fill-rule="evenodd" d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"/>');// eslint-disable-next-line var BIconHr=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Hr','<path d="M12 3H4a1 1 0 0 0-1 1v2.5H2V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2.5h-1V4a1 1 0 0 0-1-1zM2 9.5h1V12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V9.5h1V12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9.5zm-1.5-2a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H.5z"/>');// eslint-disable-next-line var BIconImage=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Image','<path d="M6.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M2.002 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2h-12zm12 1a1 1 0 0 1 1 1v6.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12V3a1 1 0 0 1 1-1h12z"/>');// eslint-disable-next-line var BIconImageAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ImageAlt','<path d="M7 2.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0zm4.225 4.053a.5.5 0 0 0-.577.093l-3.71 4.71-2.66-2.772a.5.5 0 0 0-.63.062L.002 13v2a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4.5l-4.777-3.947z"/>');// eslint-disable-next-line var BIconImageFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ImageFill','<path d="M.002 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-12a2 2 0 0 1-2-2V3zm1 9v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V9.5l-3.777-1.947a.5.5 0 0 0-.577.093l-3.71 3.71-2.66-1.772a.5.5 0 0 0-.63.062L1.002 12zm5-6.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/>');// eslint-disable-next-line var BIconImages=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Images','<path d="M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2 3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v8a2 2 0 0 1-1.998 2zM14 2H4a1 1 0 0 0-1 1h9.002a2 2 0 0 1 2 2v7A1 1 0 0 0 15 11V3a1 1 0 0 0-1-1zM2.002 4a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.947V5a1 1 0 0 0-1-1h-10z"/>');// eslint-disable-next-line var BIconInbox=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Inbox','<path d="M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438L14.933 9zM3.809 3.563A1.5 1.5 0 0 1 4.981 3h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z"/>');// eslint-disable-next-line var BIconInboxFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InboxFill','<path d="M4.98 4a.5.5 0 0 0-.39.188L1.54 8H6a.5.5 0 0 1 .5.5 1.5 1.5 0 1 0 3 0A.5.5 0 0 1 10 8h4.46l-3.05-3.812A.5.5 0 0 0 11.02 4H4.98zm-1.17-.437A1.5 1.5 0 0 1 4.98 3h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 13H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .106-.374l3.7-4.625z"/>');// eslint-disable-next-line var BIconInboxes=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Inboxes','<path d="M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zm9.954 5H10.45a2.5 2.5 0 0 1-4.9 0H1.066l.32 2.562A.5.5 0 0 0 1.884 9h12.234a.5.5 0 0 0 .496-.438L14.933 6zM3.809.563A1.5 1.5 0 0 1 4.981 0h6.038a1.5 1.5 0 0 1 1.172.563l3.7 4.625a.5.5 0 0 1 .105.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393zm.941.83l.32 2.562a.5.5 0 0 0 .497.438h12.234a.5.5 0 0 0 .496-.438l.32-2.562H10.45a2.5 2.5 0 0 1-4.9 0H1.066z"/>');// eslint-disable-next-line var BIconInboxesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InboxesFill','<path d="M4.98 1a.5.5 0 0 0-.39.188L1.54 5H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0A.5.5 0 0 1 10 5h4.46l-3.05-3.812A.5.5 0 0 0 11.02 1H4.98zM3.81.563A1.5 1.5 0 0 1 4.98 0h6.04a1.5 1.5 0 0 1 1.17.563l3.7 4.625a.5.5 0 0 1 .106.374l-.39 3.124A1.5 1.5 0 0 1 14.117 10H1.883A1.5 1.5 0 0 1 .394 8.686l-.39-3.124a.5.5 0 0 1 .106-.374L3.81.563zM.125 11.17A.5.5 0 0 1 .5 11H6a.5.5 0 0 1 .5.5 1.5 1.5 0 0 0 3 0 .5.5 0 0 1 .5-.5h5.5a.5.5 0 0 1 .496.562l-.39 3.124A1.5 1.5 0 0 1 14.117 16H1.883a1.5 1.5 0 0 1-1.489-1.314l-.39-3.124a.5.5 0 0 1 .121-.393z"/>');// eslint-disable-next-line var BIconInfo=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Info','<path d="M8.93 6.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconInfoCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InfoCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8.93 6.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconInfoCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InfoCircleFill','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412l-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>');// eslint-disable-next-line var BIconInfoSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InfoSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M8.93 6.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconInfoSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InfoSquareFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.93 4.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconInputCursor=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InputCursor','<path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z"/><path fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13A.5.5 0 0 1 8 1z"/>');// eslint-disable-next-line var BIconInputCursorText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('InputCursorText','<path fill-rule="evenodd" d="M5 2a.5.5 0 0 1 .5-.5c.862 0 1.573.287 2.06.566.174.099.321.198.44.286.119-.088.266-.187.44-.286A4.165 4.165 0 0 1 10.5 1.5a.5.5 0 0 1 0 1c-.638 0-1.177.213-1.564.434a3.49 3.49 0 0 0-.436.294V7.5H9a.5.5 0 0 1 0 1h-.5v4.272c.1.08.248.187.436.294.387.221.926.434 1.564.434a.5.5 0 0 1 0 1 4.165 4.165 0 0 1-2.06-.566A4.561 4.561 0 0 1 8 13.65a4.561 4.561 0 0 1-.44.285 4.165 4.165 0 0 1-2.06.566.5.5 0 0 1 0-1c.638 0 1.177-.213 1.564-.434.188-.107.335-.214.436-.294V8.5H7a.5.5 0 0 1 0-1h.5V3.228a3.49 3.49 0 0 0-.436-.294A3.166 3.166 0 0 0 5.5 2.5.5.5 0 0 1 5 2z"/><path d="M10 5h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4v1h4a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-4v1zM6 5V4H2a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h4v-1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h4z"/>');// eslint-disable-next-line var BIconInstagram=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Instagram','<path d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z"/>');// eslint-disable-next-line var BIconIntersect=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Intersect','<path fill-rule="evenodd" d="M0 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2H2a2 2 0 0 1-2-2V2zm5 10v2a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-2v5a2 2 0 0 1-2 2H5zm6-8H6a2 2 0 0 0-2 2v5H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v2z"/>');// eslint-disable-next-line var BIconJournal=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Journal','<path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalAlbum=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalAlbum','<path d="M5.5 4a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5h-5zm1 7a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalArrowDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalArrowDown','<path fill-rule="evenodd" d="M8 5a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 9.293V5.5A.5.5 0 0 1 8 5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalArrowUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalArrowUp','<path fill-rule="evenodd" d="M8 11a.5.5 0 0 0 .5-.5V6.707l1.146 1.147a.5.5 0 0 0 .708-.708l-2-2a.5.5 0 0 0-.708 0l-2 2a.5.5 0 1 0 .708.708L7.5 6.707V10.5a.5.5 0 0 0 .5.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalBookmark=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalBookmark','<path fill-rule="evenodd" d="M6 8V1h1v6.117L8.743 6.07a.5.5 0 0 1 .514 0L11 7.117V1h1v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalBookmarkFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalBookmarkFill','<path fill-rule="evenodd" d="M6 1h6v7a.5.5 0 0 1-.757.429L9 7.083 6.757 8.43A.5.5 0 0 1 6 8V1z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalCheck','<path fill-rule="evenodd" d="M10.854 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalCode=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalCode','<path fill-rule="evenodd" d="M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalMedical=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalMedical','<path fill-rule="evenodd" d="M8 4a.5.5 0 0 1 .5.5v.634l.549-.317a.5.5 0 1 1 .5.866L9 6l.549.317a.5.5 0 1 1-.5.866L8.5 6.866V7.5a.5.5 0 0 1-1 0v-.634l-.549.317a.5.5 0 1 1-.5-.866L7 6l-.549-.317a.5.5 0 0 1 .5-.866l.549.317V4.5A.5.5 0 0 1 8 4zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalMinus','<path fill-rule="evenodd" d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalPlus','<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalRichtext=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalRichtext','<path d="M7.5 3.75a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0zm-.861 1.542l1.33.886 1.854-1.855a.25.25 0 0 1 .289-.047L11 4.75V7a.5.5 0 0 1-.5.5h-5A.5.5 0 0 1 5 7v-.5s1.54-1.274 1.639-1.208zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalText=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalText','<path d="M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournalX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JournalX','<path fill-rule="evenodd" d="M6.146 6.146a.5.5 0 0 1 .708 0L8 7.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707 6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8 6.146 6.854a.5.5 0 0 1 0-.708z"/><path d="M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2z"/><path d="M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1z"/>');// eslint-disable-next-line var BIconJournals=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Journals','<path d="M5 0h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1H1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1H3a2 2 0 0 1 2-2z"/><path d="M1 6v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 3v-.5a.5.5 0 0 1 1 0V9h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H1zm0 2.5v.5H.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H2v-.5a.5.5 0 0 0-1 0z"/>');// eslint-disable-next-line var BIconJoystick=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Joystick','<path d="M10 2a2 2 0 0 1-1.5 1.937v5.087c.863.083 1.5.377 1.5.726 0 .414-.895.75-2 .75s-2-.336-2-.75c0-.35.637-.643 1.5-.726V3.937A2 2 0 1 1 10 2z"/><path d="M0 9.665v1.717a1 1 0 0 0 .553.894l6.553 3.277a2 2 0 0 0 1.788 0l6.553-3.277a1 1 0 0 0 .553-.894V9.665c0-.1-.06-.19-.152-.23L9.5 6.715v.993l5.227 2.178a.125.125 0 0 1 .001.23l-5.94 2.546a2 2 0 0 1-1.576 0l-5.94-2.546a.125.125 0 0 1 .001-.23L6.5 7.708l-.013-.988L.152 9.435a.25.25 0 0 0-.152.23z"/>');// eslint-disable-next-line var BIconJustify=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Justify','<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconJustifyLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JustifyLeft','<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconJustifyRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('JustifyRight','<path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconKanban=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Kanban','<path d="M13.5 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h11zm-11-1a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11z"/><path d="M6.5 3a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm-4 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm8 0a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3z"/>');// eslint-disable-next-line var BIconKanbanFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('KanbanFill','<path d="M2.5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-11zm5 2h1a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm-5 1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3zm9-1h1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconKey=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Key','<path d="M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z"/><path d="M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconKeyFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('KeyFill','<path d="M3.5 11.5a3.5 3.5 0 1 1 3.163-5H14L15.5 8 14 9.5l-1-1-1 1-1-1-1 1-1-1-1 1H6.663a3.5 3.5 0 0 1-3.163 2zM2.5 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconKeyboard=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Keyboard','<path d="M14 5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12zM2 4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H2z"/><path d="M13 10.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm0-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5 0A.25.25 0 0 1 8.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 8 8.75v-.5zm2 0a.25.25 0 0 1 .25-.25h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5a.25.25 0 0 1-.25-.25v-.5zm1 2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-5-2A.25.25 0 0 1 6.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 6 8.75v-.5zm-2 0A.25.25 0 0 1 4.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 4 8.75v-.5zm-2 0A.25.25 0 0 1 2.25 8h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 2 8.75v-.5zm11-2a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm-2 0A.25.25 0 0 1 9.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 9 6.75v-.5zm-2 0A.25.25 0 0 1 7.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 7 6.75v-.5zm-2 0A.25.25 0 0 1 5.25 6h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5A.25.25 0 0 1 5 6.75v-.5zm-3 0A.25.25 0 0 1 2.25 6h1.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-1.5A.25.25 0 0 1 2 6.75v-.5zm0 4a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25v-.5zm2 0a.25.25 0 0 1 .25-.25h5.5a.25.25 0 0 1 .25.25v.5a.25.25 0 0 1-.25.25h-5.5a.25.25 0 0 1-.25-.25v-.5z"/>');// eslint-disable-next-line var BIconKeyboardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('KeyboardFill','<path d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm13 .25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM2.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 3 8.75v-.5A.25.25 0 0 0 2.75 8h-.5zM4 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 5 8.75v-.5A.25.25 0 0 0 4.75 8h-.5a.25.25 0 0 0-.25.25zM6.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 7 8.75v-.5A.25.25 0 0 0 6.75 8h-.5zM8 8.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 9 8.75v-.5A.25.25 0 0 0 8.75 8h-.5a.25.25 0 0 0-.25.25zM13.25 8a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm0 2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zm-3-2a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-1.5zm.75 2.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM11.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5zM9 6.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5A.25.25 0 0 0 9.75 6h-.5a.25.25 0 0 0-.25.25zM7.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 8 6.75v-.5A.25.25 0 0 0 7.75 6h-.5zM5 6.25v.5c0 .138.112.25.25.25h.5A.25.25 0 0 0 6 6.75v-.5A.25.25 0 0 0 5.75 6h-.5a.25.25 0 0 0-.25.25zM2.25 6a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h1.5A.25.25 0 0 0 4 6.75v-.5A.25.25 0 0 0 3.75 6h-1.5zM2 10.25v.5c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-.5a.25.25 0 0 0-.25.25zM4.25 10a.25.25 0 0 0-.25.25v.5c0 .138.112.25.25.25h5.5a.25.25 0 0 0 .25-.25v-.5a.25.25 0 0 0-.25-.25h-5.5z"/>');// eslint-disable-next-line var BIconLadder=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Ladder','<path d="M4.5 1a.5.5 0 0 1 .5.5V2h6v-.5a.5.5 0 0 1 1 0v14a.5.5 0 0 1-1 0V15H5v.5a.5.5 0 0 1-1 0v-14a.5.5 0 0 1 .5-.5zM5 14h6v-2H5v2zm0-3h6V9H5v2zm0-3h6V6H5v2zm0-3h6V3H5v2z"/>');// eslint-disable-next-line var BIconLamp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Lamp','<path d="M13 3v4H3V3h10zM3 2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H3zm4.5-1l.276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.012 9h1.024c.337.646.677 1.33.95 1.949.176.396.318.75.413 1.042.048.146.081.266.102.36A1.347 1.347 0 0 1 10 13.5c0 .665-.717 1.5-2 1.5s-2-.835-2-1.5c0 0 0-.013.004-.039.003-.027.01-.063.02-.11.02-.094.053-.214.1-.36.096-.291.238-.646.413-1.042.274-.62.614-1.303.95-1.949zm1.627-1h-2.23C6.032 10.595 5 12.69 5 13.5 5 14.88 6.343 16 8 16s3-1.12 3-2.5c0-.81-1.032-2.905-1.885-4.5z"/>');// eslint-disable-next-line var BIconLampFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LampFill','<path d="M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3zm5.5-2l.276-.553a.25.25 0 0 1 .448 0L8.5 1h-1zm-.615 8h2.23C9.968 10.595 11 12.69 11 13.5c0 1.38-1.343 2.5-3 2.5s-3-1.12-3-2.5c0-.81 1.032-2.905 1.885-4.5z"/>');// eslint-disable-next-line var BIconLaptop=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Laptop','<path d="M13.5 3a.5.5 0 0 1 .5.5V11H2V3.5a.5.5 0 0 1 .5-.5h11zm-11-1A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>');// eslint-disable-next-line var BIconLaptopFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LaptopFill','<path d="M2.5 2A1.5 1.5 0 0 0 1 3.5V12h14V3.5A1.5 1.5 0 0 0 13.5 2h-11zM0 12.5h16a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5z"/>');// eslint-disable-next-line var BIconLayers=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Layers','<path d="M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zm3.515 7.008L14.438 10 8 13.433 1.562 10 4.25 8.567l3.515 1.874a.5.5 0 0 0 .47 0l3.515-1.874zM8 9.433L1.562 6 8 2.567 14.438 6 8 9.433z"/>');// eslint-disable-next-line var BIconLayersFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayersFill','<path d="M7.765 1.559a.5.5 0 0 1 .47 0l7.5 4a.5.5 0 0 1 0 .882l-7.5 4a.5.5 0 0 1-.47 0l-7.5-4a.5.5 0 0 1 0-.882l7.5-4z"/><path d="M2.125 8.567l-1.86.992a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882l-1.86-.992-5.17 2.756a1.5 1.5 0 0 1-1.41 0l-5.17-2.756z"/>');// eslint-disable-next-line var BIconLayersHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayersHalf','<path d="M8.235 1.559a.5.5 0 0 0-.47 0l-7.5 4a.5.5 0 0 0 0 .882L3.188 8 .264 9.559a.5.5 0 0 0 0 .882l7.5 4a.5.5 0 0 0 .47 0l7.5-4a.5.5 0 0 0 0-.882L12.813 8l2.922-1.559a.5.5 0 0 0 0-.882l-7.5-4zM8 9.433L1.562 6 8 2.567 14.438 6 8 9.433z"/>');// eslint-disable-next-line var BIconLayoutSidebar=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutSidebar','<path d="M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm5-1v12h9a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H5zM4 2H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h2V2z"/>');// eslint-disable-next-line var BIconLayoutSidebarInset=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutSidebarInset','<path d="M14 2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12zM2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z"/><path d="M3 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V4z"/>');// eslint-disable-next-line var BIconLayoutSidebarInsetReverse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutSidebarInsetReverse','<path d="M2 2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H2zm12-1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h12z"/><path d="M13 4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconLayoutSidebarReverse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutSidebarReverse','<path d="M16 3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3zm-5-1v12H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h9zm1 0h2a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-2V2z"/>');// eslint-disable-next-line var BIconLayoutSplit=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutSplit','<path d="M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm8.5-1v12H14a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H8.5zm-1 0H2a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h5.5V2z"/>');// eslint-disable-next-line var BIconLayoutTextSidebar=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutTextSidebar','<path d="M3.5 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM3 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm12-1v14h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1h-2zm-1 0H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h9V1z"/>');// eslint-disable-next-line var BIconLayoutTextSidebarReverse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutTextSidebarReverse','<path d="M12.5 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm0 3a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5zm.5 3.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z"/><path d="M16 2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2zM4 1v14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h2zm1 0h9a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5V1z"/>');// eslint-disable-next-line var BIconLayoutTextWindow=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutTextWindow','<path d="M3 6.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v1H1V2a1 1 0 0 1 1-1h12zm1 3v10a1 1 0 0 1-1 1h-2V4h3zm-4 0v11H2a1 1 0 0 1-1-1V4h10z"/>');// eslint-disable-next-line var BIconLayoutTextWindowReverse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutTextWindowReverse','<path d="M13 6.5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm0 3a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 .5-.5zm-.5 2.5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1 0-1h5z"/><path d="M14 0a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h12zM2 1a1 1 0 0 0-1 1v1h14V2a1 1 0 0 0-1-1H2zM1 4v10a1 1 0 0 0 1 1h2V4H1zm4 0v11h9a1 1 0 0 0 1-1V4H5z"/>');// eslint-disable-next-line var BIconLayoutThreeColumns=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutThreeColumns','<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H5V1H1.5zM10 15V1H6v14h4zm1 0h3.5a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5H11v14z"/>');// eslint-disable-next-line var BIconLayoutWtf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LayoutWtf','<path d="M5 1v8H1V1h4zM1 0a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V1a1 1 0 0 0-1-1H1zm13 2v5H9V2h5zM9 1a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H9zM5 13v2H3v-2h2zm-2-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H3zm12-1v2H9v-2h6zm-6-1a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1H9z"/>');// eslint-disable-next-line var BIconLifePreserver=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LifePreserver','<path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm6.43-5.228a7.025 7.025 0 0 1-3.658 3.658l-1.115-2.788a4.015 4.015 0 0 0 1.985-1.985l2.788 1.115zM5.228 14.43a7.025 7.025 0 0 1-3.658-3.658l2.788-1.115a4.015 4.015 0 0 0 1.985 1.985L5.228 14.43zm9.202-9.202l-2.788 1.115a4.015 4.015 0 0 0-1.985-1.985l1.115-2.788a7.025 7.025 0 0 1 3.658 3.658zm-8.087-.87a4.015 4.015 0 0 0-1.985 1.985L1.57 5.228A7.025 7.025 0 0 1 5.228 1.57l1.115 2.788zM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>');// eslint-disable-next-line var BIconLightning=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Lightning','<path d="M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09zM4.157 8.5H7a.5.5 0 0 1 .478.647L6.11 13.59l5.732-6.09H9a.5.5 0 0 1-.478-.647L9.89 2.41 4.157 8.5z"/>');// eslint-disable-next-line var BIconLightningFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LightningFill','<path d="M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z"/>');// eslint-disable-next-line var BIconLink=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Link','<path d="M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9c-.086 0-.17.01-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z"/><path d="M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4.02 4.02 0 0 1-.82 1H12a3 3 0 1 0 0-6H9z"/>');// eslint-disable-next-line var BIconLink45deg=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Link45deg','<path d="M4.715 6.542L3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1.001 1.001 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4.018 4.018 0 0 1-.128-1.287z"/><path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 0 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 0 0-4.243-4.243L6.586 4.672z"/>');// eslint-disable-next-line var BIconLinkedin=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Linkedin','<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"/>');// eslint-disable-next-line var BIconList=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('List','<path fill-rule="evenodd" d="M2.5 11.5A.5.5 0 0 1 3 11h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 3 3h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconListCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ListCheck','<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3.854 2.146a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 3.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708L2 7.293l1.146-1.147a.5.5 0 0 1 .708 0zm0 4a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconListNested=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ListNested','<path fill-rule="evenodd" d="M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconListOl=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ListOl','<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/><path d="M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338v.041zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635V5z"/>');// eslint-disable-next-line var BIconListStars=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ListStars','<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5z"/><path d="M2.242 2.194a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.256-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53zm0 4a.27.27 0 0 1 .516 0l.162.53c.035.115.14.194.258.194h.551c.259 0 .37.333.164.493l-.468.363a.277.277 0 0 0-.094.3l.173.569c.078.255-.213.462-.423.3l-.417-.324a.267.267 0 0 0-.328 0l-.417.323c-.21.163-.5-.043-.423-.299l.173-.57a.277.277 0 0 0-.094-.299l-.468-.363c-.206-.16-.095-.493.164-.493h.55a.271.271 0 0 0 .259-.194l.162-.53z"/>');// eslint-disable-next-line var BIconListTask=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ListTask','<path fill-rule="evenodd" d="M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H2zM3 3H2v1h1V3z"/><path d="M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1h-9z"/><path fill-rule="evenodd" d="M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5V7zM2 7h1v1H2V7zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H2zm1 .5H2v1h1v-1z"/>');// eslint-disable-next-line var BIconListUl=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ListUl','<path fill-rule="evenodd" d="M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconLock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Lock','<path d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconLockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('LockFill','<path d="M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2z"/>');// eslint-disable-next-line var BIconMailbox=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Mailbox','<path d="M4 4a3 3 0 0 0-3 3v6h6V7a3 3 0 0 0-3-3zm0-1h8a4 4 0 0 1 4 4v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V7a4 4 0 0 1 4-4zm2.646 1A3.99 3.99 0 0 1 8 7v6h7V7a3 3 0 0 0-3-3H6.646z"/><path d="M11.793 8.5H9v-1h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.354-.146l-.853-.854zM5 7c0 .552-.448 0-1 0s-1 .552-1 0a1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconMailbox2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Mailbox2','<path d="M9 8.5h2.793l.853.854A.5.5 0 0 0 13 9.5h1a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5H9v1z"/><path d="M12 3H4a4 4 0 0 0-4 4v6a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a4 4 0 0 0-4-4zM8 7a3.99 3.99 0 0 0-1.354-3H12a3 3 0 0 1 3 3v6H8V7zm-3.415.157C4.42 7.087 4.218 7 4 7c-.218 0-.42.086-.585.157C3.164 7.264 3 7.334 3 7a1 1 0 0 1 2 0c0 .334-.164.264-.415.157z"/>');// eslint-disable-next-line var BIconMap=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Map','<path fill-rule="evenodd" d="M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.502.502 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103zM10 1.91l-4-.8v12.98l4 .8V1.91zm1 12.98l4-.8V1.11l-4 .8v12.98zm-6-.8V1.11l-4 .8v12.98l4-.8z"/>');// eslint-disable-next-line var BIconMapFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MapFill','<path fill-rule="evenodd" d="M16 .5a.5.5 0 0 0-.598-.49L10.5.99 5.598.01a.5.5 0 0 0-.196 0l-5 1A.5.5 0 0 0 0 1.5v14a.5.5 0 0 0 .598.49l4.902-.98 4.902.98a.502.502 0 0 0 .196 0l5-1A.5.5 0 0 0 16 14.5V.5zM5 14.09V1.11l.5-.1.5.1v12.98l-.402-.08a.498.498 0 0 0-.196 0L5 14.09zm5 .8V1.91l.402.08a.5.5 0 0 0 .196 0L11 1.91v12.98l-.5.1-.5-.1z"/>');// eslint-disable-next-line var BIconMarkdown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Markdown','<path d="M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h12zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2z"/><path fill-rule="evenodd" d="M9.146 8.146a.5.5 0 0 1 .708 0L11.5 9.793l1.646-1.647a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708z"/><path fill-rule="evenodd" d="M11.5 5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5z"/><path d="M3.56 11V7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06z"/>');// eslint-disable-next-line var BIconMarkdownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MarkdownFill','<path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm11.5 1a.5.5 0 0 0-.5.5v3.793L9.854 8.146a.5.5 0 1 0-.708.708l2 2a.5.5 0 0 0 .708 0l2-2a.5.5 0 0 0-.708-.708L12 9.293V5.5a.5.5 0 0 0-.5-.5zM3.56 7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11h1.06V7.01z"/>');// eslint-disable-next-line var BIconMenuApp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuApp','<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuAppFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuAppFill','<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h2A1.5 1.5 0 0 1 5 1.5v2A1.5 1.5 0 0 1 3.5 5h-2A1.5 1.5 0 0 1 0 3.5v-2zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuButton=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuButton','<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h8A1.5 1.5 0 0 1 11 1.5v2A1.5 1.5 0 0 1 9.5 5h-8A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-8z"/><path d="M7.823 2.823l-.396-.396A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuButtonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuButtonFill','<path d="M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h8A1.5 1.5 0 0 0 11 3.5v-2A1.5 1.5 0 0 0 9.5 0h-8zm5.927 2.427A.25.25 0 0 1 7.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuButtonWide=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuButtonWide','<path d="M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v2A1.5 1.5 0 0 1 14.5 5h-13A1.5 1.5 0 0 1 0 3.5v-2zM1.5 1a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-13z"/><path d="M2 2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm10.823.323l-.396-.396A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuButtonWideFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuButtonWideFill','<path d="M1.5 0A1.5 1.5 0 0 0 0 1.5v2A1.5 1.5 0 0 0 1.5 5h13A1.5 1.5 0 0 0 16 3.5v-2A1.5 1.5 0 0 0 14.5 0h-13zm1 2h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1 0-1zm9.927.427A.25.25 0 0 1 12.604 2h.792a.25.25 0 0 1 .177.427l-.396.396a.25.25 0 0 1-.354 0l-.396-.396zM0 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8zm1 3v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2H1zm14-1V8a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v2h14zM2 8.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuDown','<path d="M7.646.146a.5.5 0 0 1 .708 0L10.207 2H14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h3.793L7.646.146zM1 7v3h14V7H1zm14-1V4a1 1 0 0 0-1-1h-3.793a1 1 0 0 1-.707-.293L8 1.207l-1.5 1.5A1 1 0 0 1 5.793 3H2a1 1 0 0 0-1 1v2h14zm0 5H1v2a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2zM2 4.5a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1h-8a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0 4a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMenuUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MenuUp','<path d="M7.646 15.854a.5.5 0 0 0 .708 0L10.207 14H14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h3.793l1.853 1.854zM1 9V6h14v3H1zm14 1v2a1 1 0 0 1-1 1h-3.793a1 1 0 0 0-.707.293l-1.5 1.5-1.5-1.5A1 1 0 0 0 5.793 13H2a1 1 0 0 1-1-1v-2h14zm0-5H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v2zM2 11.5a.5.5 0 0 0 .5.5h8a.5.5 0 0 0 0-1h-8a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 0-1h-11a.5.5 0 0 0-.5.5zm0-4a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1h-6a.5.5 0 0 0-.5.5z"/>');// eslint-disable-next-line var BIconMic=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Mic','<path fill-rule="evenodd" d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/><path fill-rule="evenodd" d="M10 8V3a2 2 0 1 0-4 0v5a2 2 0 1 0 4 0zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3z"/>');// eslint-disable-next-line var BIconMicFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MicFill','<path d="M5 3a3 3 0 0 1 6 0v5a3 3 0 0 1-6 0V3z"/><path fill-rule="evenodd" d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconMicMute=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MicMute','<path fill-rule="evenodd" d="M12.734 9.613A4.995 4.995 0 0 0 13 8V7a.5.5 0 0 0-1 0v1c0 .274-.027.54-.08.799l.814.814zm-2.522 1.72A4 4 0 0 1 4 8V7a.5.5 0 0 0-1 0v1a5 5 0 0 0 4.5 4.975V15h-3a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-3v-2.025a4.973 4.973 0 0 0 2.43-.923l-.718-.719zM11 7.88V3a3 3 0 0 0-5.842-.963l.845.845A2 2 0 0 1 10 3v3.879l1 1zM8.738 9.86l.748.748A3 3 0 0 1 5 8V6.121l1 1V8a2 2 0 0 0 2.738 1.86zm4.908 3.494l-12-12 .708-.708 12 12-.708.707z"/>');// eslint-disable-next-line var BIconMicMuteFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MicMuteFill','<path fill-rule="evenodd" d="M12.734 9.613A4.995 4.995 0 0 0 13 8V7a.5.5 0 0 0-1 0v1c0 .274-.027.54-.08.799l.814.814zm-2.522 1.72A4 4 0 0 1 4 8V7a.5.5 0 0 0-1 0v1a5 5 0 0 0 4.5 4.975V15h-3a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-3v-2.025a4.973 4.973 0 0 0 2.43-.923l-.718-.719zM11 7.88V3a3 3 0 0 0-5.842-.963L11 7.879zM5 6.12l4.486 4.486A3 3 0 0 1 5 8V6.121zm8.646 7.234l-12-12 .708-.708 12 12-.708.707z"/>');// eslint-disable-next-line var BIconMinecart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Minecart','<path d="M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82l1.313 7h11.17l1.313-7H1.102z"/>');// eslint-disable-next-line var BIconMinecartLoaded=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MinecartLoaded','<path d="M4 15a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82l1.313 7h11.17l1.313-7H1.102z"/><path fill-rule="evenodd" d="M6 1a2.498 2.498 0 0 1 4 0c.818 0 1.545.394 2 1 .67 0 1.552.57 2 1h-2c-.314 0-.611-.15-.8-.4-.274-.365-.71-.6-1.2-.6-.314 0-.611-.15-.8-.4a1.497 1.497 0 0 0-2.4 0c-.189.25-.486.4-.8.4-.507 0-.955.251-1.228.638-.09.13-.194.25-.308.362H3c.13-.147.401-.432.562-.545a1.63 1.63 0 0 0 .393-.393A2.498 2.498 0 0 1 6 1z"/>');// eslint-disable-next-line var BIconMoon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Moon','<path fill-rule="evenodd" d="M14.53 10.53a7 7 0 0 1-9.058-9.058A7.003 7.003 0 0 0 8 15a7.002 7.002 0 0 0 6.53-4.47z"/>');// eslint-disable-next-line var BIconMouse=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Mouse','<path d="M8 3a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 3zm4 8a4 4 0 0 1-8 0V5a4 4 0 1 1 8 0v6zM8 0a5 5 0 0 0-5 5v6a5 5 0 0 0 10 0V5a5 5 0 0 0-5-5z"/>');// eslint-disable-next-line var BIconMouse2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Mouse2','<path d="M3 5.188C3 2.341 5.22 0 8 0s5 2.342 5 5.188v5.625C13 13.658 10.78 16 8 16s-5-2.342-5-5.188V5.189zm4.5-4.155C5.541 1.289 4 3.035 4 5.188V5.5h3.5V1.033zm1 0V5.5H12v-.313c0-2.152-1.541-3.898-3.5-4.154zM12 6.5H4v4.313C4 13.145 5.81 15 8 15s4-1.855 4-4.188V6.5z"/>');// eslint-disable-next-line var BIconMouse3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Mouse3','<path d="M7 0c-.593 0-1.104.157-1.527.463-.418.302-.717.726-.93 1.208C4.123 2.619 4 3.879 4 5.187v.504L3.382 6A2.5 2.5 0 0 0 2 8.236v2.576C2 13.659 4.22 16 7 16h2c2.78 0 5-2.342 5-5.188V7.51a.71.71 0 0 0 0-.02V5.186c0-1.13-.272-2.044-.748-2.772-.474-.726-1.13-1.235-1.849-1.59C9.981.123 8.26 0 7 0zm2.5 6.099V1.232c.51.11 1.008.267 1.46.49.596.293 1.099.694 1.455 1.24.355.543.585 1.262.585 2.225v1.69l-3.5-.778zm-1-5.025v4.803L5 5.099c.006-1.242.134-2.293.457-3.024.162-.366.363-.63.602-.801C6.292 1.105 6.593 1 7 1c.468 0 .98.018 1.5.074zM5 6.124L13 7.9v2.912C13 13.145 11.19 15 9 15H7c-2.19 0-4-1.855-4-4.188V8.236a1.5 1.5 0 0 1 .83-1.342l.187-.093c.01.265.024.58.047.92.062.938.19 2.12.462 2.937a.5.5 0 1 0 .948-.316c-.227-.683-.35-1.75-.413-2.688a29.17 29.17 0 0 1-.06-1.528v-.002z"/>');// eslint-disable-next-line var BIconMusicNote=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MusicNote','<path d="M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2z"/><path fill-rule="evenodd" d="M9 3v10H8V3h1z"/><path d="M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5V2.82z"/>');// eslint-disable-next-line var BIconMusicNoteBeamed=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MusicNoteBeamed','<path d="M6 13c0 1.105-1.12 2-2.5 2S1 14.105 1 13c0-1.104 1.12-2 2.5-2s2.5.896 2.5 2zm9-2c0 1.105-1.12 2-2.5 2s-2.5-.895-2.5-2 1.12-2 2.5-2 2.5.895 2.5 2z"/><path fill-rule="evenodd" d="M14 11V2h1v9h-1zM6 3v10H5V3h1z"/><path d="M5 2.905a1 1 0 0 1 .9-.995l8-.8a1 1 0 0 1 1.1.995V3L5 4V2.905z"/>');// eslint-disable-next-line var BIconMusicNoteList=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MusicNoteList','<path d="M12 13c0 1.105-1.12 2-2.5 2S7 14.105 7 13s1.12-2 2.5-2 2.5.895 2.5 2z"/><path fill-rule="evenodd" d="M12 3v10h-1V3h1z"/><path d="M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1V2.82z"/><path fill-rule="evenodd" d="M0 11.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconMusicPlayer=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MusicPlayer','<path d="M4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3zm1 0v3h6V3H5zm3 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="M11 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0zm-3 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4z"/><path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm2-1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H4z"/>');// eslint-disable-next-line var BIconMusicPlayerFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('MusicPlayerFill','<path d="M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm1 2h6a1 1 0 0 1 1 1v2.5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm3 12a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>');// eslint-disable-next-line var BIconNewspaper=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Newspaper','<path d="M0 2.5A1.5 1.5 0 0 1 1.5 1h11A1.5 1.5 0 0 1 14 2.5v10.528c0 .3-.05.654-.238.972h.738a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 1 1 0v9a1.5 1.5 0 0 1-1.5 1.5H1.497A1.497 1.497 0 0 1 0 13.5v-11zM12 14c.37 0 .654-.211.853-.441.092-.106.147-.279.147-.531V2.5a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v11c0 .278.223.5.497.5H12z"/><path d="M2 3h10v2H2V3zm0 3h4v3H2V6zm0 4h4v1H2v-1zm0 2h4v1H2v-1zm5-6h2v1H7V6zm3 0h2v1h-2V6zM7 8h2v1H7V8zm3 0h2v1h-2V8zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1zm-3 2h2v1H7v-1zm3 0h2v1h-2v-1z"/>');// eslint-disable-next-line var BIconNodeMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('NodeMinus','<path fill-rule="evenodd" d="M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zM8 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 8 8z"/>');// eslint-disable-next-line var BIconNodeMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('NodeMinusFill','<path fill-rule="evenodd" d="M16 8a5 5 0 0 1-9.975.5H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025A5 5 0 0 1 16 8zm-2 0a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h5A.5.5 0 0 0 14 8z"/>');// eslint-disable-next-line var BIconNodePlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('NodePlus','<path fill-rule="evenodd" d="M11 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM6.025 7.5a5 5 0 1 1 0 1H4A1.5 1.5 0 0 1 2.5 10h-1A1.5 1.5 0 0 1 0 8.5v-1A1.5 1.5 0 0 1 1.5 6h1A1.5 1.5 0 0 1 4 7.5h2.025zM11 5a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 11 5zM1.5 7a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1z"/>');// eslint-disable-next-line var BIconNodePlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('NodePlusFill','<path d="M11 13a5 5 0 1 0-4.975-5.5H4A1.5 1.5 0 0 0 2.5 6h-1A1.5 1.5 0 0 0 0 7.5v1A1.5 1.5 0 0 0 1.5 10h1A1.5 1.5 0 0 0 4 8.5h2.025A5 5 0 0 0 11 13zm.5-7.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconNut=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Nut','<path d="M11.42 2l3.428 6-3.428 6H4.58L1.152 8 4.58 2h6.84zM4.58 1a1 1 0 0 0-.868.504l-3.429 6a1 1 0 0 0 0 .992l3.429 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.428-6a1 1 0 0 0 0-.992l-3.428-6A1 1 0 0 0 11.42 1H4.58z"/><path d="M6.848 5.933a2.5 2.5 0 1 0 2.5 4.33 2.5 2.5 0 0 0-2.5-4.33zM5.067 9.848a3.5 3.5 0 1 1 6.062-3.5 3.5 3.5 0 0 1-6.062 3.5z"/>');// eslint-disable-next-line var BIconNutFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('NutFill','<path d="M4.58 1a1 1 0 0 0-.868.504l-3.429 6a1 1 0 0 0 0 .992l3.429 6A1 1 0 0 0 4.58 15h6.84a1 1 0 0 0 .868-.504l3.428-6a1 1 0 0 0 0-.992l-3.428-6A1 1 0 0 0 11.42 1H4.58zm5.018 9.696a3 3 0 1 1-3-5.196 3 3 0 0 1 3 5.196z"/>');// eslint-disable-next-line var BIconOctagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Octagon','<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1L1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/>');// eslint-disable-next-line var BIconOctagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('OctagonFill','<path d="M11.107 0a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146A.5.5 0 0 1 4.893 0h6.214z"/>');// eslint-disable-next-line var BIconOctagonHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('OctagonHalf','<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM8 15h2.9l4.1-4.1V5.1L10.9 1H8v14z"/>');// eslint-disable-next-line var BIconOption=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Option','<path d="M1 2.5a.5.5 0 0 1 .5-.5h3.797a.5.5 0 0 1 .439.26L11 13h3.5a.5.5 0 0 1 0 1h-3.797a.5.5 0 0 1-.439-.26L5 3H1.5a.5.5 0 0 1-.5-.5zm10 0a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconOutlet=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Outlet','<path d="M3.34 2.994c.275-.338.68-.494 1.074-.494h7.172c.393 0 .798.156 1.074.494.578.708 1.84 2.534 1.84 5.006 0 2.472-1.262 4.297-1.84 5.006-.276.338-.68.494-1.074.494H4.414c-.394 0-.799-.156-1.074-.494C2.762 12.297 1.5 10.472 1.5 8c0-2.472 1.262-4.297 1.84-5.006zm1.074.506a.376.376 0 0 0-.299.126C3.599 4.259 2.5 5.863 2.5 8c0 2.137 1.099 3.74 1.615 4.374.06.073.163.126.3.126h7.17c.137 0 .24-.053.3-.126.516-.633 1.615-2.237 1.615-4.374 0-2.137-1.099-3.74-1.615-4.374a.376.376 0 0 0-.3-.126h-7.17z"/><path d="M6 5.5a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v1.5a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zM7 10v1h2v-1a1 1 0 0 0-2 0z"/>');// eslint-disable-next-line var BIconPaperclip=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Paperclip','<path d="M4.5 3a2.5 2.5 0 0 1 5 0v9a1.5 1.5 0 0 1-3 0V5a.5.5 0 0 1 1 0v7a.5.5 0 0 0 1 0V3a1.5 1.5 0 1 0-3 0v9a2.5 2.5 0 0 0 5 0V5a.5.5 0 0 1 1 0v7a3.5 3.5 0 1 1-7 0V3z"/>');// eslint-disable-next-line var BIconParagraph=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Paragraph','<path d="M10.5 15a.5.5 0 0 1-.5-.5V2H9v12.5a.5.5 0 0 1-1 0V9H7a4 4 0 1 1 0-8h5.5a.5.5 0 0 1 0 1H11v12.5a.5.5 0 0 1-.5.5z"/>');// eslint-disable-next-line var BIconPatchCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchCheck','<path fill-rule="evenodd" d="M10.354 6.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M10.273 2.513l-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>');// eslint-disable-next-line var BIconPatchCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchCheckFill','<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zm.287 5.984l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 8.793l2.646-2.647a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconPatchExclamation=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchExclamation','<path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/><path d="M10.273 2.513l-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>');// eslint-disable-next-line var BIconPatchExclamationFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchExclamationFill','<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8 4c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995A.905.905 0 0 1 8 4zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"/>');// eslint-disable-next-line var BIconPatchMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchMinus','<path fill-rule="evenodd" d="M5.5 8a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/><path d="M10.273 2.513l-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>');// eslint-disable-next-line var BIconPatchMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchMinusFill','<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM6 7.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1 0-1z"/>');// eslint-disable-next-line var BIconPatchPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchPlus','<path fill-rule="evenodd" d="M8 5.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 .5-.5z"/><path d="M10.273 2.513l-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/>');// eslint-disable-next-line var BIconPatchPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchPlusFill','<path d="M10.067.87a2.89 2.89 0 0 0-4.134 0l-.622.638-.89-.011a2.89 2.89 0 0 0-2.924 2.924l.01.89-.636.622a2.89 2.89 0 0 0 0 4.134l.637.622-.011.89a2.89 2.89 0 0 0 2.924 2.924l.89-.01.622.636a2.89 2.89 0 0 0 4.134 0l.622-.637.89.011a2.89 2.89 0 0 0 2.924-2.924l-.01-.89.636-.622a2.89 2.89 0 0 0 0-4.134l-.637-.622.011-.89a2.89 2.89 0 0 0-2.924-2.924l-.89.01-.622-.636zM8.5 6v1.5H10a.5.5 0 0 1 0 1H8.5V10a.5.5 0 0 1-1 0V8.5H6a.5.5 0 0 1 0-1h1.5V6a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconPatchQuestion=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchQuestion','<path d="M8.05 9.6c.336 0 .504-.24.554-.627.04-.534.198-.815.847-1.26.673-.475 1.049-1.09 1.049-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745z"/><path d="M10.273 2.513l-.921-.944.715-.698.622.637.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636a2.89 2.89 0 0 1 4.134 0l-.715.698a1.89 1.89 0 0 0-2.704 0l-.92.944-1.32-.016a1.89 1.89 0 0 0-1.911 1.912l.016 1.318-.944.921a1.89 1.89 0 0 0 0 2.704l.944.92-.016 1.32a1.89 1.89 0 0 0 1.912 1.911l1.318-.016.921.944a1.89 1.89 0 0 0 2.704 0l.92-.944 1.32.016a1.89 1.89 0 0 0 1.911-1.912l-.016-1.318.944-.921a1.89 1.89 0 0 0 0-2.704l-.944-.92.016-1.32a1.89 1.89 0 0 0-1.912-1.911l-1.318.016z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0z"/>');// eslint-disable-next-line var BIconPatchQuestionFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PatchQuestionFill','<path d="M5.933.87a2.89 2.89 0 0 1 4.134 0l.622.638.89-.011a2.89 2.89 0 0 1 2.924 2.924l-.01.89.636.622a2.89 2.89 0 0 1 0 4.134l-.637.622.011.89a2.89 2.89 0 0 1-2.924 2.924l-.89-.01-.622.636a2.89 2.89 0 0 1-4.134 0l-.622-.637-.89.011a2.89 2.89 0 0 1-2.924-2.924l.01-.89-.636-.622a2.89 2.89 0 0 1 0-4.134l.637-.622-.011-.89a2.89 2.89 0 0 1 2.924-2.924l.89.01.622-.636zM7.002 11a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm1.602-2.027c.04-.534.198-.815.846-1.26.674-.475 1.05-1.09 1.05-1.986 0-1.325-.92-2.227-2.262-2.227-1.02 0-1.792.492-2.1 1.29A1.71 1.71 0 0 0 6 5.48c0 .393.203.64.545.64.272 0 .455-.147.564-.51.158-.592.525-.915 1.074-.915.61 0 1.03.446 1.03 1.084 0 .563-.208.885-.822 1.325-.619.433-.926.914-.926 1.64v.111c0 .428.208.745.585.745.336 0 .504-.24.554-.627z"/>');// eslint-disable-next-line var BIconPause=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Pause','<path d="M6 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconPauseBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PauseBtn','<path d="M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconPauseBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PauseBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.25-7C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z"/>');// eslint-disable-next-line var BIconPauseCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PauseCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5 6.25a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5zm3.5 0a1.25 1.25 0 1 1 2.5 0v3.5a1.25 1.25 0 1 1-2.5 0v-3.5z"/>');// eslint-disable-next-line var BIconPauseCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PauseCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5zm3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5z"/>');// eslint-disable-next-line var BIconPauseFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PauseFill','<path d="M5.5 3.5A1.5 1.5 0 0 1 7 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5zm5 0A1.5 1.5 0 0 1 12 5v6a1.5 1.5 0 0 1-3 0V5a1.5 1.5 0 0 1 1.5-1.5z"/>');// eslint-disable-next-line var BIconPeace=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Peace','<path d="M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0v6.775l4.79 4.79A7 7 0 0 0 8.5 1.018zm4.084 12.273L8.5 9.207v5.775a6.97 6.97 0 0 0 4.084-1.691zM7.5 14.982V9.207l-4.084 4.084A6.97 6.97 0 0 0 7.5 14.982zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z"/>');// eslint-disable-next-line var BIconPeaceFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PeaceFill','<path d="M14 13.292A8 8 0 0 0 8.5.015v7.778l5.5 5.5zm-.708.708L8.5 9.206v6.778a7.967 7.967 0 0 0 4.792-1.986zM7.5 15.985V9.207L2.708 14A7.967 7.967 0 0 0 7.5 15.985zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5z"/>');// eslint-disable-next-line var BIconPen=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Pen','<path d="M13.498.795l.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001zm-.644.766a.5.5 0 0 0-.707 0L1.95 11.756l-.764 3.057 3.057-.764L14.44 3.854a.5.5 0 0 0 0-.708l-1.585-1.585z"/>');// eslint-disable-next-line var BIconPenFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PenFill','<path d="M13.498.795l.149-.149a1.207 1.207 0 1 1 1.707 1.708l-.149.148a1.5 1.5 0 0 1-.059 2.059L4.854 14.854a.5.5 0 0 1-.233.131l-4 1a.5.5 0 0 1-.606-.606l1-4a.5.5 0 0 1 .131-.232l9.642-9.642a.5.5 0 0 0-.642.056L6.854 4.854a.5.5 0 1 1-.708-.708L9.44.854A1.5 1.5 0 0 1 11.5.796a1.5 1.5 0 0 1 1.998-.001z"/>');// eslint-disable-next-line var BIconPencil=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Pencil','<path d="M12.146.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-10 10a.5.5 0 0 1-.168.11l-5 2a.5.5 0 0 1-.65-.65l2-5a.5.5 0 0 1 .11-.168l10-10zM11.207 2.5L13.5 4.793 14.793 3.5 12.5 1.207 11.207 2.5zm1.586 3L10.5 3.207 4 9.707V10h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.293l6.5-6.5zm-9.761 5.175l-.106.106-1.528 3.821 3.821-1.528.106-.106A.5.5 0 0 1 5 12.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.468-.325z"/>');// eslint-disable-next-line var BIconPencilFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PencilFill','<path d="M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708l-3-3zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207l6.5-6.5zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.499.499 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11l.178-.178z"/>');// eslint-disable-next-line var BIconPencilSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PencilSquare','<path d="M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456l-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z"/><path fill-rule="evenodd" d="M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z"/>');// eslint-disable-next-line var BIconPentagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Pentagon','<path d="M8 1.288l6.842 5.56L12.267 15H3.733L1.158 6.847 8 1.288zM16 6.5L8 0 0 6.5 3 16h10l3-9.5z"/>');// eslint-disable-next-line var BIconPentagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PentagonFill','<path d="M8 0l8 6.5-3 9.5H3L0 6.5 8 0z"/>');// eslint-disable-next-line var BIconPentagonHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PentagonHalf','<path d="M8 1.288l6.842 5.56L12.267 15H8V1.288zM16 6.5L8 0 0 6.5 3 16h10l3-9.5z"/>');// eslint-disable-next-line var BIconPeople=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('People','<path d="M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002a.274.274 0 0 1-.014.002H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z"/>');// eslint-disable-next-line var BIconPeopleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PeopleFill','<path d="M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216z"/><path d="M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/>');// eslint-disable-next-line var BIconPercent=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Percent','<path d="M13.442 2.558a.625.625 0 0 1 0 .884l-10 10a.625.625 0 1 1-.884-.884l10-10a.625.625 0 0 1 .884 0zM4.5 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm7 6a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 1a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z"/>');// eslint-disable-next-line var BIconPerson=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Person','<path d="M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/>');// eslint-disable-next-line var BIconPersonBadge=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonBadge','<path d="M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z"/>');// eslint-disable-next-line var BIconPersonBadgeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonBadgeFill','<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm4.5 0a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm5 2.755C12.146 12.825 10.623 12 8 12s-4.146.826-5 1.755V14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-.245z"/>');// eslint-disable-next-line var BIconPersonBoundingBox=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonBoundingBox','<path d="M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5z"/><path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm8-9a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>');// eslint-disable-next-line var BIconPersonCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonCheck','<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconPersonCheckFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonCheckFill','<path fill-rule="evenodd" d="M15.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L12.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/><path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconPersonCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonCircle','<path d="M13.468 12.37C12.758 11.226 11.195 10 8 10s-4.757 1.225-5.468 2.37A6.987 6.987 0 0 0 8 15a6.987 6.987 0 0 0 5.468-2.63z"/><path fill-rule="evenodd" d="M8 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z"/>');// eslint-disable-next-line var BIconPersonDash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonDash','<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconPersonDashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonDashFill','<path fill-rule="evenodd" d="M11 7.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/><path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconPersonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonFill','<path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconPersonLinesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonLinesFill','<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5zm.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1h-2z"/>');// eslint-disable-next-line var BIconPersonPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonPlus','<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconPersonPlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonPlusFill','<path d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path fill-rule="evenodd" d="M13.5 5a.5.5 0 0 1 .5.5V7h1.5a.5.5 0 0 1 0 1H14v1.5a.5.5 0 0 1-1 0V8h-1.5a.5.5 0 0 1 0-1H13V5.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconPersonSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonSquare','<path d="M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1v-1c0-1-1-4-6-4s-6 3-6 4v1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12z"/>');// eslint-disable-next-line var BIconPersonX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonX','<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm4 8c0 1-1 1-1 1H1s-1 0-1-1 1-4 6-4 6 3 6 4zm-1-.004c-.001-.246-.154-.986-.832-1.664C9.516 10.68 8.289 10 6 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10z"/><path fill-rule="evenodd" d="M12.146 5.146a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconPersonXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PersonXFill','<path fill-rule="evenodd" d="M1 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H1zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm6.146-2.854a.5.5 0 0 1 .708 0L14 6.293l1.146-1.147a.5.5 0 0 1 .708.708L14.707 7l1.147 1.146a.5.5 0 0 1-.708.708L14 7.707l-1.146 1.147a.5.5 0 0 1-.708-.708L13.293 7l-1.147-1.146a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconPhone=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Phone','<path d="M11 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h6zM5 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H5z"/><path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconPhoneFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PhoneFill','<path d="M3 2a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V2zm6 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>');// eslint-disable-next-line var BIconPhoneLandscape=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PhoneLandscape','<path d="M1 4.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-6zm-1 6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v6z"/><path d="M14 7.5a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>');// eslint-disable-next-line var BIconPhoneLandscapeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PhoneLandscapeFill','<path d="M2 12.5a2 2 0 0 1-2-2v-6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H2zm11-6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>');// eslint-disable-next-line var BIconPhoneVibrate=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PhoneVibrate','<path d="M10 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4zM6 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H6z"/><path d="M8 12a1 1 0 1 0 0-2 1 1 0 0 0 0 2zM1.599 4.058a.5.5 0 0 1 .208.676A6.967 6.967 0 0 0 1 8c0 1.18.292 2.292.807 3.266a.5.5 0 0 1-.884.468A7.968 7.968 0 0 1 0 8c0-1.347.334-2.619.923-3.734a.5.5 0 0 1 .676-.208zm12.802 0a.5.5 0 0 1 .676.208A7.967 7.967 0 0 1 16 8a7.967 7.967 0 0 1-.923 3.734.5.5 0 0 1-.884-.468A6.967 6.967 0 0 0 15 8c0-1.18-.292-2.292-.807-3.266a.5.5 0 0 1 .208-.676zM3.057 5.534a.5.5 0 0 1 .284.648A4.986 4.986 0 0 0 3 8c0 .642.12 1.255.34 1.818a.5.5 0 1 1-.93.364A5.986 5.986 0 0 1 2 8c0-.769.145-1.505.41-2.182a.5.5 0 0 1 .647-.284zm9.886 0a.5.5 0 0 1 .648.284C13.855 6.495 14 7.231 14 8c0 .769-.145 1.505-.41 2.182a.5.5 0 0 1-.93-.364C12.88 9.255 13 8.642 13 8c0-.642-.12-1.255-.34-1.818a.5.5 0 0 1 .283-.648z"/>');// eslint-disable-next-line var BIconPieChart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PieChart','<path d="M7.5 1.018a7 7 0 0 0-4.79 11.566L7.5 7.793V1.018zm1 0V7.5h6.482A7.001 7.001 0 0 0 8.5 1.018zM14.982 8.5H8.207l-4.79 4.79A7 7 0 0 0 14.982 8.5zM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8z"/>');// eslint-disable-next-line var BIconPieChartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PieChartFill','<path d="M15.985 8.5H8.207l-5.5 5.5a8 8 0 0 0 13.277-5.5zM2 13.292A8 8 0 0 1 7.5.015v7.778l-5.5 5.5zM8.5.015V7.5h7.485A8.001 8.001 0 0 0 8.5.015z"/>');// eslint-disable-next-line var BIconPip=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Pip','<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h13A1.5 1.5 0 0 1 16 3.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 12.5v-9zM1.5 3a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z"/><path d="M8 8.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3z"/>');// eslint-disable-next-line var BIconPipFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PipFill','<path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2h-13zm7 6h5a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconPlay=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Play','<path d="M10.804 8L5 4.633v6.734L10.804 8zm.792-.696a.802.802 0 0 1 0 1.392l-6.363 3.692C4.713 12.69 4 12.345 4 11.692V4.308c0-.653.713-.998 1.233-.696l6.363 3.692z"/>');// eslint-disable-next-line var BIconPlayBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlayBtn','<path d="M6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconPlayBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlayBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"/>');// eslint-disable-next-line var BIconPlayCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlayCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z"/>');// eslint-disable-next-line var BIconPlayCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlayCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407l3.5-2.5a.5.5 0 0 0 0-.814l-3.5-2.5z"/>');// eslint-disable-next-line var BIconPlayFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlayFill','<path d="M11.596 8.697l-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z"/>');// eslint-disable-next-line var BIconPlug=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Plug','<path d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0zM5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4H5z"/>');// eslint-disable-next-line var BIconPlugFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlugFill','<path d="M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.083 2.083 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.922 1.922 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0z"/>');// eslint-disable-next-line var BIconPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Plus','<path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>');// eslint-disable-next-line var BIconPlusCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlusCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>');// eslint-disable-next-line var BIconPlusCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlusCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z"/>');// eslint-disable-next-line var BIconPlusSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlusSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z"/>');// eslint-disable-next-line var BIconPlusSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PlusSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconPower=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Power','<path d="M7.5 1v7h1V1h-1z"/><path d="M3 8.812a4.999 4.999 0 0 1 2.578-4.375l-.485-.874A6 6 0 1 0 11 3.616l-.501.865A5 5 0 1 1 3 8.812z"/>');// eslint-disable-next-line var BIconPrinter=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Printer','<path d="M2.5 8a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M5 1a2 2 0 0 0-2 2v2H2a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h1v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-1h1a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-1V3a2 2 0 0 0-2-2H5zM4 3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2H4V3zm1 5a2 2 0 0 0-2 2v1H2a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-1v-1a2 2 0 0 0-2-2H5zm7 2v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1z"/>');// eslint-disable-next-line var BIconPrinterFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PrinterFill','<path d="M5 1a2 2 0 0 0-2 2v1h10V3a2 2 0 0 0-2-2H5zm6 8H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1z"/><path d="M0 7a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-1v-2a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2H2a2 2 0 0 1-2-2V7zm2.5 1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/>');// eslint-disable-next-line var BIconPuzzle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Puzzle','<path d="M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .039-.063v-.009a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003a.214.214 0 0 0-.039-.064.859.859 0 0 0-.27-.193C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.039.063v.003l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855zM4.605 3a.5.5 0 0 0-.498.55l.001.007.29 3.4A.5.5 0 0 1 3.9 7.5h-.782c-.696 0-1.182-.497-1.469-.872a.459.459 0 0 0-.118-.115.112.112 0 0 0-.025-.012L1.5 6.5h-.003a.213.213 0 0 0-.064.039.86.86 0 0 0-.193.27C1.1 7.09 1 7.51 1 8c0 .491.1.912.24 1.19.07.14.14.225.194.271a.213.213 0 0 0 .063.039H1.5l.006-.001a.112.112 0 0 0 .025-.012.459.459 0 0 0 .118-.115c.287-.375.773-.872 1.469-.872H3.9a.5.5 0 0 1 .498.542l-.29 3.408a.5.5 0 0 0 .497.55h1.878c-.048-.166-.195-.352-.463-.557-.274-.21-.52-.528-.52-.943 0-.568.447-.947.862-1.154C6.807 10.123 7.387 10 8 10s1.193.123 1.638.346c.415.207.862.586.862 1.154 0 .415-.246.733-.52.943-.268.205-.415.39-.463.557h1.878a.5.5 0 0 0 .498-.55l-.001-.007-.29-3.4A.5.5 0 0 1 12.1 8.5h.782c.696 0 1.182.497 1.469.872.05.065.091.099.118.115.013.008.021.01.025.012a.02.02 0 0 0 .006.001h.003a.214.214 0 0 0 .064-.039.86.86 0 0 0 .193-.27c.14-.28.24-.7.24-1.191 0-.492-.1-.912-.24-1.19a.86.86 0 0 0-.194-.271.215.215 0 0 0-.063-.039H14.5l-.006.001a.113.113 0 0 0-.025.012.459.459 0 0 0-.118.115c-.287.375-.773.872-1.469.872H12.1a.5.5 0 0 1-.498-.543l.29-3.407a.5.5 0 0 0-.497-.55H9.517c.048.166.195.352.463.557.274.21.52.528.52.943 0 .568-.447.947-.862 1.154C9.193 5.877 8.613 6 8 6s-1.193-.123-1.638-.346C5.947 5.447 5.5 5.068 5.5 4.5c0-.415.246-.733.52-.943.268-.205.415-.39.463-.557H4.605z"/>');// eslint-disable-next-line var BIconPuzzleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('PuzzleFill','<path d="M3.112 3.645A1.5 1.5 0 0 1 4.605 2H7a.5.5 0 0 1 .5.5v.382c0 .696-.497 1.182-.872 1.469a.459.459 0 0 0-.115.118.113.113 0 0 0-.012.025L6.5 4.5v.003l.003.01c.004.01.014.028.036.053a.86.86 0 0 0 .27.194C7.09 4.9 7.51 5 8 5c.492 0 .912-.1 1.19-.24a.86.86 0 0 0 .271-.194.213.213 0 0 0 .036-.054l.003-.01v-.008a.112.112 0 0 0-.012-.025.459.459 0 0 0-.115-.118c-.375-.287-.872-.773-.872-1.469V2.5A.5.5 0 0 1 9 2h2.395a1.5 1.5 0 0 1 1.493 1.645L12.645 6.5h.237c.195 0 .42-.147.675-.48.21-.274.528-.52.943-.52.568 0 .947.447 1.154.862C15.877 6.807 16 7.387 16 8s-.123 1.193-.346 1.638c-.207.415-.586.862-1.154.862-.415 0-.733-.246-.943-.52-.255-.333-.48-.48-.675-.48h-.237l.243 2.855A1.5 1.5 0 0 1 11.395 14H9a.5.5 0 0 1-.5-.5v-.382c0-.696.497-1.182.872-1.469a.459.459 0 0 0 .115-.118.113.113 0 0 0 .012-.025L9.5 11.5v-.003l-.003-.01a.214.214 0 0 0-.036-.053.859.859 0 0 0-.27-.194C8.91 11.1 8.49 11 8 11c-.491 0-.912.1-1.19.24a.859.859 0 0 0-.271.194.214.214 0 0 0-.036.054l-.003.01v.002l.001.006a.113.113 0 0 0 .012.025c.016.027.05.068.115.118.375.287.872.773.872 1.469v.382a.5.5 0 0 1-.5.5H4.605a1.5 1.5 0 0 1-1.493-1.645L3.356 9.5h-.238c-.195 0-.42.147-.675.48-.21.274-.528.52-.943.52-.568 0-.947-.447-1.154-.862C.123 9.193 0 8.613 0 8s.123-1.193.346-1.638C.553 5.947.932 5.5 1.5 5.5c.415 0 .733.246.943.52.255.333.48.48.675.48h.238l-.244-2.855z"/>');// eslint-disable-next-line var BIconQuestion=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Question','<path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>');// eslint-disable-next-line var BIconQuestionCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>');// eslint-disable-next-line var BIconQuestionCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.496 6.033h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286a.237.237 0 0 0 .241.247zm2.325 6.443c.61 0 1.029-.394 1.029-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94 0 .533.425.927 1.01.927z"/>');// eslint-disable-next-line var BIconQuestionDiamond=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionDiamond','<path d="M6.95.435c.58-.58 1.52-.58 2.1 0l6.515 6.516c.58.58.58 1.519 0 2.098L9.05 15.565c-.58.58-1.519.58-2.098 0L.435 9.05a1.482 1.482 0 0 1 0-2.098L6.95.435zm1.4.7a.495.495 0 0 0-.7 0L1.134 7.65a.495.495 0 0 0 0 .7l6.516 6.516a.495.495 0 0 0 .7 0l6.516-6.516a.495.495 0 0 0 0-.7L8.35 1.134z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>');// eslint-disable-next-line var BIconQuestionDiamondFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionDiamondFill','<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435zM5.495 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"/>');// eslint-disable-next-line var BIconQuestionOctagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionOctagon','<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1L1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>');// eslint-disable-next-line var BIconQuestionOctagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionOctagonFill','<path d="M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zM5.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"/>');// eslint-disable-next-line var BIconQuestionSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z"/>');// eslint-disable-next-line var BIconQuestionSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('QuestionSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.496 6.033a.237.237 0 0 1-.24-.247C5.35 4.091 6.737 3.5 8.005 3.5c1.396 0 2.672.73 2.672 2.24 0 1.08-.635 1.594-1.244 2.057-.737.559-1.01.768-1.01 1.486v.105a.25.25 0 0 1-.25.25h-.81a.25.25 0 0 1-.25-.246l-.004-.217c-.038-.927.495-1.498 1.168-1.987.59-.444.965-.736.965-1.371 0-.825-.628-1.168-1.314-1.168-.803 0-1.253.478-1.342 1.134-.018.137-.128.25-.266.25h-.825zm2.325 6.443c-.584 0-1.009-.394-1.009-.927 0-.552.425-.94 1.01-.94.609 0 1.028.388 1.028.94 0 .533-.42.927-1.029.927z"/>');// eslint-disable-next-line var BIconReceipt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Receipt','<path d="M1.92.506a.5.5 0 0 1 .434.14L3 1.293l.646-.647a.5.5 0 0 1 .708 0L5 1.293l.646-.647a.5.5 0 0 1 .708 0L7 1.293l.646-.647a.5.5 0 0 1 .708 0L9 1.293l.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .801.13l.5 1A.5.5 0 0 1 15 2v12a.5.5 0 0 1-.053.224l-.5 1a.5.5 0 0 1-.8.13L13 14.707l-.646.647a.5.5 0 0 1-.708 0L11 14.707l-.646.647a.5.5 0 0 1-.708 0L9 14.707l-.646.647a.5.5 0 0 1-.708 0L7 14.707l-.646.647a.5.5 0 0 1-.708 0L5 14.707l-.646.647a.5.5 0 0 1-.708 0L3 14.707l-.646.647a.5.5 0 0 1-.801-.13l-.5-1A.5.5 0 0 1 1 14V2a.5.5 0 0 1 .053-.224l.5-1a.5.5 0 0 1 .367-.27zm.217 1.338L2 2.118v11.764l.137.274.51-.51a.5.5 0 0 1 .707 0l.646.647.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.646.646.646-.646a.5.5 0 0 1 .708 0l.509.509.137-.274V2.118l-.137-.274-.51.51a.5.5 0 0 1-.707 0L12 1.707l-.646.647a.5.5 0 0 1-.708 0L10 1.707l-.646.647a.5.5 0 0 1-.708 0L8 1.707l-.646.647a.5.5 0 0 1-.708 0L6 1.707l-.646.647a.5.5 0 0 1-.708 0L4 1.707l-.646.647a.5.5 0 0 1-.708 0l-.509-.51z"/><path d="M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm8-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconReceiptCutoff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ReceiptCutoff','<path d="M3 4.5a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 1 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zM11.5 4a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1zm0 2a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/><path d="M2.354.646a.5.5 0 0 0-.801.13l-.5 1A.5.5 0 0 0 1 2v13H.5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1H15V2a.5.5 0 0 0-.053-.224l-.5-1a.5.5 0 0 0-.8-.13L13 1.293l-.646-.647a.5.5 0 0 0-.708 0L11 1.293l-.646-.647a.5.5 0 0 0-.708 0L9 1.293 8.354.646a.5.5 0 0 0-.708 0L7 1.293 6.354.646a.5.5 0 0 0-.708 0L5 1.293 4.354.646a.5.5 0 0 0-.708 0L3 1.293 2.354.646zm-.217 1.198l.51.51a.5.5 0 0 0 .707 0L4 1.707l.646.647a.5.5 0 0 0 .708 0L6 1.707l.646.647a.5.5 0 0 0 .708 0L8 1.707l.646.647a.5.5 0 0 0 .708 0L10 1.707l.646.647a.5.5 0 0 0 .708 0L12 1.707l.646.647a.5.5 0 0 0 .708 0l.509-.51.137.274V15H2V2.118l.137-.274z"/>');// eslint-disable-next-line var BIconReception0=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Reception0','<path d="M0 13.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconReception1=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Reception1','<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconReception2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Reception2','<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4 5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm4 0a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconReception3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Reception3','<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4 8a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconReception4=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Reception4','<path d="M0 11.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-2zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-5zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-8zm4-3a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1-.5-.5v-11z"/>');// eslint-disable-next-line var BIconRecord=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Record','<path fill-rule="evenodd" d="M8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/>');// eslint-disable-next-line var BIconRecord2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Record2','<path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/><path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/>');// eslint-disable-next-line var BIconRecord2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Record2Fill','<path d="M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"/><path d="M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10zm0-2a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/>');// eslint-disable-next-line var BIconRecordBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('RecordBtn','<path d="M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconRecordBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('RecordBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm8-1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconRecordCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('RecordCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z"/>');// eslint-disable-next-line var BIconRecordCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('RecordCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/>');// eslint-disable-next-line var BIconRecordFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('RecordFill','<path fill-rule="evenodd" d="M8 13A5 5 0 1 0 8 3a5 5 0 0 0 0 10z"/>');// eslint-disable-next-line var BIconReply=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Reply','<path d="M9.502 5.013a.144.144 0 0 0-.202.134V6.3a.5.5 0 0 1-.5.5c-.667 0-2.013.005-3.3.822-.984.624-1.99 1.76-2.595 3.876C3.925 10.515 5.09 9.982 6.11 9.7a8.741 8.741 0 0 1 1.921-.306 7.403 7.403 0 0 1 .798.008h.013l.005.001h.001L8.8 9.9l.05-.498a.5.5 0 0 1 .45.498v1.153c0 .108.11.176.202.134l3.984-2.933a.494.494 0 0 1 .042-.028.147.147 0 0 0 0-.252.494.494 0 0 1-.042-.028L9.502 5.013zM8.3 10.386a7.745 7.745 0 0 0-1.923.277c-1.326.368-2.896 1.201-3.94 3.08a.5.5 0 0 1-.933-.305c.464-3.71 1.886-5.662 3.46-6.66 1.245-.79 2.527-.942 3.336-.971v-.66a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.667z"/>');// eslint-disable-next-line var BIconReplyAll=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ReplyAll','<path d="M8.002 5.013a.144.144 0 0 0-.202.134V6.3a.5.5 0 0 1-.5.5c-.667 0-2.013.005-3.3.822-.984.624-1.99 1.76-2.595 3.876C2.425 10.515 3.59 9.982 4.61 9.7a8.741 8.741 0 0 1 1.921-.306 7.403 7.403 0 0 1 .798.008h.013l.005.001h.001L7.3 9.9l.05-.498a.5.5 0 0 1 .45.498v1.153c0 .108.11.176.202.134l3.984-2.933a.494.494 0 0 1 .042-.028.147.147 0 0 0 0-.252.494.494 0 0 1-.042-.028L8.002 5.013zM6.8 10.386a7.745 7.745 0 0 0-1.923.277c-1.326.368-2.896 1.201-3.94 3.08a.5.5 0 0 1-.933-.305c.464-3.71 1.886-5.662 3.46-6.66 1.245-.79 2.527-.942 3.336-.971v-.66a1.144 1.144 0 0 1 1.767-.96l3.994 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a1.144 1.144 0 0 1-1.767-.96v-.667z"/><path d="M10.868 4.293a.5.5 0 0 1 .7-.106l3.993 2.94a1.147 1.147 0 0 1 0 1.946l-3.994 2.94a.5.5 0 1 1-.593-.805l4.012-2.954a.508.508 0 0 1 .042-.028.147.147 0 0 0 0-.252.508.508 0 0 1-.042-.028l-4.012-2.954a.5.5 0 0 1-.106-.699z"/>');// eslint-disable-next-line var BIconReplyAllFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ReplyAllFill','<path d="M8.079 11.9l4.568-3.281a.719.719 0 0 0 0-1.238L8.079 4.1A.716.716 0 0 0 7 4.719V6c-1.5 0-6 0-7 8 2.5-4.5 7-4 7-4v1.281c0 .56.606.898 1.079.62z"/><path d="M10.868 4.293a.5.5 0 0 0 .106.7l4.012 2.953a.51.51 0 0 0 .042.028.147.147 0 0 1 0 .252.512.512 0 0 0-.042.028l-4.012 2.954a.5.5 0 1 0 .593.805l3.994-2.94a1.147 1.147 0 0 0 0-1.946l-3.994-2.94a.5.5 0 0 0-.699.106z"/>');// eslint-disable-next-line var BIconReplyFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ReplyFill','<path d="M9.079 11.9l4.568-3.281a.719.719 0 0 0 0-1.238L9.079 4.1A.716.716 0 0 0 8 4.719V6c-1.5 0-6 0-7 8 2.5-4.5 7-4 7-4v1.281c0 .56.606.898 1.079.62z"/>');// eslint-disable-next-line var BIconRss=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Rss','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M5.5 12a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-3-8.5a1 1 0 0 1 1-1c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1-1-1zm0 4a1 1 0 0 1 1-1 6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1-1-1z"/>');// eslint-disable-next-line var BIconRssFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('RssFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconScissors=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Scissors','<path d="M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61 3.5 3.5zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0zm7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0z"/>');// eslint-disable-next-line var BIconScrewdriver=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Screwdriver','<path d="M0 1l1-1 3.081 2.2a1 1 0 0 1 .419.815v.07a1 1 0 0 0 .293.708L10.5 9.5l.914-.305a1 1 0 0 1 1.023.242l3.356 3.356a1 1 0 0 1 0 1.414l-1.586 1.586a1 1 0 0 1-1.414 0l-3.356-3.356a1 1 0 0 1-.242-1.023L9.5 10.5 3.793 4.793a1 1 0 0 0-.707-.293h-.071a1 1 0 0 1-.814-.419L0 1zm11.354 9.646a.5.5 0 0 0-.708.708l3 3a.5.5 0 0 0 .708-.708l-3-3z"/>');// eslint-disable-next-line var BIconSearch=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Search','<path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z"/>');// eslint-disable-next-line var BIconSegmentedNav=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SegmentedNav','<path d="M0 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6zm6 3h4V5H6v4zm9-1V6a1 1 0 0 0-1-1h-3v4h3a1 1 0 0 0 1-1z"/>');// eslint-disable-next-line var BIconServer=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Server','<path d="M1.333 2.667C1.333 1.194 4.318 0 8 0s6.667 1.194 6.667 2.667V4c0 1.473-2.985 2.667-6.667 2.667S1.333 5.473 1.333 4V2.667z"/><path d="M1.333 6.334v3C1.333 10.805 4.318 12 8 12s6.667-1.194 6.667-2.667V6.334c-.43.32-.931.58-1.458.79C11.81 7.684 9.967 8 8 8c-1.967 0-3.81-.317-5.21-.876a6.508 6.508 0 0 1-1.457-.79z"/><path d="M14.667 11.668c-.43.319-.931.578-1.458.789-1.4.56-3.242.876-5.209.876-1.967 0-3.81-.316-5.21-.876a6.51 6.51 0 0 1-1.457-.79v1.666C1.333 14.806 4.318 16 8 16s6.667-1.194 6.667-2.667v-1.665z"/>');// eslint-disable-next-line var BIconShare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Share','<path d="M13.5 1a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5zm-8.5 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm11 5.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z"/>');// eslint-disable-next-line var BIconShareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShareFill','<path d="M11 2.5a2.5 2.5 0 1 1 .603 1.628l-6.718 3.12a2.499 2.499 0 0 1 0 1.504l6.718 3.12a2.5 2.5 0 1 1-.488.876l-6.718-3.12a2.5 2.5 0 1 1 0-3.256l6.718-3.12A2.5 2.5 0 0 1 11 2.5z"/>');// eslint-disable-next-line var BIconShield=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Shield','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>');// eslint-disable-next-line var BIconShieldCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldCheck','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconShieldExclamation=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldExclamation','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/>');// eslint-disable-next-line var BIconShieldFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldFill','<path d="M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>');// eslint-disable-next-line var BIconShieldFillCheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldFillCheck','<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647z"/>');// eslint-disable-next-line var BIconShieldFillExclamation=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldFillExclamation','<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.55 8.502L7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0zM8.002 12a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>');// eslint-disable-next-line var BIconShieldFillMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldFillMinus','<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6 7.5a.5.5 0 0 1 0-1h4a.5.5 0 0 1 0 1H6z"/>');// eslint-disable-next-line var BIconShieldFillPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldFillPlus','<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm-.5 5a.5.5 0 0 1 1 0v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5z"/>');// eslint-disable-next-line var BIconShieldFillX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldFillX','<path d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zM6.854 5.146L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconShieldLock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldLock','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M9.5 6.5a1.5 1.5 0 0 1-1 1.415l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99a1.5 1.5 0 1 1 2-1.415z"/>');// eslint-disable-next-line var BIconShieldLockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldLockFill','<path fill-rule="evenodd" d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm0 5a1.5 1.5 0 0 1 .5 2.915l.385 1.99a.5.5 0 0 1-.491.595h-.788a.5.5 0 0 1-.49-.595l.384-1.99A1.5 1.5 0 0 1 8 5z"/>');// eslint-disable-next-line var BIconShieldMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldMinus','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M5.5 7a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1H6a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconShieldPlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldPlus','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M8 4.5a.5.5 0 0 1 .5.5v1.5H10a.5.5 0 0 1 0 1H8.5V9a.5.5 0 0 1-1 0V7.5H6a.5.5 0 0 1 0-1h1.5V5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconShieldShaded=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldShaded','<path fill-rule="evenodd" d="M8 14.933a.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067v13.866zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/>');// eslint-disable-next-line var BIconShieldSlash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldSlash','<path fill-rule="evenodd" d="M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525l-.745-.745a10.27 10.27 0 0 1-1.578 1.392c-.346.244-.652.42-.893.533-.12.057-.218.095-.293.118a.55.55 0 0 1-.101.025.615.615 0 0 1-.1-.025 2.348 2.348 0 0 1-.294-.118 6.141 6.141 0 0 1-.893-.533 10.725 10.725 0 0 1-2.287-2.233C3.053 10.228 1.879 7.594 2.06 4.06l-.967-.967zM3.98 1.98l-.852-.852A58.935 58.935 0 0 1 5.072.559C6.157.266 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616l-.77-.77c1.042-1.915 1.72-4.469 1.29-7.702a.48.48 0 0 0-.33-.39c-.65-.213-1.75-.56-2.836-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524a49.7 49.7 0 0 0-1.357.39zm9.666 12.374l-13-13 .708-.708 13 13-.707.707z"/>');// eslint-disable-next-line var BIconShieldSlashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldSlashFill','<path fill-rule="evenodd" d="M1.093 3.093c-.465 4.275.885 7.46 2.513 9.589a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.32 11.32 0 0 0 1.733-1.525L1.093 3.093zm12.215 8.215L3.128 1.128A61.369 61.369 0 0 1 5.073.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.483 3.626-.332 6.491-1.551 8.616zm.338 3.046l-13-13 .708-.708 13 13-.707.707z"/>');// eslint-disable-next-line var BIconShieldX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShieldX','<path d="M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z"/><path d="M6.146 5.146a.5.5 0 0 1 .708 0L8 6.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 7l1.147 1.146a.5.5 0 0 1-.708.708L8 7.707 6.854 8.854a.5.5 0 1 1-.708-.708L7.293 7 6.146 5.854a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconShift=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Shift','<path d="M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047zM14.346 9.5L8 2.731 1.654 9.5H4.5a1 1 0 0 1 1 1v3h5v-3a1 1 0 0 1 1-1h2.846z"/>');// eslint-disable-next-line var BIconShiftFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShiftFill','<path d="M7.27 2.047a1 1 0 0 1 1.46 0l6.345 6.77c.6.638.146 1.683-.73 1.683H11.5v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3H1.654C.78 10.5.326 9.455.924 8.816L7.27 2.047z"/>');// eslint-disable-next-line var BIconShop=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Shop','<path d="M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h1v-5a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v5h6V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zM4 15h3v-5H4v5zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1v-3zm3 0h-2v3h2v-3z"/>');// eslint-disable-next-line var BIconShopWindow=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ShopWindow','<path d="M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.371 2.371 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976l2.61-3.045zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0zM1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5zm2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconShuffle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Shuffle','<path fill-rule="evenodd" d="M0 3.5A.5.5 0 0 1 .5 3H1c2.202 0 3.827 1.24 4.874 2.418.49.552.865 1.102 1.126 1.532.26-.43.636-.98 1.126-1.532C9.173 4.24 10.798 3 13 3v1c-1.798 0-3.173 1.01-4.126 2.082A9.624 9.624 0 0 0 7.556 8a9.624 9.624 0 0 0 1.317 1.918C9.828 10.99 11.204 12 13 12v1c-2.202 0-3.827-1.24-4.874-2.418A10.595 10.595 0 0 1 7 9.05c-.26.43-.636.98-1.126 1.532C4.827 11.76 3.202 13 1 13H.5a.5.5 0 0 1 0-1H1c1.798 0 3.173-1.01 4.126-2.082A9.624 9.624 0 0 0 6.444 8a9.624 9.624 0 0 0-1.317-1.918C4.172 5.01 2.796 4 1 4H.5a.5.5 0 0 1-.5-.5z"/><path d="M13 5.466V1.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192zm0 9v-3.932a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384l-2.36 1.966a.25.25 0 0 1-.41-.192z"/>');// eslint-disable-next-line var BIconSignpost=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Signpost','<path d="M7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414a1 1 0 0 0-2 0zM12.532 5l1.666 2-1.666 2H2V5h10.532z"/>');// eslint-disable-next-line var BIconSignpost2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Signpost2','<path d="M7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586a1 1 0 0 0-2 0zM13.5 3l.75 1-.75 1H2V3h11.5zm.5 5v2H2.5l-.75-1 .75-1H14z"/>');// eslint-disable-next-line var BIconSignpost2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Signpost2Fill','<path d="M7.293.707A1 1 0 0 0 7 1.414V2H2a1 1 0 0 0-1 1v2a1 1 0 0 0 1 1h5v1H2.5a1 1 0 0 0-.8.4L.725 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4H7v5h2v-5h5a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1H9V6h4.5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.3 2.4a1 1 0 0 0-.8-.4H9v-.586A1 1 0 0 0 7.293.707z"/>');// eslint-disable-next-line var BIconSignpostFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SignpostFill','<path d="M7.293.707A1 1 0 0 0 7 1.414V4H2a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h5v6h2v-6h3.532a1 1 0 0 0 .768-.36l1.933-2.32a.5.5 0 0 0 0-.64L13.3 4.36a1 1 0 0 0-.768-.36H9V1.414A1 1 0 0 0 7.293.707z"/>');// eslint-disable-next-line var BIconSignpostSplit=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SignpostSplit','<path d="M7 7V1.414a1 1 0 0 1 2 0V2h5a1 1 0 0 1 .8.4l.975 1.3a.5.5 0 0 1 0 .6L14.8 5.6a1 1 0 0 1-.8.4H9v10H7v-5H2a1 1 0 0 1-.8-.4L.225 9.3a.5.5 0 0 1 0-.6L1.2 7.4A1 1 0 0 1 2 7h5zm1 3V8H2l-.75 1L2 10h6zm0-5h6l.75-1L14 3H8v2z"/>');// eslint-disable-next-line var BIconSignpostSplitFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SignpostSplitFill','<path d="M7 16h2V6h5a1 1 0 0 0 .8-.4l.975-1.3a.5.5 0 0 0 0-.6L14.8 2.4A1 1 0 0 0 14 2H9v-.586a1 1 0 0 0-2 0V7H2a1 1 0 0 0-.8.4L.225 8.7a.5.5 0 0 0 0 .6l.975 1.3a1 1 0 0 0 .8.4h5v5z"/>');// eslint-disable-next-line var BIconSim=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Sim','<path d="M2 1.5A1.5 1.5 0 0 1 3.5 0h7.086a1.5 1.5 0 0 1 1.06.44l1.915 1.914A1.5 1.5 0 0 1 14 3.414V14.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13zM3.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V3.414a.5.5 0 0 0-.146-.353l-1.915-1.915A.5.5 0 0 0 10.586 1H3.5z"/><path d="M5.5 4a.5.5 0 0 0-.5.5V6h2.5V4h-2zm3 0v2H11V4.5a.5.5 0 0 0-.5-.5h-2zM11 7H5v2h6V7zm0 3H8.5v2h2a.5.5 0 0 0 .5-.5V10zm-3.5 2v-2H5v1.5a.5.5 0 0 0 .5.5h2zM4 4.5A1.5 1.5 0 0 1 5.5 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7z"/>');// eslint-disable-next-line var BIconSimFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SimFill','<path d="M5 4.5a.5.5 0 0 1 .5-.5h2v2H5V4.5zM8.5 6V4h2a.5.5 0 0 1 .5.5V6H8.5zM5 7h6v2H5V7zm3.5 3H11v1.5a.5.5 0 0 1-.5.5h-2v-2zm-1 0v2h-2a.5.5 0 0 1-.5-.5V10h2.5z"/><path d="M3.5 0A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5V3.414a1.5 1.5 0 0 0-.44-1.06L11.647.439A1.5 1.5 0 0 0 10.586 0H3.5zm2 3h5A1.5 1.5 0 0 1 12 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-5A1.5 1.5 0 0 1 4 11.5v-7A1.5 1.5 0 0 1 5.5 3z"/>');// eslint-disable-next-line var BIconSkipBackward=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipBackward','<path d="M.5 3.5A.5.5 0 0 1 1 4v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v2.94l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L8.5 8.752v2.94c0 .653-.713.998-1.233.696L1 8.752V12a.5.5 0 0 1-1 0V4a.5.5 0 0 1 .5-.5zm7 1.133L1.696 8 7.5 11.367V4.633zm7.5 0L9.196 8 15 11.367V4.633z"/>');// eslint-disable-next-line var BIconSkipBackwardBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipBackwardBtn','<path d="M4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconSkipBackwardBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipBackwardBtnFill','<path d="M0 10V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.79-6.907A.5.5 0 0 0 4 3.5v5a.5.5 0 0 0 .79.407L7.5 6.972V8.5a.5.5 0 0 0 .79.407L11 6.972V8.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 3.093a.5.5 0 0 0-.79.407v1.528L4.79 3.093z"/>');// eslint-disable-next-line var BIconSkipBackwardCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipBackwardCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.271 5.055a.5.5 0 0 1 .52.038L7.5 7.028V5.5a.5.5 0 0 1 .79-.407L11 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935a.5.5 0 0 1-.79-.407V8.972l-2.71 1.935A.5.5 0 0 1 4 10.5v-5a.5.5 0 0 1 .271-.445z"/>');// eslint-disable-next-line var BIconSkipBackwardCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipBackwardCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.79 5.093A.5.5 0 0 0 4 5.5v5a.5.5 0 0 0 .79.407L7.5 8.972V10.5a.5.5 0 0 0 .79.407L11 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 5.093a.5.5 0 0 0-.79.407v1.528L4.79 5.093z"/>');// eslint-disable-next-line var BIconSkipBackwardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipBackwardFill','<path d="M.5 3.5A.5.5 0 0 0 0 4v8a.5.5 0 0 0 1 0V8.753l6.267 3.636c.54.313 1.233-.066 1.233-.697v-2.94l6.267 3.636c.54.314 1.233-.065 1.233-.696V4.308c0-.63-.693-1.01-1.233-.696L8.5 7.248v-2.94c0-.63-.692-1.01-1.233-.696L1 7.248V4a.5.5 0 0 0-.5-.5z"/>');// eslint-disable-next-line var BIconSkipEnd=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipEnd','<path d="M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.713 3.31 4 3.655 4 4.308v7.384c0 .653.713.998 1.233.696L11.5 8.752V12a.5.5 0 0 0 1 0V4zM5 4.633L10.804 8 5 11.367V4.633z"/>');// eslint-disable-next-line var BIconSkipEndBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipEndBtn','<path d="M6.79 5.093L9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .79-.407z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconSkipEndBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipEndBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.79-6.907A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z"/>');// eslint-disable-next-line var BIconSkipEndCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipEndCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M6.271 5.055a.5.5 0 0 1 .52.038L9.5 7.028V5.5a.5.5 0 0 1 1 0v5a.5.5 0 0 1-1 0V8.972l-2.71 1.935A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z"/>');// eslint-disable-next-line var BIconSkipEndCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipEndCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.79 5.093A.5.5 0 0 0 6 5.5v5a.5.5 0 0 0 .79.407L9.5 8.972V10.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L6.79 5.093z"/>');// eslint-disable-next-line var BIconSkipEndFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipEndFill','<path d="M12.5 4a.5.5 0 0 0-1 0v3.248L5.233 3.612C4.693 3.3 4 3.678 4 4.308v7.384c0 .63.692 1.01 1.233.697L11.5 8.753V12a.5.5 0 0 0 1 0V4z"/>');// eslint-disable-next-line var BIconSkipForward=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipForward','<path d="M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.752l-6.267 3.636c-.52.302-1.233-.043-1.233-.696v-2.94l-6.267 3.636C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696L7.5 7.248v-2.94c0-.653.713-.998 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5zM1 4.633v6.734L6.804 8 1 4.633zm7.5 0v6.734L14.304 8 8.5 4.633z"/>');// eslint-disable-next-line var BIconSkipForwardBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipForwardBtn','<path d="M11.21 5.093A.5.5 0 0 1 12 5.5v5a.5.5 0 0 1-.79.407L8.5 8.972V10.5a.5.5 0 0 1-.79.407L5 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935a.5.5 0 0 1 .79.407v1.528l2.71-1.935z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconSkipForwardBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipForwardBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm11.21-6.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z"/>');// eslint-disable-next-line var BIconSkipForwardCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipForwardCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11.729 5.055a.5.5 0 0 0-.52.038L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.271-.445z"/>');// eslint-disable-next-line var BIconSkipForwardCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipForwardCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.79-2.907L8.5 7.028V5.5a.5.5 0 0 0-.79-.407L5 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407V8.972l2.71 1.935A.5.5 0 0 0 12 10.5v-5a.5.5 0 0 0-.79-.407z"/>');// eslint-disable-next-line var BIconSkipForwardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipForwardFill','<path d="M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.753l-6.267 3.636c-.54.313-1.233-.066-1.233-.697v-2.94l-6.267 3.636C.693 12.703 0 12.324 0 11.693V4.308c0-.63.693-1.01 1.233-.696L7.5 7.248v-2.94c0-.63.693-1.01 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconSkipStart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipStart','<path d="M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.52-.302 1.233.043 1.233.696v7.384c0 .653-.713.998-1.233.696L5 8.752V12a.5.5 0 0 1-1 0V4zm7.5.633L5.696 8l5.804 3.367V4.633z"/>');// eslint-disable-next-line var BIconSkipStartBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipStartBtn','<path d="M9.71 5.093a.5.5 0 0 1 .79.407v5a.5.5 0 0 1-.79.407L7 8.972V10.5a.5.5 0 0 1-1 0v-5a.5.5 0 0 1 1 0v1.528l2.71-1.935z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconSkipStartBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipStartBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm9.71-6.907L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z"/>');// eslint-disable-next-line var BIconSkipStartCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipStartCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M10.229 5.055a.5.5 0 0 0-.52.038L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.271-.445z"/>');// eslint-disable-next-line var BIconSkipStartCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipStartCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM9.71 5.093L7 7.028V5.5a.5.5 0 0 0-1 0v5a.5.5 0 0 0 1 0V8.972l2.71 1.935a.5.5 0 0 0 .79-.407v-5a.5.5 0 0 0-.79-.407z"/>');// eslint-disable-next-line var BIconSkipStartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SkipStartFill','<path d="M4 4a.5.5 0 0 1 1 0v3.248l6.267-3.636c.54-.313 1.232.066 1.232.696v7.384c0 .63-.692 1.01-1.232.697L5 8.753V12a.5.5 0 0 1-1 0V4z"/>');// eslint-disable-next-line var BIconSlack=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Slack','<path d="M3.362 10.11c0 .926-.756 1.681-1.681 1.681S0 11.036 0 10.111C0 9.186.756 8.43 1.68 8.43h1.682v1.68zm.846 0c0-.924.756-1.68 1.681-1.68s1.681.756 1.681 1.68v4.21c0 .924-.756 1.68-1.68 1.68a1.685 1.685 0 0 1-1.682-1.68v-4.21zM5.89 3.362c-.926 0-1.682-.756-1.682-1.681S4.964 0 5.89 0s1.68.756 1.68 1.68v1.682H5.89zm0 .846c.924 0 1.68.756 1.68 1.681S6.814 7.57 5.89 7.57H1.68C.757 7.57 0 6.814 0 5.89c0-.926.756-1.682 1.68-1.682h4.21zm6.749 1.682c0-.926.755-1.682 1.68-1.682.925 0 1.681.756 1.681 1.681s-.756 1.681-1.68 1.681h-1.681V5.89zm-.848 0c0 .924-.755 1.68-1.68 1.68A1.685 1.685 0 0 1 8.43 5.89V1.68C8.43.757 9.186 0 10.11 0c.926 0 1.681.756 1.681 1.68v4.21zm-1.681 6.748c.926 0 1.682.756 1.682 1.681S11.036 16 10.11 16s-1.681-.756-1.681-1.68v-1.682h1.68zm0-.847c-.924 0-1.68-.755-1.68-1.68 0-.925.756-1.681 1.68-1.681h4.21c.924 0 1.68.756 1.68 1.68 0 .926-.756 1.681-1.68 1.681h-4.21z"/>');// eslint-disable-next-line var BIconSlash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Slash','<path d="M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconSlashCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SlashCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M11.354 4.646a.5.5 0 0 0-.708 0l-6 6a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708z"/>');// eslint-disable-next-line var BIconSlashCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SlashCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-4.646-2.646a.5.5 0 0 0-.708-.708l-6 6a.5.5 0 0 0 .708.708l6-6z"/>');// eslint-disable-next-line var BIconSlashSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SlashSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M11.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconSlashSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SlashSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm9.354 5.354l-6 6a.5.5 0 0 1-.708-.708l6-6a.5.5 0 0 1 .708.708z"/>');// eslint-disable-next-line var BIconSliders=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Sliders','<path fill-rule="evenodd" d="M11.5 2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM9.05 3a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0V3h9.05zM4.5 7a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zM2.05 8a2.5 2.5 0 0 1 4.9 0H16v1H6.95a2.5 2.5 0 0 1-4.9 0H0V8h2.05zm9.45 4a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-2.45 1a2.5 2.5 0 0 1 4.9 0H16v1h-2.05a2.5 2.5 0 0 1-4.9 0H0v-1h9.05z"/>');// eslint-disable-next-line var BIconSmartwatch=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Smartwatch','<path d="M9 5a.5.5 0 0 0-1 0v3H6a.5.5 0 0 0 0 1h2.5a.5.5 0 0 0 .5-.5V5z"/><path d="M4 1.667v.383A2.5 2.5 0 0 0 2 4.5v7a2.5 2.5 0 0 0 2 2.45v.383C4 15.253 4.746 16 5.667 16h4.666c.92 0 1.667-.746 1.667-1.667v-.383a2.5 2.5 0 0 0 2-2.45V8h.5a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H14v-.5a2.5 2.5 0 0 0-2-2.45v-.383C12 .747 11.254 0 10.333 0H5.667C4.747 0 4 .746 4 1.667zM4.5 3h7A1.5 1.5 0 0 1 13 4.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 3 11.5v-7A1.5 1.5 0 0 1 4.5 3z"/>');// eslint-disable-next-line var BIconSortAlphaDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortAlphaDown','<path fill-rule="evenodd" d="M10.082 5.629L9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z"/><path d="M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>');// eslint-disable-next-line var BIconSortAlphaDownAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortAlphaDownAlt','<path d="M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z"/><path fill-rule="evenodd" d="M10.082 12.629L9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z"/><path d="M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>');// eslint-disable-next-line var BIconSortAlphaUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortAlphaUp','<path fill-rule="evenodd" d="M10.082 5.629L9.664 7H8.598l1.789-5.332h1.234L13.402 7h-1.12l-.419-1.371h-1.781zm1.57-.785L11 2.687h-.047l-.652 2.157h1.351z"/><path d="M12.96 14H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V14zm-8.46-.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>');// eslint-disable-next-line var BIconSortAlphaUpAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortAlphaUpAlt','<path d="M12.96 7H9.028v-.691l2.579-3.72v-.054H9.098v-.867h3.785v.691l-2.567 3.72v.054h2.645V7z"/><path fill-rule="evenodd" d="M10.082 12.629L9.664 14H8.598l1.789-5.332h1.234L13.402 14h-1.12l-.419-1.371h-1.781zm1.57-.785L11 9.688h-.047l-.652 2.156h1.351z"/><path d="M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>');// eslint-disable-next-line var BIconSortDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortDown','<path d="M3.5 2.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 11.293V2.5zm3.5 1a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>');// eslint-disable-next-line var BIconSortDownAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortDownAlt','<path d="M3.5 3.5a.5.5 0 0 0-1 0v8.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L3.5 12.293V3.5zm4 .5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z"/>');// eslint-disable-next-line var BIconSortNumericDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortNumericDown','<path d="M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z"/><path fill-rule="evenodd" d="M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>');// eslint-disable-next-line var BIconSortNumericDownAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortNumericDownAlt','<path fill-rule="evenodd" d="M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 2.5a.5.5 0 0 0-1 0v9.793l-1.146-1.147a.5.5 0 0 0-.708.708l2 1.999.007.007a.497.497 0 0 0 .7-.006l2-2a.5.5 0 0 0-.707-.708L4.5 12.293V2.5z"/>');// eslint-disable-next-line var BIconSortNumericUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortNumericUp','<path d="M12.438 1.668V7H11.39V2.684h-.051l-1.211.859v-.969l1.262-.906h1.046z"/><path fill-rule="evenodd" d="M11.36 14.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.835 1.973-1.835 1.09 0 2.063.636 2.063 2.687 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>');// eslint-disable-next-line var BIconSortNumericUpAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortNumericUpAlt','<path fill-rule="evenodd" d="M11.36 7.098c-1.137 0-1.708-.657-1.762-1.278h1.004c.058.223.343.45.773.45.824 0 1.164-.829 1.133-1.856h-.059c-.148.39-.57.742-1.261.742-.91 0-1.72-.613-1.72-1.758 0-1.148.848-1.836 1.973-1.836 1.09 0 2.063.637 2.063 2.688 0 1.867-.723 2.848-2.145 2.848zm.062-2.735c.504 0 .933-.336.933-.972 0-.633-.398-1.008-.94-1.008-.52 0-.927.375-.927 1 0 .64.418.98.934.98z"/><path d="M12.438 8.668V14H11.39V9.684h-.051l-1.211.859v-.969l1.262-.906h1.046zM4.5 13.5a.5.5 0 0 1-1 0V3.707L2.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L4.5 3.707V13.5z"/>');// eslint-disable-next-line var BIconSortUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortUp','<path d="M3.5 12.5a.5.5 0 0 1-1 0V3.707L1.354 4.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 3.707V12.5zm3.5-9a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zM7.5 6a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zm0 3a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z"/>');// eslint-disable-next-line var BIconSortUpAlt=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SortUpAlt','<path d="M3.5 13.5a.5.5 0 0 1-1 0V4.707L1.354 5.854a.5.5 0 1 1-.708-.708l2-1.999.007-.007a.498.498 0 0 1 .7.006l2 2a.5.5 0 1 1-.707.708L3.5 4.707V13.5zm4-9.5a.5.5 0 0 1 0-1h1a.5.5 0 0 1 0 1h-1zm0 3a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1h-3zm0 3a.5.5 0 0 1 0-1h5a.5.5 0 0 1 0 1h-5zM7 12.5a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 0-1h-7a.5.5 0 0 0-.5.5z"/>');// eslint-disable-next-line var BIconSoundwave=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Soundwave','<path fill-rule="evenodd" d="M8.5 2a.5.5 0 0 1 .5.5v11a.5.5 0 0 1-1 0v-11a.5.5 0 0 1 .5-.5zm-2 2a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm4 0a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zm-6 1.5A.5.5 0 0 1 5 6v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm8 0a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm-10 1A.5.5 0 0 1 3 7v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5zm12 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0V7a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconSpeaker=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Speaker','<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M8 4.75a.75.75 0 1 1 0-1.5.75.75 0 0 1 0 1.5zM8 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 3a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3zm-3.5 1.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0z"/>');// eslint-disable-next-line var BIconSpeakerFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SpeakerFill','<path d="M9 4a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-2.5 6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4zm6 4a2 2 0 1 1-4 0 2 2 0 0 1 4 0zM8 7a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z"/>');// eslint-disable-next-line var BIconSpellcheck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Spellcheck','<path d="M8.217 11.068c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401zm-5.583 1.035c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552.527 0 .864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582zm.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864zm8.897.567c-.577-.4-.9-1.088-.9-1.983v-.65c0-1.42.894-2.338 2.305-2.338 1.352 0 2.119.82 2.139 1.806h-1.187c-.04-.351-.283-.776-.918-.776-.674 0-1.045.517-1.045 1.328v.625c0 .468.121.834.343 1.067l-.737.92z"/><path d="M14.469 9.414a.75.75 0 0 1 .117 1.055l-4 5a.75.75 0 0 1-1.116.061l-2.5-2.5a.75.75 0 1 1 1.06-1.06l1.908 1.907 3.476-4.346a.75.75 0 0 1 1.055-.117z"/>');// eslint-disable-next-line var BIconSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Square','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/>');// eslint-disable-next-line var BIconSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SquareFill','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2z"/>');// eslint-disable-next-line var BIconSquareHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SquareHalf','<path d="M8 15V1h6a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H8zm6 1a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12z"/>');// eslint-disable-next-line var BIconStar=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Star','<path d="M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.523-3.356c.329-.314.158-.888-.283-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767l-3.686 1.894.694-3.957a.565.565 0 0 0-.163-.505L1.71 6.745l4.052-.576a.525.525 0 0 0 .393-.288l1.847-3.658 1.846 3.658a.525.525 0 0 0 .393.288l4.052.575-2.906 2.77a.564.564 0 0 0-.163.506l.694 3.957-3.686-1.894a.503.503 0 0 0-.461 0z"/>');// eslint-disable-next-line var BIconStarFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StarFill','<path d="M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z"/>');// eslint-disable-next-line var BIconStarHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StarHalf','<path d="M5.354 5.119L7.538.792A.516.516 0 0 1 8 .5c.183 0 .366.097.465.292l2.184 4.327 4.898.696A.537.537 0 0 1 16 6.32a.55.55 0 0 1-.17.445l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256a.519.519 0 0 1-.146.05c-.341.06-.668-.254-.6-.642l.83-4.73L.173 6.765a.55.55 0 0 1-.171-.403.59.59 0 0 1 .084-.302.513.513 0 0 1 .37-.245l4.898-.696zM8 12.027c.08 0 .16.018.232.056l3.686 1.894-.694-3.957a.564.564 0 0 1 .163-.505l2.906-2.77-4.052-.576a.525.525 0 0 1-.393-.288L8.002 2.223 8 2.226v9.8z"/>');// eslint-disable-next-line var BIconStickies=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Stickies','<path d="M1.5 0A1.5 1.5 0 0 0 0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5z"/><path d="M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zM3 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V9h-4.5A1.5 1.5 0 0 0 9 10.5V15H3.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V10.5a.5.5 0 0 1 .5-.5h4.293L10 14.793z"/>');// eslint-disable-next-line var BIconStickiesFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StickiesFill','<path d="M0 1.5V13a1 1 0 0 0 1 1V1.5a.5.5 0 0 1 .5-.5H14a1 1 0 0 0-1-1H1.5A1.5 1.5 0 0 0 0 1.5z"/><path d="M3.5 2A1.5 1.5 0 0 0 2 3.5v11A1.5 1.5 0 0 0 3.5 16h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 16 9.586V3.5A1.5 1.5 0 0 0 14.5 2h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V10.5z"/>');// eslint-disable-next-line var BIconSticky=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Sticky','<path d="M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zM2 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V8H9.5A1.5 1.5 0 0 0 8 9.5V14H2.5a.5.5 0 0 1-.5-.5v-11zm7 11.293V9.5a.5.5 0 0 1 .5-.5h4.293L9 13.793z"/>');// eslint-disable-next-line var BIconStickyFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StickyFill','<path d="M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1h-11zm6 8.5a1 1 0 0 1 1-1h4.396a.25.25 0 0 1 .177.427l-5.146 5.146a.25.25 0 0 1-.427-.177V9.5z"/>');// eslint-disable-next-line var BIconStop=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Stop','<path d="M3.5 5A1.5 1.5 0 0 1 5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5zM5 4.5a.5.5 0 0 0-.5.5v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V5a.5.5 0 0 0-.5-.5H5z"/>');// eslint-disable-next-line var BIconStopBtn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StopBtn','<path d="M6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z"/><path d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z"/>');// eslint-disable-next-line var BIconStopBtnFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StopBtnFill','<path d="M0 12V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm6.5-7A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z"/>');// eslint-disable-next-line var BIconStopCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StopCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M5 6.5A1.5 1.5 0 0 1 6.5 5h3A1.5 1.5 0 0 1 11 6.5v3A1.5 1.5 0 0 1 9.5 11h-3A1.5 1.5 0 0 1 5 9.5v-3z"/>');// eslint-disable-next-line var BIconStopCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StopCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM6.5 5A1.5 1.5 0 0 0 5 6.5v3A1.5 1.5 0 0 0 6.5 11h3A1.5 1.5 0 0 0 11 9.5v-3A1.5 1.5 0 0 0 9.5 5h-3z"/>');// eslint-disable-next-line var BIconStopFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StopFill','<path d="M5 3.5h6A1.5 1.5 0 0 1 12.5 5v6a1.5 1.5 0 0 1-1.5 1.5H5A1.5 1.5 0 0 1 3.5 11V5A1.5 1.5 0 0 1 5 3.5z"/>');// eslint-disable-next-line var BIconStoplights=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Stoplights','<path d="M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm0 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zm1.5 2.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/><path d="M4 2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v2h2c-.167.5-.8 1.6-2 2v1a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-1c-1.2-.4-1.833-1.5-2-2h2V8c-1.2-.4-1.833-1.5-2-2h2V4c-1.2-.4-1.833-1.5-2-2h2zm2-1a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H6z"/>');// eslint-disable-next-line var BIconStoplightsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StoplightsFill','<path fill-rule="evenodd" d="M6 0a2 2 0 0 0-2 2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v2H2c.167.5.8 1.6 2 2v1a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-1c1.2-.4 1.833-1.5 2-2h-2V8c1.2-.4 1.833-1.5 2-2h-2V4c1.2-.4 1.833-1.5 2-2h-2a2 2 0 0 0-2-2H6zm3.5 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zM8 13a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconStopwatch=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Stopwatch','<path d="M8.5 5.6a.5.5 0 1 0-1 0v2.9h-3a.5.5 0 0 0 0 1H8a.5.5 0 0 0 .5-.5V5.6z"/><path d="M6.5 1A.5.5 0 0 1 7 .5h2a.5.5 0 0 1 0 1v.57c1.36.196 2.594.78 3.584 1.64a.715.715 0 0 1 .012-.013l.354-.354-.354-.353a.5.5 0 0 1 .707-.708l1.414 1.415a.5.5 0 1 1-.707.707l-.353-.354-.354.354a.512.512 0 0 1-.013.012A7 7 0 1 1 7 2.071V1.5a.5.5 0 0 1-.5-.5zM8 3a6 6 0 1 0 .001 12A6 6 0 0 0 8 3z"/>');// eslint-disable-next-line var BIconStopwatchFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('StopwatchFill','<path d="M6.5 0a.5.5 0 0 0 0 1H7v1.07A7.001 7.001 0 0 0 8 16a7 7 0 0 0 5.29-11.584.531.531 0 0 0 .013-.012l.354-.354.353.354a.5.5 0 1 0 .707-.707l-1.414-1.415a.5.5 0 1 0-.707.707l.354.354-.354.354a.717.717 0 0 0-.012.012A6.973 6.973 0 0 0 9 2.071V1h.5a.5.5 0 0 0 0-1h-3zm2 5.6V9a.5.5 0 0 1-.5.5H4.5a.5.5 0 0 1 0-1h3V5.6a.5.5 0 1 1 1 0z"/>');// eslint-disable-next-line var BIconSubtract=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Subtract','<path d="M0 10V2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm4.79-6.907A.5.5 0 0 0 4 3.5v5a.5.5 0 0 0 .79.407L7.5 6.972V8.5a.5.5 0 0 0 .79.407L11 6.972V8.5a.5.5 0 0 0 1 0v-5a.5.5 0 0 0-1 0v1.528L8.29 3.093a.5.5 0 0 0-.79.407v1.528L4.79 3.093z"/>');// eslint-disable-next-line var BIconSuitClub=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitClub','<path d="M8 1a3.25 3.25 0 0 0-3.25 3.25c0 .186 0 .29.016.41.014.12.045.27.12.527l.19.665-.692-.028a3.25 3.25 0 1 0 2.357 5.334.5.5 0 0 1 .844.518l-.003.005-.006.015-.024.055a21.893 21.893 0 0 1-.438.92 22.38 22.38 0 0 1-1.266 2.197c-.013.018-.02.05.001.09.01.02.021.03.03.036A.036.036 0 0 0 5.9 15h4.2c.01 0 .016-.002.022-.006a.092.092 0 0 0 .029-.035c.02-.04.014-.073.001-.091a22.875 22.875 0 0 1-1.704-3.117l-.024-.054-.006-.015-.002-.004a.5.5 0 0 1 .838-.524c.601.7 1.516 1.168 2.496 1.168a3.25 3.25 0 1 0-.139-6.498l-.699.03.199-.671c.14-.47.14-.745.139-.927V4.25A3.25 3.25 0 0 0 8 1zm2.207 12.024c.225.405.487.848.78 1.294C11.437 15 10.975 16 10.1 16H5.9c-.876 0-1.338-1-.887-1.683.291-.442.552-.88.776-1.283a4.25 4.25 0 1 1-2.007-8.187 2.79 2.79 0 0 1-.009-.064c-.023-.187-.023-.348-.023-.52V4.25a4.25 4.25 0 0 1 8.5 0c0 .14 0 .333-.04.596a4.25 4.25 0 0 1-.46 8.476 4.186 4.186 0 0 1-1.543-.298z"/>');// eslint-disable-next-line var BIconSuitClubFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitClubFill','<path d="M11.5 12.5a3.493 3.493 0 0 1-2.684-1.254 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907 3.5 3.5 0 1 1-2.538-5.743 3.5 3.5 0 1 1 6.708 0A3.5 3.5 0 1 1 11.5 12.5z"/>');// eslint-disable-next-line var BIconSuitDiamond=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitDiamond','<path d="M8.384 1.226a.463.463 0 0 0-.768 0l-4.56 6.468a.537.537 0 0 0 0 .612l4.56 6.469a.463.463 0 0 0 .768 0l4.56-6.469a.537.537 0 0 0 0-.612l-4.56-6.468zM6.848.613a1.39 1.39 0 0 1 2.304 0l4.56 6.468a1.61 1.61 0 0 1 0 1.838l-4.56 6.468a1.39 1.39 0 0 1-2.304 0L2.288 8.92a1.61 1.61 0 0 1 0-1.838L6.848.613z"/>');// eslint-disable-next-line var BIconSuitDiamondFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitDiamondFill','<path d="M2.45 7.4L7.2 1.067a1 1 0 0 1 1.6 0L13.55 7.4a1 1 0 0 1 0 1.2L8.8 14.933a1 1 0 0 1-1.6 0L2.45 8.6a1 1 0 0 1 0-1.2z"/>');// eslint-disable-next-line var BIconSuitHeart=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitHeart','<path d="M8 6.236l-.894-1.789c-.222-.443-.607-1.08-1.152-1.595C5.418 2.345 4.776 2 4 2 2.324 2 1 3.326 1 4.92c0 1.211.554 2.066 1.868 3.37.337.334.721.695 1.146 1.093C5.122 10.423 6.5 11.717 8 13.447c1.5-1.73 2.878-3.024 3.986-4.064.425-.398.81-.76 1.146-1.093C14.446 6.986 15 6.131 15 4.92 15 3.326 13.676 2 12 2c-.777 0-1.418.345-1.954.852-.545.515-.93 1.152-1.152 1.595L8 6.236zm.392 8.292a.513.513 0 0 1-.784 0c-1.601-1.902-3.05-3.262-4.243-4.381C1.3 8.208 0 6.989 0 4.92 0 2.755 1.79 1 4 1c1.6 0 2.719 1.05 3.404 2.008.26.365.458.716.596.992a7.55 7.55 0 0 1 .596-.992C9.281 2.049 10.4 1 12 1c2.21 0 4 1.755 4 3.92 0 2.069-1.3 3.288-3.365 5.227-1.193 1.12-2.642 2.48-4.243 4.38z"/>');// eslint-disable-next-line var BIconSuitHeartFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitHeartFill','<path d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z"/>');// eslint-disable-next-line var BIconSuitSpade=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitSpade','<path d="M8 0a.5.5 0 0 1 .429.243c1.359 2.265 2.925 3.682 4.25 4.882.096.086.19.17.282.255C14.308 6.604 15.5 7.747 15.5 9.5a4 4 0 0 1-5.406 3.746c.235.39.491.782.722 1.131.434.659-.01 1.623-.856 1.623H6.04c-.845 0-1.29-.964-.856-1.623.263-.397.51-.777.728-1.134A4 4 0 0 1 .5 9.5c0-1.753 1.192-2.896 2.539-4.12l.281-.255c1.326-1.2 2.892-2.617 4.251-4.882A.5.5 0 0 1 8 0zM3.711 6.12C2.308 7.396 1.5 8.253 1.5 9.5a3 3 0 0 0 5.275 1.956.5.5 0 0 1 .868.43c-.094.438-.33.932-.611 1.428a29.247 29.247 0 0 1-1.013 1.614.03.03 0 0 0-.005.018.074.074 0 0 0 .024.054h3.924a.074.074 0 0 0 .024-.054.03.03 0 0 0-.005-.018c-.3-.455-.658-1.005-.96-1.535-.294-.514-.57-1.064-.664-1.507a.5.5 0 0 1 .868-.43A3 3 0 0 0 14.5 9.5c0-1.247-.808-2.104-2.211-3.38L12 5.86c-1.196-1.084-2.668-2.416-4-4.424-1.332 2.008-2.804 3.34-4 4.422l-.289.261z"/>');// eslint-disable-next-line var BIconSuitSpadeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('SuitSpadeFill','<path d="M7.184 11.246A3.5 3.5 0 0 1 1 9c0-1.602 1.14-2.633 2.66-4.008C4.986 3.792 6.602 2.33 8 0c1.398 2.33 3.014 3.792 4.34 4.992C13.86 6.367 15 7.398 15 9a3.5 3.5 0 0 1-6.184 2.246 19.92 19.92 0 0 0 1.582 2.907c.231.35-.02.847-.438.847H6.04c-.419 0-.67-.497-.438-.847a19.919 19.919 0 0 0 1.582-2.907z"/>');// eslint-disable-next-line var BIconSun=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Sun','<path d="M3.5 8a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0z"/><path d="M8.202.28a.25.25 0 0 0-.404 0l-.91 1.255a.25.25 0 0 1-.334.067L5.232.79a.25.25 0 0 0-.374.154l-.36 1.51a.25.25 0 0 1-.282.188l-1.532-.244a.25.25 0 0 0-.286.286l.244 1.532a.25.25 0 0 1-.189.282l-1.509.36a.25.25 0 0 0-.154.374l.812 1.322a.25.25 0 0 1-.067.333l-1.256.91a.25.25 0 0 0 0 .405l1.256.91a.25.25 0 0 1 .067.334L.79 10.768a.25.25 0 0 0 .154.374l1.51.36a.25.25 0 0 1 .188.282l-.244 1.532a.25.25 0 0 0 .286.286l1.532-.244a.25.25 0 0 1 .282.189l.36 1.508a.25.25 0 0 0 .374.155l1.322-.812a.25.25 0 0 1 .333.067l.91 1.256a.25.25 0 0 0 .405 0l.91-1.256a.25.25 0 0 1 .334-.067l1.322.812a.25.25 0 0 0 .374-.155l.36-1.508a.25.25 0 0 1 .282-.19l1.532.245a.25.25 0 0 0 .286-.286l-.244-1.532a.25.25 0 0 1 .189-.282l1.508-.36a.25.25 0 0 0 .155-.374l-.812-1.322a.25.25 0 0 1 .067-.333l1.256-.91a.25.25 0 0 0 0-.405l-1.256-.91a.25.25 0 0 1-.067-.334l.812-1.322a.25.25 0 0 0-.155-.374l-1.508-.36a.25.25 0 0 1-.19-.282l.245-1.532a.25.25 0 0 0-.286-.286l-1.532.244a.25.25 0 0 1-.282-.189l-.36-1.509a.25.25 0 0 0-.374-.154l-1.322.812a.25.25 0 0 1-.333-.067L8.203.28zM8 2.5a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11z"/>');// eslint-disable-next-line var BIconSunglasses=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Sunglasses','<path d="M3 5a2 2 0 0 0-2 2v.5H.5a.5.5 0 0 0 0 1H1V9a2 2 0 0 0 2 2h1a3 3 0 0 0 3-3 1 1 0 1 1 2 0 3 3 0 0 0 3 3h1a2 2 0 0 0 2-2v-.5h.5a.5.5 0 0 0 0-1H15V7a2 2 0 0 0-2-2h-2a2 2 0 0 0-1.888 1.338A1.99 1.99 0 0 0 8 6a1.99 1.99 0 0 0-1.112.338A2 2 0 0 0 5 5H3zm0 1h.941c.264 0 .348.356.112.474l-.457.228a2 2 0 0 0-.894.894l-.228.457C2.356 8.289 2 8.205 2 7.94V7a1 1 0 0 1 1-1z"/>');// eslint-disable-next-line var BIconTable=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Table','<path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z"/>');// eslint-disable-next-line var BIconTablet=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Tablet','<path d="M12 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8zM4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H4z"/><path d="M8 14a1 1 0 1 0 0-2 1 1 0 0 0 0 2z"/>');// eslint-disable-next-line var BIconTabletFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TabletFill','<path d="M2 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2zm7 11a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>');// eslint-disable-next-line var BIconTabletLandscape=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TabletLandscape','<path d="M1 4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4zm-1 8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2a2 2 0 0 0-2 2v8z"/><path d="M14 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0z"/>');// eslint-disable-next-line var BIconTabletLandscapeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TabletLandscapeFill','<path d="M2 14a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2zm11-7a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>');// eslint-disable-next-line var BIconTag=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Tag','<path d="M6 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1 0a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z"/><path d="M2 1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 1 6.586V2a1 1 0 0 1 1-1zm0 5.586l7 7L13.586 9l-7-7H2v4.586z"/>');// eslint-disable-next-line var BIconTagFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TagFill','<path d="M2 1a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l4.586-4.586a1 1 0 0 0 0-1.414l-7-7A1 1 0 0 0 6.586 1H2zm4 3.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconTags=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Tags','<path d="M3 2v4.586l7 7L14.586 9l-7-7H3zM2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2z"/><path d="M5.5 5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1zm0 1a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3zM1 7.086a1 1 0 0 0 .293.707L8.75 15.25l-.043.043a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 0 7.586V3a1 1 0 0 1 1-1v5.086z"/>');// eslint-disable-next-line var BIconTagsFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TagsFill','<path d="M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z"/><path d="M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.043-.043-7.457-7.457z"/>');// eslint-disable-next-line var BIconTelephone=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Telephone','<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>');// eslint-disable-next-line var BIconTelephoneFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>');// eslint-disable-next-line var BIconTelephoneForward=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneForward','<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.762.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconTelephoneForwardFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneForwardFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm10.761.135a.5.5 0 0 1 .708 0l2.5 2.5a.5.5 0 0 1 0 .708l-2.5 2.5a.5.5 0 0 1-.708-.708L14.293 4H9.5a.5.5 0 0 1 0-1h4.793l-1.647-1.646a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconTelephoneInbound=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneInbound','<path d="M15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0zm-12.2 1.182a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>');// eslint-disable-next-line var BIconTelephoneInboundFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneInboundFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM15.854.146a.5.5 0 0 1 0 .708L11.707 5H14.5a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 1 0v2.793L15.146.146a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconTelephoneMinus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneMinus','<path fill-rule="evenodd" d="M10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/><path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>');// eslint-disable-next-line var BIconTelephoneMinusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneMinusFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM10 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTelephoneOutbound=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneOutbound','<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTelephoneOutboundFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneOutboundFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM11 .5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0V1.707l-4.146 4.147a.5.5 0 0 1-.708-.708L14.293 1H11.5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTelephonePlus=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephonePlus','<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/><path fill-rule="evenodd" d="M12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconTelephonePlusFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephonePlusFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zM12.5 1a.5.5 0 0 1 .5.5V3h1.5a.5.5 0 0 1 0 1H13v1.5a.5.5 0 0 1-1 0V4h-1.5a.5.5 0 0 1 0-1H12V1.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconTelephoneX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneX','<path d="M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/><path fill-rule="evenodd" d="M11.146 1.646a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconTelephoneXFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TelephoneXFill','<path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511zm9.261 1.135a.5.5 0 0 1 .708 0L13 2.793l1.146-1.147a.5.5 0 0 1 .708.708L13.707 3.5l1.147 1.146a.5.5 0 0 1-.708.708L13 4.207l-1.146 1.147a.5.5 0 0 1-.708-.708L12.293 3.5l-1.147-1.146a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconTerminal=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Terminal','<path d="M6 9a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3A.5.5 0 0 1 6 9zM3.854 4.146a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm12 1a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h12z"/>');// eslint-disable-next-line var BIconTerminalFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TerminalFill','<path d="M0 3a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3zm9.5 5.5h-3a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1zm-6.354-.354a.5.5 0 1 0 .708.708l2-2a.5.5 0 0 0 0-.708l-2-2a.5.5 0 1 0-.708.708L4.793 6.5 3.146 8.146z"/>');// eslint-disable-next-line var BIconTextCenter=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextCenter','<path fill-rule="evenodd" d="M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTextIndentLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextIndentLeft','<path d="M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708zM7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTextIndentRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextIndentRight','<path d="M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708l2-2zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5zm0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTextLeft=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextLeft','<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTextParagraph=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextParagraph','<path fill-rule="evenodd" d="M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTextRight=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextRight','<path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconTextarea=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Textarea','<path d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>');// eslint-disable-next-line var BIconTextareaResize=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextareaResize','<path d="M.5 4A2.5 2.5 0 0 1 3 1.5h12A2.5 2.5 0 0 1 17.5 4v8a2.5 2.5 0 0 1-2.5 2.5H3A2.5 2.5 0 0 1 .5 12V4zM3 2.5A1.5 1.5 0 0 0 1.5 4v8A1.5 1.5 0 0 0 3 13.5h12a1.5 1.5 0 0 0 1.5-1.5V4A1.5 1.5 0 0 0 15 2.5H3zm11.854 5.646a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708l3-3a.5.5 0 0 1 .708 0zm0 2.5a.5.5 0 0 1 0 .708l-.5.5a.5.5 0 0 1-.708-.708l.5-.5a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconTextareaT=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TextareaT','<path d="M1.5 2.5A1.5 1.5 0 0 1 3 1h10a1.5 1.5 0 0 1 1.5 1.5v3.563a2 2 0 0 1 0 3.874V13.5A1.5 1.5 0 0 1 13 15H3a1.5 1.5 0 0 1-1.5-1.5V9.937a2 2 0 0 1 0-3.874V2.5zm1 3.563a2 2 0 0 1 0 3.874V13.5a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V9.937a2 2 0 0 1 0-3.874V2.5A.5.5 0 0 0 13 2H3a.5.5 0 0 0-.5.5v3.563zM2 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm12 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/><path d="M11.434 4H4.566L4.5 5.994h.386c.21-1.252.612-1.446 2.173-1.495l.343-.011v6.343c0 .537-.116.665-1.049.748V12h3.294v-.421c-.938-.083-1.054-.21-1.054-.748V4.488l.348.01c1.56.05 1.963.244 2.173 1.496h.386L11.434 4z"/>');// eslint-disable-next-line var BIconThermometer=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Thermometer','<path d="M6 2a2 2 0 1 1 4 0v7.627a3.5 3.5 0 1 1-4 0V2zm2-1a1 1 0 0 0-1 1v7.901a.5.5 0 0 1-.25.433A2.499 2.499 0 0 0 8 15a2.5 2.5 0 0 0 1.25-4.666.5.5 0 0 1-.25-.433V2a1 1 0 0 0-1-1z"/><path d="M9.5 12.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconThermometerHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ThermometerHalf','<path d="M8 1.75a.25.25 0 0 1 .25.25v9.02a1.5 1.5 0 1 1-.5 0V2A.25.25 0 0 1 8 1.75z"/><path d="M6 2a2 2 0 1 1 4 0v7.627a3.5 3.5 0 1 1-4 0V2zm2-1a1 1 0 0 0-1 1v7.901a.5.5 0 0 1-.25.433A2.499 2.499 0 0 0 8 15a2.5 2.5 0 0 0 1.25-4.666.5.5 0 0 1-.25-.433V2a1 1 0 0 0-1-1z"/>');// eslint-disable-next-line var BIconThreeDots=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ThreeDots','<path d="M3 9.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm5 0a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconThreeDotsVertical=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ThreeDotsVertical','<path d="M9.5 13a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm0-5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z"/>');// eslint-disable-next-line var BIconToggle2Off=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Toggle2Off','<path d="M9 11c.628-.836 1-1.874 1-3a4.978 4.978 0 0 0-1-3h4a3 3 0 1 1 0 6H9z"/><path d="M5 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0 1A5 5 0 1 0 5 3a5 5 0 0 0 0 10z"/>');// eslint-disable-next-line var BIconToggle2On=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Toggle2On','<path d="M7 5H3a3 3 0 0 0 0 6h4a4.995 4.995 0 0 1-.584-1H3a2 2 0 1 1 0-4h3.416c.156-.357.352-.692.584-1z"/><path d="M16 8A5 5 0 1 1 6 8a5 5 0 0 1 10 0z"/>');// eslint-disable-next-line var BIconToggleOff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ToggleOff','<path d="M11 4a4 4 0 0 1 0 8H8a4.992 4.992 0 0 0 2-4 4.992 4.992 0 0 0-2-4h3zm-6 8a4 4 0 1 1 0-8 4 4 0 0 1 0 8zM0 8a5 5 0 0 0 5 5h6a5 5 0 0 0 0-10H5a5 5 0 0 0-5 5z"/>');// eslint-disable-next-line var BIconToggleOn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ToggleOn','<path d="M5 3a5 5 0 0 0 0 10h6a5 5 0 0 0 0-10H5zm6 9a4 4 0 1 1 0-8 4 4 0 0 1 0 8z"/>');// eslint-disable-next-line var BIconToggles=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Toggles','<path d="M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7h-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zm-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5zm2.45 0A3.49 3.49 0 0 1 8 3.5 3.49 3.49 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5H6.95zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7z"/>');// eslint-disable-next-line var BIconToggles2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Toggles2','<path d="M9.465 10H12a2 2 0 1 1 0 4H9.465c.34-.588.535-1.271.535-2 0-.729-.195-1.412-.535-2z"/><path d="M6 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 1a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm.535-10a3.975 3.975 0 0 1-.409-1H4a1 1 0 0 1 0-2h2.126c.091-.355.23-.69.41-1H4a2 2 0 1 0 0 4h2.535z"/><path d="M14 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0z"/>');// eslint-disable-next-line var BIconTools=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Tools','<path d="M1 0L0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.356 3.356a1 1 0 0 0 1.414 0l1.586-1.586a1 1 0 0 0 0-1.414l-3.356-3.356a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3c0-.269-.035-.53-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814L1 0zm9.646 10.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708zM3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026L3 11z"/>');// eslint-disable-next-line var BIconTrash=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Trash','<path d="M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z"/><path fill-rule="evenodd" d="M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4L4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z"/>');// eslint-disable-next-line var BIconTrash2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Trash2','<path d="M14 3a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2zM3.215 4.207l1.493 8.957a1 1 0 0 0 .986.836h4.612a1 1 0 0 0 .986-.836l1.493-8.957C11.69 4.689 9.954 5 8 5c-1.954 0-3.69-.311-4.785-.793z"/>');// eslint-disable-next-line var BIconTrash2Fill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Trash2Fill','<path d="M2.037 3.225A.703.703 0 0 1 2 3c0-1.105 2.686-2 6-2s6 .895 6 2a.702.702 0 0 1-.037.225l-1.684 10.104A2 2 0 0 1 10.305 15H5.694a2 2 0 0 1-1.973-1.671L2.037 3.225zm9.89-.69C10.966 2.214 9.578 2 8 2c-1.58 0-2.968.215-3.926.534-.477.16-.795.327-.975.466.18.14.498.307.975.466C5.032 3.786 6.42 4 8 4s2.967-.215 3.926-.534c.477-.16.795-.327.975-.466-.18-.14-.498-.307-.975-.466z"/>');// eslint-disable-next-line var BIconTrashFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TrashFill','<path d="M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1H2.5zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5zM8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5zm3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 0z"/>');// eslint-disable-next-line var BIconTree=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Tree','<path d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5zM6.437 4.758A.5.5 0 0 0 6 4.5h-.066L8 1.401 10.066 4.5H10a.5.5 0 0 0-.424.765L11.598 8.5H11.5a.5.5 0 0 0-.447.724L12.69 12.5H3.309l1.638-3.276A.5.5 0 0 0 4.5 8.5h-.098l2.022-3.235a.5.5 0 0 0 .013-.507z"/>');// eslint-disable-next-line var BIconTreeFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TreeFill','<path d="M8.416.223a.5.5 0 0 0-.832 0l-3 4.5A.5.5 0 0 0 5 5.5h.098L3.076 8.735A.5.5 0 0 0 3.5 9.5h.191l-1.638 3.276a.5.5 0 0 0 .447.724H7V16h2v-2.5h4.5a.5.5 0 0 0 .447-.724L12.31 9.5h.191a.5.5 0 0 0 .424-.765L10.902 5.5H11a.5.5 0 0 0 .416-.777l-3-4.5z"/>');// eslint-disable-next-line var BIconTriangle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Triangle','<path d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"/>');// eslint-disable-next-line var BIconTriangleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TriangleFill','<path fill-rule="evenodd" d="M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z"/>');// eslint-disable-next-line var BIconTriangleHalf=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TriangleHalf','<path d="M8.065 2.016A.13.13 0 0 0 8.002 2v11.983l6.856.017a.12.12 0 0 0 .066-.017.162.162 0 0 0 .055-.06.177.177 0 0 0-.003-.183L8.12 2.073a.146.146 0 0 0-.054-.057zm-1.043-.45a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767L7.022 1.566z"/>');// eslint-disable-next-line var BIconTrophy=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Trophy','<path d="M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935zM3.504 1c.007.517.026 1.006.056 1.469.13 2.028.457 3.546.87 4.667C5.294 9.48 6.484 10 7 10a.5.5 0 0 1 .5.5v2.61a1 1 0 0 1-.757.97l-1.426.356a.5.5 0 0 0-.179.085L4.5 15h7l-.638-.479a.501.501 0 0 0-.18-.085l-1.425-.356a1 1 0 0 1-.757-.97V10.5A.5.5 0 0 1 9 10c.516 0 1.706-.52 2.57-2.864.413-1.12.74-2.64.87-4.667.03-.463.049-.952.056-1.469H3.504z"/>');// eslint-disable-next-line var BIconTrophyFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TrophyFill','<path d="M2.5.5A.5.5 0 0 1 3 0h10a.5.5 0 0 1 .5.5c0 .538-.012 1.05-.034 1.536a3 3 0 1 1-1.133 5.89c-.79 1.865-1.878 2.777-2.833 3.011v2.173l1.425.356c.194.048.377.135.537.255L13.3 15.1a.5.5 0 0 1-.3.9H3a.5.5 0 0 1-.3-.9l1.838-1.379c.16-.12.343-.207.537-.255L6.5 13.11v-2.173c-.955-.234-2.043-1.146-2.833-3.012a3 3 0 1 1-1.132-5.89A33.076 33.076 0 0 1 2.5.5zm.099 2.54a2 2 0 0 0 .72 3.935c-.333-1.05-.588-2.346-.72-3.935zm10.083 3.935a2 2 0 0 0 .72-3.935c-.133 1.59-.388 2.885-.72 3.935z"/>');// eslint-disable-next-line var BIconTruck=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Truck','<path d="M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"/>');// eslint-disable-next-line var BIconTruckFlatbed=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TruckFlatbed','<path d="M11.5 4a.5.5 0 0 1 .5.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-4 0 1 1 0 0 1-1-1v-1h11V4.5a.5.5 0 0 1 .5-.5zM3 11a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm1.732 0h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4a2 2 0 0 1 1.732 1z"/>');// eslint-disable-next-line var BIconTv=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Tv','<path d="M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM13.991 3l.024.001a1.46 1.46 0 0 1 .538.143.757.757 0 0 1 .302.254c.067.1.145.277.145.602v5.991l-.001.024a1.464 1.464 0 0 1-.143.538.758.758 0 0 1-.254.302c-.1.067-.277.145-.602.145H2.009l-.024-.001a1.464 1.464 0 0 1-.538-.143.758.758 0 0 1-.302-.254C1.078 10.502 1 10.325 1 10V4.009l.001-.024a1.46 1.46 0 0 1 .143-.538.758.758 0 0 1 .254-.302C1.498 3.078 1.675 3 2 3h11.991zM14 2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h12c2 0 2-2 2-2V4c0-2-2-2-2-2z"/>');// eslint-disable-next-line var BIconTvFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TvFill','<path d="M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM2 2h12s2 0 2 2v6s0 2-2 2H2s-2 0-2-2V4s0-2 2-2z"/>');// eslint-disable-next-line var BIconTwitch=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Twitch','<path d="M3.857 0L1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429l-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z"/><path d="M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z"/>');// eslint-disable-next-line var BIconTwitter=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Twitter','<path d="M5.026 15c6.038 0 9.341-5.003 9.341-9.334 0-.14 0-.282-.006-.422A6.685 6.685 0 0 0 16 3.542a6.658 6.658 0 0 1-1.889.518 3.301 3.301 0 0 0 1.447-1.817 6.533 6.533 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.325 9.325 0 0 1-6.767-3.429 3.289 3.289 0 0 0 1.018 4.382A3.323 3.323 0 0 1 .64 6.575v.045a3.288 3.288 0 0 0 2.632 3.218 3.203 3.203 0 0 1-.865.115 3.23 3.23 0 0 1-.614-.057 3.283 3.283 0 0 0 3.067 2.277A6.588 6.588 0 0 1 .78 13.58a6.32 6.32 0 0 1-.78-.045A9.344 9.344 0 0 0 5.026 15z"/>');// eslint-disable-next-line var BIconType=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Type','<path d="M2.244 13.081l.943-2.803H6.66l.944 2.803H8.86L5.54 3.75H4.322L1 13.081h1.244zm2.7-7.923L6.34 9.314H3.51l1.4-4.156h.034zm9.146 7.027h.035v.896h1.128V8.125c0-1.51-1.114-2.345-2.646-2.345-1.736 0-2.59.916-2.666 2.174h1.108c.068-.718.595-1.19 1.517-1.19.971 0 1.518.52 1.518 1.464v.731H12.19c-1.647.007-2.522.8-2.522 2.058 0 1.319.957 2.18 2.345 2.18 1.06 0 1.716-.43 2.078-1.011zm-1.763.035c-.752 0-1.456-.397-1.456-1.244 0-.65.424-1.115 1.408-1.115h1.805v.834c0 .896-.752 1.525-1.757 1.525z"/>');// eslint-disable-next-line var BIconTypeBold=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeBold','<path d="M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13H8.21zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z"/>');// eslint-disable-next-line var BIconTypeH1=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeH1','<path d="M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13h1.259zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13h1.244z"/>');// eslint-disable-next-line var BIconTypeH2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeH2','<path d="M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049h1.223z"/>');// eslint-disable-next-line var BIconTypeH3=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeH3','<path d="M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13h1.259zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964v1.074z"/>');// eslint-disable-next-line var BIconTypeItalic=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeItalic','<path d="M7.991 11.674L9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z"/>');// eslint-disable-next-line var BIconTypeStrikethrough=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeStrikethrough','<path d="M6.333 5.686c0 .31.083.581.27.814H5.166a2.776 2.776 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967z"/>');// eslint-disable-next-line var BIconTypeUnderline=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('TypeUnderline','<path d="M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136zM12.5 15h-9v-1h9v1z"/>');// eslint-disable-next-line var BIconUiChecks=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('UiChecks','<path d="M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM2 1a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm0 8a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H2zm.854-3.646a.5.5 0 0 1-.708 0l-1-1a.5.5 0 1 1 .708-.708l.646.647 1.646-1.647a.5.5 0 1 1 .708.708l-2 2zm0 8a.5.5 0 0 1-.708 0l-1-1a.5.5 0 0 1 .708-.708l.646.647 1.646-1.647a.5.5 0 0 1 .708.708l-2 2zM7 10.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z"/>');// eslint-disable-next-line var BIconUiChecksGrid=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('UiChecksGrid','<path d="M2 10h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3a1 1 0 0 1 1-1zm9-9h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zm0 9a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1h-3zm0-10a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2h-3zM2 9a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h3a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H2zm7 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-3a2 2 0 0 1-2-2v-3zM0 2a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm5.354.854a.5.5 0 1 0-.708-.708L3 3.793l-.646-.647a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0l2-2z"/>');// eslint-disable-next-line var BIconUiRadios=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('UiRadios','<path d="M7 2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zM0 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm7-1.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1zm0-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 8a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zM3 1a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 4.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"/>');// eslint-disable-next-line var BIconUiRadiosGrid=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('UiRadiosGrid','<path d="M3.5 15a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm9-9a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 9a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5zM16 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm-9 9a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0zm5.5 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7zm-9-11a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm0 2a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>');// eslint-disable-next-line var BIconUnion=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Union','<path d="M3 6a.5.5 0 0 0-.496.438l-.5 4A.5.5 0 0 0 2.5 11h3v2.016c-.863.055-1.5.251-1.5.484 0 .276.895.5 2 .5s2-.224 2-.5c0-.233-.637-.429-1.5-.484V11h3a.5.5 0 0 0 .496-.562l-.5-4A.5.5 0 0 0 9 6H3zm2 3.78V7.22c0-.096.106-.156.19-.106l2.13 1.279a.125.125 0 0 1 0 .214l-2.13 1.28A.125.125 0 0 1 5 9.778z"/><path d="M12 14V4.5L7.5 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zM7.5 3A1.5 1.5 0 0 0 9 4.5h2V14a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h5.5v2z"/>');// eslint-disable-next-line var BIconUnlock=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Unlock','<path d="M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2zM3 8a1 1 0 0 0-1 1v5a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H3z"/>');// eslint-disable-next-line var BIconUnlockFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('UnlockFill','<path d="M11 1a2 2 0 0 0-2 2v4a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h5V3a3 3 0 0 1 6 0v4a.5.5 0 0 1-1 0V3a2 2 0 0 0-2-2z"/>');// eslint-disable-next-line var BIconUpc=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Upc','<path d="M3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z"/>');// eslint-disable-next-line var BIconUpcScan=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('UpcScan','<path d="M1.5 1a.5.5 0 0 0-.5.5v3a.5.5 0 0 1-1 0v-3A1.5 1.5 0 0 1 1.5 0h3a.5.5 0 0 1 0 1h-3zM11 .5a.5.5 0 0 1 .5-.5h3A1.5 1.5 0 0 1 16 1.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 1-.5-.5zM.5 11a.5.5 0 0 1 .5.5v3a.5.5 0 0 0 .5.5h3a.5.5 0 0 1 0 1h-3A1.5 1.5 0 0 1 0 14.5v-3a.5.5 0 0 1 .5-.5zm15 0a.5.5 0 0 1 .5.5v3a1.5 1.5 0 0 1-1.5 1.5h-3a.5.5 0 0 1 0-1h3a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 1 .5-.5zM3 4.5a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7zm2 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-7zm3 0a.5.5 0 0 1 1 0v7a.5.5 0 0 1-1 0v-7z"/>');// eslint-disable-next-line var BIconUpload=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Upload','<path d="M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z"/><path d="M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708l3-3z"/>');// eslint-disable-next-line var BIconVectorPen=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VectorPen','<path fill-rule="evenodd" d="M10.646.646a.5.5 0 0 1 .708 0l4 4a.5.5 0 0 1 0 .708l-1.902 1.902-.829 3.313a1.5 1.5 0 0 1-1.024 1.073L1.254 14.746 4.358 4.4A1.5 1.5 0 0 1 5.43 3.377l3.313-.828L10.646.646zm-1.8 2.908l-3.173.793a.5.5 0 0 0-.358.342l-2.57 8.565 8.567-2.57a.5.5 0 0 0 .34-.357l.794-3.174-3.6-3.6z"/><path fill-rule="evenodd" d="M2.832 13.228L8 9a1 1 0 1 0-1-1l-4.228 5.168-.026.086.086-.026z"/>');// eslint-disable-next-line var BIconViewList=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ViewList','<path d="M3 4.5h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3zM1 2a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 2zm0 12a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 14z"/>');// eslint-disable-next-line var BIconViewStacked=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ViewStacked','<path d="M3 0h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3zm0 8h10a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1H3z"/>');// eslint-disable-next-line var BIconVinyl=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Vinyl','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zM4 8a4 4 0 1 1 8 0 4 4 0 0 1-8 0z"/><path d="M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"/>');// eslint-disable-next-line var BIconVinylFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VinylFill','<path d="M8 6a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm0 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4 8a4 4 0 1 0 8 0 4 4 0 0 0-8 0z"/>');// eslint-disable-next-line var BIconVoicemail=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Voicemail','<path d="M7 8.5A3.49 3.49 0 0 1 5.95 11h4.1a3.5 3.5 0 1 1 2.45 1h-9A3.5 3.5 0 1 1 7 8.5zm-6 0a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0zm14 0a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0z"/>');// eslint-disable-next-line var BIconVolumeDown=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeDown','<path d="M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zM6.312 6.39L8 5.04v5.92L6.312 9.61A.5.5 0 0 0 6 9.5H4v-3h2a.5.5 0 0 0 .312-.11zM12.025 8a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z"/>');// eslint-disable-next-line var BIconVolumeDownFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeDownFill','<path d="M9 4a.5.5 0 0 0-.812-.39L5.825 5.5H3.5A.5.5 0 0 0 3 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 9 12V4zm3.025 4a4.486 4.486 0 0 1-1.318 3.182L10 10.475A3.489 3.489 0 0 0 11.025 8 3.49 3.49 0 0 0 10 5.525l.707-.707A4.486 4.486 0 0 1 12.025 8z"/>');// eslint-disable-next-line var BIconVolumeMute=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeMute','<path d="M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM6 5.04L4.312 6.39A.5.5 0 0 1 4 6.5H2v3h2a.5.5 0 0 1 .312.11L6 10.96V5.04zm7.854.606a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconVolumeMuteFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeMuteFill','<path d="M6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zm7.137 2.096a.5.5 0 0 1 0 .708L12.207 8l1.647 1.646a.5.5 0 0 1-.708.708L11.5 8.707l-1.646 1.647a.5.5 0 0 1-.708-.708L10.793 8 9.146 6.354a.5.5 0 1 1 .708-.708L11.5 7.293l1.646-1.647a.5.5 0 0 1 .708 0z"/>');// eslint-disable-next-line var BIconVolumeOff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeOff','<path d="M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06zM10 5.04L8.312 6.39A.5.5 0 0 1 8 6.5H6v3h2a.5.5 0 0 1 .312.11L10 10.96V5.04z"/>');// eslint-disable-next-line var BIconVolumeOffFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeOffFill','<path d="M10.717 3.55A.5.5 0 0 1 11 4v8a.5.5 0 0 1-.812.39L7.825 10.5H5.5A.5.5 0 0 1 5 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z"/>');// eslint-disable-next-line var BIconVolumeUp=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeUp','<path d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z"/><path d="M10.025 8a4.486 4.486 0 0 1-1.318 3.182L8 10.475A3.489 3.489 0 0 0 9.025 8c0-.966-.392-1.841-1.025-2.475l.707-.707A4.486 4.486 0 0 1 10.025 8zM7 4a.5.5 0 0 0-.812-.39L3.825 5.5H1.5A.5.5 0 0 0 1 6v4a.5.5 0 0 0 .5.5h2.325l2.363 1.89A.5.5 0 0 0 7 12V4zM4.312 6.39L6 5.04v5.92L4.312 9.61A.5.5 0 0 0 4 9.5H2v-3h2a.5.5 0 0 0 .312-.11z"/>');// eslint-disable-next-line var BIconVolumeUpFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('VolumeUpFill','<path d="M11.536 14.01A8.473 8.473 0 0 0 14.026 8a8.473 8.473 0 0 0-2.49-6.01l-.708.707A7.476 7.476 0 0 1 13.025 8c0 2.071-.84 3.946-2.197 5.303l.708.707z"/><path d="M10.121 12.596A6.48 6.48 0 0 0 12.025 8a6.48 6.48 0 0 0-1.904-4.596l-.707.707A5.483 5.483 0 0 1 11.025 8a5.483 5.483 0 0 1-1.61 3.89l.706.706z"/><path d="M8.707 11.182A4.486 4.486 0 0 0 10.025 8a4.486 4.486 0 0 0-1.318-3.182L8 5.525A3.489 3.489 0 0 1 9.025 8 3.49 3.49 0 0 1 8 10.475l.707.707zM6.717 3.55A.5.5 0 0 1 7 4v8a.5.5 0 0 1-.812.39L3.825 10.5H1.5A.5.5 0 0 1 1 10V6a.5.5 0 0 1 .5-.5h2.325l2.363-1.89a.5.5 0 0 1 .529-.06z"/>');// eslint-disable-next-line var BIconVr=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Vr','<path d="M3 12V4a1 1 0 0 1 1-1h2.5V2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5v-1H4a1 1 0 0 1-1-1zm6.5 1v1H12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H9.5v1H12a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H9.5zM8 16a.5.5 0 0 1-.5-.5V.5a.5.5 0 0 1 1 0v15a.5.5 0 0 1-.5.5z"/>');// eslint-disable-next-line var BIconWallet=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Wallet','<path d="M0 3a2 2 0 0 1 2-2h13.5a.5.5 0 0 1 0 1H15v2a1 1 0 0 1 1 1v8.5a1.5 1.5 0 0 1-1.5 1.5h-12A2.5 2.5 0 0 1 0 12.5V3zm1 1.732V12.5A1.5 1.5 0 0 0 2.5 14h12a.5.5 0 0 0 .5-.5V5H2a1.99 1.99 0 0 1-1-.268zM1 3a1 1 0 0 0 1 1h12V2H2a1 1 0 0 0-1 1z"/>');// eslint-disable-next-line var BIconWallet2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Wallet2','<path d="M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499L12.136.326zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484L5.562 3zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5h-13z"/>');// eslint-disable-next-line var BIconWalletFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('WalletFill','<path d="M1.5 2A1.5 1.5 0 0 0 0 3.5v2h6a.5.5 0 0 1 .5.5c0 .253.08.644.306.958.207.288.557.542 1.194.542.637 0 .987-.254 1.194-.542.226-.314.306-.705.306-.958a.5.5 0 0 1 .5-.5h6v-2A1.5 1.5 0 0 0 14.5 2h-13z"/><path d="M16 6.5h-5.551a2.678 2.678 0 0 1-.443 1.042C9.613 8.088 8.963 8.5 8 8.5c-.963 0-1.613-.412-2.006-.958A2.679 2.679 0 0 1 5.551 6.5H0v6A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-6z"/>');// eslint-disable-next-line var BIconWatch=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Watch','<path d="M8.5 5a.5.5 0 0 0-1 0v2.5H6a.5.5 0 0 0 0 1h2a.5.5 0 0 0 .5-.5V5z"/><path d="M5.667 16C4.747 16 4 15.254 4 14.333v-1.86A5.985 5.985 0 0 1 2 8c0-1.777.772-3.374 2-4.472V1.667C4 .747 4.746 0 5.667 0h4.666C11.253 0 12 .746 12 1.667v1.86a5.99 5.99 0 0 1 1.918 3.48.502.502 0 0 1 .582.493v1a.5.5 0 0 1-.582.493A5.99 5.99 0 0 1 12 12.473v1.86c0 .92-.746 1.667-1.667 1.667H5.667zM13 8A5 5 0 1 0 3 8a5 5 0 0 0 10 0z"/>');// eslint-disable-next-line var BIconWifi=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Wifi','<path d="M15.385 6.115a.485.485 0 0 0-.048-.736A12.443 12.443 0 0 0 8 3 12.44 12.44 0 0 0 .663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c2.507 0 4.827.802 6.717 2.164.204.148.489.13.668-.049z"/><path d="M13.229 8.271c.216-.216.194-.578-.063-.745A9.456 9.456 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.472 6.472 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z"/>');// eslint-disable-next-line var BIconWifi1=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Wifi1','<path d="M11.046 10.454c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.407.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .707 0l.708-.707z"/>');// eslint-disable-next-line var BIconWifi2=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Wifi2','<path d="M13.229 8.271c.216-.216.194-.578-.063-.745A9.456 9.456 0 0 0 8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065A8.46 8.46 0 0 1 8 7a8.46 8.46 0 0 1 4.577 1.336c.205.132.48.108.652-.065zm-2.183 2.183c.226-.226.185-.605-.1-.75A6.473 6.473 0 0 0 8 9c-1.06 0-2.062.254-2.946.704-.285.145-.326.524-.1.75l.015.015c.16.16.408.19.611.09A5.478 5.478 0 0 1 8 10c.868 0 1.69.201 2.42.56.203.1.45.07.611-.091l.015-.015zM9.06 12.44c.196-.196.198-.52-.04-.66A1.99 1.99 0 0 0 8 11.5a1.99 1.99 0 0 0-1.02.28c-.238.14-.236.464-.04.66l.706.706a.5.5 0 0 0 .708 0l.707-.707z"/>');// eslint-disable-next-line var BIconWifiOff=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('WifiOff','<path d="M10.706 3.294A12.546 12.546 0 0 0 8 3 12.44 12.44 0 0 0 .663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c.63 0 1.249.05 1.852.148l.854-.854zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065 8.448 8.448 0 0 1 3.51-1.27L8 6zm2.596 1.404l.785-.785c.63.24 1.228.545 1.785.907a.482.482 0 0 1 .063.745.525.525 0 0 1-.652.065 8.462 8.462 0 0 0-1.98-.932zM8 10l.934-.933a6.454 6.454 0 0 1 2.012.637c.285.145.326.524.1.75l-.015.015a.532.532 0 0 1-.611.09A5.478 5.478 0 0 0 8 10zm4.905-4.905l.747-.747c.59.3 1.153.645 1.685 1.03a.485.485 0 0 1 .048.737.518.518 0 0 1-.668.05 11.496 11.496 0 0 0-1.812-1.07zM9.02 11.78c.238.14.236.464.04.66l-.706.706a.5.5 0 0 1-.708 0l-.707-.707c-.195-.195-.197-.518.04-.66A1.99 1.99 0 0 1 8 11.5c.373 0 .722.102 1.02.28zm4.355-9.905a.53.53 0 1 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75l10.75-10.75z"/>');// eslint-disable-next-line var BIconWindow=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Window','<path d="M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1z"/><path d="M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2zm13 2v2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zM2 14a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1H2z"/>');// eslint-disable-next-line var BIconWrench=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Wrench','<path d="M.102 2.223A3.004 3.004 0 0 0 3.78 5.897l6.341 6.252A3.003 3.003 0 0 0 13 16a3 3 0 1 0-.851-5.878L5.897 3.781A3.004 3.004 0 0 0 2.223.1l2.141 2.142L4 4l-1.757.364L.102 2.223zm13.37 9.019l.528.026.287.445.445.287.026.529L15 13l-.242.471-.026.529-.445.287-.287.445-.529.026L13 15l-.471-.242-.529-.026-.287-.445-.445-.287-.026-.529L11 13l.242-.471.026-.529.445-.287.287-.445.529-.026L13 11l.471.242z"/>');// eslint-disable-next-line var BIconX=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('X','<path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconXCircle=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XCircle','<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconXCircleFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XCircleFill','<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM5.354 4.646a.5.5 0 1 0-.708.708L7.293 8l-2.647 2.646a.5.5 0 0 0 .708.708L8 8.707l2.646 2.647a.5.5 0 0 0 .708-.708L8.707 8l2.647-2.646a.5.5 0 0 0-.708-.708L8 7.293 5.354 4.646z"/>');// eslint-disable-next-line var BIconXDiamond=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XDiamond','<path d="M7.987 16a1.526 1.526 0 0 1-1.07-.448L.45 9.082a1.531 1.531 0 0 1 0-2.165L6.917.45a1.531 1.531 0 0 1 2.166 0l6.469 6.468A1.526 1.526 0 0 1 16 8.013a1.526 1.526 0 0 1-.448 1.07l-6.47 6.469A1.526 1.526 0 0 1 7.988 16zM7.639 1.17L4.766 4.044 8 7.278l3.234-3.234L8.361 1.17a.51.51 0 0 0-.722 0zM8.722 8l3.234 3.234 2.873-2.873c.2-.2.2-.523 0-.722l-2.873-2.873L8.722 8zM8 8.722l-3.234 3.234 2.873 2.873c.2.2.523.2.722 0l2.873-2.873L8 8.722zM7.278 8L4.044 4.766 1.17 7.639a.511.511 0 0 0 0 .722l2.874 2.873L7.278 8z"/>');// eslint-disable-next-line var BIconXDiamondFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XDiamondFill','<path d="M9.05.435c-.58-.58-1.52-.58-2.1 0L4.047 3.339 8 7.293l3.954-3.954L9.049.435zm3.61 3.611L8.708 8l3.954 3.954 2.904-2.905c.58-.58.58-1.519 0-2.098l-2.904-2.905zm-.706 8.614L8 8.708l-3.954 3.954 2.905 2.904c.58.58 1.519.58 2.098 0l2.905-2.904zm-8.614-.706L7.292 8 3.339 4.046.435 6.951c-.58.58-.58 1.519 0 2.098l2.904 2.905z"/>');// eslint-disable-next-line var BIconXOctagon=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XOctagon','<path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353L4.54.146zM5.1 1L1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1H5.1z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconXOctagonFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XOctagonFill','<path d="M11.46.146A.5.5 0 0 0 11.107 0H4.893a.5.5 0 0 0-.353.146L.146 4.54A.5.5 0 0 0 0 4.893v6.214a.5.5 0 0 0 .146.353l4.394 4.394a.5.5 0 0 0 .353.146h6.214a.5.5 0 0 0 .353-.146l4.394-4.394a.5.5 0 0 0 .146-.353V4.893a.5.5 0 0 0-.146-.353L11.46.146zm-6.106 4.5L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconXSquare=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XSquare','<path d="M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z"/><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"/>');// eslint-disable-next-line var BIconXSquareFill=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('XSquareFill','<path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm3.354 4.646L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 1 1 .708-.708z"/>');// eslint-disable-next-line var BIconYoutube=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('Youtube','<path d="M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.007 2.007 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.007 2.007 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31.4 31.4 0 0 1 0 7.68v-.122C.002 7.343.01 6.6.064 5.78l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.007 2.007 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A99.788 99.788 0 0 1 7.858 2h.193zM6.4 5.209v4.818l4.157-2.408L6.4 5.209z"/>');// eslint-disable-next-line var BIconZoomIn=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ZoomIn','<path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z"/><path fill-rule="evenodd" d="M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5z"/>');// eslint-disable-next-line var BIconZoomOut=/*#__PURE__*/Object(_helpers_make_icon__WEBPACK_IMPORTED_MODULE_0__["makeIcon"])('ZoomOut','<path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"/><path d="M10.344 11.742c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1 6.538 6.538 0 0 1-1.398 1.4z"/><path fill-rule="evenodd" d="M3 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5z"/>');// --- END AUTO-GENERATED FILE --- /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/iconstack.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/iconstack.js ***! \**********************************************************************************/ /*! exports provided: props, BIconstack */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BIconstack", function() { return BIconstack; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _helpers_icon_base__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./helpers/icon-base */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/helpers/icon-base.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_2__["omit"])(_helpers_icon_base__WEBPACK_IMPORTED_MODULE_4__["props"], ['content', 'stacked']), _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ICONSTACK"]); // --- Main component --- // @vue/component var BIconstack = /*#__PURE__*/_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ name: _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_ICONSTACK"], functional: true, props: props, render: function render(h, _ref) { var data = _ref.data, props = _ref.props, children = _ref.children; return h(_helpers_icon_base__WEBPACK_IMPORTED_MODULE_4__["BVIconBase"], Object(_vue__WEBPACK_IMPORTED_MODULE_0__["mergeData"])(data, { staticClass: 'b-iconstack', props: props }), children); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/index.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/index.js ***! \******************************************************************************/ /*! exports provided: BIconBlank, BIconAlarm, BIconAlarmFill, BIconAlignBottom, BIconAlignCenter, BIconAlignEnd, BIconAlignMiddle, BIconAlignStart, BIconAlignTop, BIconAlt, BIconApp, BIconAppIndicator, BIconArchive, BIconArchiveFill, BIconArrow90degDown, BIconArrow90degLeft, BIconArrow90degRight, BIconArrow90degUp, BIconArrowBarDown, BIconArrowBarLeft, BIconArrowBarRight, BIconArrowBarUp, BIconArrowClockwise, BIconArrowCounterclockwise, BIconArrowDown, BIconArrowDownCircle, BIconArrowDownCircleFill, BIconArrowDownLeft, BIconArrowDownLeftCircle, BIconArrowDownLeftCircleFill, BIconArrowDownLeftSquare, BIconArrowDownLeftSquareFill, BIconArrowDownRight, BIconArrowDownRightCircle, BIconArrowDownRightCircleFill, BIconArrowDownRightSquare, BIconArrowDownRightSquareFill, BIconArrowDownShort, BIconArrowDownSquare, BIconArrowDownSquareFill, BIconArrowDownUp, BIconArrowLeft, BIconArrowLeftCircle, BIconArrowLeftCircleFill, BIconArrowLeftRight, BIconArrowLeftShort, BIconArrowLeftSquare, BIconArrowLeftSquareFill, BIconArrowRepeat, BIconArrowReturnLeft, BIconArrowReturnRight, BIconArrowRight, BIconArrowRightCircle, BIconArrowRightCircleFill, BIconArrowRightShort, BIconArrowRightSquare, BIconArrowRightSquareFill, BIconArrowUp, BIconArrowUpCircle, BIconArrowUpCircleFill, BIconArrowUpLeft, BIconArrowUpLeftCircle, BIconArrowUpLeftCircleFill, BIconArrowUpLeftSquare, BIconArrowUpLeftSquareFill, BIconArrowUpRight, BIconArrowUpRightCircle, BIconArrowUpRightCircleFill, BIconArrowUpRightSquare, BIconArrowUpRightSquareFill, BIconArrowUpShort, BIconArrowUpSquare, BIconArrowUpSquareFill, BIconArrowsAngleContract, BIconArrowsAngleExpand, BIconArrowsCollapse, BIconArrowsExpand, BIconArrowsFullscreen, BIconArrowsMove, BIconAspectRatio, BIconAspectRatioFill, BIconAsterisk, BIconAt, BIconAward, BIconAwardFill, BIconBack, BIconBackspace, BIconBackspaceFill, BIconBackspaceReverse, BIconBackspaceReverseFill, BIconBadge4k, BIconBadge4kFill, BIconBadge8k, BIconBadge8kFill, BIconBadgeAd, BIconBadgeAdFill, BIconBadgeCc, BIconBadgeCcFill, BIconBadgeHd, BIconBadgeHdFill, BIconBadgeTm, BIconBadgeTmFill, BIconBadgeVo, BIconBadgeVoFill, BIconBag, BIconBagCheck, BIconBagCheckFill, BIconBagDash, BIconBagDashFill, BIconBagFill, BIconBagPlus, BIconBagPlusFill, BIconBagX, BIconBagXFill, BIconBarChart, BIconBarChartFill, BIconBarChartLine, BIconBarChartLineFill, BIconBarChartSteps, BIconBasket, BIconBasket2, BIconBasket2Fill, BIconBasket3, BIconBasket3Fill, BIconBasketFill, BIconBattery, BIconBatteryCharging, BIconBatteryFull, BIconBatteryHalf, BIconBell, BIconBellFill, BIconBezier, BIconBezier2, BIconBicycle, BIconBinoculars, BIconBinocularsFill, BIconBlockquoteLeft, BIconBlockquoteRight, BIconBook, BIconBookFill, BIconBookHalf, BIconBookmark, BIconBookmarkCheck, BIconBookmarkCheckFill, BIconBookmarkDash, BIconBookmarkDashFill, BIconBookmarkFill, BIconBookmarkHeart, BIconBookmarkHeartFill, BIconBookmarkPlus, BIconBookmarkPlusFill, BIconBookmarkStar, BIconBookmarkStarFill, BIconBookmarkX, BIconBookmarkXFill, BIconBookmarks, BIconBookmarksFill, BIconBookshelf, BIconBootstrap, BIconBootstrapFill, BIconBootstrapReboot, BIconBorderStyle, BIconBorderWidth, BIconBoundingBox, BIconBoundingBoxCircles, BIconBox, BIconBoxArrowDown, BIconBoxArrowDownLeft, BIconBoxArrowDownRight, BIconBoxArrowInDown, BIconBoxArrowInDownLeft, BIconBoxArrowInDownRight, BIconBoxArrowInLeft, BIconBoxArrowInRight, BIconBoxArrowInUp, BIconBoxArrowInUpLeft, BIconBoxArrowInUpRight, BIconBoxArrowLeft, BIconBoxArrowRight, BIconBoxArrowUp, BIconBoxArrowUpLeft, BIconBoxArrowUpRight, BIconBoxSeam, BIconBraces, BIconBricks, BIconBriefcase, BIconBriefcaseFill, BIconBrightnessAltHigh, BIconBrightnessAltHighFill, BIconBrightnessAltLow, BIconBrightnessAltLowFill, BIconBrightnessHigh, BIconBrightnessHighFill, BIconBrightnessLow, BIconBrightnessLowFill, BIconBroadcast, BIconBroadcastPin, BIconBrush, BIconBrushFill, BIconBucket, BIconBucketFill, BIconBug, BIconBugFill, BIconBuilding, BIconBullseye, BIconCalculator, BIconCalculatorFill, BIconCalendar, BIconCalendar2, BIconCalendar2Check, BIconCalendar2CheckFill, BIconCalendar2Date, BIconCalendar2DateFill, BIconCalendar2Day, BIconCalendar2DayFill, BIconCalendar2Event, BIconCalendar2EventFill, BIconCalendar2Fill, BIconCalendar2Minus, BIconCalendar2MinusFill, BIconCalendar2Month, BIconCalendar2MonthFill, BIconCalendar2Plus, BIconCalendar2PlusFill, BIconCalendar2Range, BIconCalendar2RangeFill, BIconCalendar2Week, BIconCalendar2WeekFill, BIconCalendar2X, BIconCalendar2XFill, BIconCalendar3, BIconCalendar3Event, BIconCalendar3EventFill, BIconCalendar3Fill, BIconCalendar3Range, BIconCalendar3RangeFill, BIconCalendar3Week, BIconCalendar3WeekFill, BIconCalendar4, BIconCalendar4Event, BIconCalendar4Range, BIconCalendar4Week, BIconCalendarCheck, BIconCalendarCheckFill, BIconCalendarDate, BIconCalendarDateFill, BIconCalendarDay, BIconCalendarDayFill, BIconCalendarEvent, BIconCalendarEventFill, BIconCalendarFill, BIconCalendarMinus, BIconCalendarMinusFill, BIconCalendarMonth, BIconCalendarMonthFill, BIconCalendarPlus, BIconCalendarPlusFill, BIconCalendarRange, BIconCalendarRangeFill, BIconCalendarWeek, BIconCalendarWeekFill, BIconCalendarX, BIconCalendarXFill, BIconCamera, BIconCamera2, BIconCameraFill, BIconCameraReels, BIconCameraReelsFill, BIconCameraVideo, BIconCameraVideoFill, BIconCameraVideoOff, BIconCameraVideoOffFill, BIconCapslock, BIconCapslockFill, BIconCardChecklist, BIconCardHeading, BIconCardImage, BIconCardList, BIconCardText, BIconCaretDown, BIconCaretDownFill, BIconCaretDownSquare, BIconCaretDownSquareFill, BIconCaretLeft, BIconCaretLeftFill, BIconCaretLeftSquare, BIconCaretLeftSquareFill, BIconCaretRight, BIconCaretRightFill, BIconCaretRightSquare, BIconCaretRightSquareFill, BIconCaretUp, BIconCaretUpFill, BIconCaretUpSquare, BIconCaretUpSquareFill, BIconCart, BIconCart2, BIconCart3, BIconCart4, BIconCartCheck, BIconCartCheckFill, BIconCartDash, BIconCartDashFill, BIconCartFill, BIconCartPlus, BIconCartPlusFill, BIconCartX, BIconCartXFill, BIconCash, BIconCashStack, BIconCast, BIconChat, BIconChatDots, BIconChatDotsFill, BIconChatFill, BIconChatLeft, BIconChatLeftDots, BIconChatLeftDotsFill, BIconChatLeftFill, BIconChatLeftQuote, BIconChatLeftQuoteFill, BIconChatLeftText, BIconChatLeftTextFill, BIconChatQuote, BIconChatQuoteFill, BIconChatRight, BIconChatRightDots, BIconChatRightDotsFill, BIconChatRightFill, BIconChatRightQuote, BIconChatRightQuoteFill, BIconChatRightText, BIconChatRightTextFill, BIconChatSquare, BIconChatSquareDots, BIconChatSquareDotsFill, BIconChatSquareFill, BIconChatSquareQuote, BIconChatSquareQuoteFill, BIconChatSquareText, BIconChatSquareTextFill, BIconChatText, BIconChatTextFill, BIconCheck, BIconCheck2, BIconCheck2All, BIconCheck2Circle, BIconCheck2Square, BIconCheckAll, BIconCheckCircle, BIconCheckCircleFill, BIconCheckSquare, BIconCheckSquareFill, BIconChevronBarContract, BIconChevronBarDown, BIconChevronBarExpand, BIconChevronBarLeft, BIconChevronBarRight, BIconChevronBarUp, BIconChevronCompactDown, BIconChevronCompactLeft, BIconChevronCompactRight, BIconChevronCompactUp, BIconChevronContract, BIconChevronDoubleDown, BIconChevronDoubleLeft, BIconChevronDoubleRight, BIconChevronDoubleUp, BIconChevronDown, BIconChevronExpand, BIconChevronLeft, BIconChevronRight, BIconChevronUp, BIconCircle, BIconCircleFill, BIconCircleHalf, BIconCircleSquare, BIconClipboard, BIconClipboardCheck, BIconClipboardData, BIconClipboardMinus, BIconClipboardPlus, BIconClipboardX, BIconClock, BIconClockFill, BIconClockHistory, BIconCloud, BIconCloudArrowDown, BIconCloudArrowDownFill, BIconCloudArrowUp, BIconCloudArrowUpFill, BIconCloudCheck, BIconCloudCheckFill, BIconCloudDownload, BIconCloudDownloadFill, BIconCloudFill, BIconCloudMinus, BIconCloudMinusFill, BIconCloudPlus, BIconCloudPlusFill, BIconCloudSlash, BIconCloudSlashFill, BIconCloudUpload, BIconCloudUploadFill, BIconCode, BIconCodeSlash, BIconCodeSquare, BIconCollection, BIconCollectionFill, BIconCollectionPlay, BIconCollectionPlayFill, BIconColumns, BIconColumnsGap, BIconCommand, BIconCompass, BIconCompassFill, BIconCone, BIconConeStriped, BIconController, BIconCpu, BIconCpuFill, BIconCreditCard, BIconCreditCard2Back, BIconCreditCard2BackFill, BIconCreditCard2Front, BIconCreditCard2FrontFill, BIconCreditCardFill, BIconCrop, BIconCup, BIconCupFill, BIconCupStraw, BIconCursor, BIconCursorFill, BIconCursorText, BIconDash, BIconDashCircle, BIconDashCircleFill, BIconDashSquare, BIconDashSquareFill, BIconDiagram2, BIconDiagram2Fill, BIconDiagram3, BIconDiagram3Fill, BIconDiamond, BIconDiamondFill, BIconDiamondHalf, BIconDice1, BIconDice1Fill, BIconDice2, BIconDice2Fill, BIconDice3, BIconDice3Fill, BIconDice4, BIconDice4Fill, BIconDice5, BIconDice5Fill, BIconDice6, BIconDice6Fill, BIconDisc, BIconDiscFill, BIconDiscord, BIconDisplay, BIconDisplayFill, BIconDistributeHorizontal, BIconDistributeVertical, BIconDoorClosed, BIconDoorClosedFill, BIconDoorOpen, BIconDoorOpenFill, BIconDot, BIconDownload, BIconDroplet, BIconDropletFill, BIconDropletHalf, BIconEarbuds, BIconEasel, BIconEaselFill, BIconEgg, BIconEggFill, BIconEggFried, BIconEject, BIconEjectFill, BIconEmojiAngry, BIconEmojiAngryFill, BIconEmojiDizzy, BIconEmojiDizzyFill, BIconEmojiExpressionless, BIconEmojiExpressionlessFill, BIconEmojiFrown, BIconEmojiFrownFill, BIconEmojiHeartEyes, BIconEmojiHeartEyesFill, BIconEmojiLaughing, BIconEmojiLaughingFill, BIconEmojiNeutral, BIconEmojiNeutralFill, BIconEmojiSmile, BIconEmojiSmileFill, BIconEmojiSmileUpsideDown, BIconEmojiSmileUpsideDownFill, BIconEmojiSunglasses, BIconEmojiSunglassesFill, BIconEmojiWink, BIconEmojiWinkFill, BIconEnvelope, BIconEnvelopeFill, BIconEnvelopeOpen, BIconEnvelopeOpenFill, BIconExclamation, BIconExclamationCircle, BIconExclamationCircleFill, BIconExclamationDiamond, BIconExclamationDiamondFill, BIconExclamationOctagon, BIconExclamationOctagonFill, BIconExclamationSquare, BIconExclamationSquareFill, BIconExclamationTriangle, BIconExclamationTriangleFill, BIconExclude, BIconEye, BIconEyeFill, BIconEyeSlash, BIconEyeSlashFill, BIconEyeglasses, BIconFacebook, BIconFile, BIconFileArrowDown, BIconFileArrowDownFill, BIconFileArrowUp, BIconFileArrowUpFill, BIconFileBarGraph, BIconFileBarGraphFill, BIconFileBinary, BIconFileBinaryFill, BIconFileBreak, BIconFileBreakFill, BIconFileCheck, BIconFileCheckFill, BIconFileCode, BIconFileCodeFill, BIconFileDiff, BIconFileDiffFill, BIconFileEarmark, BIconFileEarmarkArrowDown, BIconFileEarmarkArrowDownFill, BIconFileEarmarkArrowUp, BIconFileEarmarkArrowUpFill, BIconFileEarmarkBarGraph, BIconFileEarmarkBarGraphFill, BIconFileEarmarkBinary, BIconFileEarmarkBinaryFill, BIconFileEarmarkBreak, BIconFileEarmarkBreakFill, BIconFileEarmarkCheck, BIconFileEarmarkCheckFill, BIconFileEarmarkCode, BIconFileEarmarkCodeFill, BIconFileEarmarkDiff, BIconFileEarmarkDiffFill, BIconFileEarmarkEasel, BIconFileEarmarkEaselFill, BIconFileEarmarkExcel, BIconFileEarmarkExcelFill, BIconFileEarmarkFill, BIconFileEarmarkFont, BIconFileEarmarkFontFill, BIconFileEarmarkImage, BIconFileEarmarkImageFill, BIconFileEarmarkLock, BIconFileEarmarkLock2, BIconFileEarmarkLock2Fill, BIconFileEarmarkLockFill, BIconFileEarmarkMedical, BIconFileEarmarkMedicalFill, BIconFileEarmarkMinus, BIconFileEarmarkMinusFill, BIconFileEarmarkMusic, BIconFileEarmarkMusicFill, BIconFileEarmarkPerson, BIconFileEarmarkPersonFill, BIconFileEarmarkPlay, BIconFileEarmarkPlayFill, BIconFileEarmarkPlus, BIconFileEarmarkPlusFill, BIconFileEarmarkPost, BIconFileEarmarkPostFill, BIconFileEarmarkPpt, BIconFileEarmarkPptFill, BIconFileEarmarkRichtext, BIconFileEarmarkRichtextFill, BIconFileEarmarkRuled, BIconFileEarmarkRuledFill, BIconFileEarmarkSlides, BIconFileEarmarkSlidesFill, BIconFileEarmarkSpreadsheet, BIconFileEarmarkSpreadsheetFill, BIconFileEarmarkText, BIconFileEarmarkTextFill, BIconFileEarmarkWord, BIconFileEarmarkWordFill, BIconFileEarmarkX, BIconFileEarmarkXFill, BIconFileEarmarkZip, BIconFileEarmarkZipFill, BIconFileEasel, BIconFileEaselFill, BIconFileExcel, BIconFileExcelFill, BIconFileFill, BIconFileFont, BIconFileFontFill, BIconFileImage, BIconFileImageFill, BIconFileLock, BIconFileLock2, BIconFileLock2Fill, BIconFileLockFill, BIconFileMedical, BIconFileMedicalFill, BIconFileMinus, BIconFileMinusFill, BIconFileMusic, BIconFileMusicFill, BIconFilePerson, BIconFilePersonFill, BIconFilePlay, BIconFilePlayFill, BIconFilePlus, BIconFilePlusFill, BIconFilePost, BIconFilePostFill, BIconFilePpt, BIconFilePptFill, BIconFileRichtext, BIconFileRichtextFill, BIconFileRuled, BIconFileRuledFill, BIconFileSlides, BIconFileSlidesFill, BIconFileSpreadsheet, BIconFileSpreadsheetFill, BIconFileText, BIconFileTextFill, BIconFileWord, BIconFileWordFill, BIconFileX, BIconFileXFill, BIconFileZip, BIconFileZipFill, BIconFiles, BIconFilesAlt, BIconFilm, BIconFilter, BIconFilterCircle, BIconFilterCircleFill, BIconFilterLeft, BIconFilterRight, BIconFilterSquare, BIconFilterSquareFill, BIconFlag, BIconFlagFill, BIconFlower1, BIconFlower2, BIconFlower3, BIconFolder, BIconFolder2, BIconFolder2Open, BIconFolderCheck, BIconFolderFill, BIconFolderMinus, BIconFolderPlus, BIconFolderSymlink, BIconFolderSymlinkFill, BIconFolderX, BIconFonts, BIconForward, BIconForwardFill, BIconFront, BIconFullscreen, BIconFullscreenExit, BIconFunnel, BIconFunnelFill, BIconGear, BIconGearFill, BIconGearWide, BIconGearWideConnected, BIconGem, BIconGeo, BIconGeoAlt, BIconGeoAltFill, BIconGeoFill, BIconGift, BIconGiftFill, BIconGithub, BIconGlobe, BIconGlobe2, BIconGoogle, BIconGraphDown, BIconGraphUp, BIconGrid, BIconGrid1x2, BIconGrid1x2Fill, BIconGrid3x2, BIconGrid3x2Gap, BIconGrid3x2GapFill, BIconGrid3x3, BIconGrid3x3Gap, BIconGrid3x3GapFill, BIconGridFill, BIconGripHorizontal, BIconGripVertical, BIconHammer, BIconHandIndex, BIconHandIndexThumb, BIconHandThumbsDown, BIconHandThumbsUp, BIconHandbag, BIconHandbagFill, BIconHash, BIconHdd, BIconHddFill, BIconHddNetwork, BIconHddNetworkFill, BIconHddRack, BIconHddRackFill, BIconHddStack, BIconHddStackFill, BIconHeadphones, BIconHeadset, BIconHeart, BIconHeartFill, BIconHeartHalf, BIconHeptagon, BIconHeptagonFill, BIconHeptagonHalf, BIconHexagon, BIconHexagonFill, BIconHexagonHalf, BIconHourglass, BIconHourglassBottom, BIconHourglassSplit, BIconHourglassTop, BIconHouse, BIconHouseDoor, BIconHouseDoorFill, BIconHouseFill, BIconHr, BIconImage, BIconImageAlt, BIconImageFill, BIconImages, BIconInbox, BIconInboxFill, BIconInboxes, BIconInboxesFill, BIconInfo, BIconInfoCircle, BIconInfoCircleFill, BIconInfoSquare, BIconInfoSquareFill, BIconInputCursor, BIconInputCursorText, BIconInstagram, BIconIntersect, BIconJournal, BIconJournalAlbum, BIconJournalArrowDown, BIconJournalArrowUp, BIconJournalBookmark, BIconJournalBookmarkFill, BIconJournalCheck, BIconJournalCode, BIconJournalMedical, BIconJournalMinus, BIconJournalPlus, BIconJournalRichtext, BIconJournalText, BIconJournalX, BIconJournals, BIconJoystick, BIconJustify, BIconJustifyLeft, BIconJustifyRight, BIconKanban, BIconKanbanFill, BIconKey, BIconKeyFill, BIconKeyboard, BIconKeyboardFill, BIconLadder, BIconLamp, BIconLampFill, BIconLaptop, BIconLaptopFill, BIconLayers, BIconLayersFill, BIconLayersHalf, BIconLayoutSidebar, BIconLayoutSidebarInset, BIconLayoutSidebarInsetReverse, BIconLayoutSidebarReverse, BIconLayoutSplit, BIconLayoutTextSidebar, BIconLayoutTextSidebarReverse, BIconLayoutTextWindow, BIconLayoutTextWindowReverse, BIconLayoutThreeColumns, BIconLayoutWtf, BIconLifePreserver, BIconLightning, BIconLightningFill, BIconLink, BIconLink45deg, BIconLinkedin, BIconList, BIconListCheck, BIconListNested, BIconListOl, BIconListStars, BIconListTask, BIconListUl, BIconLock, BIconLockFill, BIconMailbox, BIconMailbox2, BIconMap, BIconMapFill, BIconMarkdown, BIconMarkdownFill, BIconMenuApp, BIconMenuAppFill, BIconMenuButton, BIconMenuButtonFill, BIconMenuButtonWide, BIconMenuButtonWideFill, BIconMenuDown, BIconMenuUp, BIconMic, BIconMicFill, BIconMicMute, BIconMicMuteFill, BIconMinecart, BIconMinecartLoaded, BIconMoon, BIconMouse, BIconMouse2, BIconMouse3, BIconMusicNote, BIconMusicNoteBeamed, BIconMusicNoteList, BIconMusicPlayer, BIconMusicPlayerFill, BIconNewspaper, BIconNodeMinus, BIconNodeMinusFill, BIconNodePlus, BIconNodePlusFill, BIconNut, BIconNutFill, BIconOctagon, BIconOctagonFill, BIconOctagonHalf, BIconOption, BIconOutlet, BIconPaperclip, BIconParagraph, BIconPatchCheck, BIconPatchCheckFill, BIconPatchExclamation, BIconPatchExclamationFill, BIconPatchMinus, BIconPatchMinusFill, BIconPatchPlus, BIconPatchPlusFill, BIconPatchQuestion, BIconPatchQuestionFill, BIconPause, BIconPauseBtn, BIconPauseBtnFill, BIconPauseCircle, BIconPauseCircleFill, BIconPauseFill, BIconPeace, BIconPeaceFill, BIconPen, BIconPenFill, BIconPencil, BIconPencilFill, BIconPencilSquare, BIconPentagon, BIconPentagonFill, BIconPentagonHalf, BIconPeople, BIconPeopleFill, BIconPercent, BIconPerson, BIconPersonBadge, BIconPersonBadgeFill, BIconPersonBoundingBox, BIconPersonCheck, BIconPersonCheckFill, BIconPersonCircle, BIconPersonDash, BIconPersonDashFill, BIconPersonFill, BIconPersonLinesFill, BIconPersonPlus, BIconPersonPlusFill, BIconPersonSquare, BIconPersonX, BIconPersonXFill, BIconPhone, BIconPhoneFill, BIconPhoneLandscape, BIconPhoneLandscapeFill, BIconPhoneVibrate, BIconPieChart, BIconPieChartFill, BIconPip, BIconPipFill, BIconPlay, BIconPlayBtn, BIconPlayBtnFill, BIconPlayCircle, BIconPlayCircleFill, BIconPlayFill, BIconPlug, BIconPlugFill, BIconPlus, BIconPlusCircle, BIconPlusCircleFill, BIconPlusSquare, BIconPlusSquareFill, BIconPower, BIconPrinter, BIconPrinterFill, BIconPuzzle, BIconPuzzleFill, BIconQuestion, BIconQuestionCircle, BIconQuestionCircleFill, BIconQuestionDiamond, BIconQuestionDiamondFill, BIconQuestionOctagon, BIconQuestionOctagonFill, BIconQuestionSquare, BIconQuestionSquareFill, BIconReceipt, BIconReceiptCutoff, BIconReception0, BIconReception1, BIconReception2, BIconReception3, BIconReception4, BIconRecord, BIconRecord2, BIconRecord2Fill, BIconRecordBtn, BIconRecordBtnFill, BIconRecordCircle, BIconRecordCircleFill, BIconRecordFill, BIconReply, BIconReplyAll, BIconReplyAllFill, BIconReplyFill, BIconRss, BIconRssFill, BIconScissors, BIconScrewdriver, BIconSearch, BIconSegmentedNav, BIconServer, BIconShare, BIconShareFill, BIconShield, BIconShieldCheck, BIconShieldExclamation, BIconShieldFill, BIconShieldFillCheck, BIconShieldFillExclamation, BIconShieldFillMinus, BIconShieldFillPlus, BIconShieldFillX, BIconShieldLock, BIconShieldLockFill, BIconShieldMinus, BIconShieldPlus, BIconShieldShaded, BIconShieldSlash, BIconShieldSlashFill, BIconShieldX, BIconShift, BIconShiftFill, BIconShop, BIconShopWindow, BIconShuffle, BIconSignpost, BIconSignpost2, BIconSignpost2Fill, BIconSignpostFill, BIconSignpostSplit, BIconSignpostSplitFill, BIconSim, BIconSimFill, BIconSkipBackward, BIconSkipBackwardBtn, BIconSkipBackwardBtnFill, BIconSkipBackwardCircle, BIconSkipBackwardCircleFill, BIconSkipBackwardFill, BIconSkipEnd, BIconSkipEndBtn, BIconSkipEndBtnFill, BIconSkipEndCircle, BIconSkipEndCircleFill, BIconSkipEndFill, BIconSkipForward, BIconSkipForwardBtn, BIconSkipForwardBtnFill, BIconSkipForwardCircle, BIconSkipForwardCircleFill, BIconSkipForwardFill, BIconSkipStart, BIconSkipStartBtn, BIconSkipStartBtnFill, BIconSkipStartCircle, BIconSkipStartCircleFill, BIconSkipStartFill, BIconSlack, BIconSlash, BIconSlashCircle, BIconSlashCircleFill, BIconSlashSquare, BIconSlashSquareFill, BIconSliders, BIconSmartwatch, BIconSortAlphaDown, BIconSortAlphaDownAlt, BIconSortAlphaUp, BIconSortAlphaUpAlt, BIconSortDown, BIconSortDownAlt, BIconSortNumericDown, BIconSortNumericDownAlt, BIconSortNumericUp, BIconSortNumericUpAlt, BIconSortUp, BIconSortUpAlt, BIconSoundwave, BIconSpeaker, BIconSpeakerFill, BIconSpellcheck, BIconSquare, BIconSquareFill, BIconSquareHalf, BIconStar, BIconStarFill, BIconStarHalf, BIconStickies, BIconStickiesFill, BIconSticky, BIconStickyFill, BIconStop, BIconStopBtn, BIconStopBtnFill, BIconStopCircle, BIconStopCircleFill, BIconStopFill, BIconStoplights, BIconStoplightsFill, BIconStopwatch, BIconStopwatchFill, BIconSubtract, BIconSuitClub, BIconSuitClubFill, BIconSuitDiamond, BIconSuitDiamondFill, BIconSuitHeart, BIconSuitHeartFill, BIconSuitSpade, BIconSuitSpadeFill, BIconSun, BIconSunglasses, BIconTable, BIconTablet, BIconTabletFill, BIconTabletLandscape, BIconTabletLandscapeFill, BIconTag, BIconTagFill, BIconTags, BIconTagsFill, BIconTelephone, BIconTelephoneFill, BIconTelephoneForward, BIconTelephoneForwardFill, BIconTelephoneInbound, BIconTelephoneInboundFill, BIconTelephoneMinus, BIconTelephoneMinusFill, BIconTelephoneOutbound, BIconTelephoneOutboundFill, BIconTelephonePlus, BIconTelephonePlusFill, BIconTelephoneX, BIconTelephoneXFill, BIconTerminal, BIconTerminalFill, BIconTextCenter, BIconTextIndentLeft, BIconTextIndentRight, BIconTextLeft, BIconTextParagraph, BIconTextRight, BIconTextarea, BIconTextareaResize, BIconTextareaT, BIconThermometer, BIconThermometerHalf, BIconThreeDots, BIconThreeDotsVertical, BIconToggle2Off, BIconToggle2On, BIconToggleOff, BIconToggleOn, BIconToggles, BIconToggles2, BIconTools, BIconTrash, BIconTrash2, BIconTrash2Fill, BIconTrashFill, BIconTree, BIconTreeFill, BIconTriangle, BIconTriangleFill, BIconTriangleHalf, BIconTrophy, BIconTrophyFill, BIconTruck, BIconTruckFlatbed, BIconTv, BIconTvFill, BIconTwitch, BIconTwitter, BIconType, BIconTypeBold, BIconTypeH1, BIconTypeH2, BIconTypeH3, BIconTypeItalic, BIconTypeStrikethrough, BIconTypeUnderline, BIconUiChecks, BIconUiChecksGrid, BIconUiRadios, BIconUiRadiosGrid, BIconUnion, BIconUnlock, BIconUnlockFill, BIconUpc, BIconUpcScan, BIconUpload, BIconVectorPen, BIconViewList, BIconViewStacked, BIconVinyl, BIconVinylFill, BIconVoicemail, BIconVolumeDown, BIconVolumeDownFill, BIconVolumeMute, BIconVolumeMuteFill, BIconVolumeOff, BIconVolumeOffFill, BIconVolumeUp, BIconVolumeUpFill, BIconVr, BIconWallet, BIconWallet2, BIconWalletFill, BIconWatch, BIconWifi, BIconWifi1, BIconWifi2, BIconWifiOff, BIconWindow, BIconWrench, BIconX, BIconXCircle, BIconXCircleFill, BIconXDiamond, BIconXDiamondFill, BIconXOctagon, BIconXOctagonFill, BIconXSquare, BIconXSquareFill, BIconYoutube, BIconZoomIn, BIconZoomOut, BIcon, BIconstack, IconsPlugin, BootstrapVueIcons, iconNames */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBlank", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBlank"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlarm", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlarm"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlarmFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlarmFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignBottom", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlignBottom"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignCenter", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlignCenter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignEnd", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlignEnd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignMiddle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlignMiddle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignStart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlignStart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignTop", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlignTop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconApp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconApp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAppIndicator", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAppIndicator"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArchive", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArchive"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArchiveFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArchiveFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrow90degDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrow90degLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrow90degRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrow90degUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowBarDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowBarLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowBarRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowBarUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowClockwise", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowClockwise"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowCounterclockwise", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowCounterclockwise"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownLeftCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownLeftCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownRightCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownRightCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownShort", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowDownUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeftCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeftCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeftRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftShort", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeftShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRepeat", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRepeat"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowReturnLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowReturnLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowReturnRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowReturnRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRightCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRightCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightShort", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRightShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpLeftCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpLeftCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpRightCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpRightCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpShort", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowUpSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsAngleContract", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowsAngleContract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsAngleExpand", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowsAngleExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsCollapse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowsCollapse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsExpand", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowsExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsFullscreen", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowsFullscreen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsMove", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconArrowsMove"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAspectRatio", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAspectRatio"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAspectRatioFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAspectRatioFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAsterisk", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAsterisk"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAward", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAwardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconAwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBack", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspace", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBackspace"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBackspaceFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceReverse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBackspaceReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceReverseFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBackspaceReverseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge4k", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadge4k"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge4kFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadge4kFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge8k", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadge8k"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge8kFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadge8kFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeAd", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeAd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeAdFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeAdFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeCc", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeCc"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeCcFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeCcFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeHd", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeHd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeHdFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeHdFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeTm", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeTm"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeTmFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeTmFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeVo", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeVo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeVoFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBadgeVoFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBag", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagDash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagDashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBagXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBarChart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBarChartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartLine", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBarChartLine"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartLineFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBarChartLineFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartSteps", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBarChartSteps"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBasket"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBasket2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBasket2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBasket3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket3Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBasket3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasketFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBasketFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBattery", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBattery"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryCharging", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBatteryCharging"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryFull", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBatteryFull"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBatteryHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBell", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBell"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBellFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBellFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBezier", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBezier"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBezier2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBezier2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBicycle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBicycle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBinoculars", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBinoculars"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBinocularsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBinocularsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBlockquoteLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBlockquoteLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBlockquoteRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBlockquoteRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBook", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBook"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmark", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmark"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkDash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkDashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkHeart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkHeart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkHeartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkHeartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkStar", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkStar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkStarFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkStarFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarkXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarks", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarks"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarksFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookmarksFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookshelf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBookshelf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrap", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBootstrap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrapFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBootstrapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrapReboot", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBootstrapReboot"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBorderStyle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBorderStyle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBorderWidth", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBorderWidth"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoundingBox", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoundingBox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoundingBoxCircles", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoundingBoxCircles"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBox", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDownLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowDownLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDownRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowDownRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDownLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInDownLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDownRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInDownRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUpLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInUpLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUpRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowInUpRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUpLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowUpLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUpRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxArrowUpRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxSeam", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBoxSeam"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBraces", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBraces"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBricks", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBricks"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBriefcase", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBriefcase"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBriefcaseFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBriefcaseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltHigh", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessAltHigh"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltHighFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessAltHighFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltLow", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessAltLow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltLowFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessAltLowFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessHigh", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessHigh"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessHighFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessHighFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessLow", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessLow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessLowFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrightnessLowFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBroadcast", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBroadcast"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBroadcastPin", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBroadcastPin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrush", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrush"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrushFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBrushFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBucket", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBucket"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBucketFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBucketFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBug", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBug"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBugFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBugFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBuilding", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBuilding"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBullseye", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconBullseye"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalculator", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalculator"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalculatorFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalculatorFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Check", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Check"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2CheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2CheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Date", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Date"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2DateFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2DateFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Day", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Day"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2DayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2DayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Event", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Event"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2EventFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2EventFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Minus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Minus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2MinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2MinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Month", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Month"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2MonthFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2MonthFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Plus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Plus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2PlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2PlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Range", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Range"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2RangeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2RangeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Week", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2Week"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2WeekFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2WeekFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2X", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2X"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2XFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar2XFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Event", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3Event"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3EventFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3EventFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Range", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3Range"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3RangeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3RangeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Week", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3Week"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3WeekFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar3WeekFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Event", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar4Event"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Range", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar4Range"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Week", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendar4Week"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDate", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarDate"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDateFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarDateFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDay", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarDay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarDayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarEvent", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarEvent"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarEventFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarEventFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMonth", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarMonth"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMonthFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarMonthFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarRange", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarRange"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarRangeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarRangeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarWeek", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarWeek"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarWeekFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarWeekFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCalendarXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCamera", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCamera"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCamera2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCamera2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraReels", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraReels"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraReelsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraReelsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideo", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraVideo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraVideoFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoOff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraVideoOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoOffFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCameraVideoOffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCapslock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCapslock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCapslockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCapslockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardChecklist", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCardChecklist"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardHeading", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCardHeading"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardImage", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCardImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardList", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCardList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCardText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretDownSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretDownSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretLeftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretRightFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretUpSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCaretUpSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCart2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCart3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart4", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCart4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartDash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartDashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCartXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCashStack", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCashStack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCast", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCast"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChat", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChat"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatDots", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatDotsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftDots", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftDotsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftQuote", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftQuoteFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftTextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatLeftTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatQuote", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatQuoteFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightDots", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightDotsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightQuote", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightQuoteFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightTextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatRightTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareDots", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareDotsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareQuote", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareQuoteFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareTextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatSquareTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatTextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChatTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheck2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2All", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheck2All"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2Circle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheck2Circle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2Square", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheck2Square"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckAll", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheckAll"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheckCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheckCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheckSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCheckSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarContract", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronBarContract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronBarDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarExpand", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronBarExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronBarLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronBarRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronBarUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronCompactDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronCompactLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronCompactRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronCompactUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronContract", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronContract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronDoubleDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronDoubleLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronDoubleRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronDoubleUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronExpand", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconChevronUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircleHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCircleHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircleSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCircleSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboard", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClipboard"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClipboardCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardData", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClipboardData"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClipboardMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClipboardPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClipboardX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClockHistory", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconClockHistory"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloud", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloud"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowDownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudArrowDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowUpFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudArrowUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudDownload", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudDownload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudDownloadFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudDownloadFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudSlash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudSlashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudSlashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudUpload", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudUpload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudUploadFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCloudUploadFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCode", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCodeSlash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCodeSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCodeSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCodeSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollection", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCollection"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCollectionFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionPlay", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCollectionPlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionPlayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCollectionPlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconColumns", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconColumns"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconColumnsGap", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconColumnsGap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCommand", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCommand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCompass", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCompass"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCompassFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCompassFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCone", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCone"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconConeStriped", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconConeStriped"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconController", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconController"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCpu", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCpu"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCpuFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCpuFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCreditCard"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2Back", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCreditCard2Back"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2BackFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCreditCard2BackFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2Front", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCreditCard2Front"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2FrontFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCreditCard2FrontFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCreditCardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCrop", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCrop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCup", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCup"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCupFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCupFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCupStraw", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCupStraw"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCursor", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCursor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCursorFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCursorFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCursorText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconCursorText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDashCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDashCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDashSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDashSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiagram2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiagram2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiagram3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram3Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiagram3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiamond", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiamondFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiamondHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiamondHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice1", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice1Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice1Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice3Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice4", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice4Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice4Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice5", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice5"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice5Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice5Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice6", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice6"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice6Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDice6Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDisc", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDisc"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiscFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiscFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiscord", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDiscord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDisplay", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDisplay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDisplayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDisplayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDistributeHorizontal", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDistributeHorizontal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDistributeVertical", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDistributeVertical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorClosed", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDoorClosed"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorClosedFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDoorClosedFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorOpen", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDoorOpen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorOpenFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDoorOpenFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDot", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDot"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDownload", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDownload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDroplet", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDroplet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDropletFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDropletFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDropletHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconDropletHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEarbuds", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEarbuds"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEasel", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEasel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEaselFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEaselFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEgg", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEgg"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEggFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEggFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEggFried", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEggFried"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEject", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEject"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEjectFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEjectFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiAngry", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiAngry"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiAngryFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiAngryFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiDizzy", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiDizzy"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiDizzyFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiDizzyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiExpressionless", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiExpressionless"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiExpressionlessFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiExpressionlessFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiFrown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiFrown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiFrownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiFrownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiHeartEyes", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiHeartEyes"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiHeartEyesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiHeartEyesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiLaughing", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiLaughing"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiLaughingFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiLaughingFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiNeutral", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiNeutral"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiNeutralFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiNeutralFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmile", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiSmile"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiSmileFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileUpsideDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiSmileUpsideDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileUpsideDownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiSmileUpsideDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSunglasses", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiSunglasses"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSunglassesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiSunglassesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiWink", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiWink"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiWinkFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEmojiWinkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelope", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEnvelope"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEnvelopeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeOpen", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEnvelopeOpen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeOpenFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEnvelopeOpenFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamation", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationDiamond", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationDiamondFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationOctagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationOctagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationTriangle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationTriangle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationTriangleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclamationTriangleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclude", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconExclude"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEye", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEye"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEyeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeSlash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEyeSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeSlashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEyeSlashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeglasses", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconEyeglasses"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFacebook", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFacebook"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFile", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFile"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowDownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileArrowDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowUpFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileArrowUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBarGraph", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileBarGraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBarGraphFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileBarGraphFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBinary", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileBinary"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBinaryFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileBinaryFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBreak", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileBreak"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBreakFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileBreakFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCode", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCodeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileCodeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileDiff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileDiff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileDiffFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileDiffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmark", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmark"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowDownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkArrowDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowUpFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkArrowUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBarGraph", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkBarGraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBarGraphFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkBarGraphFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBinary", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkBinary"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBinaryFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkBinaryFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBreak", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkBreak"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBreakFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkBreakFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCode", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCodeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkCodeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkDiff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkDiff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkDiffFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkDiffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkEasel", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkEasel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkEaselFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkEaselFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkExcel", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkExcel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkExcelFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkExcelFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFont", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkFont"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFontFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkFontFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkImage", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkImageFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkImageFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkLock2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkLock2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMedical", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkMedical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMedicalFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkMedicalFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMusic", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkMusic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMusicFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkMusicFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPerson", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPerson"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPersonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPersonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlay", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPost", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPost"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPostFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPostFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPpt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPpt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPptFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkPptFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRichtext", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkRichtext"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRichtextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkRichtextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRuled", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkRuled"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRuledFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkRuledFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSlides", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkSlides"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSlidesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkSlidesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSpreadsheet", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkSpreadsheet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSpreadsheetFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkSpreadsheetFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkTextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkWord", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkWord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkWordFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkWordFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkZip", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkZip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkZipFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEarmarkZipFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEasel", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEasel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEaselFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileEaselFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileExcel", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileExcel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileExcelFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileExcelFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileFont", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileFont"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileFontFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileFontFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileImage", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileImageFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileImageFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileLock2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileLock2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMedical", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileMedical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMedicalFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileMedicalFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMusic", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileMusic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMusicFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileMusicFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePerson", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePerson"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePersonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePersonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlay", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePost", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePost"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePostFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePostFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePpt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePpt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePptFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilePptFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRichtext", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileRichtext"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRichtextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileRichtextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRuled", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileRuled"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRuledFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileRuledFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSlides", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileSlides"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSlidesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileSlidesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSpreadsheet", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileSpreadsheet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSpreadsheetFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileSpreadsheetFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileTextFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileWord", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileWord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileWordFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileWordFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileZip", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileZip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileZipFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFileZipFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFiles", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFiles"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilesAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilesAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilm", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilm"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilter", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilterCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilterCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilterLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilterRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilterSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFilterSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlag", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFlag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlagFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFlagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlower1", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFlower1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlower2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFlower2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlower3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFlower3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolder", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolder"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolder2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolder2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolder2Open", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolder2Open"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderSymlink", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderSymlink"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderSymlinkFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderSymlinkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFolderX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFonts", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFonts"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconForward", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconForward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconForwardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconForwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFront", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFront"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFullscreen", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFullscreen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFullscreenExit", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFullscreenExit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFunnel", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFunnel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFunnelFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconFunnelFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGear", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGear"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGearFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGearFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGearWide", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGearWide"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGearWideConnected", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGearWideConnected"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGem", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGem"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeo", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGeo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeoAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGeoAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeoAltFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGeoAltFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeoFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGeoFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGift", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGift"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGiftFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGiftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGithub", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGithub"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGlobe", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGlobe"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGlobe2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGlobe2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGoogle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGoogle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGraphDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGraphDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGraphUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGraphUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid1x2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid1x2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid1x2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid1x2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid3x2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2Gap", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid3x2Gap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2GapFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid3x2GapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid3x3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3Gap", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid3x3Gap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3GapFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGrid3x3GapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGridFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGridFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGripHorizontal", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGripHorizontal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGripVertical", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconGripVertical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHammer", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHammer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandIndex", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHandIndex"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandIndexThumb", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHandIndexThumb"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandThumbsDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHandThumbsDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandThumbsUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHandThumbsUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandbag", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHandbag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandbagFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHandbagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHdd", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHdd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddNetwork", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddNetwork"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddNetworkFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddNetworkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddRack", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddRack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddRackFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddRackFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddStack", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddStack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddStackFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHddStackFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeadphones", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeadphones"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeadset", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeadset"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeartHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeartHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeptagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeptagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagonHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHeptagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHexagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHexagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHexagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHexagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHexagonHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHexagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglass", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHourglass"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassBottom", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHourglassBottom"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassSplit", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHourglassSplit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassTop", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHourglassTop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHouse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouseDoor", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHouseDoor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouseDoorFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHouseDoorFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouseFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHouseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHr", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconHr"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImage", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImageAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconImageAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImageFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconImageFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImages", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconImages"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInbox", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInbox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInboxFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInboxFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInboxes", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInboxes"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInboxesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInboxesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfo", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInfo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInfoCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInfoCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInfoSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInfoSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInputCursor", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInputCursor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInputCursorText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInputCursorText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInstagram", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconInstagram"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconIntersect", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconIntersect"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournal", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalAlbum", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalAlbum"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalArrowDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalArrowUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalBookmark", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalBookmark"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalBookmarkFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalBookmarkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalCode", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalMedical", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalMedical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalRichtext", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalRichtext"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalText", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournalX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournals", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJournals"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJoystick", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJoystick"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJustify", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJustify"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJustifyLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJustifyLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJustifyRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconJustifyRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKanban", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconKanban"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKanbanFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconKanbanFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKey", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconKey"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKeyFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconKeyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKeyboard", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconKeyboard"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKeyboardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconKeyboardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLadder", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLadder"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLamp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLamp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLampFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLampFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLaptop", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLaptop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLaptopFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLaptopFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayers", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayers"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayersFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayersFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayersHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayersHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebar", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutSidebar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarInset", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutSidebarInset"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarInsetReverse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutSidebarInsetReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarReverse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutSidebarReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSplit", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutSplit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextSidebar", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutTextSidebar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextSidebarReverse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutTextSidebarReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextWindow", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutTextWindow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextWindowReverse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutTextWindowReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutThreeColumns", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutThreeColumns"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutWtf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLayoutWtf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLifePreserver", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLifePreserver"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLightning", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLightning"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLightningFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLightningFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLink", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLink"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLink45deg", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLink45deg"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLinkedin", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLinkedin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconList", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconListCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListNested", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconListNested"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListOl", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconListOl"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListStars", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconListStars"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListTask", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconListTask"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListUl", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconListUl"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMailbox", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMailbox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMailbox2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMailbox2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMap", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMapFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMarkdown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMarkdown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMarkdownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMarkdownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuApp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuApp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuAppFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuAppFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButton", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuButton"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuButtonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonWide", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuButtonWide"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonWideFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuButtonWideFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMenuUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMic", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMicFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMicFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMicMute", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMicMute"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMicMuteFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMicMuteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMinecart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMinecart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMinecartLoaded", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMinecartLoaded"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMoon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMoon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMouse", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMouse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMouse2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMouse2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMouse3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMouse3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNote", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMusicNote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNoteBeamed", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMusicNoteBeamed"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNoteList", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMusicNoteList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicPlayer", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMusicPlayer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicPlayerFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconMusicPlayerFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNewspaper", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNewspaper"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodeMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNodeMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodeMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNodeMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodePlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNodePlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodePlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNodePlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNut", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNut"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNutFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconNutFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOctagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOctagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOctagonHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconOctagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOption", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconOption"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOutlet", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconOutlet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPaperclip", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPaperclip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconParagraph", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconParagraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchExclamation", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchExclamationFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchExclamationFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchQuestion", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchQuestion"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchQuestionFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPatchQuestionFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPause", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPause"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPauseBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPauseBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPauseCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPauseCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPauseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeace", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPeace"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeaceFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPeaceFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPen", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPenFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPenFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPencil", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPencil"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPencilFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPencilFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPencilSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPencilSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPentagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPentagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPentagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPentagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPentagonHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPentagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeople", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPeople"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeopleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPeopleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPercent", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPercent"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPerson", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPerson"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBadge", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonBadge"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBadgeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonBadgeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBoundingBox", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonBoundingBox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCheckFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonDash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonDashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonLinesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonLinesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonPlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPersonXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhone", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPhone"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPhoneFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneLandscape", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPhoneLandscape"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneLandscapeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPhoneLandscapeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneVibrate", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPhoneVibrate"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPieChart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPieChart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPieChartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPieChartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPip", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPipFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPipFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlay", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlayBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlayBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlayCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlayCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlug", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlug"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlugFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlugFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlusCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlusCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlusSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPlusSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPower", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPower"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPrinter", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPrinter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPrinterFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPrinterFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPuzzle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPuzzle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPuzzleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconPuzzleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestion", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestion"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionDiamond", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionDiamondFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionOctagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionOctagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconQuestionSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReceipt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReceipt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReceiptCutoff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReceiptCutoff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception0", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReception0"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception1", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReception1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReception2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReception3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception4", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReception4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecord", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecord2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecord2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecord2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecord2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecordBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecordBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecordCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecordCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRecordFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReply", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReply"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReplyAll", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReplyAll"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReplyAllFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReplyAllFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReplyFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconReplyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRss", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRss"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRssFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconRssFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconScissors", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconScissors"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconScrewdriver", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconScrewdriver"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSearch", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSearch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSegmentedNav", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSegmentedNav"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconServer", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconServer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShield", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShield"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldExclamation", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillCheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldFillCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillExclamation", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldFillExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldFillMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldFillPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldFillX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldLock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldLockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldPlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldShaded", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldShaded"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldSlash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldSlashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldSlashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShieldX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShift", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShift"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShiftFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShiftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShop", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShopWindow", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShopWindow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShuffle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconShuffle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSignpost"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSignpost2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSignpost2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSignpostFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostSplit", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSignpostSplit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostSplitFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSignpostSplitFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSim", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSim"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSimFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSimFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackward", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipBackward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipBackwardBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipBackwardBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipBackwardCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipBackwardCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipBackwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEnd", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipEnd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipEndBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipEndBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipEndCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipEndCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipEndFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForward", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipForward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipForwardBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipForwardBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipForwardCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipForwardCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipForwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipStart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipStartBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipStartBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipStartCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipStartCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSkipStartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlack", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSlack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSlashCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSlashCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSlashSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSlashSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSliders", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSliders"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSmartwatch", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSmartwatch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortAlphaDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaDownAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortAlphaDownAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortAlphaUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaUpAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortAlphaUpAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortDownAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortDownAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortNumericDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericDownAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortNumericDownAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortNumericUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericUpAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortNumericUpAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortUpAlt", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSortUpAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSoundwave", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSoundwave"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSpeaker", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSpeaker"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSpeakerFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSpeakerFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSpellcheck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSpellcheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSquareHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSquareHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStar", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStarFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStarFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStarHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStarHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStickies", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStickies"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStickiesFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStickiesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSticky", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSticky"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStickyFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStickyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStop", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopBtn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopBtnFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStoplights", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStoplights"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStoplightsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStoplightsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopwatch", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopwatch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopwatchFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconStopwatchFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSubtract", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSubtract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitClub", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitClub"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitClubFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitClubFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitDiamond", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitDiamondFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitHeart", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitHeart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitHeartFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitHeartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitSpade", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitSpade"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitSpadeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSuitSpadeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSun", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSun"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSunglasses", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconSunglasses"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTable", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTable"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTablet", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTablet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTabletFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTabletFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTabletLandscape", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTabletLandscape"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTabletLandscapeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTabletLandscapeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTag", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTagFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTags", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTags"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTagsFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTagsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephone", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephone"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneForward", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneForward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneForwardFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneForwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneInbound", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneInbound"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneInboundFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneInboundFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneMinus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneMinusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneOutbound", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneOutbound"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneOutboundFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneOutboundFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephonePlus", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephonePlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephonePlusFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephonePlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneXFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTelephoneXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTerminal", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTerminal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTerminalFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTerminalFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextCenter", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextCenter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextIndentLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextIndentLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextIndentRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextIndentRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextLeft", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextParagraph", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextParagraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextRight", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextarea", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextarea"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextareaResize", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextareaResize"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextareaT", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTextareaT"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThermometer", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconThermometer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThermometerHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconThermometerHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThreeDots", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconThreeDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThreeDotsVertical", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconThreeDotsVertical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggle2Off", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconToggle2Off"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggle2On", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconToggle2On"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggleOff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconToggleOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggleOn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconToggleOn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggles", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconToggles"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggles2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconToggles2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTools", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTools"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrash", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTrash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrash2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTrash2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrash2Fill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTrash2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrashFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTrashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTree", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTree"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTreeFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTreeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTriangle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTriangle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTriangleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTriangleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTriangleHalf", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTriangleHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrophy", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTrophy"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrophyFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTrophyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTruck", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTruck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTruckFlatbed", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTruckFlatbed"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTv", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTv"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTvFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTvFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTwitch", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTwitch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTwitter", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTwitter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconType", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconType"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeBold", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeBold"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH1", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeH1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeH2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH3", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeH3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeItalic", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeItalic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeStrikethrough", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeStrikethrough"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeUnderline", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconTypeUnderline"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiChecks", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUiChecks"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiChecksGrid", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUiChecksGrid"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiRadios", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUiRadios"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiRadiosGrid", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUiRadiosGrid"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUnion", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUnion"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUnlock", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUnlock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUnlockFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUnlockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUpc", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUpc"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUpcScan", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUpcScan"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUpload", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconUpload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVectorPen", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVectorPen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconViewList", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconViewList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconViewStacked", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconViewStacked"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVinyl", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVinyl"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVinylFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVinylFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVoicemail", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVoicemail"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeDown", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeDownFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeMute", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeMute"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeMuteFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeMuteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeOff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeOffFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeOffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeUp", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeUpFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVolumeUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVr", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconVr"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWallet", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWallet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWallet2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWallet2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWalletFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWalletFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWatch", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWatch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifi", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWifi"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifi1", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWifi1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifi2", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWifi2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifiOff", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWifiOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWindow", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWindow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWrench", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconWrench"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconX", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXCircle", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXCircleFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXDiamond", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXDiamondFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXOctagon", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXOctagonFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXSquare", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXSquareFill", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconXSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconYoutube", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconYoutube"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconZoomIn", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconZoomIn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconZoomOut", function() { return _icons__WEBPACK_IMPORTED_MODULE_0__["BIconZoomOut"]; }); /* harmony import */ var _icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIcon", function() { return _icon__WEBPACK_IMPORTED_MODULE_1__["BIcon"]; }); /* harmony import */ var _iconstack__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./iconstack */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/iconstack.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconstack", function() { return _iconstack__WEBPACK_IMPORTED_MODULE_2__["BIconstack"]; }); /* harmony import */ var _plugin__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./plugin */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/plugin.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "IconsPlugin", function() { return _plugin__WEBPACK_IMPORTED_MODULE_3__["IconsPlugin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BootstrapVueIcons", function() { return _plugin__WEBPACK_IMPORTED_MODULE_3__["BootstrapVueIcons"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "iconNames", function() { return _plugin__WEBPACK_IMPORTED_MODULE_3__["iconNames"]; }); // Icons Plugin // These re-exports are not currently used, as Webpack 4 has // issues with tree shaking re-exports of re-exports // `/src/index.js` does a single level re-export `* from './icons/icons/icons'` // Export all icons // Export helper component // Export stacking component // Plugin (an iconNames for docs) /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/plugin.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/plugin.js ***! \*******************************************************************************/ /*! exports provided: iconNames, IconsPlugin, BootstrapVueIcons */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "iconNames", function() { return iconNames; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "IconsPlugin", function() { return IconsPlugin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BootstrapVueIcons", function() { return BootstrapVueIcons; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _icon__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js"); /* harmony import */ var _iconstack__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./iconstack */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/iconstack.js"); /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); // --- BEGIN AUTO-GENERATED FILE --- // // @IconsVersion: 1.2.2 // @Generated: 2021-01-01T00:29:10.157Z // // This file is generated on each build. Do not edit this file! // Icon helper component // Icon stacking component // Icon component names for used in the docs var iconNames = [// BootstrapVue custom icon component names 'BIconBlank', // Bootstrap icon component names 'BIconAlarm', 'BIconAlarmFill', 'BIconAlignBottom', 'BIconAlignCenter', 'BIconAlignEnd', 'BIconAlignMiddle', 'BIconAlignStart', 'BIconAlignTop', 'BIconAlt', 'BIconApp', 'BIconAppIndicator', 'BIconArchive', 'BIconArchiveFill', 'BIconArrow90degDown', 'BIconArrow90degLeft', 'BIconArrow90degRight', 'BIconArrow90degUp', 'BIconArrowBarDown', 'BIconArrowBarLeft', 'BIconArrowBarRight', 'BIconArrowBarUp', 'BIconArrowClockwise', 'BIconArrowCounterclockwise', 'BIconArrowDown', 'BIconArrowDownCircle', 'BIconArrowDownCircleFill', 'BIconArrowDownLeft', 'BIconArrowDownLeftCircle', 'BIconArrowDownLeftCircleFill', 'BIconArrowDownLeftSquare', 'BIconArrowDownLeftSquareFill', 'BIconArrowDownRight', 'BIconArrowDownRightCircle', 'BIconArrowDownRightCircleFill', 'BIconArrowDownRightSquare', 'BIconArrowDownRightSquareFill', 'BIconArrowDownShort', 'BIconArrowDownSquare', 'BIconArrowDownSquareFill', 'BIconArrowDownUp', 'BIconArrowLeft', 'BIconArrowLeftCircle', 'BIconArrowLeftCircleFill', 'BIconArrowLeftRight', 'BIconArrowLeftShort', 'BIconArrowLeftSquare', 'BIconArrowLeftSquareFill', 'BIconArrowRepeat', 'BIconArrowReturnLeft', 'BIconArrowReturnRight', 'BIconArrowRight', 'BIconArrowRightCircle', 'BIconArrowRightCircleFill', 'BIconArrowRightShort', 'BIconArrowRightSquare', 'BIconArrowRightSquareFill', 'BIconArrowUp', 'BIconArrowUpCircle', 'BIconArrowUpCircleFill', 'BIconArrowUpLeft', 'BIconArrowUpLeftCircle', 'BIconArrowUpLeftCircleFill', 'BIconArrowUpLeftSquare', 'BIconArrowUpLeftSquareFill', 'BIconArrowUpRight', 'BIconArrowUpRightCircle', 'BIconArrowUpRightCircleFill', 'BIconArrowUpRightSquare', 'BIconArrowUpRightSquareFill', 'BIconArrowUpShort', 'BIconArrowUpSquare', 'BIconArrowUpSquareFill', 'BIconArrowsAngleContract', 'BIconArrowsAngleExpand', 'BIconArrowsCollapse', 'BIconArrowsExpand', 'BIconArrowsFullscreen', 'BIconArrowsMove', 'BIconAspectRatio', 'BIconAspectRatioFill', 'BIconAsterisk', 'BIconAt', 'BIconAward', 'BIconAwardFill', 'BIconBack', 'BIconBackspace', 'BIconBackspaceFill', 'BIconBackspaceReverse', 'BIconBackspaceReverseFill', 'BIconBadge4k', 'BIconBadge4kFill', 'BIconBadge8k', 'BIconBadge8kFill', 'BIconBadgeAd', 'BIconBadgeAdFill', 'BIconBadgeCc', 'BIconBadgeCcFill', 'BIconBadgeHd', 'BIconBadgeHdFill', 'BIconBadgeTm', 'BIconBadgeTmFill', 'BIconBadgeVo', 'BIconBadgeVoFill', 'BIconBag', 'BIconBagCheck', 'BIconBagCheckFill', 'BIconBagDash', 'BIconBagDashFill', 'BIconBagFill', 'BIconBagPlus', 'BIconBagPlusFill', 'BIconBagX', 'BIconBagXFill', 'BIconBarChart', 'BIconBarChartFill', 'BIconBarChartLine', 'BIconBarChartLineFill', 'BIconBarChartSteps', 'BIconBasket', 'BIconBasket2', 'BIconBasket2Fill', 'BIconBasket3', 'BIconBasket3Fill', 'BIconBasketFill', 'BIconBattery', 'BIconBatteryCharging', 'BIconBatteryFull', 'BIconBatteryHalf', 'BIconBell', 'BIconBellFill', 'BIconBezier', 'BIconBezier2', 'BIconBicycle', 'BIconBinoculars', 'BIconBinocularsFill', 'BIconBlockquoteLeft', 'BIconBlockquoteRight', 'BIconBook', 'BIconBookFill', 'BIconBookHalf', 'BIconBookmark', 'BIconBookmarkCheck', 'BIconBookmarkCheckFill', 'BIconBookmarkDash', 'BIconBookmarkDashFill', 'BIconBookmarkFill', 'BIconBookmarkHeart', 'BIconBookmarkHeartFill', 'BIconBookmarkPlus', 'BIconBookmarkPlusFill', 'BIconBookmarkStar', 'BIconBookmarkStarFill', 'BIconBookmarkX', 'BIconBookmarkXFill', 'BIconBookmarks', 'BIconBookmarksFill', 'BIconBookshelf', 'BIconBootstrap', 'BIconBootstrapFill', 'BIconBootstrapReboot', 'BIconBorderStyle', 'BIconBorderWidth', 'BIconBoundingBox', 'BIconBoundingBoxCircles', 'BIconBox', 'BIconBoxArrowDown', 'BIconBoxArrowDownLeft', 'BIconBoxArrowDownRight', 'BIconBoxArrowInDown', 'BIconBoxArrowInDownLeft', 'BIconBoxArrowInDownRight', 'BIconBoxArrowInLeft', 'BIconBoxArrowInRight', 'BIconBoxArrowInUp', 'BIconBoxArrowInUpLeft', 'BIconBoxArrowInUpRight', 'BIconBoxArrowLeft', 'BIconBoxArrowRight', 'BIconBoxArrowUp', 'BIconBoxArrowUpLeft', 'BIconBoxArrowUpRight', 'BIconBoxSeam', 'BIconBraces', 'BIconBricks', 'BIconBriefcase', 'BIconBriefcaseFill', 'BIconBrightnessAltHigh', 'BIconBrightnessAltHighFill', 'BIconBrightnessAltLow', 'BIconBrightnessAltLowFill', 'BIconBrightnessHigh', 'BIconBrightnessHighFill', 'BIconBrightnessLow', 'BIconBrightnessLowFill', 'BIconBroadcast', 'BIconBroadcastPin', 'BIconBrush', 'BIconBrushFill', 'BIconBucket', 'BIconBucketFill', 'BIconBug', 'BIconBugFill', 'BIconBuilding', 'BIconBullseye', 'BIconCalculator', 'BIconCalculatorFill', 'BIconCalendar', 'BIconCalendar2', 'BIconCalendar2Check', 'BIconCalendar2CheckFill', 'BIconCalendar2Date', 'BIconCalendar2DateFill', 'BIconCalendar2Day', 'BIconCalendar2DayFill', 'BIconCalendar2Event', 'BIconCalendar2EventFill', 'BIconCalendar2Fill', 'BIconCalendar2Minus', 'BIconCalendar2MinusFill', 'BIconCalendar2Month', 'BIconCalendar2MonthFill', 'BIconCalendar2Plus', 'BIconCalendar2PlusFill', 'BIconCalendar2Range', 'BIconCalendar2RangeFill', 'BIconCalendar2Week', 'BIconCalendar2WeekFill', 'BIconCalendar2X', 'BIconCalendar2XFill', 'BIconCalendar3', 'BIconCalendar3Event', 'BIconCalendar3EventFill', 'BIconCalendar3Fill', 'BIconCalendar3Range', 'BIconCalendar3RangeFill', 'BIconCalendar3Week', 'BIconCalendar3WeekFill', 'BIconCalendar4', 'BIconCalendar4Event', 'BIconCalendar4Range', 'BIconCalendar4Week', 'BIconCalendarCheck', 'BIconCalendarCheckFill', 'BIconCalendarDate', 'BIconCalendarDateFill', 'BIconCalendarDay', 'BIconCalendarDayFill', 'BIconCalendarEvent', 'BIconCalendarEventFill', 'BIconCalendarFill', 'BIconCalendarMinus', 'BIconCalendarMinusFill', 'BIconCalendarMonth', 'BIconCalendarMonthFill', 'BIconCalendarPlus', 'BIconCalendarPlusFill', 'BIconCalendarRange', 'BIconCalendarRangeFill', 'BIconCalendarWeek', 'BIconCalendarWeekFill', 'BIconCalendarX', 'BIconCalendarXFill', 'BIconCamera', 'BIconCamera2', 'BIconCameraFill', 'BIconCameraReels', 'BIconCameraReelsFill', 'BIconCameraVideo', 'BIconCameraVideoFill', 'BIconCameraVideoOff', 'BIconCameraVideoOffFill', 'BIconCapslock', 'BIconCapslockFill', 'BIconCardChecklist', 'BIconCardHeading', 'BIconCardImage', 'BIconCardList', 'BIconCardText', 'BIconCaretDown', 'BIconCaretDownFill', 'BIconCaretDownSquare', 'BIconCaretDownSquareFill', 'BIconCaretLeft', 'BIconCaretLeftFill', 'BIconCaretLeftSquare', 'BIconCaretLeftSquareFill', 'BIconCaretRight', 'BIconCaretRightFill', 'BIconCaretRightSquare', 'BIconCaretRightSquareFill', 'BIconCaretUp', 'BIconCaretUpFill', 'BIconCaretUpSquare', 'BIconCaretUpSquareFill', 'BIconCart', 'BIconCart2', 'BIconCart3', 'BIconCart4', 'BIconCartCheck', 'BIconCartCheckFill', 'BIconCartDash', 'BIconCartDashFill', 'BIconCartFill', 'BIconCartPlus', 'BIconCartPlusFill', 'BIconCartX', 'BIconCartXFill', 'BIconCash', 'BIconCashStack', 'BIconCast', 'BIconChat', 'BIconChatDots', 'BIconChatDotsFill', 'BIconChatFill', 'BIconChatLeft', 'BIconChatLeftDots', 'BIconChatLeftDotsFill', 'BIconChatLeftFill', 'BIconChatLeftQuote', 'BIconChatLeftQuoteFill', 'BIconChatLeftText', 'BIconChatLeftTextFill', 'BIconChatQuote', 'BIconChatQuoteFill', 'BIconChatRight', 'BIconChatRightDots', 'BIconChatRightDotsFill', 'BIconChatRightFill', 'BIconChatRightQuote', 'BIconChatRightQuoteFill', 'BIconChatRightText', 'BIconChatRightTextFill', 'BIconChatSquare', 'BIconChatSquareDots', 'BIconChatSquareDotsFill', 'BIconChatSquareFill', 'BIconChatSquareQuote', 'BIconChatSquareQuoteFill', 'BIconChatSquareText', 'BIconChatSquareTextFill', 'BIconChatText', 'BIconChatTextFill', 'BIconCheck', 'BIconCheck2', 'BIconCheck2All', 'BIconCheck2Circle', 'BIconCheck2Square', 'BIconCheckAll', 'BIconCheckCircle', 'BIconCheckCircleFill', 'BIconCheckSquare', 'BIconCheckSquareFill', 'BIconChevronBarContract', 'BIconChevronBarDown', 'BIconChevronBarExpand', 'BIconChevronBarLeft', 'BIconChevronBarRight', 'BIconChevronBarUp', 'BIconChevronCompactDown', 'BIconChevronCompactLeft', 'BIconChevronCompactRight', 'BIconChevronCompactUp', 'BIconChevronContract', 'BIconChevronDoubleDown', 'BIconChevronDoubleLeft', 'BIconChevronDoubleRight', 'BIconChevronDoubleUp', 'BIconChevronDown', 'BIconChevronExpand', 'BIconChevronLeft', 'BIconChevronRight', 'BIconChevronUp', 'BIconCircle', 'BIconCircleFill', 'BIconCircleHalf', 'BIconCircleSquare', 'BIconClipboard', 'BIconClipboardCheck', 'BIconClipboardData', 'BIconClipboardMinus', 'BIconClipboardPlus', 'BIconClipboardX', 'BIconClock', 'BIconClockFill', 'BIconClockHistory', 'BIconCloud', 'BIconCloudArrowDown', 'BIconCloudArrowDownFill', 'BIconCloudArrowUp', 'BIconCloudArrowUpFill', 'BIconCloudCheck', 'BIconCloudCheckFill', 'BIconCloudDownload', 'BIconCloudDownloadFill', 'BIconCloudFill', 'BIconCloudMinus', 'BIconCloudMinusFill', 'BIconCloudPlus', 'BIconCloudPlusFill', 'BIconCloudSlash', 'BIconCloudSlashFill', 'BIconCloudUpload', 'BIconCloudUploadFill', 'BIconCode', 'BIconCodeSlash', 'BIconCodeSquare', 'BIconCollection', 'BIconCollectionFill', 'BIconCollectionPlay', 'BIconCollectionPlayFill', 'BIconColumns', 'BIconColumnsGap', 'BIconCommand', 'BIconCompass', 'BIconCompassFill', 'BIconCone', 'BIconConeStriped', 'BIconController', 'BIconCpu', 'BIconCpuFill', 'BIconCreditCard', 'BIconCreditCard2Back', 'BIconCreditCard2BackFill', 'BIconCreditCard2Front', 'BIconCreditCard2FrontFill', 'BIconCreditCardFill', 'BIconCrop', 'BIconCup', 'BIconCupFill', 'BIconCupStraw', 'BIconCursor', 'BIconCursorFill', 'BIconCursorText', 'BIconDash', 'BIconDashCircle', 'BIconDashCircleFill', 'BIconDashSquare', 'BIconDashSquareFill', 'BIconDiagram2', 'BIconDiagram2Fill', 'BIconDiagram3', 'BIconDiagram3Fill', 'BIconDiamond', 'BIconDiamondFill', 'BIconDiamondHalf', 'BIconDice1', 'BIconDice1Fill', 'BIconDice2', 'BIconDice2Fill', 'BIconDice3', 'BIconDice3Fill', 'BIconDice4', 'BIconDice4Fill', 'BIconDice5', 'BIconDice5Fill', 'BIconDice6', 'BIconDice6Fill', 'BIconDisc', 'BIconDiscFill', 'BIconDiscord', 'BIconDisplay', 'BIconDisplayFill', 'BIconDistributeHorizontal', 'BIconDistributeVertical', 'BIconDoorClosed', 'BIconDoorClosedFill', 'BIconDoorOpen', 'BIconDoorOpenFill', 'BIconDot', 'BIconDownload', 'BIconDroplet', 'BIconDropletFill', 'BIconDropletHalf', 'BIconEarbuds', 'BIconEasel', 'BIconEaselFill', 'BIconEgg', 'BIconEggFill', 'BIconEggFried', 'BIconEject', 'BIconEjectFill', 'BIconEmojiAngry', 'BIconEmojiAngryFill', 'BIconEmojiDizzy', 'BIconEmojiDizzyFill', 'BIconEmojiExpressionless', 'BIconEmojiExpressionlessFill', 'BIconEmojiFrown', 'BIconEmojiFrownFill', 'BIconEmojiHeartEyes', 'BIconEmojiHeartEyesFill', 'BIconEmojiLaughing', 'BIconEmojiLaughingFill', 'BIconEmojiNeutral', 'BIconEmojiNeutralFill', 'BIconEmojiSmile', 'BIconEmojiSmileFill', 'BIconEmojiSmileUpsideDown', 'BIconEmojiSmileUpsideDownFill', 'BIconEmojiSunglasses', 'BIconEmojiSunglassesFill', 'BIconEmojiWink', 'BIconEmojiWinkFill', 'BIconEnvelope', 'BIconEnvelopeFill', 'BIconEnvelopeOpen', 'BIconEnvelopeOpenFill', 'BIconExclamation', 'BIconExclamationCircle', 'BIconExclamationCircleFill', 'BIconExclamationDiamond', 'BIconExclamationDiamondFill', 'BIconExclamationOctagon', 'BIconExclamationOctagonFill', 'BIconExclamationSquare', 'BIconExclamationSquareFill', 'BIconExclamationTriangle', 'BIconExclamationTriangleFill', 'BIconExclude', 'BIconEye', 'BIconEyeFill', 'BIconEyeSlash', 'BIconEyeSlashFill', 'BIconEyeglasses', 'BIconFacebook', 'BIconFile', 'BIconFileArrowDown', 'BIconFileArrowDownFill', 'BIconFileArrowUp', 'BIconFileArrowUpFill', 'BIconFileBarGraph', 'BIconFileBarGraphFill', 'BIconFileBinary', 'BIconFileBinaryFill', 'BIconFileBreak', 'BIconFileBreakFill', 'BIconFileCheck', 'BIconFileCheckFill', 'BIconFileCode', 'BIconFileCodeFill', 'BIconFileDiff', 'BIconFileDiffFill', 'BIconFileEarmark', 'BIconFileEarmarkArrowDown', 'BIconFileEarmarkArrowDownFill', 'BIconFileEarmarkArrowUp', 'BIconFileEarmarkArrowUpFill', 'BIconFileEarmarkBarGraph', 'BIconFileEarmarkBarGraphFill', 'BIconFileEarmarkBinary', 'BIconFileEarmarkBinaryFill', 'BIconFileEarmarkBreak', 'BIconFileEarmarkBreakFill', 'BIconFileEarmarkCheck', 'BIconFileEarmarkCheckFill', 'BIconFileEarmarkCode', 'BIconFileEarmarkCodeFill', 'BIconFileEarmarkDiff', 'BIconFileEarmarkDiffFill', 'BIconFileEarmarkEasel', 'BIconFileEarmarkEaselFill', 'BIconFileEarmarkExcel', 'BIconFileEarmarkExcelFill', 'BIconFileEarmarkFill', 'BIconFileEarmarkFont', 'BIconFileEarmarkFontFill', 'BIconFileEarmarkImage', 'BIconFileEarmarkImageFill', 'BIconFileEarmarkLock', 'BIconFileEarmarkLock2', 'BIconFileEarmarkLock2Fill', 'BIconFileEarmarkLockFill', 'BIconFileEarmarkMedical', 'BIconFileEarmarkMedicalFill', 'BIconFileEarmarkMinus', 'BIconFileEarmarkMinusFill', 'BIconFileEarmarkMusic', 'BIconFileEarmarkMusicFill', 'BIconFileEarmarkPerson', 'BIconFileEarmarkPersonFill', 'BIconFileEarmarkPlay', 'BIconFileEarmarkPlayFill', 'BIconFileEarmarkPlus', 'BIconFileEarmarkPlusFill', 'BIconFileEarmarkPost', 'BIconFileEarmarkPostFill', 'BIconFileEarmarkPpt', 'BIconFileEarmarkPptFill', 'BIconFileEarmarkRichtext', 'BIconFileEarmarkRichtextFill', 'BIconFileEarmarkRuled', 'BIconFileEarmarkRuledFill', 'BIconFileEarmarkSlides', 'BIconFileEarmarkSlidesFill', 'BIconFileEarmarkSpreadsheet', 'BIconFileEarmarkSpreadsheetFill', 'BIconFileEarmarkText', 'BIconFileEarmarkTextFill', 'BIconFileEarmarkWord', 'BIconFileEarmarkWordFill', 'BIconFileEarmarkX', 'BIconFileEarmarkXFill', 'BIconFileEarmarkZip', 'BIconFileEarmarkZipFill', 'BIconFileEasel', 'BIconFileEaselFill', 'BIconFileExcel', 'BIconFileExcelFill', 'BIconFileFill', 'BIconFileFont', 'BIconFileFontFill', 'BIconFileImage', 'BIconFileImageFill', 'BIconFileLock', 'BIconFileLock2', 'BIconFileLock2Fill', 'BIconFileLockFill', 'BIconFileMedical', 'BIconFileMedicalFill', 'BIconFileMinus', 'BIconFileMinusFill', 'BIconFileMusic', 'BIconFileMusicFill', 'BIconFilePerson', 'BIconFilePersonFill', 'BIconFilePlay', 'BIconFilePlayFill', 'BIconFilePlus', 'BIconFilePlusFill', 'BIconFilePost', 'BIconFilePostFill', 'BIconFilePpt', 'BIconFilePptFill', 'BIconFileRichtext', 'BIconFileRichtextFill', 'BIconFileRuled', 'BIconFileRuledFill', 'BIconFileSlides', 'BIconFileSlidesFill', 'BIconFileSpreadsheet', 'BIconFileSpreadsheetFill', 'BIconFileText', 'BIconFileTextFill', 'BIconFileWord', 'BIconFileWordFill', 'BIconFileX', 'BIconFileXFill', 'BIconFileZip', 'BIconFileZipFill', 'BIconFiles', 'BIconFilesAlt', 'BIconFilm', 'BIconFilter', 'BIconFilterCircle', 'BIconFilterCircleFill', 'BIconFilterLeft', 'BIconFilterRight', 'BIconFilterSquare', 'BIconFilterSquareFill', 'BIconFlag', 'BIconFlagFill', 'BIconFlower1', 'BIconFlower2', 'BIconFlower3', 'BIconFolder', 'BIconFolder2', 'BIconFolder2Open', 'BIconFolderCheck', 'BIconFolderFill', 'BIconFolderMinus', 'BIconFolderPlus', 'BIconFolderSymlink', 'BIconFolderSymlinkFill', 'BIconFolderX', 'BIconFonts', 'BIconForward', 'BIconForwardFill', 'BIconFront', 'BIconFullscreen', 'BIconFullscreenExit', 'BIconFunnel', 'BIconFunnelFill', 'BIconGear', 'BIconGearFill', 'BIconGearWide', 'BIconGearWideConnected', 'BIconGem', 'BIconGeo', 'BIconGeoAlt', 'BIconGeoAltFill', 'BIconGeoFill', 'BIconGift', 'BIconGiftFill', 'BIconGithub', 'BIconGlobe', 'BIconGlobe2', 'BIconGoogle', 'BIconGraphDown', 'BIconGraphUp', 'BIconGrid', 'BIconGrid1x2', 'BIconGrid1x2Fill', 'BIconGrid3x2', 'BIconGrid3x2Gap', 'BIconGrid3x2GapFill', 'BIconGrid3x3', 'BIconGrid3x3Gap', 'BIconGrid3x3GapFill', 'BIconGridFill', 'BIconGripHorizontal', 'BIconGripVertical', 'BIconHammer', 'BIconHandIndex', 'BIconHandIndexThumb', 'BIconHandThumbsDown', 'BIconHandThumbsUp', 'BIconHandbag', 'BIconHandbagFill', 'BIconHash', 'BIconHdd', 'BIconHddFill', 'BIconHddNetwork', 'BIconHddNetworkFill', 'BIconHddRack', 'BIconHddRackFill', 'BIconHddStack', 'BIconHddStackFill', 'BIconHeadphones', 'BIconHeadset', 'BIconHeart', 'BIconHeartFill', 'BIconHeartHalf', 'BIconHeptagon', 'BIconHeptagonFill', 'BIconHeptagonHalf', 'BIconHexagon', 'BIconHexagonFill', 'BIconHexagonHalf', 'BIconHourglass', 'BIconHourglassBottom', 'BIconHourglassSplit', 'BIconHourglassTop', 'BIconHouse', 'BIconHouseDoor', 'BIconHouseDoorFill', 'BIconHouseFill', 'BIconHr', 'BIconImage', 'BIconImageAlt', 'BIconImageFill', 'BIconImages', 'BIconInbox', 'BIconInboxFill', 'BIconInboxes', 'BIconInboxesFill', 'BIconInfo', 'BIconInfoCircle', 'BIconInfoCircleFill', 'BIconInfoSquare', 'BIconInfoSquareFill', 'BIconInputCursor', 'BIconInputCursorText', 'BIconInstagram', 'BIconIntersect', 'BIconJournal', 'BIconJournalAlbum', 'BIconJournalArrowDown', 'BIconJournalArrowUp', 'BIconJournalBookmark', 'BIconJournalBookmarkFill', 'BIconJournalCheck', 'BIconJournalCode', 'BIconJournalMedical', 'BIconJournalMinus', 'BIconJournalPlus', 'BIconJournalRichtext', 'BIconJournalText', 'BIconJournalX', 'BIconJournals', 'BIconJoystick', 'BIconJustify', 'BIconJustifyLeft', 'BIconJustifyRight', 'BIconKanban', 'BIconKanbanFill', 'BIconKey', 'BIconKeyFill', 'BIconKeyboard', 'BIconKeyboardFill', 'BIconLadder', 'BIconLamp', 'BIconLampFill', 'BIconLaptop', 'BIconLaptopFill', 'BIconLayers', 'BIconLayersFill', 'BIconLayersHalf', 'BIconLayoutSidebar', 'BIconLayoutSidebarInset', 'BIconLayoutSidebarInsetReverse', 'BIconLayoutSidebarReverse', 'BIconLayoutSplit', 'BIconLayoutTextSidebar', 'BIconLayoutTextSidebarReverse', 'BIconLayoutTextWindow', 'BIconLayoutTextWindowReverse', 'BIconLayoutThreeColumns', 'BIconLayoutWtf', 'BIconLifePreserver', 'BIconLightning', 'BIconLightningFill', 'BIconLink', 'BIconLink45deg', 'BIconLinkedin', 'BIconList', 'BIconListCheck', 'BIconListNested', 'BIconListOl', 'BIconListStars', 'BIconListTask', 'BIconListUl', 'BIconLock', 'BIconLockFill', 'BIconMailbox', 'BIconMailbox2', 'BIconMap', 'BIconMapFill', 'BIconMarkdown', 'BIconMarkdownFill', 'BIconMenuApp', 'BIconMenuAppFill', 'BIconMenuButton', 'BIconMenuButtonFill', 'BIconMenuButtonWide', 'BIconMenuButtonWideFill', 'BIconMenuDown', 'BIconMenuUp', 'BIconMic', 'BIconMicFill', 'BIconMicMute', 'BIconMicMuteFill', 'BIconMinecart', 'BIconMinecartLoaded', 'BIconMoon', 'BIconMouse', 'BIconMouse2', 'BIconMouse3', 'BIconMusicNote', 'BIconMusicNoteBeamed', 'BIconMusicNoteList', 'BIconMusicPlayer', 'BIconMusicPlayerFill', 'BIconNewspaper', 'BIconNodeMinus', 'BIconNodeMinusFill', 'BIconNodePlus', 'BIconNodePlusFill', 'BIconNut', 'BIconNutFill', 'BIconOctagon', 'BIconOctagonFill', 'BIconOctagonHalf', 'BIconOption', 'BIconOutlet', 'BIconPaperclip', 'BIconParagraph', 'BIconPatchCheck', 'BIconPatchCheckFill', 'BIconPatchExclamation', 'BIconPatchExclamationFill', 'BIconPatchMinus', 'BIconPatchMinusFill', 'BIconPatchPlus', 'BIconPatchPlusFill', 'BIconPatchQuestion', 'BIconPatchQuestionFill', 'BIconPause', 'BIconPauseBtn', 'BIconPauseBtnFill', 'BIconPauseCircle', 'BIconPauseCircleFill', 'BIconPauseFill', 'BIconPeace', 'BIconPeaceFill', 'BIconPen', 'BIconPenFill', 'BIconPencil', 'BIconPencilFill', 'BIconPencilSquare', 'BIconPentagon', 'BIconPentagonFill', 'BIconPentagonHalf', 'BIconPeople', 'BIconPeopleFill', 'BIconPercent', 'BIconPerson', 'BIconPersonBadge', 'BIconPersonBadgeFill', 'BIconPersonBoundingBox', 'BIconPersonCheck', 'BIconPersonCheckFill', 'BIconPersonCircle', 'BIconPersonDash', 'BIconPersonDashFill', 'BIconPersonFill', 'BIconPersonLinesFill', 'BIconPersonPlus', 'BIconPersonPlusFill', 'BIconPersonSquare', 'BIconPersonX', 'BIconPersonXFill', 'BIconPhone', 'BIconPhoneFill', 'BIconPhoneLandscape', 'BIconPhoneLandscapeFill', 'BIconPhoneVibrate', 'BIconPieChart', 'BIconPieChartFill', 'BIconPip', 'BIconPipFill', 'BIconPlay', 'BIconPlayBtn', 'BIconPlayBtnFill', 'BIconPlayCircle', 'BIconPlayCircleFill', 'BIconPlayFill', 'BIconPlug', 'BIconPlugFill', 'BIconPlus', 'BIconPlusCircle', 'BIconPlusCircleFill', 'BIconPlusSquare', 'BIconPlusSquareFill', 'BIconPower', 'BIconPrinter', 'BIconPrinterFill', 'BIconPuzzle', 'BIconPuzzleFill', 'BIconQuestion', 'BIconQuestionCircle', 'BIconQuestionCircleFill', 'BIconQuestionDiamond', 'BIconQuestionDiamondFill', 'BIconQuestionOctagon', 'BIconQuestionOctagonFill', 'BIconQuestionSquare', 'BIconQuestionSquareFill', 'BIconReceipt', 'BIconReceiptCutoff', 'BIconReception0', 'BIconReception1', 'BIconReception2', 'BIconReception3', 'BIconReception4', 'BIconRecord', 'BIconRecord2', 'BIconRecord2Fill', 'BIconRecordBtn', 'BIconRecordBtnFill', 'BIconRecordCircle', 'BIconRecordCircleFill', 'BIconRecordFill', 'BIconReply', 'BIconReplyAll', 'BIconReplyAllFill', 'BIconReplyFill', 'BIconRss', 'BIconRssFill', 'BIconScissors', 'BIconScrewdriver', 'BIconSearch', 'BIconSegmentedNav', 'BIconServer', 'BIconShare', 'BIconShareFill', 'BIconShield', 'BIconShieldCheck', 'BIconShieldExclamation', 'BIconShieldFill', 'BIconShieldFillCheck', 'BIconShieldFillExclamation', 'BIconShieldFillMinus', 'BIconShieldFillPlus', 'BIconShieldFillX', 'BIconShieldLock', 'BIconShieldLockFill', 'BIconShieldMinus', 'BIconShieldPlus', 'BIconShieldShaded', 'BIconShieldSlash', 'BIconShieldSlashFill', 'BIconShieldX', 'BIconShift', 'BIconShiftFill', 'BIconShop', 'BIconShopWindow', 'BIconShuffle', 'BIconSignpost', 'BIconSignpost2', 'BIconSignpost2Fill', 'BIconSignpostFill', 'BIconSignpostSplit', 'BIconSignpostSplitFill', 'BIconSim', 'BIconSimFill', 'BIconSkipBackward', 'BIconSkipBackwardBtn', 'BIconSkipBackwardBtnFill', 'BIconSkipBackwardCircle', 'BIconSkipBackwardCircleFill', 'BIconSkipBackwardFill', 'BIconSkipEnd', 'BIconSkipEndBtn', 'BIconSkipEndBtnFill', 'BIconSkipEndCircle', 'BIconSkipEndCircleFill', 'BIconSkipEndFill', 'BIconSkipForward', 'BIconSkipForwardBtn', 'BIconSkipForwardBtnFill', 'BIconSkipForwardCircle', 'BIconSkipForwardCircleFill', 'BIconSkipForwardFill', 'BIconSkipStart', 'BIconSkipStartBtn', 'BIconSkipStartBtnFill', 'BIconSkipStartCircle', 'BIconSkipStartCircleFill', 'BIconSkipStartFill', 'BIconSlack', 'BIconSlash', 'BIconSlashCircle', 'BIconSlashCircleFill', 'BIconSlashSquare', 'BIconSlashSquareFill', 'BIconSliders', 'BIconSmartwatch', 'BIconSortAlphaDown', 'BIconSortAlphaDownAlt', 'BIconSortAlphaUp', 'BIconSortAlphaUpAlt', 'BIconSortDown', 'BIconSortDownAlt', 'BIconSortNumericDown', 'BIconSortNumericDownAlt', 'BIconSortNumericUp', 'BIconSortNumericUpAlt', 'BIconSortUp', 'BIconSortUpAlt', 'BIconSoundwave', 'BIconSpeaker', 'BIconSpeakerFill', 'BIconSpellcheck', 'BIconSquare', 'BIconSquareFill', 'BIconSquareHalf', 'BIconStar', 'BIconStarFill', 'BIconStarHalf', 'BIconStickies', 'BIconStickiesFill', 'BIconSticky', 'BIconStickyFill', 'BIconStop', 'BIconStopBtn', 'BIconStopBtnFill', 'BIconStopCircle', 'BIconStopCircleFill', 'BIconStopFill', 'BIconStoplights', 'BIconStoplightsFill', 'BIconStopwatch', 'BIconStopwatchFill', 'BIconSubtract', 'BIconSuitClub', 'BIconSuitClubFill', 'BIconSuitDiamond', 'BIconSuitDiamondFill', 'BIconSuitHeart', 'BIconSuitHeartFill', 'BIconSuitSpade', 'BIconSuitSpadeFill', 'BIconSun', 'BIconSunglasses', 'BIconTable', 'BIconTablet', 'BIconTabletFill', 'BIconTabletLandscape', 'BIconTabletLandscapeFill', 'BIconTag', 'BIconTagFill', 'BIconTags', 'BIconTagsFill', 'BIconTelephone', 'BIconTelephoneFill', 'BIconTelephoneForward', 'BIconTelephoneForwardFill', 'BIconTelephoneInbound', 'BIconTelephoneInboundFill', 'BIconTelephoneMinus', 'BIconTelephoneMinusFill', 'BIconTelephoneOutbound', 'BIconTelephoneOutboundFill', 'BIconTelephonePlus', 'BIconTelephonePlusFill', 'BIconTelephoneX', 'BIconTelephoneXFill', 'BIconTerminal', 'BIconTerminalFill', 'BIconTextCenter', 'BIconTextIndentLeft', 'BIconTextIndentRight', 'BIconTextLeft', 'BIconTextParagraph', 'BIconTextRight', 'BIconTextarea', 'BIconTextareaResize', 'BIconTextareaT', 'BIconThermometer', 'BIconThermometerHalf', 'BIconThreeDots', 'BIconThreeDotsVertical', 'BIconToggle2Off', 'BIconToggle2On', 'BIconToggleOff', 'BIconToggleOn', 'BIconToggles', 'BIconToggles2', 'BIconTools', 'BIconTrash', 'BIconTrash2', 'BIconTrash2Fill', 'BIconTrashFill', 'BIconTree', 'BIconTreeFill', 'BIconTriangle', 'BIconTriangleFill', 'BIconTriangleHalf', 'BIconTrophy', 'BIconTrophyFill', 'BIconTruck', 'BIconTruckFlatbed', 'BIconTv', 'BIconTvFill', 'BIconTwitch', 'BIconTwitter', 'BIconType', 'BIconTypeBold', 'BIconTypeH1', 'BIconTypeH2', 'BIconTypeH3', 'BIconTypeItalic', 'BIconTypeStrikethrough', 'BIconTypeUnderline', 'BIconUiChecks', 'BIconUiChecksGrid', 'BIconUiRadios', 'BIconUiRadiosGrid', 'BIconUnion', 'BIconUnlock', 'BIconUnlockFill', 'BIconUpc', 'BIconUpcScan', 'BIconUpload', 'BIconVectorPen', 'BIconViewList', 'BIconViewStacked', 'BIconVinyl', 'BIconVinylFill', 'BIconVoicemail', 'BIconVolumeDown', 'BIconVolumeDownFill', 'BIconVolumeMute', 'BIconVolumeMuteFill', 'BIconVolumeOff', 'BIconVolumeOffFill', 'BIconVolumeUp', 'BIconVolumeUpFill', 'BIconVr', 'BIconWallet', 'BIconWallet2', 'BIconWalletFill', 'BIconWatch', 'BIconWifi', 'BIconWifi1', 'BIconWifi2', 'BIconWifiOff', 'BIconWindow', 'BIconWrench', 'BIconX', 'BIconXCircle', 'BIconXCircleFill', 'BIconXDiamond', 'BIconXDiamondFill', 'BIconXOctagon', 'BIconXOctagonFill', 'BIconXSquare', 'BIconXSquareFill', 'BIconYoutube', 'BIconZoomIn', 'BIconZoomOut']; // Export the icons plugin var IconsPlugin = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["pluginFactoryNoConfig"])({ components: { // Icon helper component BIcon: _icon__WEBPACK_IMPORTED_MODULE_1__["BIcon"], // Icon stacking component BIconstack: _iconstack__WEBPACK_IMPORTED_MODULE_2__["BIconstack"], // BootstrapVue custom icon components BIconBlank: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBlank"], // Bootstrap icon components BIconAlarm: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlarm"], BIconAlarmFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlarmFill"], BIconAlignBottom: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlignBottom"], BIconAlignCenter: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlignCenter"], BIconAlignEnd: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlignEnd"], BIconAlignMiddle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlignMiddle"], BIconAlignStart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlignStart"], BIconAlignTop: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlignTop"], BIconAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAlt"], BIconApp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconApp"], BIconAppIndicator: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAppIndicator"], BIconArchive: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArchive"], BIconArchiveFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArchiveFill"], BIconArrow90degDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrow90degDown"], BIconArrow90degLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrow90degLeft"], BIconArrow90degRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrow90degRight"], BIconArrow90degUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrow90degUp"], BIconArrowBarDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowBarDown"], BIconArrowBarLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowBarLeft"], BIconArrowBarRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowBarRight"], BIconArrowBarUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowBarUp"], BIconArrowClockwise: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowClockwise"], BIconArrowCounterclockwise: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowCounterclockwise"], BIconArrowDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDown"], BIconArrowDownCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownCircle"], BIconArrowDownCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownCircleFill"], BIconArrowDownLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownLeft"], BIconArrowDownLeftCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownLeftCircle"], BIconArrowDownLeftCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownLeftCircleFill"], BIconArrowDownLeftSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownLeftSquare"], BIconArrowDownLeftSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownLeftSquareFill"], BIconArrowDownRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownRight"], BIconArrowDownRightCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownRightCircle"], BIconArrowDownRightCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownRightCircleFill"], BIconArrowDownRightSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownRightSquare"], BIconArrowDownRightSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownRightSquareFill"], BIconArrowDownShort: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownShort"], BIconArrowDownSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownSquare"], BIconArrowDownSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownSquareFill"], BIconArrowDownUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowDownUp"], BIconArrowLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeft"], BIconArrowLeftCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeftCircle"], BIconArrowLeftCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeftCircleFill"], BIconArrowLeftRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeftRight"], BIconArrowLeftShort: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeftShort"], BIconArrowLeftSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeftSquare"], BIconArrowLeftSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowLeftSquareFill"], BIconArrowRepeat: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRepeat"], BIconArrowReturnLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowReturnLeft"], BIconArrowReturnRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowReturnRight"], BIconArrowRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRight"], BIconArrowRightCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRightCircle"], BIconArrowRightCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRightCircleFill"], BIconArrowRightShort: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRightShort"], BIconArrowRightSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRightSquare"], BIconArrowRightSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowRightSquareFill"], BIconArrowUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUp"], BIconArrowUpCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpCircle"], BIconArrowUpCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpCircleFill"], BIconArrowUpLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpLeft"], BIconArrowUpLeftCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpLeftCircle"], BIconArrowUpLeftCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpLeftCircleFill"], BIconArrowUpLeftSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpLeftSquare"], BIconArrowUpLeftSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpLeftSquareFill"], BIconArrowUpRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpRight"], BIconArrowUpRightCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpRightCircle"], BIconArrowUpRightCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpRightCircleFill"], BIconArrowUpRightSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpRightSquare"], BIconArrowUpRightSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpRightSquareFill"], BIconArrowUpShort: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpShort"], BIconArrowUpSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpSquare"], BIconArrowUpSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowUpSquareFill"], BIconArrowsAngleContract: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowsAngleContract"], BIconArrowsAngleExpand: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowsAngleExpand"], BIconArrowsCollapse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowsCollapse"], BIconArrowsExpand: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowsExpand"], BIconArrowsFullscreen: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowsFullscreen"], BIconArrowsMove: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconArrowsMove"], BIconAspectRatio: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAspectRatio"], BIconAspectRatioFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAspectRatioFill"], BIconAsterisk: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAsterisk"], BIconAt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAt"], BIconAward: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAward"], BIconAwardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconAwardFill"], BIconBack: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBack"], BIconBackspace: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBackspace"], BIconBackspaceFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBackspaceFill"], BIconBackspaceReverse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBackspaceReverse"], BIconBackspaceReverseFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBackspaceReverseFill"], BIconBadge4k: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadge4k"], BIconBadge4kFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadge4kFill"], BIconBadge8k: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadge8k"], BIconBadge8kFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadge8kFill"], BIconBadgeAd: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeAd"], BIconBadgeAdFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeAdFill"], BIconBadgeCc: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeCc"], BIconBadgeCcFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeCcFill"], BIconBadgeHd: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeHd"], BIconBadgeHdFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeHdFill"], BIconBadgeTm: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeTm"], BIconBadgeTmFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeTmFill"], BIconBadgeVo: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeVo"], BIconBadgeVoFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBadgeVoFill"], BIconBag: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBag"], BIconBagCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagCheck"], BIconBagCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagCheckFill"], BIconBagDash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagDash"], BIconBagDashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagDashFill"], BIconBagFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagFill"], BIconBagPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagPlus"], BIconBagPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagPlusFill"], BIconBagX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagX"], BIconBagXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBagXFill"], BIconBarChart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBarChart"], BIconBarChartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBarChartFill"], BIconBarChartLine: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBarChartLine"], BIconBarChartLineFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBarChartLineFill"], BIconBarChartSteps: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBarChartSteps"], BIconBasket: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBasket"], BIconBasket2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBasket2"], BIconBasket2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBasket2Fill"], BIconBasket3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBasket3"], BIconBasket3Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBasket3Fill"], BIconBasketFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBasketFill"], BIconBattery: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBattery"], BIconBatteryCharging: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBatteryCharging"], BIconBatteryFull: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBatteryFull"], BIconBatteryHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBatteryHalf"], BIconBell: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBell"], BIconBellFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBellFill"], BIconBezier: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBezier"], BIconBezier2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBezier2"], BIconBicycle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBicycle"], BIconBinoculars: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBinoculars"], BIconBinocularsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBinocularsFill"], BIconBlockquoteLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBlockquoteLeft"], BIconBlockquoteRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBlockquoteRight"], BIconBook: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBook"], BIconBookFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookFill"], BIconBookHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookHalf"], BIconBookmark: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmark"], BIconBookmarkCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkCheck"], BIconBookmarkCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkCheckFill"], BIconBookmarkDash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkDash"], BIconBookmarkDashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkDashFill"], BIconBookmarkFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkFill"], BIconBookmarkHeart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkHeart"], BIconBookmarkHeartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkHeartFill"], BIconBookmarkPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkPlus"], BIconBookmarkPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkPlusFill"], BIconBookmarkStar: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkStar"], BIconBookmarkStarFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkStarFill"], BIconBookmarkX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkX"], BIconBookmarkXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarkXFill"], BIconBookmarks: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarks"], BIconBookmarksFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookmarksFill"], BIconBookshelf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBookshelf"], BIconBootstrap: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBootstrap"], BIconBootstrapFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBootstrapFill"], BIconBootstrapReboot: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBootstrapReboot"], BIconBorderStyle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBorderStyle"], BIconBorderWidth: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBorderWidth"], BIconBoundingBox: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoundingBox"], BIconBoundingBoxCircles: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoundingBoxCircles"], BIconBox: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBox"], BIconBoxArrowDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowDown"], BIconBoxArrowDownLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowDownLeft"], BIconBoxArrowDownRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowDownRight"], BIconBoxArrowInDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInDown"], BIconBoxArrowInDownLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInDownLeft"], BIconBoxArrowInDownRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInDownRight"], BIconBoxArrowInLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInLeft"], BIconBoxArrowInRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInRight"], BIconBoxArrowInUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInUp"], BIconBoxArrowInUpLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInUpLeft"], BIconBoxArrowInUpRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowInUpRight"], BIconBoxArrowLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowLeft"], BIconBoxArrowRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowRight"], BIconBoxArrowUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowUp"], BIconBoxArrowUpLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowUpLeft"], BIconBoxArrowUpRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxArrowUpRight"], BIconBoxSeam: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBoxSeam"], BIconBraces: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBraces"], BIconBricks: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBricks"], BIconBriefcase: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBriefcase"], BIconBriefcaseFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBriefcaseFill"], BIconBrightnessAltHigh: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessAltHigh"], BIconBrightnessAltHighFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessAltHighFill"], BIconBrightnessAltLow: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessAltLow"], BIconBrightnessAltLowFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessAltLowFill"], BIconBrightnessHigh: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessHigh"], BIconBrightnessHighFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessHighFill"], BIconBrightnessLow: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessLow"], BIconBrightnessLowFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrightnessLowFill"], BIconBroadcast: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBroadcast"], BIconBroadcastPin: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBroadcastPin"], BIconBrush: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrush"], BIconBrushFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBrushFill"], BIconBucket: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBucket"], BIconBucketFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBucketFill"], BIconBug: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBug"], BIconBugFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBugFill"], BIconBuilding: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBuilding"], BIconBullseye: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconBullseye"], BIconCalculator: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalculator"], BIconCalculatorFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalculatorFill"], BIconCalendar: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar"], BIconCalendar2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2"], BIconCalendar2Check: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Check"], BIconCalendar2CheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2CheckFill"], BIconCalendar2Date: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Date"], BIconCalendar2DateFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2DateFill"], BIconCalendar2Day: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Day"], BIconCalendar2DayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2DayFill"], BIconCalendar2Event: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Event"], BIconCalendar2EventFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2EventFill"], BIconCalendar2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Fill"], BIconCalendar2Minus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Minus"], BIconCalendar2MinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2MinusFill"], BIconCalendar2Month: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Month"], BIconCalendar2MonthFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2MonthFill"], BIconCalendar2Plus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Plus"], BIconCalendar2PlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2PlusFill"], BIconCalendar2Range: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Range"], BIconCalendar2RangeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2RangeFill"], BIconCalendar2Week: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2Week"], BIconCalendar2WeekFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2WeekFill"], BIconCalendar2X: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2X"], BIconCalendar2XFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar2XFill"], BIconCalendar3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3"], BIconCalendar3Event: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3Event"], BIconCalendar3EventFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3EventFill"], BIconCalendar3Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3Fill"], BIconCalendar3Range: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3Range"], BIconCalendar3RangeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3RangeFill"], BIconCalendar3Week: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3Week"], BIconCalendar3WeekFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar3WeekFill"], BIconCalendar4: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar4"], BIconCalendar4Event: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar4Event"], BIconCalendar4Range: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar4Range"], BIconCalendar4Week: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendar4Week"], BIconCalendarCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarCheck"], BIconCalendarCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarCheckFill"], BIconCalendarDate: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarDate"], BIconCalendarDateFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarDateFill"], BIconCalendarDay: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarDay"], BIconCalendarDayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarDayFill"], BIconCalendarEvent: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarEvent"], BIconCalendarEventFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarEventFill"], BIconCalendarFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarFill"], BIconCalendarMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarMinus"], BIconCalendarMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarMinusFill"], BIconCalendarMonth: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarMonth"], BIconCalendarMonthFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarMonthFill"], BIconCalendarPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarPlus"], BIconCalendarPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarPlusFill"], BIconCalendarRange: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarRange"], BIconCalendarRangeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarRangeFill"], BIconCalendarWeek: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarWeek"], BIconCalendarWeekFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarWeekFill"], BIconCalendarX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarX"], BIconCalendarXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCalendarXFill"], BIconCamera: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCamera"], BIconCamera2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCamera2"], BIconCameraFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraFill"], BIconCameraReels: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraReels"], BIconCameraReelsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraReelsFill"], BIconCameraVideo: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraVideo"], BIconCameraVideoFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraVideoFill"], BIconCameraVideoOff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraVideoOff"], BIconCameraVideoOffFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCameraVideoOffFill"], BIconCapslock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCapslock"], BIconCapslockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCapslockFill"], BIconCardChecklist: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCardChecklist"], BIconCardHeading: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCardHeading"], BIconCardImage: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCardImage"], BIconCardList: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCardList"], BIconCardText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCardText"], BIconCaretDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretDown"], BIconCaretDownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretDownFill"], BIconCaretDownSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretDownSquare"], BIconCaretDownSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretDownSquareFill"], BIconCaretLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretLeft"], BIconCaretLeftFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretLeftFill"], BIconCaretLeftSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretLeftSquare"], BIconCaretLeftSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretLeftSquareFill"], BIconCaretRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretRight"], BIconCaretRightFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretRightFill"], BIconCaretRightSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretRightSquare"], BIconCaretRightSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretRightSquareFill"], BIconCaretUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretUp"], BIconCaretUpFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretUpFill"], BIconCaretUpSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretUpSquare"], BIconCaretUpSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCaretUpSquareFill"], BIconCart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCart"], BIconCart2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCart2"], BIconCart3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCart3"], BIconCart4: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCart4"], BIconCartCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartCheck"], BIconCartCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartCheckFill"], BIconCartDash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartDash"], BIconCartDashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartDashFill"], BIconCartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartFill"], BIconCartPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartPlus"], BIconCartPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartPlusFill"], BIconCartX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartX"], BIconCartXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCartXFill"], BIconCash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCash"], BIconCashStack: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCashStack"], BIconCast: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCast"], BIconChat: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChat"], BIconChatDots: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatDots"], BIconChatDotsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatDotsFill"], BIconChatFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatFill"], BIconChatLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeft"], BIconChatLeftDots: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftDots"], BIconChatLeftDotsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftDotsFill"], BIconChatLeftFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftFill"], BIconChatLeftQuote: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftQuote"], BIconChatLeftQuoteFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftQuoteFill"], BIconChatLeftText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftText"], BIconChatLeftTextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatLeftTextFill"], BIconChatQuote: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatQuote"], BIconChatQuoteFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatQuoteFill"], BIconChatRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRight"], BIconChatRightDots: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightDots"], BIconChatRightDotsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightDotsFill"], BIconChatRightFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightFill"], BIconChatRightQuote: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightQuote"], BIconChatRightQuoteFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightQuoteFill"], BIconChatRightText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightText"], BIconChatRightTextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatRightTextFill"], BIconChatSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquare"], BIconChatSquareDots: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareDots"], BIconChatSquareDotsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareDotsFill"], BIconChatSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareFill"], BIconChatSquareQuote: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareQuote"], BIconChatSquareQuoteFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareQuoteFill"], BIconChatSquareText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareText"], BIconChatSquareTextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatSquareTextFill"], BIconChatText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatText"], BIconChatTextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChatTextFill"], BIconCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheck"], BIconCheck2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheck2"], BIconCheck2All: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheck2All"], BIconCheck2Circle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheck2Circle"], BIconCheck2Square: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheck2Square"], BIconCheckAll: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheckAll"], BIconCheckCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheckCircle"], BIconCheckCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheckCircleFill"], BIconCheckSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheckSquare"], BIconCheckSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCheckSquareFill"], BIconChevronBarContract: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronBarContract"], BIconChevronBarDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronBarDown"], BIconChevronBarExpand: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronBarExpand"], BIconChevronBarLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronBarLeft"], BIconChevronBarRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronBarRight"], BIconChevronBarUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronBarUp"], BIconChevronCompactDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronCompactDown"], BIconChevronCompactLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronCompactLeft"], BIconChevronCompactRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronCompactRight"], BIconChevronCompactUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronCompactUp"], BIconChevronContract: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronContract"], BIconChevronDoubleDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronDoubleDown"], BIconChevronDoubleLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronDoubleLeft"], BIconChevronDoubleRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronDoubleRight"], BIconChevronDoubleUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronDoubleUp"], BIconChevronDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronDown"], BIconChevronExpand: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronExpand"], BIconChevronLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronLeft"], BIconChevronRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronRight"], BIconChevronUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconChevronUp"], BIconCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCircle"], BIconCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCircleFill"], BIconCircleHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCircleHalf"], BIconCircleSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCircleSquare"], BIconClipboard: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClipboard"], BIconClipboardCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClipboardCheck"], BIconClipboardData: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClipboardData"], BIconClipboardMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClipboardMinus"], BIconClipboardPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClipboardPlus"], BIconClipboardX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClipboardX"], BIconClock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClock"], BIconClockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClockFill"], BIconClockHistory: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconClockHistory"], BIconCloud: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloud"], BIconCloudArrowDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudArrowDown"], BIconCloudArrowDownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudArrowDownFill"], BIconCloudArrowUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudArrowUp"], BIconCloudArrowUpFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudArrowUpFill"], BIconCloudCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudCheck"], BIconCloudCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudCheckFill"], BIconCloudDownload: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudDownload"], BIconCloudDownloadFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudDownloadFill"], BIconCloudFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudFill"], BIconCloudMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudMinus"], BIconCloudMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudMinusFill"], BIconCloudPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudPlus"], BIconCloudPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudPlusFill"], BIconCloudSlash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudSlash"], BIconCloudSlashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudSlashFill"], BIconCloudUpload: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudUpload"], BIconCloudUploadFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCloudUploadFill"], BIconCode: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCode"], BIconCodeSlash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCodeSlash"], BIconCodeSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCodeSquare"], BIconCollection: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCollection"], BIconCollectionFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCollectionFill"], BIconCollectionPlay: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCollectionPlay"], BIconCollectionPlayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCollectionPlayFill"], BIconColumns: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconColumns"], BIconColumnsGap: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconColumnsGap"], BIconCommand: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCommand"], BIconCompass: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCompass"], BIconCompassFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCompassFill"], BIconCone: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCone"], BIconConeStriped: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconConeStriped"], BIconController: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconController"], BIconCpu: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCpu"], BIconCpuFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCpuFill"], BIconCreditCard: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCreditCard"], BIconCreditCard2Back: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCreditCard2Back"], BIconCreditCard2BackFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCreditCard2BackFill"], BIconCreditCard2Front: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCreditCard2Front"], BIconCreditCard2FrontFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCreditCard2FrontFill"], BIconCreditCardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCreditCardFill"], BIconCrop: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCrop"], BIconCup: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCup"], BIconCupFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCupFill"], BIconCupStraw: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCupStraw"], BIconCursor: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCursor"], BIconCursorFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCursorFill"], BIconCursorText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconCursorText"], BIconDash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDash"], BIconDashCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDashCircle"], BIconDashCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDashCircleFill"], BIconDashSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDashSquare"], BIconDashSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDashSquareFill"], BIconDiagram2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiagram2"], BIconDiagram2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiagram2Fill"], BIconDiagram3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiagram3"], BIconDiagram3Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiagram3Fill"], BIconDiamond: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiamond"], BIconDiamondFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiamondFill"], BIconDiamondHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiamondHalf"], BIconDice1: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice1"], BIconDice1Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice1Fill"], BIconDice2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice2"], BIconDice2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice2Fill"], BIconDice3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice3"], BIconDice3Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice3Fill"], BIconDice4: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice4"], BIconDice4Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice4Fill"], BIconDice5: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice5"], BIconDice5Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice5Fill"], BIconDice6: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice6"], BIconDice6Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDice6Fill"], BIconDisc: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDisc"], BIconDiscFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiscFill"], BIconDiscord: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDiscord"], BIconDisplay: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDisplay"], BIconDisplayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDisplayFill"], BIconDistributeHorizontal: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDistributeHorizontal"], BIconDistributeVertical: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDistributeVertical"], BIconDoorClosed: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDoorClosed"], BIconDoorClosedFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDoorClosedFill"], BIconDoorOpen: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDoorOpen"], BIconDoorOpenFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDoorOpenFill"], BIconDot: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDot"], BIconDownload: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDownload"], BIconDroplet: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDroplet"], BIconDropletFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDropletFill"], BIconDropletHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconDropletHalf"], BIconEarbuds: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEarbuds"], BIconEasel: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEasel"], BIconEaselFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEaselFill"], BIconEgg: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEgg"], BIconEggFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEggFill"], BIconEggFried: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEggFried"], BIconEject: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEject"], BIconEjectFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEjectFill"], BIconEmojiAngry: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiAngry"], BIconEmojiAngryFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiAngryFill"], BIconEmojiDizzy: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiDizzy"], BIconEmojiDizzyFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiDizzyFill"], BIconEmojiExpressionless: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiExpressionless"], BIconEmojiExpressionlessFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiExpressionlessFill"], BIconEmojiFrown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiFrown"], BIconEmojiFrownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiFrownFill"], BIconEmojiHeartEyes: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiHeartEyes"], BIconEmojiHeartEyesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiHeartEyesFill"], BIconEmojiLaughing: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiLaughing"], BIconEmojiLaughingFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiLaughingFill"], BIconEmojiNeutral: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiNeutral"], BIconEmojiNeutralFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiNeutralFill"], BIconEmojiSmile: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiSmile"], BIconEmojiSmileFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiSmileFill"], BIconEmojiSmileUpsideDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiSmileUpsideDown"], BIconEmojiSmileUpsideDownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiSmileUpsideDownFill"], BIconEmojiSunglasses: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiSunglasses"], BIconEmojiSunglassesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiSunglassesFill"], BIconEmojiWink: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiWink"], BIconEmojiWinkFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEmojiWinkFill"], BIconEnvelope: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEnvelope"], BIconEnvelopeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEnvelopeFill"], BIconEnvelopeOpen: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEnvelopeOpen"], BIconEnvelopeOpenFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEnvelopeOpenFill"], BIconExclamation: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamation"], BIconExclamationCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationCircle"], BIconExclamationCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationCircleFill"], BIconExclamationDiamond: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationDiamond"], BIconExclamationDiamondFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationDiamondFill"], BIconExclamationOctagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationOctagon"], BIconExclamationOctagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationOctagonFill"], BIconExclamationSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationSquare"], BIconExclamationSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationSquareFill"], BIconExclamationTriangle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationTriangle"], BIconExclamationTriangleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclamationTriangleFill"], BIconExclude: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconExclude"], BIconEye: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEye"], BIconEyeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEyeFill"], BIconEyeSlash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEyeSlash"], BIconEyeSlashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEyeSlashFill"], BIconEyeglasses: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconEyeglasses"], BIconFacebook: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFacebook"], BIconFile: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFile"], BIconFileArrowDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileArrowDown"], BIconFileArrowDownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileArrowDownFill"], BIconFileArrowUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileArrowUp"], BIconFileArrowUpFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileArrowUpFill"], BIconFileBarGraph: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileBarGraph"], BIconFileBarGraphFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileBarGraphFill"], BIconFileBinary: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileBinary"], BIconFileBinaryFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileBinaryFill"], BIconFileBreak: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileBreak"], BIconFileBreakFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileBreakFill"], BIconFileCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileCheck"], BIconFileCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileCheckFill"], BIconFileCode: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileCode"], BIconFileCodeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileCodeFill"], BIconFileDiff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileDiff"], BIconFileDiffFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileDiffFill"], BIconFileEarmark: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmark"], BIconFileEarmarkArrowDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkArrowDown"], BIconFileEarmarkArrowDownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkArrowDownFill"], BIconFileEarmarkArrowUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkArrowUp"], BIconFileEarmarkArrowUpFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkArrowUpFill"], BIconFileEarmarkBarGraph: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkBarGraph"], BIconFileEarmarkBarGraphFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkBarGraphFill"], BIconFileEarmarkBinary: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkBinary"], BIconFileEarmarkBinaryFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkBinaryFill"], BIconFileEarmarkBreak: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkBreak"], BIconFileEarmarkBreakFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkBreakFill"], BIconFileEarmarkCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkCheck"], BIconFileEarmarkCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkCheckFill"], BIconFileEarmarkCode: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkCode"], BIconFileEarmarkCodeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkCodeFill"], BIconFileEarmarkDiff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkDiff"], BIconFileEarmarkDiffFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkDiffFill"], BIconFileEarmarkEasel: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkEasel"], BIconFileEarmarkEaselFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkEaselFill"], BIconFileEarmarkExcel: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkExcel"], BIconFileEarmarkExcelFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkExcelFill"], BIconFileEarmarkFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkFill"], BIconFileEarmarkFont: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkFont"], BIconFileEarmarkFontFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkFontFill"], BIconFileEarmarkImage: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkImage"], BIconFileEarmarkImageFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkImageFill"], BIconFileEarmarkLock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkLock"], BIconFileEarmarkLock2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkLock2"], BIconFileEarmarkLock2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkLock2Fill"], BIconFileEarmarkLockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkLockFill"], BIconFileEarmarkMedical: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkMedical"], BIconFileEarmarkMedicalFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkMedicalFill"], BIconFileEarmarkMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkMinus"], BIconFileEarmarkMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkMinusFill"], BIconFileEarmarkMusic: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkMusic"], BIconFileEarmarkMusicFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkMusicFill"], BIconFileEarmarkPerson: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPerson"], BIconFileEarmarkPersonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPersonFill"], BIconFileEarmarkPlay: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPlay"], BIconFileEarmarkPlayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPlayFill"], BIconFileEarmarkPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPlus"], BIconFileEarmarkPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPlusFill"], BIconFileEarmarkPost: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPost"], BIconFileEarmarkPostFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPostFill"], BIconFileEarmarkPpt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPpt"], BIconFileEarmarkPptFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkPptFill"], BIconFileEarmarkRichtext: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkRichtext"], BIconFileEarmarkRichtextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkRichtextFill"], BIconFileEarmarkRuled: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkRuled"], BIconFileEarmarkRuledFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkRuledFill"], BIconFileEarmarkSlides: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkSlides"], BIconFileEarmarkSlidesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkSlidesFill"], BIconFileEarmarkSpreadsheet: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkSpreadsheet"], BIconFileEarmarkSpreadsheetFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkSpreadsheetFill"], BIconFileEarmarkText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkText"], BIconFileEarmarkTextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkTextFill"], BIconFileEarmarkWord: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkWord"], BIconFileEarmarkWordFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkWordFill"], BIconFileEarmarkX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkX"], BIconFileEarmarkXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkXFill"], BIconFileEarmarkZip: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkZip"], BIconFileEarmarkZipFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEarmarkZipFill"], BIconFileEasel: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEasel"], BIconFileEaselFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileEaselFill"], BIconFileExcel: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileExcel"], BIconFileExcelFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileExcelFill"], BIconFileFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileFill"], BIconFileFont: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileFont"], BIconFileFontFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileFontFill"], BIconFileImage: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileImage"], BIconFileImageFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileImageFill"], BIconFileLock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileLock"], BIconFileLock2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileLock2"], BIconFileLock2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileLock2Fill"], BIconFileLockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileLockFill"], BIconFileMedical: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileMedical"], BIconFileMedicalFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileMedicalFill"], BIconFileMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileMinus"], BIconFileMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileMinusFill"], BIconFileMusic: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileMusic"], BIconFileMusicFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileMusicFill"], BIconFilePerson: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePerson"], BIconFilePersonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePersonFill"], BIconFilePlay: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePlay"], BIconFilePlayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePlayFill"], BIconFilePlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePlus"], BIconFilePlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePlusFill"], BIconFilePost: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePost"], BIconFilePostFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePostFill"], BIconFilePpt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePpt"], BIconFilePptFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilePptFill"], BIconFileRichtext: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileRichtext"], BIconFileRichtextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileRichtextFill"], BIconFileRuled: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileRuled"], BIconFileRuledFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileRuledFill"], BIconFileSlides: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileSlides"], BIconFileSlidesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileSlidesFill"], BIconFileSpreadsheet: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileSpreadsheet"], BIconFileSpreadsheetFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileSpreadsheetFill"], BIconFileText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileText"], BIconFileTextFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileTextFill"], BIconFileWord: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileWord"], BIconFileWordFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileWordFill"], BIconFileX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileX"], BIconFileXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileXFill"], BIconFileZip: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileZip"], BIconFileZipFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFileZipFill"], BIconFiles: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFiles"], BIconFilesAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilesAlt"], BIconFilm: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilm"], BIconFilter: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilter"], BIconFilterCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilterCircle"], BIconFilterCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilterCircleFill"], BIconFilterLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilterLeft"], BIconFilterRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilterRight"], BIconFilterSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilterSquare"], BIconFilterSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFilterSquareFill"], BIconFlag: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFlag"], BIconFlagFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFlagFill"], BIconFlower1: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFlower1"], BIconFlower2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFlower2"], BIconFlower3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFlower3"], BIconFolder: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolder"], BIconFolder2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolder2"], BIconFolder2Open: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolder2Open"], BIconFolderCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderCheck"], BIconFolderFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderFill"], BIconFolderMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderMinus"], BIconFolderPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderPlus"], BIconFolderSymlink: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderSymlink"], BIconFolderSymlinkFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderSymlinkFill"], BIconFolderX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFolderX"], BIconFonts: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFonts"], BIconForward: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconForward"], BIconForwardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconForwardFill"], BIconFront: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFront"], BIconFullscreen: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFullscreen"], BIconFullscreenExit: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFullscreenExit"], BIconFunnel: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFunnel"], BIconFunnelFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconFunnelFill"], BIconGear: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGear"], BIconGearFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGearFill"], BIconGearWide: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGearWide"], BIconGearWideConnected: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGearWideConnected"], BIconGem: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGem"], BIconGeo: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGeo"], BIconGeoAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGeoAlt"], BIconGeoAltFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGeoAltFill"], BIconGeoFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGeoFill"], BIconGift: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGift"], BIconGiftFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGiftFill"], BIconGithub: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGithub"], BIconGlobe: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGlobe"], BIconGlobe2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGlobe2"], BIconGoogle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGoogle"], BIconGraphDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGraphDown"], BIconGraphUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGraphUp"], BIconGrid: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid"], BIconGrid1x2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid1x2"], BIconGrid1x2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid1x2Fill"], BIconGrid3x2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid3x2"], BIconGrid3x2Gap: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid3x2Gap"], BIconGrid3x2GapFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid3x2GapFill"], BIconGrid3x3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid3x3"], BIconGrid3x3Gap: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid3x3Gap"], BIconGrid3x3GapFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGrid3x3GapFill"], BIconGridFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGridFill"], BIconGripHorizontal: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGripHorizontal"], BIconGripVertical: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconGripVertical"], BIconHammer: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHammer"], BIconHandIndex: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHandIndex"], BIconHandIndexThumb: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHandIndexThumb"], BIconHandThumbsDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHandThumbsDown"], BIconHandThumbsUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHandThumbsUp"], BIconHandbag: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHandbag"], BIconHandbagFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHandbagFill"], BIconHash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHash"], BIconHdd: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHdd"], BIconHddFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddFill"], BIconHddNetwork: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddNetwork"], BIconHddNetworkFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddNetworkFill"], BIconHddRack: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddRack"], BIconHddRackFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddRackFill"], BIconHddStack: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddStack"], BIconHddStackFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHddStackFill"], BIconHeadphones: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeadphones"], BIconHeadset: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeadset"], BIconHeart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeart"], BIconHeartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeartFill"], BIconHeartHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeartHalf"], BIconHeptagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeptagon"], BIconHeptagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeptagonFill"], BIconHeptagonHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHeptagonHalf"], BIconHexagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHexagon"], BIconHexagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHexagonFill"], BIconHexagonHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHexagonHalf"], BIconHourglass: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHourglass"], BIconHourglassBottom: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHourglassBottom"], BIconHourglassSplit: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHourglassSplit"], BIconHourglassTop: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHourglassTop"], BIconHouse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHouse"], BIconHouseDoor: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHouseDoor"], BIconHouseDoorFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHouseDoorFill"], BIconHouseFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHouseFill"], BIconHr: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconHr"], BIconImage: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconImage"], BIconImageAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconImageAlt"], BIconImageFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconImageFill"], BIconImages: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconImages"], BIconInbox: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInbox"], BIconInboxFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInboxFill"], BIconInboxes: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInboxes"], BIconInboxesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInboxesFill"], BIconInfo: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInfo"], BIconInfoCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInfoCircle"], BIconInfoCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInfoCircleFill"], BIconInfoSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInfoSquare"], BIconInfoSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInfoSquareFill"], BIconInputCursor: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInputCursor"], BIconInputCursorText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInputCursorText"], BIconInstagram: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconInstagram"], BIconIntersect: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconIntersect"], BIconJournal: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournal"], BIconJournalAlbum: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalAlbum"], BIconJournalArrowDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalArrowDown"], BIconJournalArrowUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalArrowUp"], BIconJournalBookmark: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalBookmark"], BIconJournalBookmarkFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalBookmarkFill"], BIconJournalCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalCheck"], BIconJournalCode: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalCode"], BIconJournalMedical: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalMedical"], BIconJournalMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalMinus"], BIconJournalPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalPlus"], BIconJournalRichtext: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalRichtext"], BIconJournalText: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalText"], BIconJournalX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournalX"], BIconJournals: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJournals"], BIconJoystick: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJoystick"], BIconJustify: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJustify"], BIconJustifyLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJustifyLeft"], BIconJustifyRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconJustifyRight"], BIconKanban: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconKanban"], BIconKanbanFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconKanbanFill"], BIconKey: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconKey"], BIconKeyFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconKeyFill"], BIconKeyboard: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconKeyboard"], BIconKeyboardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconKeyboardFill"], BIconLadder: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLadder"], BIconLamp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLamp"], BIconLampFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLampFill"], BIconLaptop: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLaptop"], BIconLaptopFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLaptopFill"], BIconLayers: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayers"], BIconLayersFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayersFill"], BIconLayersHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayersHalf"], BIconLayoutSidebar: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutSidebar"], BIconLayoutSidebarInset: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutSidebarInset"], BIconLayoutSidebarInsetReverse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutSidebarInsetReverse"], BIconLayoutSidebarReverse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutSidebarReverse"], BIconLayoutSplit: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutSplit"], BIconLayoutTextSidebar: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutTextSidebar"], BIconLayoutTextSidebarReverse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutTextSidebarReverse"], BIconLayoutTextWindow: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutTextWindow"], BIconLayoutTextWindowReverse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutTextWindowReverse"], BIconLayoutThreeColumns: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutThreeColumns"], BIconLayoutWtf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLayoutWtf"], BIconLifePreserver: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLifePreserver"], BIconLightning: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLightning"], BIconLightningFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLightningFill"], BIconLink: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLink"], BIconLink45deg: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLink45deg"], BIconLinkedin: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLinkedin"], BIconList: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconList"], BIconListCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconListCheck"], BIconListNested: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconListNested"], BIconListOl: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconListOl"], BIconListStars: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconListStars"], BIconListTask: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconListTask"], BIconListUl: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconListUl"], BIconLock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLock"], BIconLockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconLockFill"], BIconMailbox: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMailbox"], BIconMailbox2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMailbox2"], BIconMap: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMap"], BIconMapFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMapFill"], BIconMarkdown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMarkdown"], BIconMarkdownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMarkdownFill"], BIconMenuApp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuApp"], BIconMenuAppFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuAppFill"], BIconMenuButton: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuButton"], BIconMenuButtonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuButtonFill"], BIconMenuButtonWide: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuButtonWide"], BIconMenuButtonWideFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuButtonWideFill"], BIconMenuDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuDown"], BIconMenuUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMenuUp"], BIconMic: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMic"], BIconMicFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMicFill"], BIconMicMute: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMicMute"], BIconMicMuteFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMicMuteFill"], BIconMinecart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMinecart"], BIconMinecartLoaded: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMinecartLoaded"], BIconMoon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMoon"], BIconMouse: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMouse"], BIconMouse2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMouse2"], BIconMouse3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMouse3"], BIconMusicNote: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMusicNote"], BIconMusicNoteBeamed: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMusicNoteBeamed"], BIconMusicNoteList: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMusicNoteList"], BIconMusicPlayer: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMusicPlayer"], BIconMusicPlayerFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconMusicPlayerFill"], BIconNewspaper: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNewspaper"], BIconNodeMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNodeMinus"], BIconNodeMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNodeMinusFill"], BIconNodePlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNodePlus"], BIconNodePlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNodePlusFill"], BIconNut: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNut"], BIconNutFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconNutFill"], BIconOctagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconOctagon"], BIconOctagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconOctagonFill"], BIconOctagonHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconOctagonHalf"], BIconOption: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconOption"], BIconOutlet: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconOutlet"], BIconPaperclip: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPaperclip"], BIconParagraph: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconParagraph"], BIconPatchCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchCheck"], BIconPatchCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchCheckFill"], BIconPatchExclamation: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchExclamation"], BIconPatchExclamationFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchExclamationFill"], BIconPatchMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchMinus"], BIconPatchMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchMinusFill"], BIconPatchPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchPlus"], BIconPatchPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchPlusFill"], BIconPatchQuestion: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchQuestion"], BIconPatchQuestionFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPatchQuestionFill"], BIconPause: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPause"], BIconPauseBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPauseBtn"], BIconPauseBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPauseBtnFill"], BIconPauseCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPauseCircle"], BIconPauseCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPauseCircleFill"], BIconPauseFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPauseFill"], BIconPeace: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPeace"], BIconPeaceFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPeaceFill"], BIconPen: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPen"], BIconPenFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPenFill"], BIconPencil: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPencil"], BIconPencilFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPencilFill"], BIconPencilSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPencilSquare"], BIconPentagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPentagon"], BIconPentagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPentagonFill"], BIconPentagonHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPentagonHalf"], BIconPeople: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPeople"], BIconPeopleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPeopleFill"], BIconPercent: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPercent"], BIconPerson: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPerson"], BIconPersonBadge: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonBadge"], BIconPersonBadgeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonBadgeFill"], BIconPersonBoundingBox: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonBoundingBox"], BIconPersonCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonCheck"], BIconPersonCheckFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonCheckFill"], BIconPersonCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonCircle"], BIconPersonDash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonDash"], BIconPersonDashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonDashFill"], BIconPersonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonFill"], BIconPersonLinesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonLinesFill"], BIconPersonPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonPlus"], BIconPersonPlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonPlusFill"], BIconPersonSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonSquare"], BIconPersonX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonX"], BIconPersonXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPersonXFill"], BIconPhone: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPhone"], BIconPhoneFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPhoneFill"], BIconPhoneLandscape: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPhoneLandscape"], BIconPhoneLandscapeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPhoneLandscapeFill"], BIconPhoneVibrate: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPhoneVibrate"], BIconPieChart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPieChart"], BIconPieChartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPieChartFill"], BIconPip: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPip"], BIconPipFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPipFill"], BIconPlay: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlay"], BIconPlayBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlayBtn"], BIconPlayBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlayBtnFill"], BIconPlayCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlayCircle"], BIconPlayCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlayCircleFill"], BIconPlayFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlayFill"], BIconPlug: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlug"], BIconPlugFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlugFill"], BIconPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlus"], BIconPlusCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlusCircle"], BIconPlusCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlusCircleFill"], BIconPlusSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlusSquare"], BIconPlusSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPlusSquareFill"], BIconPower: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPower"], BIconPrinter: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPrinter"], BIconPrinterFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPrinterFill"], BIconPuzzle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPuzzle"], BIconPuzzleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconPuzzleFill"], BIconQuestion: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestion"], BIconQuestionCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionCircle"], BIconQuestionCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionCircleFill"], BIconQuestionDiamond: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionDiamond"], BIconQuestionDiamondFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionDiamondFill"], BIconQuestionOctagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionOctagon"], BIconQuestionOctagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionOctagonFill"], BIconQuestionSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionSquare"], BIconQuestionSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconQuestionSquareFill"], BIconReceipt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReceipt"], BIconReceiptCutoff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReceiptCutoff"], BIconReception0: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReception0"], BIconReception1: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReception1"], BIconReception2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReception2"], BIconReception3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReception3"], BIconReception4: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReception4"], BIconRecord: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecord"], BIconRecord2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecord2"], BIconRecord2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecord2Fill"], BIconRecordBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecordBtn"], BIconRecordBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecordBtnFill"], BIconRecordCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecordCircle"], BIconRecordCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecordCircleFill"], BIconRecordFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRecordFill"], BIconReply: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReply"], BIconReplyAll: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReplyAll"], BIconReplyAllFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReplyAllFill"], BIconReplyFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconReplyFill"], BIconRss: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRss"], BIconRssFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconRssFill"], BIconScissors: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconScissors"], BIconScrewdriver: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconScrewdriver"], BIconSearch: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSearch"], BIconSegmentedNav: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSegmentedNav"], BIconServer: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconServer"], BIconShare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShare"], BIconShareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShareFill"], BIconShield: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShield"], BIconShieldCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldCheck"], BIconShieldExclamation: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldExclamation"], BIconShieldFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldFill"], BIconShieldFillCheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldFillCheck"], BIconShieldFillExclamation: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldFillExclamation"], BIconShieldFillMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldFillMinus"], BIconShieldFillPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldFillPlus"], BIconShieldFillX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldFillX"], BIconShieldLock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldLock"], BIconShieldLockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldLockFill"], BIconShieldMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldMinus"], BIconShieldPlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldPlus"], BIconShieldShaded: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldShaded"], BIconShieldSlash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldSlash"], BIconShieldSlashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldSlashFill"], BIconShieldX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShieldX"], BIconShift: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShift"], BIconShiftFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShiftFill"], BIconShop: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShop"], BIconShopWindow: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShopWindow"], BIconShuffle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconShuffle"], BIconSignpost: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSignpost"], BIconSignpost2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSignpost2"], BIconSignpost2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSignpost2Fill"], BIconSignpostFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSignpostFill"], BIconSignpostSplit: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSignpostSplit"], BIconSignpostSplitFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSignpostSplitFill"], BIconSim: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSim"], BIconSimFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSimFill"], BIconSkipBackward: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipBackward"], BIconSkipBackwardBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipBackwardBtn"], BIconSkipBackwardBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipBackwardBtnFill"], BIconSkipBackwardCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipBackwardCircle"], BIconSkipBackwardCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipBackwardCircleFill"], BIconSkipBackwardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipBackwardFill"], BIconSkipEnd: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipEnd"], BIconSkipEndBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipEndBtn"], BIconSkipEndBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipEndBtnFill"], BIconSkipEndCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipEndCircle"], BIconSkipEndCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipEndCircleFill"], BIconSkipEndFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipEndFill"], BIconSkipForward: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipForward"], BIconSkipForwardBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipForwardBtn"], BIconSkipForwardBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipForwardBtnFill"], BIconSkipForwardCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipForwardCircle"], BIconSkipForwardCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipForwardCircleFill"], BIconSkipForwardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipForwardFill"], BIconSkipStart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipStart"], BIconSkipStartBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipStartBtn"], BIconSkipStartBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipStartBtnFill"], BIconSkipStartCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipStartCircle"], BIconSkipStartCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipStartCircleFill"], BIconSkipStartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSkipStartFill"], BIconSlack: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSlack"], BIconSlash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSlash"], BIconSlashCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSlashCircle"], BIconSlashCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSlashCircleFill"], BIconSlashSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSlashSquare"], BIconSlashSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSlashSquareFill"], BIconSliders: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSliders"], BIconSmartwatch: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSmartwatch"], BIconSortAlphaDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortAlphaDown"], BIconSortAlphaDownAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortAlphaDownAlt"], BIconSortAlphaUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortAlphaUp"], BIconSortAlphaUpAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortAlphaUpAlt"], BIconSortDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortDown"], BIconSortDownAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortDownAlt"], BIconSortNumericDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortNumericDown"], BIconSortNumericDownAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortNumericDownAlt"], BIconSortNumericUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortNumericUp"], BIconSortNumericUpAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortNumericUpAlt"], BIconSortUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortUp"], BIconSortUpAlt: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSortUpAlt"], BIconSoundwave: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSoundwave"], BIconSpeaker: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSpeaker"], BIconSpeakerFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSpeakerFill"], BIconSpellcheck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSpellcheck"], BIconSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSquare"], BIconSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSquareFill"], BIconSquareHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSquareHalf"], BIconStar: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStar"], BIconStarFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStarFill"], BIconStarHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStarHalf"], BIconStickies: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStickies"], BIconStickiesFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStickiesFill"], BIconSticky: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSticky"], BIconStickyFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStickyFill"], BIconStop: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStop"], BIconStopBtn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopBtn"], BIconStopBtnFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopBtnFill"], BIconStopCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopCircle"], BIconStopCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopCircleFill"], BIconStopFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopFill"], BIconStoplights: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStoplights"], BIconStoplightsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStoplightsFill"], BIconStopwatch: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopwatch"], BIconStopwatchFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconStopwatchFill"], BIconSubtract: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSubtract"], BIconSuitClub: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitClub"], BIconSuitClubFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitClubFill"], BIconSuitDiamond: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitDiamond"], BIconSuitDiamondFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitDiamondFill"], BIconSuitHeart: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitHeart"], BIconSuitHeartFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitHeartFill"], BIconSuitSpade: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitSpade"], BIconSuitSpadeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSuitSpadeFill"], BIconSun: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSun"], BIconSunglasses: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconSunglasses"], BIconTable: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTable"], BIconTablet: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTablet"], BIconTabletFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTabletFill"], BIconTabletLandscape: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTabletLandscape"], BIconTabletLandscapeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTabletLandscapeFill"], BIconTag: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTag"], BIconTagFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTagFill"], BIconTags: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTags"], BIconTagsFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTagsFill"], BIconTelephone: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephone"], BIconTelephoneFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneFill"], BIconTelephoneForward: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneForward"], BIconTelephoneForwardFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneForwardFill"], BIconTelephoneInbound: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneInbound"], BIconTelephoneInboundFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneInboundFill"], BIconTelephoneMinus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneMinus"], BIconTelephoneMinusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneMinusFill"], BIconTelephoneOutbound: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneOutbound"], BIconTelephoneOutboundFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneOutboundFill"], BIconTelephonePlus: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephonePlus"], BIconTelephonePlusFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephonePlusFill"], BIconTelephoneX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneX"], BIconTelephoneXFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTelephoneXFill"], BIconTerminal: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTerminal"], BIconTerminalFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTerminalFill"], BIconTextCenter: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextCenter"], BIconTextIndentLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextIndentLeft"], BIconTextIndentRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextIndentRight"], BIconTextLeft: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextLeft"], BIconTextParagraph: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextParagraph"], BIconTextRight: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextRight"], BIconTextarea: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextarea"], BIconTextareaResize: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextareaResize"], BIconTextareaT: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTextareaT"], BIconThermometer: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconThermometer"], BIconThermometerHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconThermometerHalf"], BIconThreeDots: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconThreeDots"], BIconThreeDotsVertical: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconThreeDotsVertical"], BIconToggle2Off: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconToggle2Off"], BIconToggle2On: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconToggle2On"], BIconToggleOff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconToggleOff"], BIconToggleOn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconToggleOn"], BIconToggles: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconToggles"], BIconToggles2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconToggles2"], BIconTools: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTools"], BIconTrash: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTrash"], BIconTrash2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTrash2"], BIconTrash2Fill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTrash2Fill"], BIconTrashFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTrashFill"], BIconTree: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTree"], BIconTreeFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTreeFill"], BIconTriangle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTriangle"], BIconTriangleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTriangleFill"], BIconTriangleHalf: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTriangleHalf"], BIconTrophy: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTrophy"], BIconTrophyFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTrophyFill"], BIconTruck: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTruck"], BIconTruckFlatbed: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTruckFlatbed"], BIconTv: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTv"], BIconTvFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTvFill"], BIconTwitch: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTwitch"], BIconTwitter: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTwitter"], BIconType: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconType"], BIconTypeBold: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeBold"], BIconTypeH1: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeH1"], BIconTypeH2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeH2"], BIconTypeH3: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeH3"], BIconTypeItalic: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeItalic"], BIconTypeStrikethrough: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeStrikethrough"], BIconTypeUnderline: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconTypeUnderline"], BIconUiChecks: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUiChecks"], BIconUiChecksGrid: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUiChecksGrid"], BIconUiRadios: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUiRadios"], BIconUiRadiosGrid: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUiRadiosGrid"], BIconUnion: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUnion"], BIconUnlock: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUnlock"], BIconUnlockFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUnlockFill"], BIconUpc: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUpc"], BIconUpcScan: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUpcScan"], BIconUpload: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconUpload"], BIconVectorPen: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVectorPen"], BIconViewList: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconViewList"], BIconViewStacked: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconViewStacked"], BIconVinyl: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVinyl"], BIconVinylFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVinylFill"], BIconVoicemail: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVoicemail"], BIconVolumeDown: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeDown"], BIconVolumeDownFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeDownFill"], BIconVolumeMute: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeMute"], BIconVolumeMuteFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeMuteFill"], BIconVolumeOff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeOff"], BIconVolumeOffFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeOffFill"], BIconVolumeUp: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeUp"], BIconVolumeUpFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVolumeUpFill"], BIconVr: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconVr"], BIconWallet: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWallet"], BIconWallet2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWallet2"], BIconWalletFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWalletFill"], BIconWatch: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWatch"], BIconWifi: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWifi"], BIconWifi1: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWifi1"], BIconWifi2: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWifi2"], BIconWifiOff: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWifiOff"], BIconWindow: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWindow"], BIconWrench: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconWrench"], BIconX: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconX"], BIconXCircle: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXCircle"], BIconXCircleFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXCircleFill"], BIconXDiamond: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXDiamond"], BIconXDiamondFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXDiamondFill"], BIconXOctagon: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXOctagon"], BIconXOctagonFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXOctagonFill"], BIconXSquare: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXSquare"], BIconXSquareFill: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconXSquareFill"], BIconYoutube: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconYoutube"], BIconZoomIn: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconZoomIn"], BIconZoomOut: _icons__WEBPACK_IMPORTED_MODULE_3__["BIconZoomOut"] } }); // Export the BootstrapVueIcons plugin installer // Mainly for the stand-alone bootstrap-vue-icons.xxx.js builds var BootstrapVueIcons = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["pluginFactoryNoConfig"])({ plugins: { IconsPlugin: IconsPlugin } }, { NAME: 'BootstrapVueIcons' }); // --- END AUTO-GENERATED FILE --- /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/index.js": /*!************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/index.js ***! \************************************************************************/ /*! exports provided: install, NAME, BVConfigPlugin, BVConfig, BootstrapVue, BVModalPlugin, BVToastPlugin, IconsPlugin, BootstrapVueIcons, BIcon, BIconstack, BIconBlank, BIconAlarm, BIconAlarmFill, BIconAlignBottom, BIconAlignCenter, BIconAlignEnd, BIconAlignMiddle, BIconAlignStart, BIconAlignTop, BIconAlt, BIconApp, BIconAppIndicator, BIconArchive, BIconArchiveFill, BIconArrow90degDown, BIconArrow90degLeft, BIconArrow90degRight, BIconArrow90degUp, BIconArrowBarDown, BIconArrowBarLeft, BIconArrowBarRight, BIconArrowBarUp, BIconArrowClockwise, BIconArrowCounterclockwise, BIconArrowDown, BIconArrowDownCircle, BIconArrowDownCircleFill, BIconArrowDownLeft, BIconArrowDownLeftCircle, BIconArrowDownLeftCircleFill, BIconArrowDownLeftSquare, BIconArrowDownLeftSquareFill, BIconArrowDownRight, BIconArrowDownRightCircle, BIconArrowDownRightCircleFill, BIconArrowDownRightSquare, BIconArrowDownRightSquareFill, BIconArrowDownShort, BIconArrowDownSquare, BIconArrowDownSquareFill, BIconArrowDownUp, BIconArrowLeft, BIconArrowLeftCircle, BIconArrowLeftCircleFill, BIconArrowLeftRight, BIconArrowLeftShort, BIconArrowLeftSquare, BIconArrowLeftSquareFill, BIconArrowRepeat, BIconArrowReturnLeft, BIconArrowReturnRight, BIconArrowRight, BIconArrowRightCircle, BIconArrowRightCircleFill, BIconArrowRightShort, BIconArrowRightSquare, BIconArrowRightSquareFill, BIconArrowUp, BIconArrowUpCircle, BIconArrowUpCircleFill, BIconArrowUpLeft, BIconArrowUpLeftCircle, BIconArrowUpLeftCircleFill, BIconArrowUpLeftSquare, BIconArrowUpLeftSquareFill, BIconArrowUpRight, BIconArrowUpRightCircle, BIconArrowUpRightCircleFill, BIconArrowUpRightSquare, BIconArrowUpRightSquareFill, BIconArrowUpShort, BIconArrowUpSquare, BIconArrowUpSquareFill, BIconArrowsAngleContract, BIconArrowsAngleExpand, BIconArrowsCollapse, BIconArrowsExpand, BIconArrowsFullscreen, BIconArrowsMove, BIconAspectRatio, BIconAspectRatioFill, BIconAsterisk, BIconAt, BIconAward, BIconAwardFill, BIconBack, BIconBackspace, BIconBackspaceFill, BIconBackspaceReverse, BIconBackspaceReverseFill, BIconBadge4k, BIconBadge4kFill, BIconBadge8k, BIconBadge8kFill, BIconBadgeAd, BIconBadgeAdFill, BIconBadgeCc, BIconBadgeCcFill, BIconBadgeHd, BIconBadgeHdFill, BIconBadgeTm, BIconBadgeTmFill, BIconBadgeVo, BIconBadgeVoFill, BIconBag, BIconBagCheck, BIconBagCheckFill, BIconBagDash, BIconBagDashFill, BIconBagFill, BIconBagPlus, BIconBagPlusFill, BIconBagX, BIconBagXFill, BIconBarChart, BIconBarChartFill, BIconBarChartLine, BIconBarChartLineFill, BIconBarChartSteps, BIconBasket, BIconBasket2, BIconBasket2Fill, BIconBasket3, BIconBasket3Fill, BIconBasketFill, BIconBattery, BIconBatteryCharging, BIconBatteryFull, BIconBatteryHalf, BIconBell, BIconBellFill, BIconBezier, BIconBezier2, BIconBicycle, BIconBinoculars, BIconBinocularsFill, BIconBlockquoteLeft, BIconBlockquoteRight, BIconBook, BIconBookFill, BIconBookHalf, BIconBookmark, BIconBookmarkCheck, BIconBookmarkCheckFill, BIconBookmarkDash, BIconBookmarkDashFill, BIconBookmarkFill, BIconBookmarkHeart, BIconBookmarkHeartFill, BIconBookmarkPlus, BIconBookmarkPlusFill, BIconBookmarkStar, BIconBookmarkStarFill, BIconBookmarkX, BIconBookmarkXFill, BIconBookmarks, BIconBookmarksFill, BIconBookshelf, BIconBootstrap, BIconBootstrapFill, BIconBootstrapReboot, BIconBorderStyle, BIconBorderWidth, BIconBoundingBox, BIconBoundingBoxCircles, BIconBox, BIconBoxArrowDown, BIconBoxArrowDownLeft, BIconBoxArrowDownRight, BIconBoxArrowInDown, BIconBoxArrowInDownLeft, BIconBoxArrowInDownRight, BIconBoxArrowInLeft, BIconBoxArrowInRight, BIconBoxArrowInUp, BIconBoxArrowInUpLeft, BIconBoxArrowInUpRight, BIconBoxArrowLeft, BIconBoxArrowRight, BIconBoxArrowUp, BIconBoxArrowUpLeft, BIconBoxArrowUpRight, BIconBoxSeam, BIconBraces, BIconBricks, BIconBriefcase, BIconBriefcaseFill, BIconBrightnessAltHigh, BIconBrightnessAltHighFill, BIconBrightnessAltLow, BIconBrightnessAltLowFill, BIconBrightnessHigh, BIconBrightnessHighFill, BIconBrightnessLow, BIconBrightnessLowFill, BIconBroadcast, BIconBroadcastPin, BIconBrush, BIconBrushFill, BIconBucket, BIconBucketFill, BIconBug, BIconBugFill, BIconBuilding, BIconBullseye, BIconCalculator, BIconCalculatorFill, BIconCalendar, BIconCalendar2, BIconCalendar2Check, BIconCalendar2CheckFill, BIconCalendar2Date, BIconCalendar2DateFill, BIconCalendar2Day, BIconCalendar2DayFill, BIconCalendar2Event, BIconCalendar2EventFill, BIconCalendar2Fill, BIconCalendar2Minus, BIconCalendar2MinusFill, BIconCalendar2Month, BIconCalendar2MonthFill, BIconCalendar2Plus, BIconCalendar2PlusFill, BIconCalendar2Range, BIconCalendar2RangeFill, BIconCalendar2Week, BIconCalendar2WeekFill, BIconCalendar2X, BIconCalendar2XFill, BIconCalendar3, BIconCalendar3Event, BIconCalendar3EventFill, BIconCalendar3Fill, BIconCalendar3Range, BIconCalendar3RangeFill, BIconCalendar3Week, BIconCalendar3WeekFill, BIconCalendar4, BIconCalendar4Event, BIconCalendar4Range, BIconCalendar4Week, BIconCalendarCheck, BIconCalendarCheckFill, BIconCalendarDate, BIconCalendarDateFill, BIconCalendarDay, BIconCalendarDayFill, BIconCalendarEvent, BIconCalendarEventFill, BIconCalendarFill, BIconCalendarMinus, BIconCalendarMinusFill, BIconCalendarMonth, BIconCalendarMonthFill, BIconCalendarPlus, BIconCalendarPlusFill, BIconCalendarRange, BIconCalendarRangeFill, BIconCalendarWeek, BIconCalendarWeekFill, BIconCalendarX, BIconCalendarXFill, BIconCamera, BIconCamera2, BIconCameraFill, BIconCameraReels, BIconCameraReelsFill, BIconCameraVideo, BIconCameraVideoFill, BIconCameraVideoOff, BIconCameraVideoOffFill, BIconCapslock, BIconCapslockFill, BIconCardChecklist, BIconCardHeading, BIconCardImage, BIconCardList, BIconCardText, BIconCaretDown, BIconCaretDownFill, BIconCaretDownSquare, BIconCaretDownSquareFill, BIconCaretLeft, BIconCaretLeftFill, BIconCaretLeftSquare, BIconCaretLeftSquareFill, BIconCaretRight, BIconCaretRightFill, BIconCaretRightSquare, BIconCaretRightSquareFill, BIconCaretUp, BIconCaretUpFill, BIconCaretUpSquare, BIconCaretUpSquareFill, BIconCart, BIconCart2, BIconCart3, BIconCart4, BIconCartCheck, BIconCartCheckFill, BIconCartDash, BIconCartDashFill, BIconCartFill, BIconCartPlus, BIconCartPlusFill, BIconCartX, BIconCartXFill, BIconCash, BIconCashStack, BIconCast, BIconChat, BIconChatDots, BIconChatDotsFill, BIconChatFill, BIconChatLeft, BIconChatLeftDots, BIconChatLeftDotsFill, BIconChatLeftFill, BIconChatLeftQuote, BIconChatLeftQuoteFill, BIconChatLeftText, BIconChatLeftTextFill, BIconChatQuote, BIconChatQuoteFill, BIconChatRight, BIconChatRightDots, BIconChatRightDotsFill, BIconChatRightFill, BIconChatRightQuote, BIconChatRightQuoteFill, BIconChatRightText, BIconChatRightTextFill, BIconChatSquare, BIconChatSquareDots, BIconChatSquareDotsFill, BIconChatSquareFill, BIconChatSquareQuote, BIconChatSquareQuoteFill, BIconChatSquareText, BIconChatSquareTextFill, BIconChatText, BIconChatTextFill, BIconCheck, BIconCheck2, BIconCheck2All, BIconCheck2Circle, BIconCheck2Square, BIconCheckAll, BIconCheckCircle, BIconCheckCircleFill, BIconCheckSquare, BIconCheckSquareFill, BIconChevronBarContract, BIconChevronBarDown, BIconChevronBarExpand, BIconChevronBarLeft, BIconChevronBarRight, BIconChevronBarUp, BIconChevronCompactDown, BIconChevronCompactLeft, BIconChevronCompactRight, BIconChevronCompactUp, BIconChevronContract, BIconChevronDoubleDown, BIconChevronDoubleLeft, BIconChevronDoubleRight, BIconChevronDoubleUp, BIconChevronDown, BIconChevronExpand, BIconChevronLeft, BIconChevronRight, BIconChevronUp, BIconCircle, BIconCircleFill, BIconCircleHalf, BIconCircleSquare, BIconClipboard, BIconClipboardCheck, BIconClipboardData, BIconClipboardMinus, BIconClipboardPlus, BIconClipboardX, BIconClock, BIconClockFill, BIconClockHistory, BIconCloud, BIconCloudArrowDown, BIconCloudArrowDownFill, BIconCloudArrowUp, BIconCloudArrowUpFill, BIconCloudCheck, BIconCloudCheckFill, BIconCloudDownload, BIconCloudDownloadFill, BIconCloudFill, BIconCloudMinus, BIconCloudMinusFill, BIconCloudPlus, BIconCloudPlusFill, BIconCloudSlash, BIconCloudSlashFill, BIconCloudUpload, BIconCloudUploadFill, BIconCode, BIconCodeSlash, BIconCodeSquare, BIconCollection, BIconCollectionFill, BIconCollectionPlay, BIconCollectionPlayFill, BIconColumns, BIconColumnsGap, BIconCommand, BIconCompass, BIconCompassFill, BIconCone, BIconConeStriped, BIconController, BIconCpu, BIconCpuFill, BIconCreditCard, BIconCreditCard2Back, BIconCreditCard2BackFill, BIconCreditCard2Front, BIconCreditCard2FrontFill, BIconCreditCardFill, BIconCrop, BIconCup, BIconCupFill, BIconCupStraw, BIconCursor, BIconCursorFill, BIconCursorText, BIconDash, BIconDashCircle, BIconDashCircleFill, BIconDashSquare, BIconDashSquareFill, BIconDiagram2, BIconDiagram2Fill, BIconDiagram3, BIconDiagram3Fill, BIconDiamond, BIconDiamondFill, BIconDiamondHalf, BIconDice1, BIconDice1Fill, BIconDice2, BIconDice2Fill, BIconDice3, BIconDice3Fill, BIconDice4, BIconDice4Fill, BIconDice5, BIconDice5Fill, BIconDice6, BIconDice6Fill, BIconDisc, BIconDiscFill, BIconDiscord, BIconDisplay, BIconDisplayFill, BIconDistributeHorizontal, BIconDistributeVertical, BIconDoorClosed, BIconDoorClosedFill, BIconDoorOpen, BIconDoorOpenFill, BIconDot, BIconDownload, BIconDroplet, BIconDropletFill, BIconDropletHalf, BIconEarbuds, BIconEasel, BIconEaselFill, BIconEgg, BIconEggFill, BIconEggFried, BIconEject, BIconEjectFill, BIconEmojiAngry, BIconEmojiAngryFill, BIconEmojiDizzy, BIconEmojiDizzyFill, BIconEmojiExpressionless, BIconEmojiExpressionlessFill, BIconEmojiFrown, BIconEmojiFrownFill, BIconEmojiHeartEyes, BIconEmojiHeartEyesFill, BIconEmojiLaughing, BIconEmojiLaughingFill, BIconEmojiNeutral, BIconEmojiNeutralFill, BIconEmojiSmile, BIconEmojiSmileFill, BIconEmojiSmileUpsideDown, BIconEmojiSmileUpsideDownFill, BIconEmojiSunglasses, BIconEmojiSunglassesFill, BIconEmojiWink, BIconEmojiWinkFill, BIconEnvelope, BIconEnvelopeFill, BIconEnvelopeOpen, BIconEnvelopeOpenFill, BIconExclamation, BIconExclamationCircle, BIconExclamationCircleFill, BIconExclamationDiamond, BIconExclamationDiamondFill, BIconExclamationOctagon, BIconExclamationOctagonFill, BIconExclamationSquare, BIconExclamationSquareFill, BIconExclamationTriangle, BIconExclamationTriangleFill, BIconExclude, BIconEye, BIconEyeFill, BIconEyeSlash, BIconEyeSlashFill, BIconEyeglasses, BIconFacebook, BIconFile, BIconFileArrowDown, BIconFileArrowDownFill, BIconFileArrowUp, BIconFileArrowUpFill, BIconFileBarGraph, BIconFileBarGraphFill, BIconFileBinary, BIconFileBinaryFill, BIconFileBreak, BIconFileBreakFill, BIconFileCheck, BIconFileCheckFill, BIconFileCode, BIconFileCodeFill, BIconFileDiff, BIconFileDiffFill, BIconFileEarmark, BIconFileEarmarkArrowDown, BIconFileEarmarkArrowDownFill, BIconFileEarmarkArrowUp, BIconFileEarmarkArrowUpFill, BIconFileEarmarkBarGraph, BIconFileEarmarkBarGraphFill, BIconFileEarmarkBinary, BIconFileEarmarkBinaryFill, BIconFileEarmarkBreak, BIconFileEarmarkBreakFill, BIconFileEarmarkCheck, BIconFileEarmarkCheckFill, BIconFileEarmarkCode, BIconFileEarmarkCodeFill, BIconFileEarmarkDiff, BIconFileEarmarkDiffFill, BIconFileEarmarkEasel, BIconFileEarmarkEaselFill, BIconFileEarmarkExcel, BIconFileEarmarkExcelFill, BIconFileEarmarkFill, BIconFileEarmarkFont, BIconFileEarmarkFontFill, BIconFileEarmarkImage, BIconFileEarmarkImageFill, BIconFileEarmarkLock, BIconFileEarmarkLock2, BIconFileEarmarkLock2Fill, BIconFileEarmarkLockFill, BIconFileEarmarkMedical, BIconFileEarmarkMedicalFill, BIconFileEarmarkMinus, BIconFileEarmarkMinusFill, BIconFileEarmarkMusic, BIconFileEarmarkMusicFill, BIconFileEarmarkPerson, BIconFileEarmarkPersonFill, BIconFileEarmarkPlay, BIconFileEarmarkPlayFill, BIconFileEarmarkPlus, BIconFileEarmarkPlusFill, BIconFileEarmarkPost, BIconFileEarmarkPostFill, BIconFileEarmarkPpt, BIconFileEarmarkPptFill, BIconFileEarmarkRichtext, BIconFileEarmarkRichtextFill, BIconFileEarmarkRuled, BIconFileEarmarkRuledFill, BIconFileEarmarkSlides, BIconFileEarmarkSlidesFill, BIconFileEarmarkSpreadsheet, BIconFileEarmarkSpreadsheetFill, BIconFileEarmarkText, BIconFileEarmarkTextFill, BIconFileEarmarkWord, BIconFileEarmarkWordFill, BIconFileEarmarkX, BIconFileEarmarkXFill, BIconFileEarmarkZip, BIconFileEarmarkZipFill, BIconFileEasel, BIconFileEaselFill, BIconFileExcel, BIconFileExcelFill, BIconFileFill, BIconFileFont, BIconFileFontFill, BIconFileImage, BIconFileImageFill, BIconFileLock, BIconFileLock2, BIconFileLock2Fill, BIconFileLockFill, BIconFileMedical, BIconFileMedicalFill, BIconFileMinus, BIconFileMinusFill, BIconFileMusic, BIconFileMusicFill, BIconFilePerson, BIconFilePersonFill, BIconFilePlay, BIconFilePlayFill, BIconFilePlus, BIconFilePlusFill, BIconFilePost, BIconFilePostFill, BIconFilePpt, BIconFilePptFill, BIconFileRichtext, BIconFileRichtextFill, BIconFileRuled, BIconFileRuledFill, BIconFileSlides, BIconFileSlidesFill, BIconFileSpreadsheet, BIconFileSpreadsheetFill, BIconFileText, BIconFileTextFill, BIconFileWord, BIconFileWordFill, BIconFileX, BIconFileXFill, BIconFileZip, BIconFileZipFill, BIconFiles, BIconFilesAlt, BIconFilm, BIconFilter, BIconFilterCircle, BIconFilterCircleFill, BIconFilterLeft, BIconFilterRight, BIconFilterSquare, BIconFilterSquareFill, BIconFlag, BIconFlagFill, BIconFlower1, BIconFlower2, BIconFlower3, BIconFolder, BIconFolder2, BIconFolder2Open, BIconFolderCheck, BIconFolderFill, BIconFolderMinus, BIconFolderPlus, BIconFolderSymlink, BIconFolderSymlinkFill, BIconFolderX, BIconFonts, BIconForward, BIconForwardFill, BIconFront, BIconFullscreen, BIconFullscreenExit, BIconFunnel, BIconFunnelFill, BIconGear, BIconGearFill, BIconGearWide, BIconGearWideConnected, BIconGem, BIconGeo, BIconGeoAlt, BIconGeoAltFill, BIconGeoFill, BIconGift, BIconGiftFill, BIconGithub, BIconGlobe, BIconGlobe2, BIconGoogle, BIconGraphDown, BIconGraphUp, BIconGrid, BIconGrid1x2, BIconGrid1x2Fill, BIconGrid3x2, BIconGrid3x2Gap, BIconGrid3x2GapFill, BIconGrid3x3, BIconGrid3x3Gap, BIconGrid3x3GapFill, BIconGridFill, BIconGripHorizontal, BIconGripVertical, BIconHammer, BIconHandIndex, BIconHandIndexThumb, BIconHandThumbsDown, BIconHandThumbsUp, BIconHandbag, BIconHandbagFill, BIconHash, BIconHdd, BIconHddFill, BIconHddNetwork, BIconHddNetworkFill, BIconHddRack, BIconHddRackFill, BIconHddStack, BIconHddStackFill, BIconHeadphones, BIconHeadset, BIconHeart, BIconHeartFill, BIconHeartHalf, BIconHeptagon, BIconHeptagonFill, BIconHeptagonHalf, BIconHexagon, BIconHexagonFill, BIconHexagonHalf, BIconHourglass, BIconHourglassBottom, BIconHourglassSplit, BIconHourglassTop, BIconHouse, BIconHouseDoor, BIconHouseDoorFill, BIconHouseFill, BIconHr, BIconImage, BIconImageAlt, BIconImageFill, BIconImages, BIconInbox, BIconInboxFill, BIconInboxes, BIconInboxesFill, BIconInfo, BIconInfoCircle, BIconInfoCircleFill, BIconInfoSquare, BIconInfoSquareFill, BIconInputCursor, BIconInputCursorText, BIconInstagram, BIconIntersect, BIconJournal, BIconJournalAlbum, BIconJournalArrowDown, BIconJournalArrowUp, BIconJournalBookmark, BIconJournalBookmarkFill, BIconJournalCheck, BIconJournalCode, BIconJournalMedical, BIconJournalMinus, BIconJournalPlus, BIconJournalRichtext, BIconJournalText, BIconJournalX, BIconJournals, BIconJoystick, BIconJustify, BIconJustifyLeft, BIconJustifyRight, BIconKanban, BIconKanbanFill, BIconKey, BIconKeyFill, BIconKeyboard, BIconKeyboardFill, BIconLadder, BIconLamp, BIconLampFill, BIconLaptop, BIconLaptopFill, BIconLayers, BIconLayersFill, BIconLayersHalf, BIconLayoutSidebar, BIconLayoutSidebarInset, BIconLayoutSidebarInsetReverse, BIconLayoutSidebarReverse, BIconLayoutSplit, BIconLayoutTextSidebar, BIconLayoutTextSidebarReverse, BIconLayoutTextWindow, BIconLayoutTextWindowReverse, BIconLayoutThreeColumns, BIconLayoutWtf, BIconLifePreserver, BIconLightning, BIconLightningFill, BIconLink, BIconLink45deg, BIconLinkedin, BIconList, BIconListCheck, BIconListNested, BIconListOl, BIconListStars, BIconListTask, BIconListUl, BIconLock, BIconLockFill, BIconMailbox, BIconMailbox2, BIconMap, BIconMapFill, BIconMarkdown, BIconMarkdownFill, BIconMenuApp, BIconMenuAppFill, BIconMenuButton, BIconMenuButtonFill, BIconMenuButtonWide, BIconMenuButtonWideFill, BIconMenuDown, BIconMenuUp, BIconMic, BIconMicFill, BIconMicMute, BIconMicMuteFill, BIconMinecart, BIconMinecartLoaded, BIconMoon, BIconMouse, BIconMouse2, BIconMouse3, BIconMusicNote, BIconMusicNoteBeamed, BIconMusicNoteList, BIconMusicPlayer, BIconMusicPlayerFill, BIconNewspaper, BIconNodeMinus, BIconNodeMinusFill, BIconNodePlus, BIconNodePlusFill, BIconNut, BIconNutFill, BIconOctagon, BIconOctagonFill, BIconOctagonHalf, BIconOption, BIconOutlet, BIconPaperclip, BIconParagraph, BIconPatchCheck, BIconPatchCheckFill, BIconPatchExclamation, BIconPatchExclamationFill, BIconPatchMinus, BIconPatchMinusFill, BIconPatchPlus, BIconPatchPlusFill, BIconPatchQuestion, BIconPatchQuestionFill, BIconPause, BIconPauseBtn, BIconPauseBtnFill, BIconPauseCircle, BIconPauseCircleFill, BIconPauseFill, BIconPeace, BIconPeaceFill, BIconPen, BIconPenFill, BIconPencil, BIconPencilFill, BIconPencilSquare, BIconPentagon, BIconPentagonFill, BIconPentagonHalf, BIconPeople, BIconPeopleFill, BIconPercent, BIconPerson, BIconPersonBadge, BIconPersonBadgeFill, BIconPersonBoundingBox, BIconPersonCheck, BIconPersonCheckFill, BIconPersonCircle, BIconPersonDash, BIconPersonDashFill, BIconPersonFill, BIconPersonLinesFill, BIconPersonPlus, BIconPersonPlusFill, BIconPersonSquare, BIconPersonX, BIconPersonXFill, BIconPhone, BIconPhoneFill, BIconPhoneLandscape, BIconPhoneLandscapeFill, BIconPhoneVibrate, BIconPieChart, BIconPieChartFill, BIconPip, BIconPipFill, BIconPlay, BIconPlayBtn, BIconPlayBtnFill, BIconPlayCircle, BIconPlayCircleFill, BIconPlayFill, BIconPlug, BIconPlugFill, BIconPlus, BIconPlusCircle, BIconPlusCircleFill, BIconPlusSquare, BIconPlusSquareFill, BIconPower, BIconPrinter, BIconPrinterFill, BIconPuzzle, BIconPuzzleFill, BIconQuestion, BIconQuestionCircle, BIconQuestionCircleFill, BIconQuestionDiamond, BIconQuestionDiamondFill, BIconQuestionOctagon, BIconQuestionOctagonFill, BIconQuestionSquare, BIconQuestionSquareFill, BIconReceipt, BIconReceiptCutoff, BIconReception0, BIconReception1, BIconReception2, BIconReception3, BIconReception4, BIconRecord, BIconRecord2, BIconRecord2Fill, BIconRecordBtn, BIconRecordBtnFill, BIconRecordCircle, BIconRecordCircleFill, BIconRecordFill, BIconReply, BIconReplyAll, BIconReplyAllFill, BIconReplyFill, BIconRss, BIconRssFill, BIconScissors, BIconScrewdriver, BIconSearch, BIconSegmentedNav, BIconServer, BIconShare, BIconShareFill, BIconShield, BIconShieldCheck, BIconShieldExclamation, BIconShieldFill, BIconShieldFillCheck, BIconShieldFillExclamation, BIconShieldFillMinus, BIconShieldFillPlus, BIconShieldFillX, BIconShieldLock, BIconShieldLockFill, BIconShieldMinus, BIconShieldPlus, BIconShieldShaded, BIconShieldSlash, BIconShieldSlashFill, BIconShieldX, BIconShift, BIconShiftFill, BIconShop, BIconShopWindow, BIconShuffle, BIconSignpost, BIconSignpost2, BIconSignpost2Fill, BIconSignpostFill, BIconSignpostSplit, BIconSignpostSplitFill, BIconSim, BIconSimFill, BIconSkipBackward, BIconSkipBackwardBtn, BIconSkipBackwardBtnFill, BIconSkipBackwardCircle, BIconSkipBackwardCircleFill, BIconSkipBackwardFill, BIconSkipEnd, BIconSkipEndBtn, BIconSkipEndBtnFill, BIconSkipEndCircle, BIconSkipEndCircleFill, BIconSkipEndFill, BIconSkipForward, BIconSkipForwardBtn, BIconSkipForwardBtnFill, BIconSkipForwardCircle, BIconSkipForwardCircleFill, BIconSkipForwardFill, BIconSkipStart, BIconSkipStartBtn, BIconSkipStartBtnFill, BIconSkipStartCircle, BIconSkipStartCircleFill, BIconSkipStartFill, BIconSlack, BIconSlash, BIconSlashCircle, BIconSlashCircleFill, BIconSlashSquare, BIconSlashSquareFill, BIconSliders, BIconSmartwatch, BIconSortAlphaDown, BIconSortAlphaDownAlt, BIconSortAlphaUp, BIconSortAlphaUpAlt, BIconSortDown, BIconSortDownAlt, BIconSortNumericDown, BIconSortNumericDownAlt, BIconSortNumericUp, BIconSortNumericUpAlt, BIconSortUp, BIconSortUpAlt, BIconSoundwave, BIconSpeaker, BIconSpeakerFill, BIconSpellcheck, BIconSquare, BIconSquareFill, BIconSquareHalf, BIconStar, BIconStarFill, BIconStarHalf, BIconStickies, BIconStickiesFill, BIconSticky, BIconStickyFill, BIconStop, BIconStopBtn, BIconStopBtnFill, BIconStopCircle, BIconStopCircleFill, BIconStopFill, BIconStoplights, BIconStoplightsFill, BIconStopwatch, BIconStopwatchFill, BIconSubtract, BIconSuitClub, BIconSuitClubFill, BIconSuitDiamond, BIconSuitDiamondFill, BIconSuitHeart, BIconSuitHeartFill, BIconSuitSpade, BIconSuitSpadeFill, BIconSun, BIconSunglasses, BIconTable, BIconTablet, BIconTabletFill, BIconTabletLandscape, BIconTabletLandscapeFill, BIconTag, BIconTagFill, BIconTags, BIconTagsFill, BIconTelephone, BIconTelephoneFill, BIconTelephoneForward, BIconTelephoneForwardFill, BIconTelephoneInbound, BIconTelephoneInboundFill, BIconTelephoneMinus, BIconTelephoneMinusFill, BIconTelephoneOutbound, BIconTelephoneOutboundFill, BIconTelephonePlus, BIconTelephonePlusFill, BIconTelephoneX, BIconTelephoneXFill, BIconTerminal, BIconTerminalFill, BIconTextCenter, BIconTextIndentLeft, BIconTextIndentRight, BIconTextLeft, BIconTextParagraph, BIconTextRight, BIconTextarea, BIconTextareaResize, BIconTextareaT, BIconThermometer, BIconThermometerHalf, BIconThreeDots, BIconThreeDotsVertical, BIconToggle2Off, BIconToggle2On, BIconToggleOff, BIconToggleOn, BIconToggles, BIconToggles2, BIconTools, BIconTrash, BIconTrash2, BIconTrash2Fill, BIconTrashFill, BIconTree, BIconTreeFill, BIconTriangle, BIconTriangleFill, BIconTriangleHalf, BIconTrophy, BIconTrophyFill, BIconTruck, BIconTruckFlatbed, BIconTv, BIconTvFill, BIconTwitch, BIconTwitter, BIconType, BIconTypeBold, BIconTypeH1, BIconTypeH2, BIconTypeH3, BIconTypeItalic, BIconTypeStrikethrough, BIconTypeUnderline, BIconUiChecks, BIconUiChecksGrid, BIconUiRadios, BIconUiRadiosGrid, BIconUnion, BIconUnlock, BIconUnlockFill, BIconUpc, BIconUpcScan, BIconUpload, BIconVectorPen, BIconViewList, BIconViewStacked, BIconVinyl, BIconVinylFill, BIconVoicemail, BIconVolumeDown, BIconVolumeDownFill, BIconVolumeMute, BIconVolumeMuteFill, BIconVolumeOff, BIconVolumeOffFill, BIconVolumeUp, BIconVolumeUpFill, BIconVr, BIconWallet, BIconWallet2, BIconWalletFill, BIconWatch, BIconWifi, BIconWifi1, BIconWifi2, BIconWifiOff, BIconWindow, BIconWrench, BIconX, BIconXCircle, BIconXCircleFill, BIconXDiamond, BIconXDiamondFill, BIconXOctagon, BIconXOctagonFill, BIconXSquare, BIconXSquareFill, BIconYoutube, BIconZoomIn, BIconZoomOut, AlertPlugin, BAlert, AspectPlugin, BAspect, AvatarPlugin, BAvatar, BAvatarGroup, BadgePlugin, BBadge, BreadcrumbPlugin, BBreadcrumb, BBreadcrumbItem, ButtonPlugin, BButton, BButtonClose, ButtonGroupPlugin, BButtonGroup, ButtonToolbarPlugin, BButtonToolbar, CalendarPlugin, BCalendar, CardPlugin, BCard, BCardBody, BCardFooter, BCardGroup, BCardHeader, BCardImg, BCardImgLazy, BCardSubTitle, BCardText, BCardTitle, CarouselPlugin, BCarousel, BCarouselSlide, CollapsePlugin, BCollapse, DropdownPlugin, BDropdown, BDropdownItem, BDropdownItemButton, BDropdownDivider, BDropdownForm, BDropdownGroup, BDropdownHeader, BDropdownText, EmbedPlugin, BEmbed, FormPlugin, BForm, BFormDatalist, BFormText, BFormInvalidFeedback, BFormValidFeedback, FormCheckboxPlugin, BFormCheckbox, BFormCheckboxGroup, FormDatepickerPlugin, BFormDatepicker, FormFilePlugin, BFormFile, FormGroupPlugin, BFormGroup, FormInputPlugin, BFormInput, FormRadioPlugin, BFormRadio, BFormRadioGroup, FormRatingPlugin, BFormRating, FormTagsPlugin, BFormTags, BFormTag, FormSelectPlugin, BFormSelect, BFormSelectOption, BFormSelectOptionGroup, FormSpinbuttonPlugin, BFormSpinbutton, FormTextareaPlugin, BFormTextarea, FormTimepickerPlugin, BFormTimepicker, ImagePlugin, BImg, BImgLazy, InputGroupPlugin, BInputGroup, BInputGroupAddon, BInputGroupAppend, BInputGroupPrepend, BInputGroupText, JumbotronPlugin, BJumbotron, LayoutPlugin, BContainer, BRow, BCol, BFormRow, LinkPlugin, BLink, ListGroupPlugin, BListGroup, BListGroupItem, MediaPlugin, BMedia, BMediaAside, BMediaBody, ModalPlugin, BModal, NavPlugin, BNav, BNavForm, BNavItem, BNavItemDropdown, BNavText, NavbarPlugin, BNavbar, BNavbarBrand, BNavbarNav, BNavbarToggle, OverlayPlugin, BOverlay, PaginationPlugin, BPagination, PaginationNavPlugin, BPaginationNav, PopoverPlugin, BPopover, ProgressPlugin, BProgress, BProgressBar, SidebarPlugin, BSidebar, SkeletonPlugin, BSkeleton, BSkeletonIcon, BSkeletonImg, BSkeletonTable, BSkeletonWrapper, SpinnerPlugin, BSpinner, TablePlugin, TableLitePlugin, TableSimplePlugin, BTable, BTableLite, BTableSimple, BTbody, BThead, BTfoot, BTr, BTh, BTd, TabsPlugin, BTabs, BTab, TimePlugin, BTime, ToastPlugin, BToast, BToaster, TooltipPlugin, BTooltip, VBHoverPlugin, VBHover, VBModalPlugin, VBModal, VBPopoverPlugin, VBPopover, VBScrollspyPlugin, VBScrollspy, VBTogglePlugin, VBToggle, VBTooltipPlugin, VBTooltip, VBVisiblePlugin, VBVisible, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "install", function() { return install; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NAME", function() { return NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BootstrapVue", function() { return BootstrapVue; }); /* harmony import */ var _utils_plugins__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./utils/plugins */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js"); /* harmony import */ var _components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/index.js"); /* harmony import */ var _directives__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./directives */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/index.js"); /* harmony import */ var _bv_config__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./bv-config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/bv-config.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BVConfigPlugin", function() { return _bv_config__WEBPACK_IMPORTED_MODULE_3__["BVConfigPlugin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BVConfig", function() { return _bv_config__WEBPACK_IMPORTED_MODULE_3__["BVConfigPlugin"]; }); /* harmony import */ var _components_modal_helpers_bv_modal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./components/modal/helpers/bv-modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/helpers/bv-modal.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BVModalPlugin", function() { return _components_modal_helpers_bv_modal__WEBPACK_IMPORTED_MODULE_4__["BVModalPlugin"]; }); /* harmony import */ var _components_toast_helpers_bv_toast__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./components/toast/helpers/bv-toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/helpers/bv-toast.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BVToastPlugin", function() { return _components_toast_helpers_bv_toast__WEBPACK_IMPORTED_MODULE_5__["BVToastPlugin"]; }); /* harmony import */ var _icons_plugin__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./icons/plugin */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/plugin.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "IconsPlugin", function() { return _icons_plugin__WEBPACK_IMPORTED_MODULE_6__["IconsPlugin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BootstrapVueIcons", function() { return _icons_plugin__WEBPACK_IMPORTED_MODULE_6__["BootstrapVueIcons"]; }); /* harmony import */ var _icons_icon__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./icons/icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icon.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIcon", function() { return _icons_icon__WEBPACK_IMPORTED_MODULE_7__["BIcon"]; }); /* harmony import */ var _icons_iconstack__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./icons/iconstack */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/iconstack.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconstack", function() { return _icons_iconstack__WEBPACK_IMPORTED_MODULE_8__["BIconstack"]; }); /* harmony import */ var _icons_icons__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./icons/icons */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/icons/icons.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBlank", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBlank"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlarm", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlarm"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlarmFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlarmFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignBottom", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlignBottom"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignCenter", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlignCenter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignEnd", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlignEnd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignMiddle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlignMiddle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignStart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlignStart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlignTop", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlignTop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconApp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconApp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAppIndicator", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAppIndicator"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArchive", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArchive"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArchiveFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArchiveFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrow90degDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrow90degLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrow90degRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrow90degUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrow90degUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowBarDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowBarLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowBarRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowBarUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowBarUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowClockwise", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowClockwise"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowCounterclockwise", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowCounterclockwise"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownLeftCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownLeftCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownLeftSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownRightCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownRightCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownRightSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownShort", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowDownUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowDownUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeftCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeftCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeftRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftShort", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeftShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowLeftSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRepeat", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRepeat"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowReturnLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowReturnLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowReturnRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowReturnRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRightCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRightCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightShort", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRightShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowRightSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpLeftCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpLeftCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpLeftSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpRightCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpRightCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpRightSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpShort", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpShort"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowUpSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowUpSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsAngleContract", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowsAngleContract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsAngleExpand", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowsAngleExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsCollapse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowsCollapse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsExpand", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowsExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsFullscreen", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowsFullscreen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconArrowsMove", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconArrowsMove"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAspectRatio", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAspectRatio"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAspectRatioFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAspectRatioFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAsterisk", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAsterisk"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAward", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconAwardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconAwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBack", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspace", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBackspace"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBackspaceFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceReverse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBackspaceReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBackspaceReverseFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBackspaceReverseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge4k", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadge4k"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge4kFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadge4kFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge8k", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadge8k"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadge8kFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadge8kFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeAd", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeAd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeAdFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeAdFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeCc", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeCc"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeCcFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeCcFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeHd", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeHd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeHdFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeHdFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeTm", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeTm"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeTmFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeTmFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeVo", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeVo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBadgeVoFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBadgeVoFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBag", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagDash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagDashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBagXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBagXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBarChart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBarChartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartLine", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBarChartLine"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartLineFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBarChartLineFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBarChartSteps", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBarChartSteps"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBasket"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBasket2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBasket2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBasket3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasket3Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBasket3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBasketFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBasketFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBattery", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBattery"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryCharging", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBatteryCharging"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryFull", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBatteryFull"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBatteryHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBatteryHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBell", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBell"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBellFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBellFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBezier", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBezier"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBezier2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBezier2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBicycle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBicycle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBinoculars", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBinoculars"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBinocularsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBinocularsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBlockquoteLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBlockquoteLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBlockquoteRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBlockquoteRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBook", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBook"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmark", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmark"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkDash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkDashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkHeart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkHeart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkHeartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkHeartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkStar", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkStar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkStarFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkStarFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarkXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarkXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarks", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarks"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookmarksFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookmarksFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBookshelf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBookshelf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrap", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBootstrap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrapFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBootstrapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBootstrapReboot", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBootstrapReboot"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBorderStyle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBorderStyle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBorderWidth", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBorderWidth"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoundingBox", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoundingBox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoundingBoxCircles", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoundingBoxCircles"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBox", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDownLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowDownLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowDownRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowDownRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDownLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInDownLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInDownRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInDownRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUpLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInUpLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowInUpRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowInUpRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUpLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowUpLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxArrowUpRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxArrowUpRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBoxSeam", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBoxSeam"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBraces", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBraces"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBricks", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBricks"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBriefcase", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBriefcase"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBriefcaseFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBriefcaseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltHigh", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessAltHigh"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltHighFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessAltHighFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltLow", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessAltLow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessAltLowFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessAltLowFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessHigh", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessHigh"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessHighFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessHighFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessLow", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessLow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrightnessLowFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrightnessLowFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBroadcast", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBroadcast"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBroadcastPin", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBroadcastPin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrush", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrush"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBrushFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBrushFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBucket", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBucket"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBucketFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBucketFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBug", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBug"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBugFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBugFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBuilding", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBuilding"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconBullseye", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconBullseye"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalculator", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalculator"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalculatorFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalculatorFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Check", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Check"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2CheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2CheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Date", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Date"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2DateFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2DateFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Day", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Day"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2DayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2DayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Event", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Event"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2EventFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2EventFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Minus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Minus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2MinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2MinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Month", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Month"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2MonthFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2MonthFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Plus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Plus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2PlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2PlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Range", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Range"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2RangeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2RangeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2Week", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2Week"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2WeekFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2WeekFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2X", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2X"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar2XFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar2XFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Event", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3Event"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3EventFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3EventFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Range", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3Range"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3RangeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3RangeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3Week", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3Week"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar3WeekFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar3WeekFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Event", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar4Event"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Range", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar4Range"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendar4Week", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendar4Week"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDate", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarDate"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDateFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarDateFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDay", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarDay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarDayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarDayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarEvent", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarEvent"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarEventFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarEventFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMonth", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarMonth"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarMonthFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarMonthFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarRange", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarRange"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarRangeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarRangeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarWeek", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarWeek"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarWeekFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarWeekFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCalendarXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCalendarXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCamera", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCamera"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCamera2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCamera2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraReels", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraReels"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraReelsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraReelsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideo", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraVideo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraVideoFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoOff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraVideoOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCameraVideoOffFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCameraVideoOffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCapslock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCapslock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCapslockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCapslockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardChecklist", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCardChecklist"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardHeading", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCardHeading"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardImage", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCardImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardList", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCardList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCardText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCardText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretDownSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretDownSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretDownSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretLeftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretLeftSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretLeftSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretLeftSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretRightFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretRightSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretRightSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretRightSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretUpSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCaretUpSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCaretUpSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCart2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCart3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCart4", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCart4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartDash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartDashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCartXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCartXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCashStack", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCashStack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCast", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCast"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChat", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChat"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatDots", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatDotsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftDots", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftDotsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftQuote", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftQuoteFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatLeftTextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatLeftTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatQuote", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatQuoteFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightDots", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightDotsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightQuote", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightQuoteFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatRightTextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatRightTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareDots", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareDotsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareDotsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareQuote", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareQuote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareQuoteFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareQuoteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatSquareTextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatSquareTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChatTextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChatTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheck2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2All", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheck2All"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2Circle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheck2Circle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheck2Square", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheck2Square"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckAll", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheckAll"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheckCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheckCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheckSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCheckSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCheckSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarContract", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronBarContract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronBarDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarExpand", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronBarExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronBarLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronBarRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronBarUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronBarUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronCompactDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronCompactLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronCompactRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronCompactUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronCompactUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronContract", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronContract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronDoubleDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronDoubleLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronDoubleRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDoubleUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronDoubleUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronExpand", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronExpand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconChevronUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconChevronUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircleHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCircleHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCircleSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCircleSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboard", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClipboard"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClipboardCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardData", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClipboardData"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClipboardMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClipboardPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClipboardX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClipboardX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconClockHistory", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconClockHistory"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloud", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloud"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowDownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudArrowDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudArrowUpFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudArrowUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudDownload", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudDownload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudDownloadFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudDownloadFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudSlash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudSlashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudSlashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudUpload", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudUpload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCloudUploadFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCloudUploadFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCode", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCodeSlash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCodeSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCodeSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCodeSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollection", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCollection"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCollectionFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionPlay", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCollectionPlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCollectionPlayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCollectionPlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconColumns", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconColumns"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconColumnsGap", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconColumnsGap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCommand", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCommand"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCompass", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCompass"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCompassFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCompassFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCone", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCone"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconConeStriped", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconConeStriped"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconController", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconController"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCpu", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCpu"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCpuFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCpuFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCreditCard"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2Back", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCreditCard2Back"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2BackFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCreditCard2BackFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2Front", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCreditCard2Front"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCard2FrontFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCreditCard2FrontFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCreditCardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCreditCardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCrop", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCrop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCup", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCup"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCupFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCupFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCupStraw", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCupStraw"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCursor", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCursor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCursorFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCursorFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconCursorText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconCursorText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDashCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDashCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDashSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDashSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDashSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiagram2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiagram2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiagram3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiagram3Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiagram3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiamond", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiamondFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiamondHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiamondHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice1", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice1Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice1Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice3Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice3Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice4", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice4Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice4Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice5", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice5"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice5Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice5Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice6", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice6"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDice6Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDice6Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDisc", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDisc"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiscFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiscFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDiscord", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDiscord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDisplay", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDisplay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDisplayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDisplayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDistributeHorizontal", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDistributeHorizontal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDistributeVertical", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDistributeVertical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorClosed", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDoorClosed"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorClosedFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDoorClosedFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorOpen", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDoorOpen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDoorOpenFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDoorOpenFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDot", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDot"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDownload", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDownload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDroplet", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDroplet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDropletFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDropletFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconDropletHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconDropletHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEarbuds", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEarbuds"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEasel", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEasel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEaselFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEaselFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEgg", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEgg"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEggFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEggFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEggFried", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEggFried"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEject", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEject"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEjectFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEjectFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiAngry", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiAngry"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiAngryFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiAngryFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiDizzy", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiDizzy"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiDizzyFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiDizzyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiExpressionless", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiExpressionless"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiExpressionlessFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiExpressionlessFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiFrown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiFrown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiFrownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiFrownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiHeartEyes", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiHeartEyes"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiHeartEyesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiHeartEyesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiLaughing", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiLaughing"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiLaughingFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiLaughingFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiNeutral", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiNeutral"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiNeutralFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiNeutralFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmile", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiSmile"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiSmileFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileUpsideDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiSmileUpsideDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSmileUpsideDownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiSmileUpsideDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSunglasses", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiSunglasses"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiSunglassesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiSunglassesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiWink", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiWink"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEmojiWinkFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEmojiWinkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelope", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEnvelope"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEnvelopeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeOpen", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEnvelopeOpen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEnvelopeOpenFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEnvelopeOpenFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamation", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationDiamond", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationDiamondFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationOctagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationOctagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationTriangle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationTriangle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclamationTriangleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclamationTriangleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconExclude", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconExclude"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEye", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEye"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEyeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeSlash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEyeSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeSlashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEyeSlashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconEyeglasses", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconEyeglasses"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFacebook", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFacebook"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFile", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFile"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowDownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileArrowDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileArrowUpFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileArrowUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBarGraph", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileBarGraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBarGraphFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileBarGraphFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBinary", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileBinary"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBinaryFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileBinaryFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBreak", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileBreak"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileBreakFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileBreakFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCode", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileCodeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileCodeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileDiff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileDiff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileDiffFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileDiffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmark", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmark"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowDownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkArrowDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkArrowUpFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkArrowUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBarGraph", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkBarGraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBarGraphFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkBarGraphFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBinary", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkBinary"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBinaryFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkBinaryFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBreak", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkBreak"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkBreakFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkBreakFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCode", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkCodeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkCodeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkDiff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkDiff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkDiffFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkDiffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkEasel", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkEasel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkEaselFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkEaselFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkExcel", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkExcel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkExcelFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkExcelFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFont", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkFont"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkFontFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkFontFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkImage", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkImageFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkImageFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkLock2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLock2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkLock2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkLockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMedical", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkMedical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMedicalFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkMedicalFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMusic", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkMusic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkMusicFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkMusicFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPerson", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPerson"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPersonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPersonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlay", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPost", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPost"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPostFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPostFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPpt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPpt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkPptFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkPptFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRichtext", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkRichtext"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRichtextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkRichtextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRuled", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkRuled"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkRuledFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkRuledFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSlides", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkSlides"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSlidesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkSlidesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSpreadsheet", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkSpreadsheet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkSpreadsheetFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkSpreadsheetFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkTextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkWord", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkWord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkWordFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkWordFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkZip", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkZip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEarmarkZipFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEarmarkZipFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEasel", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEasel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileEaselFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileEaselFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileExcel", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileExcel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileExcelFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileExcelFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileFont", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileFont"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileFontFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileFontFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileImage", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileImageFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileImageFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileLock2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLock2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileLock2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileLockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMedical", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileMedical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMedicalFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileMedicalFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMusic", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileMusic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileMusicFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileMusicFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePerson", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePerson"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePersonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePersonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlay", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePost", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePost"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePostFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePostFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePpt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePpt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilePptFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilePptFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRichtext", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileRichtext"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRichtextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileRichtextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRuled", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileRuled"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileRuledFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileRuledFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSlides", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileSlides"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSlidesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileSlidesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSpreadsheet", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileSpreadsheet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileSpreadsheetFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileSpreadsheetFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileTextFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileTextFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileWord", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileWord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileWordFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileWordFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileZip", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileZip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFileZipFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFileZipFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFiles", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFiles"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilesAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilesAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilm", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilm"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilter", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilterCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilterCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilterLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilterRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilterSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFilterSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFilterSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlag", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFlag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlagFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFlagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlower1", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFlower1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlower2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFlower2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFlower3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFlower3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolder", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolder"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolder2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolder2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolder2Open", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolder2Open"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderSymlink", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderSymlink"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderSymlinkFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderSymlinkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFolderX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFolderX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFonts", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFonts"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconForward", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconForward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconForwardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconForwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFront", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFront"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFullscreen", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFullscreen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFullscreenExit", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFullscreenExit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFunnel", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFunnel"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconFunnelFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconFunnelFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGear", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGear"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGearFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGearFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGearWide", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGearWide"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGearWideConnected", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGearWideConnected"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGem", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGem"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeo", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGeo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeoAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGeoAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeoAltFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGeoAltFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGeoFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGeoFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGift", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGift"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGiftFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGiftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGithub", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGithub"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGlobe", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGlobe"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGlobe2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGlobe2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGoogle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGoogle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGraphDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGraphDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGraphUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGraphUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid1x2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid1x2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid1x2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid1x2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid3x2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2Gap", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid3x2Gap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x2GapFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid3x2GapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid3x3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3Gap", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid3x3Gap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGrid3x3GapFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGrid3x3GapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGridFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGridFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGripHorizontal", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGripHorizontal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconGripVertical", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconGripVertical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHammer", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHammer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandIndex", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHandIndex"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandIndexThumb", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHandIndexThumb"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandThumbsDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHandThumbsDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandThumbsUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHandThumbsUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandbag", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHandbag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHandbagFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHandbagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHdd", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHdd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddNetwork", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddNetwork"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddNetworkFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddNetworkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddRack", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddRack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddRackFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddRackFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddStack", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddStack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHddStackFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHddStackFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeadphones", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeadphones"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeadset", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeadset"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeartHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeartHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeptagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeptagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHeptagonHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHeptagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHexagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHexagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHexagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHexagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHexagonHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHexagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglass", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHourglass"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassBottom", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHourglassBottom"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassSplit", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHourglassSplit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHourglassTop", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHourglassTop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHouse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouseDoor", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHouseDoor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouseDoorFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHouseDoorFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHouseFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHouseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconHr", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconHr"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImage", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconImage"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImageAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconImageAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImageFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconImageFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconImages", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconImages"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInbox", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInbox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInboxFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInboxFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInboxes", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInboxes"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInboxesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInboxesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfo", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInfo"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInfoCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInfoCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInfoSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInfoSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInfoSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInputCursor", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInputCursor"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInputCursorText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInputCursorText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconInstagram", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconInstagram"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconIntersect", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconIntersect"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournal", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalAlbum", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalAlbum"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalArrowDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalArrowDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalArrowUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalArrowUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalBookmark", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalBookmark"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalBookmarkFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalBookmarkFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalCode", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalCode"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalMedical", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalMedical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalRichtext", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalRichtext"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalText", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalText"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournalX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournalX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJournals", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJournals"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJoystick", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJoystick"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJustify", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJustify"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJustifyLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJustifyLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconJustifyRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconJustifyRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKanban", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconKanban"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKanbanFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconKanbanFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKey", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconKey"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKeyFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconKeyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKeyboard", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconKeyboard"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconKeyboardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconKeyboardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLadder", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLadder"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLamp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLamp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLampFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLampFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLaptop", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLaptop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLaptopFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLaptopFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayers", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayers"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayersFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayersFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayersHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayersHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebar", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutSidebar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarInset", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutSidebarInset"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarInsetReverse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutSidebarInsetReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSidebarReverse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutSidebarReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutSplit", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutSplit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextSidebar", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutTextSidebar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextSidebarReverse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutTextSidebarReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextWindow", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutTextWindow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutTextWindowReverse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutTextWindowReverse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutThreeColumns", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutThreeColumns"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLayoutWtf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLayoutWtf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLifePreserver", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLifePreserver"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLightning", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLightning"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLightningFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLightningFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLink", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLink"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLink45deg", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLink45deg"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLinkedin", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLinkedin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconList", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconListCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListNested", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconListNested"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListOl", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconListOl"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListStars", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconListStars"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListTask", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconListTask"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconListUl", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconListUl"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconLockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMailbox", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMailbox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMailbox2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMailbox2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMap", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMap"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMapFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMapFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMarkdown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMarkdown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMarkdownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMarkdownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuApp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuApp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuAppFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuAppFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButton", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuButton"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuButtonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonWide", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuButtonWide"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuButtonWideFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuButtonWideFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMenuUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMenuUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMic", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMicFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMicFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMicMute", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMicMute"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMicMuteFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMicMuteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMinecart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMinecart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMinecartLoaded", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMinecartLoaded"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMoon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMoon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMouse", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMouse"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMouse2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMouse2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMouse3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMouse3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNote", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMusicNote"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNoteBeamed", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMusicNoteBeamed"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicNoteList", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMusicNoteList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicPlayer", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMusicPlayer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconMusicPlayerFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconMusicPlayerFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNewspaper", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNewspaper"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodeMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNodeMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodeMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNodeMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodePlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNodePlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNodePlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNodePlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNut", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNut"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconNutFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconNutFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOctagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOctagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOctagonHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconOctagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOption", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconOption"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconOutlet", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconOutlet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPaperclip", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPaperclip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconParagraph", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconParagraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchExclamation", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchExclamationFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchExclamationFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchQuestion", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchQuestion"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPatchQuestionFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPatchQuestionFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPause", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPause"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPauseBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPauseBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPauseCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPauseCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPauseFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPauseFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeace", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPeace"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeaceFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPeaceFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPen", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPenFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPenFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPencil", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPencil"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPencilFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPencilFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPencilSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPencilSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPentagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPentagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPentagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPentagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPentagonHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPentagonHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeople", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPeople"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPeopleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPeopleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPercent", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPercent"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPerson", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPerson"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBadge", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonBadge"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBadgeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonBadgeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonBoundingBox", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonBoundingBox"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCheckFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonCheckFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonDash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonDash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonDashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonDashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonLinesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonLinesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonPlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonPlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPersonXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPersonXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhone", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPhone"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPhoneFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneLandscape", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPhoneLandscape"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneLandscapeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPhoneLandscapeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPhoneVibrate", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPhoneVibrate"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPieChart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPieChart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPieChartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPieChartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPip", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPip"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPipFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPipFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlay", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlay"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlayBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlayBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlayCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlayCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlayFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlayFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlug", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlug"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlugFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlugFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlusCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlusCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlusSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPlusSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPlusSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPower", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPower"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPrinter", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPrinter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPrinterFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPrinterFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPuzzle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPuzzle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconPuzzleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconPuzzleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestion", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestion"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionDiamond", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionDiamondFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionOctagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionOctagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconQuestionSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconQuestionSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReceipt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReceipt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReceiptCutoff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReceiptCutoff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception0", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReception0"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception1", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReception1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReception2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReception3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReception4", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReception4"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecord", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecord"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecord2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecord2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecord2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecord2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecordBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecordBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecordCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecordCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRecordFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRecordFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReply", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReply"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReplyAll", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReplyAll"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReplyAllFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReplyAllFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconReplyFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconReplyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRss", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRss"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconRssFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconRssFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconScissors", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconScissors"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconScrewdriver", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconScrewdriver"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSearch", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSearch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSegmentedNav", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSegmentedNav"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconServer", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconServer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShield", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShield"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldExclamation", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillCheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldFillCheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillExclamation", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldFillExclamation"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldFillMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldFillPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldFillX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldFillX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldLock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldLock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldLockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldLockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldPlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldPlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldShaded", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldShaded"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldSlash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldSlashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldSlashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShieldX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShieldX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShift", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShift"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShiftFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShiftFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShop", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShopWindow", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShopWindow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconShuffle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconShuffle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSignpost"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSignpost2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpost2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSignpost2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSignpostFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostSplit", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSignpostSplit"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSignpostSplitFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSignpostSplitFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSim", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSim"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSimFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSimFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackward", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipBackward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipBackwardBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipBackwardBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipBackwardCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipBackwardCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipBackwardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipBackwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEnd", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipEnd"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipEndBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipEndBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipEndCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipEndCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipEndFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipEndFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForward", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipForward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipForwardBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipForwardBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipForwardCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipForwardCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipForwardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipForwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipStart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipStartBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipStartBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipStartCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipStartCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSkipStartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSkipStartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlack", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSlack"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSlash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSlashCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSlashCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSlashSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSlashSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSlashSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSliders", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSliders"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSmartwatch", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSmartwatch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortAlphaDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaDownAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortAlphaDownAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortAlphaUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortAlphaUpAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortAlphaUpAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortDownAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortDownAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortNumericDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericDownAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortNumericDownAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortNumericUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortNumericUpAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortNumericUpAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSortUpAlt", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSortUpAlt"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSoundwave", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSoundwave"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSpeaker", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSpeaker"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSpeakerFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSpeakerFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSpellcheck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSpellcheck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSquareHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSquareHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStar", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStar"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStarFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStarFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStarHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStarHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStickies", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStickies"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStickiesFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStickiesFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSticky", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSticky"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStickyFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStickyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStop", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStop"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopBtn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopBtn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopBtnFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopBtnFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStoplights", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStoplights"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStoplightsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStoplightsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopwatch", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopwatch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconStopwatchFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconStopwatchFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSubtract", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSubtract"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitClub", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitClub"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitClubFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitClubFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitDiamond", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitDiamondFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitHeart", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitHeart"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitHeartFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitHeartFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitSpade", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitSpade"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSuitSpadeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSuitSpadeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSun", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSun"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconSunglasses", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconSunglasses"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTable", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTable"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTablet", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTablet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTabletFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTabletFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTabletLandscape", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTabletLandscape"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTabletLandscapeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTabletLandscapeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTag", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTag"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTagFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTagFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTags", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTags"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTagsFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTagsFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephone", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephone"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneForward", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneForward"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneForwardFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneForwardFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneInbound", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneInbound"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneInboundFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneInboundFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneMinus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneMinus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneMinusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneMinusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneOutbound", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneOutbound"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneOutboundFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneOutboundFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephonePlus", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephonePlus"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephonePlusFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephonePlusFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTelephoneXFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTelephoneXFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTerminal", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTerminal"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTerminalFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTerminalFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextCenter", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextCenter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextIndentLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextIndentLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextIndentRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextIndentRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextLeft", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextLeft"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextParagraph", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextParagraph"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextRight", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextRight"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextarea", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextarea"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextareaResize", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextareaResize"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTextareaT", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTextareaT"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThermometer", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconThermometer"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThermometerHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconThermometerHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThreeDots", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconThreeDots"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconThreeDotsVertical", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconThreeDotsVertical"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggle2Off", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconToggle2Off"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggle2On", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconToggle2On"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggleOff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconToggleOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggleOn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconToggleOn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggles", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconToggles"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconToggles2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconToggles2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTools", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTools"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrash", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTrash"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrash2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTrash2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrash2Fill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTrash2Fill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrashFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTrashFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTree", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTree"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTreeFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTreeFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTriangle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTriangle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTriangleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTriangleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTriangleHalf", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTriangleHalf"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrophy", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTrophy"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTrophyFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTrophyFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTruck", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTruck"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTruckFlatbed", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTruckFlatbed"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTv", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTv"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTvFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTvFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTwitch", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTwitch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTwitter", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTwitter"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconType", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconType"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeBold", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeBold"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH1", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeH1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeH2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeH3", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeH3"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeItalic", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeItalic"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeStrikethrough", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeStrikethrough"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconTypeUnderline", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconTypeUnderline"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiChecks", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUiChecks"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiChecksGrid", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUiChecksGrid"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiRadios", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUiRadios"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUiRadiosGrid", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUiRadiosGrid"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUnion", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUnion"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUnlock", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUnlock"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUnlockFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUnlockFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUpc", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUpc"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUpcScan", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUpcScan"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconUpload", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconUpload"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVectorPen", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVectorPen"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconViewList", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconViewList"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconViewStacked", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconViewStacked"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVinyl", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVinyl"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVinylFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVinylFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVoicemail", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVoicemail"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeDown", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeDown"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeDownFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeDownFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeMute", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeMute"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeMuteFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeMuteFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeOff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeOffFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeOffFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeUp", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeUp"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVolumeUpFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVolumeUpFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconVr", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconVr"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWallet", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWallet"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWallet2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWallet2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWalletFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWalletFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWatch", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWatch"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifi", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWifi"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifi1", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWifi1"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifi2", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWifi2"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWifiOff", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWifiOff"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWindow", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWindow"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconWrench", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconWrench"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconX", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconX"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXCircle", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXCircle"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXCircleFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXCircleFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXDiamond", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXDiamond"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXDiamondFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXDiamondFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXOctagon", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXOctagon"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXOctagonFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXOctagonFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXSquare", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXSquare"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconXSquareFill", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconXSquareFill"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconYoutube", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconYoutube"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconZoomIn", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconZoomIn"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BIconZoomOut", function() { return _icons_icons__WEBPACK_IMPORTED_MODULE_9__["BIconZoomOut"]; }); /* harmony import */ var _components_alert__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./components/alert */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AlertPlugin", function() { return _components_alert__WEBPACK_IMPORTED_MODULE_10__["AlertPlugin"]; }); /* harmony import */ var _components_alert_alert__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./components/alert/alert */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/alert/alert.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAlert", function() { return _components_alert_alert__WEBPACK_IMPORTED_MODULE_11__["BAlert"]; }); /* harmony import */ var _components_aspect__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./components/aspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AspectPlugin", function() { return _components_aspect__WEBPACK_IMPORTED_MODULE_12__["AspectPlugin"]; }); /* harmony import */ var _components_aspect_aspect__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./components/aspect/aspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/aspect/aspect.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAspect", function() { return _components_aspect_aspect__WEBPACK_IMPORTED_MODULE_13__["BAspect"]; }); /* harmony import */ var _components_avatar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./components/avatar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "AvatarPlugin", function() { return _components_avatar__WEBPACK_IMPORTED_MODULE_14__["AvatarPlugin"]; }); /* harmony import */ var _components_avatar_avatar__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./components/avatar/avatar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAvatar", function() { return _components_avatar_avatar__WEBPACK_IMPORTED_MODULE_15__["BAvatar"]; }); /* harmony import */ var _components_avatar_avatar_group__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./components/avatar/avatar-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/avatar/avatar-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BAvatarGroup", function() { return _components_avatar_avatar_group__WEBPACK_IMPORTED_MODULE_16__["BAvatarGroup"]; }); /* harmony import */ var _components_badge__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./components/badge */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BadgePlugin", function() { return _components_badge__WEBPACK_IMPORTED_MODULE_17__["BadgePlugin"]; }); /* harmony import */ var _components_badge_badge__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./components/badge/badge */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/badge/badge.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBadge", function() { return _components_badge_badge__WEBPACK_IMPORTED_MODULE_18__["BBadge"]; }); /* harmony import */ var _components_breadcrumb__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! ./components/breadcrumb */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BreadcrumbPlugin", function() { return _components_breadcrumb__WEBPACK_IMPORTED_MODULE_19__["BreadcrumbPlugin"]; }); /* harmony import */ var _components_breadcrumb_breadcrumb__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! ./components/breadcrumb/breadcrumb */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumb", function() { return _components_breadcrumb_breadcrumb__WEBPACK_IMPORTED_MODULE_20__["BBreadcrumb"]; }); /* harmony import */ var _components_breadcrumb_breadcrumb_item__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! ./components/breadcrumb/breadcrumb-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/breadcrumb/breadcrumb-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BBreadcrumbItem", function() { return _components_breadcrumb_breadcrumb_item__WEBPACK_IMPORTED_MODULE_21__["BBreadcrumbItem"]; }); /* harmony import */ var _components_button__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! ./components/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ButtonPlugin", function() { return _components_button__WEBPACK_IMPORTED_MODULE_22__["ButtonPlugin"]; }); /* harmony import */ var _components_button_button__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! ./components/button/button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButton", function() { return _components_button_button__WEBPACK_IMPORTED_MODULE_23__["BButton"]; }); /* harmony import */ var _components_button_button_close__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! ./components/button/button-close */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button/button-close.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButtonClose", function() { return _components_button_button_close__WEBPACK_IMPORTED_MODULE_24__["BButtonClose"]; }); /* harmony import */ var _components_button_group__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! ./components/button-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ButtonGroupPlugin", function() { return _components_button_group__WEBPACK_IMPORTED_MODULE_25__["ButtonGroupPlugin"]; }); /* harmony import */ var _components_button_group_button_group__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! ./components/button-group/button-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-group/button-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButtonGroup", function() { return _components_button_group_button_group__WEBPACK_IMPORTED_MODULE_26__["BButtonGroup"]; }); /* harmony import */ var _components_button_toolbar__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! ./components/button-toolbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ButtonToolbarPlugin", function() { return _components_button_toolbar__WEBPACK_IMPORTED_MODULE_27__["ButtonToolbarPlugin"]; }); /* harmony import */ var _components_button_toolbar_button_toolbar__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! ./components/button-toolbar/button-toolbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/button-toolbar/button-toolbar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BButtonToolbar", function() { return _components_button_toolbar_button_toolbar__WEBPACK_IMPORTED_MODULE_28__["BButtonToolbar"]; }); /* harmony import */ var _components_calendar__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! ./components/calendar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CalendarPlugin", function() { return _components_calendar__WEBPACK_IMPORTED_MODULE_29__["CalendarPlugin"]; }); /* harmony import */ var _components_calendar_calendar__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! ./components/calendar/calendar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/calendar/calendar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCalendar", function() { return _components_calendar_calendar__WEBPACK_IMPORTED_MODULE_30__["BCalendar"]; }); /* harmony import */ var _components_card__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! ./components/card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CardPlugin", function() { return _components_card__WEBPACK_IMPORTED_MODULE_31__["CardPlugin"]; }); /* harmony import */ var _components_card_card__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! ./components/card/card */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCard", function() { return _components_card_card__WEBPACK_IMPORTED_MODULE_32__["BCard"]; }); /* harmony import */ var _components_card_card_body__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! ./components/card/card-body */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-body.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardBody", function() { return _components_card_card_body__WEBPACK_IMPORTED_MODULE_33__["BCardBody"]; }); /* harmony import */ var _components_card_card_footer__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! ./components/card/card-footer */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-footer.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardFooter", function() { return _components_card_card_footer__WEBPACK_IMPORTED_MODULE_34__["BCardFooter"]; }); /* harmony import */ var _components_card_card_group__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! ./components/card/card-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardGroup", function() { return _components_card_card_group__WEBPACK_IMPORTED_MODULE_35__["BCardGroup"]; }); /* harmony import */ var _components_card_card_header__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./components/card/card-header */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-header.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardHeader", function() { return _components_card_card_header__WEBPACK_IMPORTED_MODULE_36__["BCardHeader"]; }); /* harmony import */ var _components_card_card_img__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ./components/card/card-img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardImg", function() { return _components_card_card_img__WEBPACK_IMPORTED_MODULE_37__["BCardImg"]; }); /* harmony import */ var _components_card_card_img_lazy__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./components/card/card-img-lazy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-img-lazy.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardImgLazy", function() { return _components_card_card_img_lazy__WEBPACK_IMPORTED_MODULE_38__["BCardImgLazy"]; }); /* harmony import */ var _components_card_card_sub_title__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ./components/card/card-sub-title */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-sub-title.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardSubTitle", function() { return _components_card_card_sub_title__WEBPACK_IMPORTED_MODULE_39__["BCardSubTitle"]; }); /* harmony import */ var _components_card_card_text__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./components/card/card-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardText", function() { return _components_card_card_text__WEBPACK_IMPORTED_MODULE_40__["BCardText"]; }); /* harmony import */ var _components_card_card_title__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./components/card/card-title */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/card/card-title.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCardTitle", function() { return _components_card_card_title__WEBPACK_IMPORTED_MODULE_41__["BCardTitle"]; }); /* harmony import */ var _components_carousel__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./components/carousel */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CarouselPlugin", function() { return _components_carousel__WEBPACK_IMPORTED_MODULE_42__["CarouselPlugin"]; }); /* harmony import */ var _components_carousel_carousel__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./components/carousel/carousel */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCarousel", function() { return _components_carousel_carousel__WEBPACK_IMPORTED_MODULE_43__["BCarousel"]; }); /* harmony import */ var _components_carousel_carousel_slide__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./components/carousel/carousel-slide */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/carousel/carousel-slide.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCarouselSlide", function() { return _components_carousel_carousel_slide__WEBPACK_IMPORTED_MODULE_44__["BCarouselSlide"]; }); /* harmony import */ var _components_collapse__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! ./components/collapse */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "CollapsePlugin", function() { return _components_collapse__WEBPACK_IMPORTED_MODULE_45__["CollapsePlugin"]; }); /* harmony import */ var _components_collapse_collapse__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! ./components/collapse/collapse */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/collapse/collapse.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCollapse", function() { return _components_collapse_collapse__WEBPACK_IMPORTED_MODULE_46__["BCollapse"]; }); /* harmony import */ var _components_dropdown__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! ./components/dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "DropdownPlugin", function() { return _components_dropdown__WEBPACK_IMPORTED_MODULE_47__["DropdownPlugin"]; }); /* harmony import */ var _components_dropdown_dropdown__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! ./components/dropdown/dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdown", function() { return _components_dropdown_dropdown__WEBPACK_IMPORTED_MODULE_48__["BDropdown"]; }); /* harmony import */ var _components_dropdown_dropdown_item__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! ./components/dropdown/dropdown-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownItem", function() { return _components_dropdown_dropdown_item__WEBPACK_IMPORTED_MODULE_49__["BDropdownItem"]; }); /* harmony import */ var _components_dropdown_dropdown_item_button__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! ./components/dropdown/dropdown-item-button */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-item-button.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownItemButton", function() { return _components_dropdown_dropdown_item_button__WEBPACK_IMPORTED_MODULE_50__["BDropdownItemButton"]; }); /* harmony import */ var _components_dropdown_dropdown_divider__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! ./components/dropdown/dropdown-divider */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-divider.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownDivider", function() { return _components_dropdown_dropdown_divider__WEBPACK_IMPORTED_MODULE_51__["BDropdownDivider"]; }); /* harmony import */ var _components_dropdown_dropdown_form__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! ./components/dropdown/dropdown-form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-form.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownForm", function() { return _components_dropdown_dropdown_form__WEBPACK_IMPORTED_MODULE_52__["BDropdownForm"]; }); /* harmony import */ var _components_dropdown_dropdown_group__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! ./components/dropdown/dropdown-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownGroup", function() { return _components_dropdown_dropdown_group__WEBPACK_IMPORTED_MODULE_53__["BDropdownGroup"]; }); /* harmony import */ var _components_dropdown_dropdown_header__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! ./components/dropdown/dropdown-header */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-header.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownHeader", function() { return _components_dropdown_dropdown_header__WEBPACK_IMPORTED_MODULE_54__["BDropdownHeader"]; }); /* harmony import */ var _components_dropdown_dropdown_text__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! ./components/dropdown/dropdown-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/dropdown/dropdown-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BDropdownText", function() { return _components_dropdown_dropdown_text__WEBPACK_IMPORTED_MODULE_55__["BDropdownText"]; }); /* harmony import */ var _components_embed__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! ./components/embed */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "EmbedPlugin", function() { return _components_embed__WEBPACK_IMPORTED_MODULE_56__["EmbedPlugin"]; }); /* harmony import */ var _components_embed_embed__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! ./components/embed/embed */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/embed/embed.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BEmbed", function() { return _components_embed_embed__WEBPACK_IMPORTED_MODULE_57__["BEmbed"]; }); /* harmony import */ var _components_form__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! ./components/form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormPlugin", function() { return _components_form__WEBPACK_IMPORTED_MODULE_58__["FormPlugin"]; }); /* harmony import */ var _components_form_form__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! ./components/form/form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BForm", function() { return _components_form_form__WEBPACK_IMPORTED_MODULE_59__["BForm"]; }); /* harmony import */ var _components_form_form_datalist__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! ./components/form/form-datalist */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-datalist.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormDatalist", function() { return _components_form_form_datalist__WEBPACK_IMPORTED_MODULE_60__["BFormDatalist"]; }); /* harmony import */ var _components_form_form_text__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! ./components/form/form-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormText", function() { return _components_form_form_text__WEBPACK_IMPORTED_MODULE_61__["BFormText"]; }); /* harmony import */ var _components_form_form_invalid_feedback__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! ./components/form/form-invalid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-invalid-feedback.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormInvalidFeedback", function() { return _components_form_form_invalid_feedback__WEBPACK_IMPORTED_MODULE_62__["BFormInvalidFeedback"]; }); /* harmony import */ var _components_form_form_valid_feedback__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! ./components/form/form-valid-feedback */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form/form-valid-feedback.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormValidFeedback", function() { return _components_form_form_valid_feedback__WEBPACK_IMPORTED_MODULE_63__["BFormValidFeedback"]; }); /* harmony import */ var _components_form_checkbox__WEBPACK_IMPORTED_MODULE_64__ = __webpack_require__(/*! ./components/form-checkbox */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormCheckboxPlugin", function() { return _components_form_checkbox__WEBPACK_IMPORTED_MODULE_64__["FormCheckboxPlugin"]; }); /* harmony import */ var _components_form_checkbox_form_checkbox__WEBPACK_IMPORTED_MODULE_65__ = __webpack_require__(/*! ./components/form-checkbox/form-checkbox */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormCheckbox", function() { return _components_form_checkbox_form_checkbox__WEBPACK_IMPORTED_MODULE_65__["BFormCheckbox"]; }); /* harmony import */ var _components_form_checkbox_form_checkbox_group__WEBPACK_IMPORTED_MODULE_66__ = __webpack_require__(/*! ./components/form-checkbox/form-checkbox-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormCheckboxGroup", function() { return _components_form_checkbox_form_checkbox_group__WEBPACK_IMPORTED_MODULE_66__["BFormCheckboxGroup"]; }); /* harmony import */ var _components_form_datepicker__WEBPACK_IMPORTED_MODULE_67__ = __webpack_require__(/*! ./components/form-datepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormDatepickerPlugin", function() { return _components_form_datepicker__WEBPACK_IMPORTED_MODULE_67__["FormDatepickerPlugin"]; }); /* harmony import */ var _components_form_datepicker_form_datepicker__WEBPACK_IMPORTED_MODULE_68__ = __webpack_require__(/*! ./components/form-datepicker/form-datepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-datepicker/form-datepicker.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormDatepicker", function() { return _components_form_datepicker_form_datepicker__WEBPACK_IMPORTED_MODULE_68__["BFormDatepicker"]; }); /* harmony import */ var _components_form_file__WEBPACK_IMPORTED_MODULE_69__ = __webpack_require__(/*! ./components/form-file */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormFilePlugin", function() { return _components_form_file__WEBPACK_IMPORTED_MODULE_69__["FormFilePlugin"]; }); /* harmony import */ var _components_form_file_form_file__WEBPACK_IMPORTED_MODULE_70__ = __webpack_require__(/*! ./components/form-file/form-file */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-file/form-file.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormFile", function() { return _components_form_file_form_file__WEBPACK_IMPORTED_MODULE_70__["BFormFile"]; }); /* harmony import */ var _components_form_group__WEBPACK_IMPORTED_MODULE_71__ = __webpack_require__(/*! ./components/form-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormGroupPlugin", function() { return _components_form_group__WEBPACK_IMPORTED_MODULE_71__["FormGroupPlugin"]; }); /* harmony import */ var _components_form_group_form_group__WEBPACK_IMPORTED_MODULE_72__ = __webpack_require__(/*! ./components/form-group/form-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-group/form-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormGroup", function() { return _components_form_group_form_group__WEBPACK_IMPORTED_MODULE_72__["BFormGroup"]; }); /* harmony import */ var _components_form_input__WEBPACK_IMPORTED_MODULE_73__ = __webpack_require__(/*! ./components/form-input */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormInputPlugin", function() { return _components_form_input__WEBPACK_IMPORTED_MODULE_73__["FormInputPlugin"]; }); /* harmony import */ var _components_form_input_form_input__WEBPACK_IMPORTED_MODULE_74__ = __webpack_require__(/*! ./components/form-input/form-input */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-input/form-input.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormInput", function() { return _components_form_input_form_input__WEBPACK_IMPORTED_MODULE_74__["BFormInput"]; }); /* harmony import */ var _components_form_radio__WEBPACK_IMPORTED_MODULE_75__ = __webpack_require__(/*! ./components/form-radio */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormRadioPlugin", function() { return _components_form_radio__WEBPACK_IMPORTED_MODULE_75__["FormRadioPlugin"]; }); /* harmony import */ var _components_form_radio_form_radio__WEBPACK_IMPORTED_MODULE_76__ = __webpack_require__(/*! ./components/form-radio/form-radio */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRadio", function() { return _components_form_radio_form_radio__WEBPACK_IMPORTED_MODULE_76__["BFormRadio"]; }); /* harmony import */ var _components_form_radio_form_radio_group__WEBPACK_IMPORTED_MODULE_77__ = __webpack_require__(/*! ./components/form-radio/form-radio-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRadioGroup", function() { return _components_form_radio_form_radio_group__WEBPACK_IMPORTED_MODULE_77__["BFormRadioGroup"]; }); /* harmony import */ var _components_form_rating__WEBPACK_IMPORTED_MODULE_78__ = __webpack_require__(/*! ./components/form-rating */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormRatingPlugin", function() { return _components_form_rating__WEBPACK_IMPORTED_MODULE_78__["FormRatingPlugin"]; }); /* harmony import */ var _components_form_rating_form_rating__WEBPACK_IMPORTED_MODULE_79__ = __webpack_require__(/*! ./components/form-rating/form-rating */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-rating/form-rating.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRating", function() { return _components_form_rating_form_rating__WEBPACK_IMPORTED_MODULE_79__["BFormRating"]; }); /* harmony import */ var _components_form_tags__WEBPACK_IMPORTED_MODULE_80__ = __webpack_require__(/*! ./components/form-tags */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormTagsPlugin", function() { return _components_form_tags__WEBPACK_IMPORTED_MODULE_80__["FormTagsPlugin"]; }); /* harmony import */ var _components_form_tags_form_tags__WEBPACK_IMPORTED_MODULE_81__ = __webpack_require__(/*! ./components/form-tags/form-tags */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tags.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTags", function() { return _components_form_tags_form_tags__WEBPACK_IMPORTED_MODULE_81__["BFormTags"]; }); /* harmony import */ var _components_form_tags_form_tag__WEBPACK_IMPORTED_MODULE_82__ = __webpack_require__(/*! ./components/form-tags/form-tag */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-tags/form-tag.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTag", function() { return _components_form_tags_form_tag__WEBPACK_IMPORTED_MODULE_82__["BFormTag"]; }); /* harmony import */ var _components_form_select__WEBPACK_IMPORTED_MODULE_83__ = __webpack_require__(/*! ./components/form-select */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormSelectPlugin", function() { return _components_form_select__WEBPACK_IMPORTED_MODULE_83__["FormSelectPlugin"]; }); /* harmony import */ var _components_form_select_form_select__WEBPACK_IMPORTED_MODULE_84__ = __webpack_require__(/*! ./components/form-select/form-select */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSelect", function() { return _components_form_select_form_select__WEBPACK_IMPORTED_MODULE_84__["BFormSelect"]; }); /* harmony import */ var _components_form_select_form_select_option__WEBPACK_IMPORTED_MODULE_85__ = __webpack_require__(/*! ./components/form-select/form-select-option */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSelectOption", function() { return _components_form_select_form_select_option__WEBPACK_IMPORTED_MODULE_85__["BFormSelectOption"]; }); /* harmony import */ var _components_form_select_form_select_option_group__WEBPACK_IMPORTED_MODULE_86__ = __webpack_require__(/*! ./components/form-select/form-select-option-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-select/form-select-option-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSelectOptionGroup", function() { return _components_form_select_form_select_option_group__WEBPACK_IMPORTED_MODULE_86__["BFormSelectOptionGroup"]; }); /* harmony import */ var _components_form_spinbutton__WEBPACK_IMPORTED_MODULE_87__ = __webpack_require__(/*! ./components/form-spinbutton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormSpinbuttonPlugin", function() { return _components_form_spinbutton__WEBPACK_IMPORTED_MODULE_87__["FormSpinbuttonPlugin"]; }); /* harmony import */ var _components_form_spinbutton_form_spinbutton__WEBPACK_IMPORTED_MODULE_88__ = __webpack_require__(/*! ./components/form-spinbutton/form-spinbutton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-spinbutton/form-spinbutton.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormSpinbutton", function() { return _components_form_spinbutton_form_spinbutton__WEBPACK_IMPORTED_MODULE_88__["BFormSpinbutton"]; }); /* harmony import */ var _components_form_textarea__WEBPACK_IMPORTED_MODULE_89__ = __webpack_require__(/*! ./components/form-textarea */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormTextareaPlugin", function() { return _components_form_textarea__WEBPACK_IMPORTED_MODULE_89__["FormTextareaPlugin"]; }); /* harmony import */ var _components_form_textarea_form_textarea__WEBPACK_IMPORTED_MODULE_90__ = __webpack_require__(/*! ./components/form-textarea/form-textarea */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-textarea/form-textarea.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTextarea", function() { return _components_form_textarea_form_textarea__WEBPACK_IMPORTED_MODULE_90__["BFormTextarea"]; }); /* harmony import */ var _components_form_timepicker__WEBPACK_IMPORTED_MODULE_91__ = __webpack_require__(/*! ./components/form-timepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "FormTimepickerPlugin", function() { return _components_form_timepicker__WEBPACK_IMPORTED_MODULE_91__["FormTimepickerPlugin"]; }); /* harmony import */ var _components_form_timepicker_form_timepicker__WEBPACK_IMPORTED_MODULE_92__ = __webpack_require__(/*! ./components/form-timepicker/form-timepicker */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-timepicker/form-timepicker.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormTimepicker", function() { return _components_form_timepicker_form_timepicker__WEBPACK_IMPORTED_MODULE_92__["BFormTimepicker"]; }); /* harmony import */ var _components_image__WEBPACK_IMPORTED_MODULE_93__ = __webpack_require__(/*! ./components/image */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ImagePlugin", function() { return _components_image__WEBPACK_IMPORTED_MODULE_93__["ImagePlugin"]; }); /* harmony import */ var _components_image_img__WEBPACK_IMPORTED_MODULE_94__ = __webpack_require__(/*! ./components/image/img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BImg", function() { return _components_image_img__WEBPACK_IMPORTED_MODULE_94__["BImg"]; }); /* harmony import */ var _components_image_img_lazy__WEBPACK_IMPORTED_MODULE_95__ = __webpack_require__(/*! ./components/image/img-lazy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/image/img-lazy.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BImgLazy", function() { return _components_image_img_lazy__WEBPACK_IMPORTED_MODULE_95__["BImgLazy"]; }); /* harmony import */ var _components_input_group__WEBPACK_IMPORTED_MODULE_96__ = __webpack_require__(/*! ./components/input-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InputGroupPlugin", function() { return _components_input_group__WEBPACK_IMPORTED_MODULE_96__["InputGroupPlugin"]; }); /* harmony import */ var _components_input_group_input_group__WEBPACK_IMPORTED_MODULE_97__ = __webpack_require__(/*! ./components/input-group/input-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroup", function() { return _components_input_group_input_group__WEBPACK_IMPORTED_MODULE_97__["BInputGroup"]; }); /* harmony import */ var _components_input_group_input_group_addon__WEBPACK_IMPORTED_MODULE_98__ = __webpack_require__(/*! ./components/input-group/input-group-addon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-addon.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupAddon", function() { return _components_input_group_input_group_addon__WEBPACK_IMPORTED_MODULE_98__["BInputGroupAddon"]; }); /* harmony import */ var _components_input_group_input_group_append__WEBPACK_IMPORTED_MODULE_99__ = __webpack_require__(/*! ./components/input-group/input-group-append */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-append.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupAppend", function() { return _components_input_group_input_group_append__WEBPACK_IMPORTED_MODULE_99__["BInputGroupAppend"]; }); /* harmony import */ var _components_input_group_input_group_prepend__WEBPACK_IMPORTED_MODULE_100__ = __webpack_require__(/*! ./components/input-group/input-group-prepend */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-prepend.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupPrepend", function() { return _components_input_group_input_group_prepend__WEBPACK_IMPORTED_MODULE_100__["BInputGroupPrepend"]; }); /* harmony import */ var _components_input_group_input_group_text__WEBPACK_IMPORTED_MODULE_101__ = __webpack_require__(/*! ./components/input-group/input-group-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/input-group/input-group-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BInputGroupText", function() { return _components_input_group_input_group_text__WEBPACK_IMPORTED_MODULE_101__["BInputGroupText"]; }); /* harmony import */ var _components_jumbotron__WEBPACK_IMPORTED_MODULE_102__ = __webpack_require__(/*! ./components/jumbotron */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "JumbotronPlugin", function() { return _components_jumbotron__WEBPACK_IMPORTED_MODULE_102__["JumbotronPlugin"]; }); /* harmony import */ var _components_jumbotron_jumbotron__WEBPACK_IMPORTED_MODULE_103__ = __webpack_require__(/*! ./components/jumbotron/jumbotron */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/jumbotron/jumbotron.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BJumbotron", function() { return _components_jumbotron_jumbotron__WEBPACK_IMPORTED_MODULE_103__["BJumbotron"]; }); /* harmony import */ var _components_layout__WEBPACK_IMPORTED_MODULE_104__ = __webpack_require__(/*! ./components/layout */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LayoutPlugin", function() { return _components_layout__WEBPACK_IMPORTED_MODULE_104__["LayoutPlugin"]; }); /* harmony import */ var _components_layout_container__WEBPACK_IMPORTED_MODULE_105__ = __webpack_require__(/*! ./components/layout/container */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/container.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BContainer", function() { return _components_layout_container__WEBPACK_IMPORTED_MODULE_105__["BContainer"]; }); /* harmony import */ var _components_layout_row__WEBPACK_IMPORTED_MODULE_106__ = __webpack_require__(/*! ./components/layout/row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/row.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BRow", function() { return _components_layout_row__WEBPACK_IMPORTED_MODULE_106__["BRow"]; }); /* harmony import */ var _components_layout_col__WEBPACK_IMPORTED_MODULE_107__ = __webpack_require__(/*! ./components/layout/col */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/col.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BCol", function() { return _components_layout_col__WEBPACK_IMPORTED_MODULE_107__["BCol"]; }); /* harmony import */ var _components_layout_form_row__WEBPACK_IMPORTED_MODULE_108__ = __webpack_require__(/*! ./components/layout/form-row */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/layout/form-row.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BFormRow", function() { return _components_layout_form_row__WEBPACK_IMPORTED_MODULE_108__["BFormRow"]; }); /* harmony import */ var _components_link__WEBPACK_IMPORTED_MODULE_109__ = __webpack_require__(/*! ./components/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "LinkPlugin", function() { return _components_link__WEBPACK_IMPORTED_MODULE_109__["LinkPlugin"]; }); /* harmony import */ var _components_link_link__WEBPACK_IMPORTED_MODULE_110__ = __webpack_require__(/*! ./components/link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BLink", function() { return _components_link_link__WEBPACK_IMPORTED_MODULE_110__["BLink"]; }); /* harmony import */ var _components_list_group__WEBPACK_IMPORTED_MODULE_111__ = __webpack_require__(/*! ./components/list-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ListGroupPlugin", function() { return _components_list_group__WEBPACK_IMPORTED_MODULE_111__["ListGroupPlugin"]; }); /* harmony import */ var _components_list_group_list_group__WEBPACK_IMPORTED_MODULE_112__ = __webpack_require__(/*! ./components/list-group/list-group */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BListGroup", function() { return _components_list_group_list_group__WEBPACK_IMPORTED_MODULE_112__["BListGroup"]; }); /* harmony import */ var _components_list_group_list_group_item__WEBPACK_IMPORTED_MODULE_113__ = __webpack_require__(/*! ./components/list-group/list-group-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/list-group/list-group-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BListGroupItem", function() { return _components_list_group_list_group_item__WEBPACK_IMPORTED_MODULE_113__["BListGroupItem"]; }); /* harmony import */ var _components_media__WEBPACK_IMPORTED_MODULE_114__ = __webpack_require__(/*! ./components/media */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "MediaPlugin", function() { return _components_media__WEBPACK_IMPORTED_MODULE_114__["MediaPlugin"]; }); /* harmony import */ var _components_media_media__WEBPACK_IMPORTED_MODULE_115__ = __webpack_require__(/*! ./components/media/media */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BMedia", function() { return _components_media_media__WEBPACK_IMPORTED_MODULE_115__["BMedia"]; }); /* harmony import */ var _components_media_media_aside__WEBPACK_IMPORTED_MODULE_116__ = __webpack_require__(/*! ./components/media/media-aside */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-aside.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BMediaAside", function() { return _components_media_media_aside__WEBPACK_IMPORTED_MODULE_116__["BMediaAside"]; }); /* harmony import */ var _components_media_media_body__WEBPACK_IMPORTED_MODULE_117__ = __webpack_require__(/*! ./components/media/media-body */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/media/media-body.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BMediaBody", function() { return _components_media_media_body__WEBPACK_IMPORTED_MODULE_117__["BMediaBody"]; }); /* harmony import */ var _components_modal__WEBPACK_IMPORTED_MODULE_118__ = __webpack_require__(/*! ./components/modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ModalPlugin", function() { return _components_modal__WEBPACK_IMPORTED_MODULE_118__["ModalPlugin"]; }); /* harmony import */ var _components_modal_modal__WEBPACK_IMPORTED_MODULE_119__ = __webpack_require__(/*! ./components/modal/modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/modal/modal.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BModal", function() { return _components_modal_modal__WEBPACK_IMPORTED_MODULE_119__["BModal"]; }); /* harmony import */ var _components_nav__WEBPACK_IMPORTED_MODULE_120__ = __webpack_require__(/*! ./components/nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "NavPlugin", function() { return _components_nav__WEBPACK_IMPORTED_MODULE_120__["NavPlugin"]; }); /* harmony import */ var _components_nav_nav__WEBPACK_IMPORTED_MODULE_121__ = __webpack_require__(/*! ./components/nav/nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNav", function() { return _components_nav_nav__WEBPACK_IMPORTED_MODULE_121__["BNav"]; }); /* harmony import */ var _components_nav_nav_form__WEBPACK_IMPORTED_MODULE_122__ = __webpack_require__(/*! ./components/nav/nav-form */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-form.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavForm", function() { return _components_nav_nav_form__WEBPACK_IMPORTED_MODULE_122__["BNavForm"]; }); /* harmony import */ var _components_nav_nav_item__WEBPACK_IMPORTED_MODULE_123__ = __webpack_require__(/*! ./components/nav/nav-item */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavItem", function() { return _components_nav_nav_item__WEBPACK_IMPORTED_MODULE_123__["BNavItem"]; }); /* harmony import */ var _components_nav_nav_item_dropdown__WEBPACK_IMPORTED_MODULE_124__ = __webpack_require__(/*! ./components/nav/nav-item-dropdown */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-item-dropdown.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavItemDropdown", function() { return _components_nav_nav_item_dropdown__WEBPACK_IMPORTED_MODULE_124__["BNavItemDropdown"]; }); /* harmony import */ var _components_nav_nav_text__WEBPACK_IMPORTED_MODULE_125__ = __webpack_require__(/*! ./components/nav/nav-text */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/nav/nav-text.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavText", function() { return _components_nav_nav_text__WEBPACK_IMPORTED_MODULE_125__["BNavText"]; }); /* harmony import */ var _components_navbar__WEBPACK_IMPORTED_MODULE_126__ = __webpack_require__(/*! ./components/navbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "NavbarPlugin", function() { return _components_navbar__WEBPACK_IMPORTED_MODULE_126__["NavbarPlugin"]; }); /* harmony import */ var _components_navbar_navbar__WEBPACK_IMPORTED_MODULE_127__ = __webpack_require__(/*! ./components/navbar/navbar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbar", function() { return _components_navbar_navbar__WEBPACK_IMPORTED_MODULE_127__["BNavbar"]; }); /* harmony import */ var _components_navbar_navbar_brand__WEBPACK_IMPORTED_MODULE_128__ = __webpack_require__(/*! ./components/navbar/navbar-brand */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-brand.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbarBrand", function() { return _components_navbar_navbar_brand__WEBPACK_IMPORTED_MODULE_128__["BNavbarBrand"]; }); /* harmony import */ var _components_navbar_navbar_nav__WEBPACK_IMPORTED_MODULE_129__ = __webpack_require__(/*! ./components/navbar/navbar-nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-nav.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbarNav", function() { return _components_navbar_navbar_nav__WEBPACK_IMPORTED_MODULE_129__["BNavbarNav"]; }); /* harmony import */ var _components_navbar_navbar_toggle__WEBPACK_IMPORTED_MODULE_130__ = __webpack_require__(/*! ./components/navbar/navbar-toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/navbar/navbar-toggle.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BNavbarToggle", function() { return _components_navbar_navbar_toggle__WEBPACK_IMPORTED_MODULE_130__["BNavbarToggle"]; }); /* harmony import */ var _components_overlay__WEBPACK_IMPORTED_MODULE_131__ = __webpack_require__(/*! ./components/overlay */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "OverlayPlugin", function() { return _components_overlay__WEBPACK_IMPORTED_MODULE_131__["OverlayPlugin"]; }); /* harmony import */ var _components_overlay_overlay__WEBPACK_IMPORTED_MODULE_132__ = __webpack_require__(/*! ./components/overlay/overlay */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/overlay/overlay.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BOverlay", function() { return _components_overlay_overlay__WEBPACK_IMPORTED_MODULE_132__["BOverlay"]; }); /* harmony import */ var _components_pagination__WEBPACK_IMPORTED_MODULE_133__ = __webpack_require__(/*! ./components/pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PaginationPlugin", function() { return _components_pagination__WEBPACK_IMPORTED_MODULE_133__["PaginationPlugin"]; }); /* harmony import */ var _components_pagination_pagination__WEBPACK_IMPORTED_MODULE_134__ = __webpack_require__(/*! ./components/pagination/pagination */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination/pagination.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BPagination", function() { return _components_pagination_pagination__WEBPACK_IMPORTED_MODULE_134__["BPagination"]; }); /* harmony import */ var _components_pagination_nav__WEBPACK_IMPORTED_MODULE_135__ = __webpack_require__(/*! ./components/pagination-nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PaginationNavPlugin", function() { return _components_pagination_nav__WEBPACK_IMPORTED_MODULE_135__["PaginationNavPlugin"]; }); /* harmony import */ var _components_pagination_nav_pagination_nav__WEBPACK_IMPORTED_MODULE_136__ = __webpack_require__(/*! ./components/pagination-nav/pagination-nav */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/pagination-nav/pagination-nav.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BPaginationNav", function() { return _components_pagination_nav_pagination_nav__WEBPACK_IMPORTED_MODULE_136__["BPaginationNav"]; }); /* harmony import */ var _components_popover__WEBPACK_IMPORTED_MODULE_137__ = __webpack_require__(/*! ./components/popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "PopoverPlugin", function() { return _components_popover__WEBPACK_IMPORTED_MODULE_137__["PopoverPlugin"]; }); /* harmony import */ var _components_popover_popover__WEBPACK_IMPORTED_MODULE_138__ = __webpack_require__(/*! ./components/popover/popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/popover/popover.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BPopover", function() { return _components_popover_popover__WEBPACK_IMPORTED_MODULE_138__["BPopover"]; }); /* harmony import */ var _components_progress__WEBPACK_IMPORTED_MODULE_139__ = __webpack_require__(/*! ./components/progress */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ProgressPlugin", function() { return _components_progress__WEBPACK_IMPORTED_MODULE_139__["ProgressPlugin"]; }); /* harmony import */ var _components_progress_progress__WEBPACK_IMPORTED_MODULE_140__ = __webpack_require__(/*! ./components/progress/progress */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BProgress", function() { return _components_progress_progress__WEBPACK_IMPORTED_MODULE_140__["BProgress"]; }); /* harmony import */ var _components_progress_progress_bar__WEBPACK_IMPORTED_MODULE_141__ = __webpack_require__(/*! ./components/progress/progress-bar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/progress/progress-bar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BProgressBar", function() { return _components_progress_progress_bar__WEBPACK_IMPORTED_MODULE_141__["BProgressBar"]; }); /* harmony import */ var _components_sidebar__WEBPACK_IMPORTED_MODULE_142__ = __webpack_require__(/*! ./components/sidebar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SidebarPlugin", function() { return _components_sidebar__WEBPACK_IMPORTED_MODULE_142__["SidebarPlugin"]; }); /* harmony import */ var _components_sidebar_sidebar__WEBPACK_IMPORTED_MODULE_143__ = __webpack_require__(/*! ./components/sidebar/sidebar */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/sidebar/sidebar.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSidebar", function() { return _components_sidebar_sidebar__WEBPACK_IMPORTED_MODULE_143__["BSidebar"]; }); /* harmony import */ var _components_skeleton__WEBPACK_IMPORTED_MODULE_144__ = __webpack_require__(/*! ./components/skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SkeletonPlugin", function() { return _components_skeleton__WEBPACK_IMPORTED_MODULE_144__["SkeletonPlugin"]; }); /* harmony import */ var _components_skeleton_skeleton__WEBPACK_IMPORTED_MODULE_145__ = __webpack_require__(/*! ./components/skeleton/skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeleton", function() { return _components_skeleton_skeleton__WEBPACK_IMPORTED_MODULE_145__["BSkeleton"]; }); /* harmony import */ var _components_skeleton_skeleton_icon__WEBPACK_IMPORTED_MODULE_146__ = __webpack_require__(/*! ./components/skeleton/skeleton-icon */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-icon.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonIcon", function() { return _components_skeleton_skeleton_icon__WEBPACK_IMPORTED_MODULE_146__["BSkeletonIcon"]; }); /* harmony import */ var _components_skeleton_skeleton_img__WEBPACK_IMPORTED_MODULE_147__ = __webpack_require__(/*! ./components/skeleton/skeleton-img */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-img.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonImg", function() { return _components_skeleton_skeleton_img__WEBPACK_IMPORTED_MODULE_147__["BSkeletonImg"]; }); /* harmony import */ var _components_skeleton_skeleton_table__WEBPACK_IMPORTED_MODULE_148__ = __webpack_require__(/*! ./components/skeleton/skeleton-table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-table.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonTable", function() { return _components_skeleton_skeleton_table__WEBPACK_IMPORTED_MODULE_148__["BSkeletonTable"]; }); /* harmony import */ var _components_skeleton_skeleton_wrapper__WEBPACK_IMPORTED_MODULE_149__ = __webpack_require__(/*! ./components/skeleton/skeleton-wrapper */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/skeleton-wrapper.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSkeletonWrapper", function() { return _components_skeleton_skeleton_wrapper__WEBPACK_IMPORTED_MODULE_149__["BSkeletonWrapper"]; }); /* harmony import */ var _components_spinner__WEBPACK_IMPORTED_MODULE_150__ = __webpack_require__(/*! ./components/spinner */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "SpinnerPlugin", function() { return _components_spinner__WEBPACK_IMPORTED_MODULE_150__["SpinnerPlugin"]; }); /* harmony import */ var _components_spinner_spinner__WEBPACK_IMPORTED_MODULE_151__ = __webpack_require__(/*! ./components/spinner/spinner */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/spinner/spinner.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BSpinner", function() { return _components_spinner_spinner__WEBPACK_IMPORTED_MODULE_151__["BSpinner"]; }); /* harmony import */ var _components_table__WEBPACK_IMPORTED_MODULE_152__ = __webpack_require__(/*! ./components/table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TablePlugin", function() { return _components_table__WEBPACK_IMPORTED_MODULE_152__["TablePlugin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TableLitePlugin", function() { return _components_table__WEBPACK_IMPORTED_MODULE_152__["TableLitePlugin"]; }); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TableSimplePlugin", function() { return _components_table__WEBPACK_IMPORTED_MODULE_152__["TableSimplePlugin"]; }); /* harmony import */ var _components_table_table__WEBPACK_IMPORTED_MODULE_153__ = __webpack_require__(/*! ./components/table/table */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTable", function() { return _components_table_table__WEBPACK_IMPORTED_MODULE_153__["BTable"]; }); /* harmony import */ var _components_table_table_lite__WEBPACK_IMPORTED_MODULE_154__ = __webpack_require__(/*! ./components/table/table-lite */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-lite.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTableLite", function() { return _components_table_table_lite__WEBPACK_IMPORTED_MODULE_154__["BTableLite"]; }); /* harmony import */ var _components_table_table_simple__WEBPACK_IMPORTED_MODULE_155__ = __webpack_require__(/*! ./components/table/table-simple */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/table-simple.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTableSimple", function() { return _components_table_table_simple__WEBPACK_IMPORTED_MODULE_155__["BTableSimple"]; }); /* harmony import */ var _components_table_tbody__WEBPACK_IMPORTED_MODULE_156__ = __webpack_require__(/*! ./components/table/tbody */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tbody.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTbody", function() { return _components_table_tbody__WEBPACK_IMPORTED_MODULE_156__["BTbody"]; }); /* harmony import */ var _components_table_thead__WEBPACK_IMPORTED_MODULE_157__ = __webpack_require__(/*! ./components/table/thead */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/thead.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BThead", function() { return _components_table_thead__WEBPACK_IMPORTED_MODULE_157__["BThead"]; }); /* harmony import */ var _components_table_tfoot__WEBPACK_IMPORTED_MODULE_158__ = __webpack_require__(/*! ./components/table/tfoot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tfoot.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTfoot", function() { return _components_table_tfoot__WEBPACK_IMPORTED_MODULE_158__["BTfoot"]; }); /* harmony import */ var _components_table_tr__WEBPACK_IMPORTED_MODULE_159__ = __webpack_require__(/*! ./components/table/tr */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/tr.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTr", function() { return _components_table_tr__WEBPACK_IMPORTED_MODULE_159__["BTr"]; }); /* harmony import */ var _components_table_th__WEBPACK_IMPORTED_MODULE_160__ = __webpack_require__(/*! ./components/table/th */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/th.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTh", function() { return _components_table_th__WEBPACK_IMPORTED_MODULE_160__["BTh"]; }); /* harmony import */ var _components_table_td__WEBPACK_IMPORTED_MODULE_161__ = __webpack_require__(/*! ./components/table/td */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/table/td.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTd", function() { return _components_table_td__WEBPACK_IMPORTED_MODULE_161__["BTd"]; }); /* harmony import */ var _components_tabs__WEBPACK_IMPORTED_MODULE_162__ = __webpack_require__(/*! ./components/tabs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TabsPlugin", function() { return _components_tabs__WEBPACK_IMPORTED_MODULE_162__["TabsPlugin"]; }); /* harmony import */ var _components_tabs_tabs__WEBPACK_IMPORTED_MODULE_163__ = __webpack_require__(/*! ./components/tabs/tabs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tabs.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTabs", function() { return _components_tabs_tabs__WEBPACK_IMPORTED_MODULE_163__["BTabs"]; }); /* harmony import */ var _components_tabs_tab__WEBPACK_IMPORTED_MODULE_164__ = __webpack_require__(/*! ./components/tabs/tab */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tabs/tab.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTab", function() { return _components_tabs_tab__WEBPACK_IMPORTED_MODULE_164__["BTab"]; }); /* harmony import */ var _components_time__WEBPACK_IMPORTED_MODULE_165__ = __webpack_require__(/*! ./components/time */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TimePlugin", function() { return _components_time__WEBPACK_IMPORTED_MODULE_165__["TimePlugin"]; }); /* harmony import */ var _components_time_time__WEBPACK_IMPORTED_MODULE_166__ = __webpack_require__(/*! ./components/time/time */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/time/time.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTime", function() { return _components_time_time__WEBPACK_IMPORTED_MODULE_166__["BTime"]; }); /* harmony import */ var _components_toast__WEBPACK_IMPORTED_MODULE_167__ = __webpack_require__(/*! ./components/toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "ToastPlugin", function() { return _components_toast__WEBPACK_IMPORTED_MODULE_167__["ToastPlugin"]; }); /* harmony import */ var _components_toast_toast__WEBPACK_IMPORTED_MODULE_168__ = __webpack_require__(/*! ./components/toast/toast */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toast.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BToast", function() { return _components_toast_toast__WEBPACK_IMPORTED_MODULE_168__["BToast"]; }); /* harmony import */ var _components_toast_toaster__WEBPACK_IMPORTED_MODULE_169__ = __webpack_require__(/*! ./components/toast/toaster */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/toast/toaster.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BToaster", function() { return _components_toast_toaster__WEBPACK_IMPORTED_MODULE_169__["BToaster"]; }); /* harmony import */ var _components_tooltip__WEBPACK_IMPORTED_MODULE_170__ = __webpack_require__(/*! ./components/tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "TooltipPlugin", function() { return _components_tooltip__WEBPACK_IMPORTED_MODULE_170__["TooltipPlugin"]; }); /* harmony import */ var _components_tooltip_tooltip__WEBPACK_IMPORTED_MODULE_171__ = __webpack_require__(/*! ./components/tooltip/tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/tooltip/tooltip.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BTooltip", function() { return _components_tooltip_tooltip__WEBPACK_IMPORTED_MODULE_171__["BTooltip"]; }); /* harmony import */ var _directives_hover__WEBPACK_IMPORTED_MODULE_172__ = __webpack_require__(/*! ./directives/hover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBHoverPlugin", function() { return _directives_hover__WEBPACK_IMPORTED_MODULE_172__["VBHoverPlugin"]; }); /* harmony import */ var _directives_hover_hover__WEBPACK_IMPORTED_MODULE_173__ = __webpack_require__(/*! ./directives/hover/hover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/hover/hover.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBHover", function() { return _directives_hover_hover__WEBPACK_IMPORTED_MODULE_173__["VBHover"]; }); /* harmony import */ var _directives_modal__WEBPACK_IMPORTED_MODULE_174__ = __webpack_require__(/*! ./directives/modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBModalPlugin", function() { return _directives_modal__WEBPACK_IMPORTED_MODULE_174__["VBModalPlugin"]; }); /* harmony import */ var _directives_modal_modal__WEBPACK_IMPORTED_MODULE_175__ = __webpack_require__(/*! ./directives/modal/modal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/modal/modal.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBModal", function() { return _directives_modal_modal__WEBPACK_IMPORTED_MODULE_175__["VBModal"]; }); /* harmony import */ var _directives_popover__WEBPACK_IMPORTED_MODULE_176__ = __webpack_require__(/*! ./directives/popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBPopoverPlugin", function() { return _directives_popover__WEBPACK_IMPORTED_MODULE_176__["VBPopoverPlugin"]; }); /* harmony import */ var _directives_popover_popover__WEBPACK_IMPORTED_MODULE_177__ = __webpack_require__(/*! ./directives/popover/popover */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/popover/popover.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBPopover", function() { return _directives_popover_popover__WEBPACK_IMPORTED_MODULE_177__["VBPopover"]; }); /* harmony import */ var _directives_scrollspy__WEBPACK_IMPORTED_MODULE_178__ = __webpack_require__(/*! ./directives/scrollspy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBScrollspyPlugin", function() { return _directives_scrollspy__WEBPACK_IMPORTED_MODULE_178__["VBScrollspyPlugin"]; }); /* harmony import */ var _directives_scrollspy_scrollspy__WEBPACK_IMPORTED_MODULE_179__ = __webpack_require__(/*! ./directives/scrollspy/scrollspy */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/scrollspy/scrollspy.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBScrollspy", function() { return _directives_scrollspy_scrollspy__WEBPACK_IMPORTED_MODULE_179__["VBScrollspy"]; }); /* harmony import */ var _directives_toggle__WEBPACK_IMPORTED_MODULE_180__ = __webpack_require__(/*! ./directives/toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBTogglePlugin", function() { return _directives_toggle__WEBPACK_IMPORTED_MODULE_180__["VBTogglePlugin"]; }); /* harmony import */ var _directives_toggle_toggle__WEBPACK_IMPORTED_MODULE_181__ = __webpack_require__(/*! ./directives/toggle/toggle */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/toggle/toggle.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBToggle", function() { return _directives_toggle_toggle__WEBPACK_IMPORTED_MODULE_181__["VBToggle"]; }); /* harmony import */ var _directives_tooltip__WEBPACK_IMPORTED_MODULE_182__ = __webpack_require__(/*! ./directives/tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBTooltipPlugin", function() { return _directives_tooltip__WEBPACK_IMPORTED_MODULE_182__["VBTooltipPlugin"]; }); /* harmony import */ var _directives_tooltip_tooltip__WEBPACK_IMPORTED_MODULE_183__ = __webpack_require__(/*! ./directives/tooltip/tooltip */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/tooltip/tooltip.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBTooltip", function() { return _directives_tooltip_tooltip__WEBPACK_IMPORTED_MODULE_183__["VBTooltip"]; }); /* harmony import */ var _directives_visible__WEBPACK_IMPORTED_MODULE_184__ = __webpack_require__(/*! ./directives/visible */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/index.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBVisiblePlugin", function() { return _directives_visible__WEBPACK_IMPORTED_MODULE_184__["VBVisiblePlugin"]; }); /* harmony import */ var _directives_visible_visible__WEBPACK_IMPORTED_MODULE_185__ = __webpack_require__(/*! ./directives/visible/visible */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/directives/visible/visible.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "VBVisible", function() { return _directives_visible_visible__WEBPACK_IMPORTED_MODULE_185__["VBVisible"]; }); /*! * BootstrapVue 2.21.2 * * @link https://bootstrap-vue.org * @source https://github.com/bootstrap-vue/bootstrap-vue * @copyright (c) 2016-2021 BootstrapVue * @license MIT * https://github.com/bootstrap-vue/bootstrap-vue/blob/master/LICENSE */ var NAME = 'BootstrapVue'; // --- BootstrapVue installer --- var install = /*#__PURE__*/Object(_utils_plugins__WEBPACK_IMPORTED_MODULE_0__["installFactory"])({ plugins: { componentsPlugin: _components__WEBPACK_IMPORTED_MODULE_1__["componentsPlugin"], directivesPlugin: _directives__WEBPACK_IMPORTED_MODULE_2__["directivesPlugin"] } }); // --- BootstrapVue plugin --- var BootstrapVue = /*#__PURE__*/{ install: install, NAME: NAME }; // --- Named exports for BvConfigPlugin --- // --- Export named injection plugins --- // TODO: // We should probably move injections into their own // parent directory (i.e. `/src/injections`) // Webpack 4 has optimization difficulties with re-export of re-exports, // so we import the components individually here for better tree shaking // // Webpack v5 fixes the optimizations with re-export of re-exports so this // can be reverted back to `export * from './table'` when Webpack v5 is released // See: https://github.com/webpack/webpack/pull/9203 (available in Webpack v5.0.0-alpha.15) // -- Export Icon components and IconPlugin/BootstrapVueIcons --- // export * from './icons' // This re-export is only a single level deep, which // Webpack 4 (usually) handles correctly when tree shaking // --- Export all individual components and component group plugins as named exports --- // export * from './components/alert' // export * from './components/aspect' // export * from './components/avatar' // export * from './components/badge' // export * from './components/breadcrumb' // export * from './components/button' // export * from './components/button-group' // export * from './components/button-toolbar' // export * from './components/calendar' // export * from './components/card' // export * from './components/carousel' // export * from './components/collapse' // export * from './components/dropdown' // export * from './components/embed' // export * from './components/form' // export * from './components/form-checkbox' // export * from './components/form-datepicker' // export * from './components/form-file' // export * from './components/form-group' // export * from './components/form-input' // export * from './components/form-radio' // export * from './components/form-rating' // export * from './components/form-tags' // export * from './components/form-select' // export * from './components/form-spinbutton' // export * from './components/form-textarea' // export * from './components/form-timepicker' // export * from './components/image' // export * from './components/input-group' // export * from './components/jumbotron' // export * from './components/layout' // export * from './components/link' // export * from './components/list-group' // export * from './components/media' // export * from './components/modal' // export * from './components/nav' // export * from './components/navbar' // export * from './components/overlay' // export * from './components/pagination' // export * from './components/pagination-nav' // export * from './components/popover' // export * from './components/progress' // export * from './components/sidebar' // export * from './components/skeleton' // export * from './components/spinner' // export * from './components/table' // export * from './components/tabs' // export * from './components/time' // export * from './components/toast' // export * from './components/tooltip' // --- Named exports of all directives (VB<Name>) and plugins (VB<Name>Plugin) --- // Webpack 4 has optimization difficulties with re-export of re-exports, // so we import the directives individually here for better tree shaking // // Webpack v5 fixes the optimizations with re-export of re-exports so this // can be reverted back to `export * from './scrollspy'` when Webpack v5 is released // https://github.com/webpack/webpack/pull/9203 (available in Webpack v5.0.0-alpha.15) // export * from './directives/hover' // export * from './directives/modal' // export * from './directives/popover' // export * from './directives/scrollspy' // export * from './directives/toggle' // export * from './directives/tooltip' // export * from './directives/tooltip' // Default export is the BootstrapVue plugin /* harmony default export */ __webpack_exports__["default"] = (BootstrapVue); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js ***! \*******************************************************************************/ /*! exports provided: attrsMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "attrsMixin", function() { return attrsMixin; }); /* harmony import */ var _utils_cache__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/cache */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/cache.js"); var attrsMixin = Object(_utils_cache__WEBPACK_IMPORTED_MODULE_0__["makePropCacheMixin"])('$attrs', 'bvAttrs'); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/card.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/card.js ***! \******************************************************************************/ /*! exports provided: props, cardMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cardMixin", function() { return cardMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ bgVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), borderVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), tag: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"], 'div'), textVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]) }, _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_CARD"]); // --- Mixin --- // @vue/component var cardMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/click-out.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/click-out.js ***! \***********************************************************************************/ /*! exports provided: clickOutMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "clickOutMixin", function() { return clickOutMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); // @vue/component var clickOutMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ data: function data() { return { listenForClickOut: false }; }, watch: { listenForClickOut: function listenForClickOut(newValue, oldValue) { if (newValue !== oldValue) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(this.clickOutElement, this.clickOutEventName, this._clickOutHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); if (newValue) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(this.clickOutElement, this.clickOutEventName, this._clickOutHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); } } } }, beforeCreate: function beforeCreate() { // Declare non-reactive properties this.clickOutElement = null; this.clickOutEventName = null; }, mounted: function mounted() { if (!this.clickOutElement) { this.clickOutElement = document; } if (!this.clickOutEventName) { this.clickOutEventName = 'click'; } if (this.listenForClickOut) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOn"])(this.clickOutElement, this.clickOutEventName, this._clickOutHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); } }, beforeDestroy: function beforeDestroy() { Object(_utils_events__WEBPACK_IMPORTED_MODULE_3__["eventOff"])(this.clickOutElement, this.clickOutEventName, this._clickOutHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); }, methods: { isClickOut: function isClickOut(event) { return !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["contains"])(this.$el, event.target); }, _clickOutHandler: function _clickOutHandler(event) { if (this.clickOutHandler && this.isClickOut(event)) { this.clickOutHandler(event); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/dropdown.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/dropdown.js ***! \**********************************************************************************/ /*! exports provided: props, dropdownMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dropdownMixin", function() { return dropdownMixin; }); /* harmony import */ var popper_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! popper.js */ "../CORE_FW/firebase_nuxt/node_modules/popper.js/dist/esm/popper.js"); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_popper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../constants/popper */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/popper.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../utils/bv-event.class */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _click_out__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./click-out */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/click-out.js"); /* harmony import */ var _focus_in__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./focus-in */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/focus-in.js"); /* harmony import */ var _id__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _listen_on_root__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./listen-on-root */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var ROOT_EVENT_NAME_SHOWN = Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_DROPDOWN"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOWN"]); var ROOT_EVENT_NAME_HIDDEN = Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_DROPDOWN"], _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"]); // CSS selectors var SELECTOR_FORM_CHILD = '.dropdown form'; var SELECTOR_ITEM = ['.dropdown-item', '.b-dropdown-form'].map(function (selector) { return "".concat(selector, ":not(.disabled):not([disabled])"); }).join(', '); // --- Helper methods --- // Return an array of visible items var filterVisibles = function filterVisibles(els) { return (els || []).filter(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["isVisible"]); }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["sortKeys"])(_objectSpread(_objectSpread({}, _id__WEBPACK_IMPORTED_MODULE_17__["props"]), {}, { // String: `scrollParent`, `window` or `viewport` // HTMLElement: HTML Element reference boundary: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])([_constants_safe_types__WEBPACK_IMPORTED_MODULE_7__["HTMLElement"], _constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_STRING"]], 'scrollParent'), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_BOOLEAN"], false), // Place left if possible dropleft: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_BOOLEAN"], false), // Place right if possible dropright: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_BOOLEAN"], false), // Place on top if possible dropup: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_BOOLEAN"], false), // Disable auto-flipping of menu from bottom <=> top noFlip: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_BOOLEAN"], false), // Number of pixels or a CSS unit value to offset menu // (i.e. `1px`, `1rem`, etc.) offset: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_NUMBER_STRING"], 0), popperOpts: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_OBJECT"], {}), // Right align menu (default is left align) right: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_6__["PROP_TYPE_BOOLEAN"], false) })), _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_DROPDOWN"]); // --- Mixin --- // @vue/component var dropdownMixin = _vue__WEBPACK_IMPORTED_MODULE_1__["Vue"].extend({ mixins: [_id__WEBPACK_IMPORTED_MODULE_17__["idMixin"], _listen_on_root__WEBPACK_IMPORTED_MODULE_18__["listenOnRootMixin"], _click_out__WEBPACK_IMPORTED_MODULE_15__["clickOutMixin"], _focus_in__WEBPACK_IMPORTED_MODULE_16__["focusInMixin"]], provide: function provide() { return { bvDropdown: this }; }, inject: { bvNavbar: { default: null } }, props: props, data: function data() { return { visible: false, visibleChangePrevented: false }; }, computed: { inNavbar: function inNavbar() { return !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_11__["isNull"])(this.bvNavbar); }, toggler: function toggler() { var toggle = this.$refs.toggle; return toggle ? toggle.$el || toggle : null; }, directionClass: function directionClass() { if (this.dropup) { return 'dropup'; } else if (this.dropright) { return 'dropright'; } else if (this.dropleft) { return 'dropleft'; } return ''; }, boundaryClass: function boundaryClass() { // Position `static` is needed to allow menu to "breakout" of the `scrollParent` // boundaries when boundary is anything other than `scrollParent` // See: https://github.com/twbs/bootstrap/issues/24251#issuecomment-341413786 return this.boundary !== 'scrollParent' && !this.inNavbar ? 'position-static' : ''; } }, watch: { visible: function visible(newValue, oldValue) { if (this.visibleChangePrevented) { this.visibleChangePrevented = false; return; } if (newValue !== oldValue) { var eventName = newValue ? _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOW"] : _constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDE"]; var bvEvent = new _utils_bv_event_class__WEBPACK_IMPORTED_MODULE_8__["BvEvent"](eventName, { cancelable: true, vueTarget: this, target: this.$refs.menu, relatedTarget: null, componentId: this.safeId ? this.safeId() : this.id || null }); this.emitEvent(bvEvent); if (bvEvent.defaultPrevented) { // Reset value and exit if canceled this.visibleChangePrevented = true; this.visible = oldValue; // Just in case a child element triggered `this.hide(true)` this.$off(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"], this.focusToggler); return; } if (newValue) { this.showMenu(); } else { this.hideMenu(); } } }, disabled: function disabled(newValue, oldValue) { if (newValue !== oldValue && newValue && this.visible) { // Hide dropdown if disabled changes to true this.visible = false; } } }, created: function created() { // Create private non-reactive props this.$_popper = null; this.$_hideTimeout = null; }, /* istanbul ignore next */ deactivated: function deactivated() { // In case we are inside a `<keep-alive>` this.visible = false; this.whileOpenListen(false); this.destroyPopper(); }, beforeDestroy: function beforeDestroy() { this.visible = false; this.whileOpenListen(false); this.destroyPopper(); this.clearHideTimeout(); }, methods: { // Event emitter emitEvent: function emitEvent(bvEvent) { var type = bvEvent.type; this.emitOnRoot(Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["getRootEventName"])(_constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_DROPDOWN"], type), bvEvent); this.$emit(type, bvEvent); }, showMenu: function showMenu() { var _this = this; if (this.disabled) { /* istanbul ignore next */ return; } // Only instantiate Popper.js when dropdown is not in `<b-navbar>` if (!this.inNavbar) { if (typeof popper_js__WEBPACK_IMPORTED_MODULE_0__["default"] === 'undefined') { /* istanbul ignore next */ Object(_utils_warn__WEBPACK_IMPORTED_MODULE_14__["warn"])('Popper.js not found. Falling back to CSS positioning', _constants_components__WEBPACK_IMPORTED_MODULE_2__["NAME_DROPDOWN"]); } else { // For dropup with alignment we use the parent element as popper container var el = this.dropup && this.right || this.split ? this.$el : this.$refs.toggle; // Make sure we have a reference to an element, not a component! el = el.$el || el; // Instantiate Popper.js this.createPopper(el); } } // Ensure other menus are closed this.emitOnRoot(ROOT_EVENT_NAME_SHOWN, this); // Enable listeners this.whileOpenListen(true); // Wrap in `$nextTick()` to ensure menu is fully rendered/shown this.$nextTick(function () { // Focus on the menu container on show _this.focusMenu(); // Emit the shown event _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_SHOWN"]); }); }, hideMenu: function hideMenu() { this.whileOpenListen(false); this.emitOnRoot(ROOT_EVENT_NAME_HIDDEN, this); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"]); this.destroyPopper(); }, createPopper: function createPopper(element) { this.destroyPopper(); this.$_popper = new popper_js__WEBPACK_IMPORTED_MODULE_0__["default"](element, this.$refs.menu, this.getPopperConfig()); }, // Ensure popper event listeners are removed cleanly destroyPopper: function destroyPopper() { this.$_popper && this.$_popper.destroy(); this.$_popper = null; }, // Instructs popper to re-computes the dropdown position // useful if the content changes size updatePopper: function updatePopper() { try { this.$_popper.scheduleUpdate(); } catch (_unused) {} }, clearHideTimeout: function clearHideTimeout() { clearTimeout(this.$_hideTimeout); this.$_hideTimeout = null; }, getPopperConfig: function getPopperConfig() { var placement = _constants_popper__WEBPACK_IMPORTED_MODULE_5__["PLACEMENT_BOTTOM_START"]; if (this.dropup) { placement = this.right ? _constants_popper__WEBPACK_IMPORTED_MODULE_5__["PLACEMENT_TOP_END"] : _constants_popper__WEBPACK_IMPORTED_MODULE_5__["PLACEMENT_TOP_START"]; } else if (this.dropright) { placement = _constants_popper__WEBPACK_IMPORTED_MODULE_5__["PLACEMENT_RIGHT_START"]; } else if (this.dropleft) { placement = _constants_popper__WEBPACK_IMPORTED_MODULE_5__["PLACEMENT_LEFT_START"]; } else if (this.right) { placement = _constants_popper__WEBPACK_IMPORTED_MODULE_5__["PLACEMENT_BOTTOM_END"]; } var popperConfig = { placement: placement, modifiers: { offset: { offset: this.offset || 0 }, flip: { enabled: !this.noFlip } } }; var boundariesElement = this.boundary; if (boundariesElement) { popperConfig.modifiers.preventOverflow = { boundariesElement: boundariesElement }; } return Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["mergeDeep"])(popperConfig, this.popperOpts || {}); }, // Turn listeners on/off while open whileOpenListen: function whileOpenListen(isOpen) { // Hide the dropdown when clicked outside this.listenForClickOut = isOpen; // Hide the dropdown when it loses focus this.listenForFocusIn = isOpen; // Hide the dropdown when another dropdown is opened var method = isOpen ? '$on' : '$off'; this.$root[method](ROOT_EVENT_NAME_SHOWN, this.rootCloseListener); }, rootCloseListener: function rootCloseListener(vm) { if (vm !== this) { this.visible = false; } }, // Public method to show dropdown show: function show() { var _this2 = this; if (this.disabled) { return; } // Wrap in a `requestAF()` to allow any previous // click handling to occur first Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["requestAF"])(function () { _this2.visible = true; }); }, // Public method to hide dropdown hide: function hide() { var refocus = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; /* istanbul ignore next */ if (this.disabled) { return; } this.visible = false; if (refocus) { // Child element is closing the dropdown on click this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"], this.focusToggler); } }, // Called only by a button that toggles the menu toggle: function toggle(event) { event = event || {}; // Early exit when not a click event or ENTER, SPACE or DOWN were pressed var _event = event, type = _event.type, keyCode = _event.keyCode; if (type !== 'click' && !(type === 'keydown' && [_constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_ENTER"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_SPACE"], _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]].indexOf(keyCode) !== -1)) { /* istanbul ignore next */ return; } /* istanbul ignore next */ if (this.disabled) { this.visible = false; return; } this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_TOGGLE"], event); Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); // Toggle visibility if (this.visible) { this.hide(true); } else { this.show(); } }, // Mousedown handler for the toggle /* istanbul ignore next */ onMousedown: function onMousedown(event) { // We prevent the 'mousedown' event for the toggle to stop the // 'focusin' event from being fired // The event would otherwise be picked up by the global 'focusin' // listener and there is no cross-browser solution to detect it // relates to the toggle click // The 'click' event will still be fired and we handle closing // other dropdowns there too // See https://github.com/bootstrap-vue/bootstrap-vue/issues/4328 Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event, { propagation: false }); }, // Called from dropdown menu context onKeydown: function onKeydown(event) { var keyCode = event.keyCode; if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_ESC"]) { // Close on ESC this.onEsc(event); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_DOWN"]) { // Down Arrow this.focusNext(event, false); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_4__["CODE_UP"]) { // Up Arrow this.focusNext(event, true); } }, // If user presses ESC, close the menu onEsc: function onEsc(event) { if (this.visible) { this.visible = false; Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); // Return focus to original trigger button this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_HIDDEN"], this.focusToggler); } }, // Called only in split button mode, for the split button onSplitClick: function onSplitClick(event) { /* istanbul ignore next */ if (this.disabled) { this.visible = false; return; } this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_3__["EVENT_NAME_CLICK"], event); }, // Shared hide handler between click-out and focus-in events hideHandler: function hideHandler(event) { var _this3 = this; var target = event.target; if (this.visible && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["contains"])(this.$refs.menu, target) && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["contains"])(this.toggler, target)) { this.clearHideTimeout(); this.$_hideTimeout = setTimeout(function () { return _this3.hide(); }, this.inNavbar ? 300 : 0); } }, // Document click-out listener clickOutHandler: function clickOutHandler(event) { this.hideHandler(event); }, // Document focus-in listener focusInHandler: function focusInHandler(event) { this.hideHandler(event); }, // Keyboard nav focusNext: function focusNext(event, up) { var _this4 = this; // Ignore key up/down on form elements var target = event.target; if (!this.visible || event && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["closest"])(SELECTOR_FORM_CHILD, target)) { /* istanbul ignore next: should never happen */ return; } Object(_utils_events__WEBPACK_IMPORTED_MODULE_10__["stopEvent"])(event); this.$nextTick(function () { var items = _this4.getItems(); if (items.length < 1) { /* istanbul ignore next: should never happen */ return; } var index = items.indexOf(target); if (up && index > 0) { index--; } else if (!up && index < items.length - 1) { index++; } if (index < 0) { /* istanbul ignore next: should never happen */ index = 0; } _this4.focusItem(index, items); }); }, focusItem: function focusItem(index, items) { var el = items.find(function (el, i) { return i === index; }); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(el); }, getItems: function getItems() { // Get all items return filterVisibles(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["selectAll"])(SELECTOR_ITEM, this.$refs.menu)); }, focusMenu: function focusMenu() { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(this.$refs.menu); }, focusToggler: function focusToggler() { var _this5 = this; this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_9__["attemptFocus"])(_this5.toggler); }); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/focus-in.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/focus-in.js ***! \**********************************************************************************/ /*! exports provided: focusInMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "focusInMixin", function() { return focusInMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); // @vue/component var focusInMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ data: function data() { return { listenForFocusIn: false }; }, watch: { listenForFocusIn: function listenForFocusIn(newValue, oldValue) { if (newValue !== oldValue) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_2__["eventOff"])(this.focusInElement, 'focusin', this._focusInHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); if (newValue) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_2__["eventOn"])(this.focusInElement, 'focusin', this._focusInHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); } } } }, beforeCreate: function beforeCreate() { // Declare non-reactive properties this.focusInElement = null; }, mounted: function mounted() { if (!this.focusInElement) { this.focusInElement = document; } if (this.listenForFocusIn) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_2__["eventOn"])(this.focusInElement, 'focusin', this._focusInHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); } }, beforeDestroy: function beforeDestroy() { Object(_utils_events__WEBPACK_IMPORTED_MODULE_2__["eventOff"])(this.focusInElement, 'focusin', this._focusInHandler, _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_OPTIONS_NO_CAPTURE"]); }, methods: { _focusInHandler: function _focusInHandler(event) { if (this.focusInHandler) { this.focusInHandler(event); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js ***! \**************************************************************************************/ /*! exports provided: props, formControlMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formControlMixin", function() { return formControlMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Constants --- var SELECTOR = 'input, textarea, select'; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ autofocus: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), form: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), name: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), required: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false) }, 'formControls'); // --- Mixin --- // @vue/component var formControlMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, mounted: function mounted() { this.handleAutofocus(); }, /* istanbul ignore next */ activated: function activated() { this.handleAutofocus(); }, methods: { handleAutofocus: function handleAutofocus() { var _this = this; this.$nextTick(function () { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["requestAF"])(function () { var el = _this.$el; if (_this.autofocus && Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["isVisible"])(el)) { if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["matches"])(el, SELECTOR)) { el = Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["select"])(SELECTOR, el); } Object(_utils_dom__WEBPACK_IMPORTED_MODULE_2__["attemptFocus"])(el); } }); }); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-custom.js": /*!*************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-custom.js ***! \*************************************************************************************/ /*! exports provided: props, formCustomMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formCustomMixin", function() { return formCustomMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makePropsConfigurable"])({ plain: Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false) }, 'formControls'); // --- Mixin --- // @vue/component var formCustomMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { custom: function custom() { return !this.plain; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-options.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-options.js ***! \**************************************************************************************/ /*! exports provided: props, formOptionsMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formOptionsMixin", function() { return formOptionsMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_get__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/get */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); // --- Constants --- var OPTIONS_OBJECT_DEPRECATED_MSG = 'Setting prop "options" to an object is deprecated. Use the array format instead.'; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makePropsConfigurable"])({ disabledField: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'disabled'), htmlField: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'html'), options: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_ARRAY_OBJECT"], []), textField: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'text'), valueField: Object(_utils_props__WEBPACK_IMPORTED_MODULE_6__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"], 'value') }, 'formOptionControls'); // --- Mixin --- // @vue/component var formOptionsMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { formOptions: function formOptions() { return this.normalizeOptions(this.options); } }, methods: { normalizeOption: function normalizeOption(option) { var key = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; // When the option is an object, normalize it if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isPlainObject"])(option)) { var value = Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.valueField); var text = Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.textField); return { value: Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefined"])(value) ? key || text : value, text: Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["stripTags"])(String(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefined"])(text) ? key : text)), html: Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.htmlField), disabled: Boolean(Object(_utils_get__WEBPACK_IMPORTED_MODULE_2__["get"])(option, this.disabledField)) }; } // Otherwise create an `<option>` object from the given value return { value: key || option, text: Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["stripTags"])(String(option)), disabled: false }; }, normalizeOptions: function normalizeOptions(options) { var _this = this; // Normalize the given options array if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(options)) { return options.map(function (option) { return _this.normalizeOption(option); }); } else if (Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isPlainObject"])(options)) { // Deprecate the object options format Object(_utils_warn__WEBPACK_IMPORTED_MODULE_7__["warn"])(OPTIONS_OBJECT_DEPRECATED_MSG, this.$options.name); // Normalize a `options` object to an array of options return Object(_utils_object__WEBPACK_IMPORTED_MODULE_5__["keys"])(options).map(function (key) { return _this.normalizeOption(options[key] || {}, key); }); } // If not an array or object, return an empty array /* istanbul ignore next */ return []; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check-group.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check-group.js ***! \************************************************************************************************/ /*! exports provided: MODEL_PROP_NAME, MODEL_EVENT_NAME, props, formRadioCheckGroupMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_PROP_NAME", function() { return MODEL_PROP_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME", function() { return MODEL_EVENT_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formRadioCheckGroupMixin", function() { return formRadioCheckGroupMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_html__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/html */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _components_form_checkbox_form_checkbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../components/form-checkbox/form-checkbox */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-checkbox/form-checkbox.js"); /* harmony import */ var _components_form_radio_form_radio__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../components/form-radio/form-radio */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/form-radio/form-radio.js"); /* harmony import */ var _form_control__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _form_custom__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./form-custom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-custom.js"); /* harmony import */ var _form_options__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./form-options */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-options.js"); /* harmony import */ var _form_size__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _form_state__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _id__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _normalize_slot__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- // Attributes to pass down to checks/radios instead of applying them to the group var PASS_DOWN_ATTRS = ['aria-describedby', 'aria-labelledby']; var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_5__["makeModelMixin"])('checked'), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _id__WEBPACK_IMPORTED_MODULE_15__["props"]), modelProps), _form_control__WEBPACK_IMPORTED_MODULE_10__["props"]), _form_options__WEBPACK_IMPORTED_MODULE_12__["props"]), _form_size__WEBPACK_IMPORTED_MODULE_13__["props"]), _form_state__WEBPACK_IMPORTED_MODULE_14__["props"]), _form_custom__WEBPACK_IMPORTED_MODULE_11__["props"]), {}, { ariaInvalid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN_STRING"], false), // Only applicable when rendered with button style buttonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), // Render as button style buttons: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), stacked: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), validated: Object(_utils_props__WEBPACK_IMPORTED_MODULE_7__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false) })), 'formRadioCheckGroups'); // --- Mixin --- // @vue/component var formRadioCheckGroupMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [_id__WEBPACK_IMPORTED_MODULE_15__["idMixin"], modelMixin, _normalize_slot__WEBPACK_IMPORTED_MODULE_16__["normalizeSlotMixin"], _form_control__WEBPACK_IMPORTED_MODULE_10__["formControlMixin"], _form_options__WEBPACK_IMPORTED_MODULE_12__["formOptionsMixin"], _form_size__WEBPACK_IMPORTED_MODULE_13__["formSizeMixin"], _form_state__WEBPACK_IMPORTED_MODULE_14__["formStateMixin"], _form_custom__WEBPACK_IMPORTED_MODULE_11__["formCustomMixin"]], inheritAttrs: false, props: props, data: function data() { return { localChecked: this[MODEL_PROP_NAME] }; }, computed: { inline: function inline() { return !this.stacked; }, groupName: function groupName() { // Checks/Radios tied to the same model must have the same name, // especially for ARIA accessibility return this.name || this.safeId(); }, groupClasses: function groupClasses() { var inline = this.inline, size = this.size, validated = this.validated; var classes = { 'was-validated': validated }; if (this.buttons) { classes = [classes, 'btn-group-toggle', _defineProperty({ 'btn-group': inline, 'btn-group-vertical': !inline }, "btn-group-".concat(size), size)]; } return classes; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_4__["looseEqual"])(newValue, this.localChecked)) { this.localChecked = newValue; } }), _defineProperty(_watch, "localChecked", function localChecked(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_4__["looseEqual"])(newValue, oldValue)) { this.$emit(MODEL_EVENT_NAME, newValue); } }), _watch), render: function render(h) { var _this = this; var isRadioGroup = this.isRadioGroup; var attrs = Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["pick"])(this.$attrs, PASS_DOWN_ATTRS); var optionComponent = isRadioGroup ? _components_form_radio_form_radio__WEBPACK_IMPORTED_MODULE_9__["BFormRadio"] : _components_form_checkbox_form_checkbox__WEBPACK_IMPORTED_MODULE_8__["BFormCheckbox"]; var $inputs = this.formOptions.map(function (option, index) { var key = "BV_option_".concat(index); return h(optionComponent, { props: { // Individual radios or checks can be disabled in a group disabled: option.disabled || false, id: _this.safeId(key), value: option.value // We don't need to include these, since the input's will know they are inside here // form: this.form || null, // name: this.groupName, // required: Boolean(this.name && this.required) }, attrs: attrs, key: key }, [h('span', { domProps: Object(_utils_html__WEBPACK_IMPORTED_MODULE_3__["htmlOrText"])(option.html, option.text) })]); }); return h('div', { class: [this.groupClasses, 'bv-no-focus-ring'], attrs: _objectSpread(_objectSpread({}, Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["omit"])(this.$attrs, PASS_DOWN_ATTRS)), {}, { 'aria-invalid': this.computedAriaInvalid, 'aria-required': this.required ? 'true' : null, id: this.safeId(), role: isRadioGroup ? 'radiogroup' : 'group', // Add `tabindex="-1"` to allow group to be focused if needed by screen readers tabindex: '-1' }) }, [this.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_2__["SLOT_NAME_FIRST"]), $inputs, this.normalizeSlot()]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-radio-check.js ***! \******************************************************************************************/ /*! exports provided: MODEL_PROP_NAME, MODEL_EVENT_NAME, props, formRadioCheckMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_PROP_NAME", function() { return MODEL_PROP_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME", function() { return MODEL_EVENT_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formRadioCheckMixin", function() { return formRadioCheckMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _attrs__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./attrs */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/attrs.js"); /* harmony import */ var _form_control__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./form-control */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-control.js"); /* harmony import */ var _form_custom__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./form-custom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-custom.js"); /* harmony import */ var _form_size__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./form-size */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js"); /* harmony import */ var _form_state__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ./form-state */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js"); /* harmony import */ var _id__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js"); /* harmony import */ var _normalize_slot__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); var _watch, _methods; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_6__["makeModelMixin"])('checked', { defaultValue: null }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_7__["sortKeys"])(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, _id__WEBPACK_IMPORTED_MODULE_14__["props"]), modelProps), _form_control__WEBPACK_IMPORTED_MODULE_10__["props"]), _form_size__WEBPACK_IMPORTED_MODULE_12__["props"]), _form_state__WEBPACK_IMPORTED_MODULE_13__["props"]), _form_custom__WEBPACK_IMPORTED_MODULE_11__["props"]), {}, { ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), ariaLabelledby: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), // Only applicable in standalone mode (non group) button: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), // Only applicable when rendered with button style buttonVariant: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]), inline: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], false), value: Object(_utils_props__WEBPACK_IMPORTED_MODULE_8__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_ANY"]) })), 'formRadioCheckControls'); // --- Mixin --- // @vue/component var formRadioCheckMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [_attrs__WEBPACK_IMPORTED_MODULE_9__["attrsMixin"], _id__WEBPACK_IMPORTED_MODULE_14__["idMixin"], modelMixin, _normalize_slot__WEBPACK_IMPORTED_MODULE_15__["normalizeSlotMixin"], _form_control__WEBPACK_IMPORTED_MODULE_10__["formControlMixin"], _form_size__WEBPACK_IMPORTED_MODULE_12__["formSizeMixin"], _form_state__WEBPACK_IMPORTED_MODULE_13__["formStateMixin"], _form_custom__WEBPACK_IMPORTED_MODULE_11__["formCustomMixin"]], inheritAttrs: false, props: props, data: function data() { return { localChecked: this.isGroup ? this.bvGroup[MODEL_PROP_NAME] : this[MODEL_PROP_NAME], hasFocus: false }; }, computed: { computedLocalChecked: { get: function get() { return this.isGroup ? this.bvGroup.localChecked : this.localChecked; }, set: function set(value) { if (this.isGroup) { this.bvGroup.localChecked = value; } else { this.localChecked = value; } } }, isChecked: function isChecked() { return Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__["looseEqual"])(this.value, this.computedLocalChecked); }, isRadio: function isRadio() { return true; }, isGroup: function isGroup() { // Is this check/radio a child of check-group or radio-group? return !!this.bvGroup; }, isBtnMode: function isBtnMode() { // Support button style in single input mode return this.isGroup ? this.bvGroup.buttons : this.button; }, isPlain: function isPlain() { return this.isBtnMode ? false : this.isGroup ? this.bvGroup.plain : this.plain; }, isCustom: function isCustom() { return this.isBtnMode ? false : !this.isPlain; }, isSwitch: function isSwitch() { // Custom switch styling (checkboxes only) return this.isBtnMode || this.isRadio || this.isPlain ? false : this.isGroup ? this.bvGroup.switches : this.switch; }, isInline: function isInline() { return this.isGroup ? this.bvGroup.inline : this.inline; }, isDisabled: function isDisabled() { // Child can be disabled while parent isn't, but is always disabled if group is return this.isGroup ? this.bvGroup.disabled || this.disabled : this.disabled; }, isRequired: function isRequired() { // Required only works when a name is provided for the input(s) // Child can only be required when parent is // Groups will always have a name (either user supplied or auto generated) return this.computedName && (this.isGroup ? this.bvGroup.required : this.required); }, computedName: function computedName() { // Group name preferred over local name return (this.isGroup ? this.bvGroup.groupName : this.name) || null; }, computedForm: function computedForm() { return (this.isGroup ? this.bvGroup.form : this.form) || null; }, computedSize: function computedSize() { return (this.isGroup ? this.bvGroup.size : this.size) || ''; }, computedState: function computedState() { return this.isGroup ? this.bvGroup.computedState : Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_4__["isBoolean"])(this.state) ? this.state : null; }, computedButtonVariant: function computedButtonVariant() { // Local variant preferred over group variant var buttonVariant = this.buttonVariant; if (buttonVariant) { return buttonVariant; } if (this.isGroup && this.bvGroup.buttonVariant) { return this.bvGroup.buttonVariant; } return 'secondary'; }, buttonClasses: function buttonClasses() { var _ref; var computedSize = this.computedSize; return ['btn', "btn-".concat(this.computedButtonVariant), (_ref = {}, _defineProperty(_ref, "btn-".concat(computedSize), computedSize), _defineProperty(_ref, "disabled", this.isDisabled), _defineProperty(_ref, "active", this.isChecked), _defineProperty(_ref, "focus", this.hasFocus), _ref)]; }, computedAttrs: function computedAttrs() { var disabled = this.isDisabled, required = this.isRequired; return _objectSpread(_objectSpread({}, this.bvAttrs), {}, { id: this.safeId(), type: this.isRadio ? 'radio' : 'checkbox', name: this.computedName, form: this.computedForm, disabled: disabled, required: required, 'aria-required': required || null, 'aria-label': this.ariaLabel || null, 'aria-labelledby': this.ariaLabelledby || null }); } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function () { this["".concat(MODEL_PROP_NAME, "Watcher")].apply(this, arguments); }), _defineProperty(_watch, "computedLocalChecked", function computedLocalChecked() { this.computedLocalCheckedWatcher.apply(this, arguments); }), _watch), methods: (_methods = {}, _defineProperty(_methods, "".concat(MODEL_PROP_NAME, "Watcher"), function Watcher(newValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__["looseEqual"])(newValue, this.computedLocalChecked)) { this.computedLocalChecked = newValue; } }), _defineProperty(_methods, "computedLocalCheckedWatcher", function computedLocalCheckedWatcher(newValue, oldValue) { if (!Object(_utils_loose_equal__WEBPACK_IMPORTED_MODULE_5__["looseEqual"])(newValue, oldValue)) { this.$emit(MODEL_EVENT_NAME, newValue); } }), _defineProperty(_methods, "handleChange", function handleChange(_ref2) { var _this = this; var checked = _ref2.target.checked; var value = this.value; var localChecked = checked ? value : null; this.computedLocalChecked = value; // Fire events in a `$nextTick()` to ensure the `v-model` is updated this.$nextTick(function () { // Change is only emitted on user interaction _this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], localChecked); // If this is a child of a group, we emit a change event on it as well if (_this.isGroup) { _this.bvGroup.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_NAME_CHANGE"], localChecked); } }); }), _defineProperty(_methods, "handleFocus", function handleFocus(event) { // When in buttons mode, we need to add 'focus' class to label when input focused // As it is the hidden input which has actual focus if (event.target) { if (event.type === 'focus') { this.hasFocus = true; } else if (event.type === 'blur') { this.hasFocus = false; } } }), _defineProperty(_methods, "focus", function focus() { if (!this.isDisabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["attemptFocus"])(this.$refs.input); } }), _defineProperty(_methods, "blur", function blur() { if (!this.isDisabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["attemptBlur"])(this.$refs.input); } }), _methods), render: function render(h) { var isRadio = this.isRadio, isBtnMode = this.isBtnMode, isPlain = this.isPlain, isCustom = this.isCustom, isInline = this.isInline, isSwitch = this.isSwitch, computedSize = this.computedSize, bvAttrs = this.bvAttrs; var $content = this.normalizeSlot(); var $input = h('input', { class: [{ 'form-check-input': isPlain, 'custom-control-input': isCustom, // https://github.com/bootstrap-vue/bootstrap-vue/issues/2911 'position-static': isPlain && !$content }, isBtnMode ? '' : this.stateClass], directives: [{ name: 'model', value: this.computedLocalChecked }], attrs: this.computedAttrs, domProps: { value: this.value, checked: this.isChecked }, on: _objectSpread({ change: this.handleChange }, isBtnMode ? { focus: this.handleFocus, blur: this.handleFocus } : {}), key: 'input', ref: 'input' }); if (isBtnMode) { var $button = h('label', { class: this.buttonClasses }, [$input, $content]); if (!this.isGroup) { // Standalone button mode, so wrap in 'btn-group-toggle' // and flag it as inline-block to mimic regular buttons $button = h('div', { class: ['btn-group-toggle', 'd-inline-block'] }, [$button]); } return $button; } // If no label content in plain mode we dont render the label // See: https://github.com/bootstrap-vue/bootstrap-vue/issues/2911 var $label = h(); if (!(isPlain && !$content)) { $label = h('label', { class: { 'form-check-label': isPlain, 'custom-control-label': isCustom }, attrs: { for: this.safeId() } }, $content); } return h('div', { class: [_defineProperty({ 'form-check': isPlain, 'form-check-inline': isPlain && isInline, 'custom-control': isCustom, 'custom-control-inline': isCustom && isInline, 'custom-checkbox': isCustom && !isRadio && !isSwitch, 'custom-switch': isSwitch, 'custom-radio': isCustom && isRadio }, "b-custom-control-".concat(computedSize), computedSize && !isBtnMode), bvAttrs.class], style: bvAttrs.style }, [$input, $label]); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-selection.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-selection.js ***! \****************************************************************************************/ /*! exports provided: formSelectionMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formSelectionMixin", function() { return formSelectionMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); // @vue/component var formSelectionMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ computed: { selectionStart: { // Expose selectionStart for formatters, etc cache: false, /* istanbul ignore next */ get: function get() { return this.$refs.input.selectionStart; }, /* istanbul ignore next */ set: function set(val) { this.$refs.input.selectionStart = val; } }, selectionEnd: { // Expose selectionEnd for formatters, etc cache: false, /* istanbul ignore next */ get: function get() { return this.$refs.input.selectionEnd; }, /* istanbul ignore next */ set: function set(val) { this.$refs.input.selectionEnd = val; } }, selectionDirection: { // Expose selectionDirection for formatters, etc cache: false, /* istanbul ignore next */ get: function get() { return this.$refs.input.selectionDirection; }, /* istanbul ignore next */ set: function set(val) { this.$refs.input.selectionDirection = val; } } }, methods: { /* istanbul ignore next */ select: function select() { var _this$$refs$input; // For external handler that may want a select() method (_this$$refs$input = this.$refs.input).select.apply(_this$$refs$input, arguments); }, /* istanbul ignore next */ setSelectionRange: function setSelectionRange() { var _this$$refs$input2; // For external handler that may want a setSelectionRange(a,b,c) method (_this$$refs$input2 = this.$refs.input).setSelectionRange.apply(_this$$refs$input2, arguments); }, /* istanbul ignore next */ setRangeText: function setRangeText() { var _this$$refs$input3; // For external handler that may want a setRangeText(a,b,c) method (_this$$refs$input3 = this.$refs.input).setRangeText.apply(_this$$refs$input3, arguments); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-size.js ***! \***********************************************************************************/ /*! exports provided: props, formSizeMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formSizeMixin", function() { return formSizeMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makePropsConfigurable"])({ size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]) }, 'formControls'); // --- Mixin --- // @vue/component var formSizeMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { sizeFormClass: function sizeFormClass() { return [this.size ? "form-control-".concat(this.size) : null]; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js": /*!************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-state.js ***! \************************************************************************************/ /*! exports provided: props, formStateMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formStateMixin", function() { return formStateMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* Form control contextual state class computation * * Returned class is either 'is-valid' or 'is-invalid' based on the 'state' prop * state can be one of five values: * - true for is-valid * - false for is-invalid * - null for no contextual state */ // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makePropsConfigurable"])({ // Tri-state prop: true, false, null (or undefined) state: Object(_utils_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_BOOLEAN"], null) }, 'formState'); // --- Mixin --- // @vue/component var formStateMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, computed: { computedState: function computedState() { // If not a boolean, ensure that value is null return Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_2__["isBoolean"])(this.state) ? this.state : null; }, stateClass: function stateClass() { var state = this.computedState; return state === true ? 'is-valid' : state === false ? 'is-invalid' : null; }, computedAriaInvalid: function computedAriaInvalid() { var ariaInvalid = this.ariaInvalid; if (ariaInvalid === true || ariaInvalid === 'true' || ariaInvalid === '') { return 'true'; } return this.computedState === false ? 'true' : ariaInvalid; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-text.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-text.js ***! \***********************************************************************************/ /*! exports provided: MODEL_PROP_NAME, MODEL_EVENT_NAME, props, formTextMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_PROP_NAME", function() { return MODEL_PROP_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME", function() { return MODEL_EVENT_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formTextMixin", function() { return formTextMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_6__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], defaultValue: '', event: _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_UPDATE"] }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_8__["sortKeys"])(_objectSpread(_objectSpread({}, modelProps), {}, { ariaInvalid: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN_STRING"], false), autocomplete: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), // Debounce timeout (in ms). Not applicable with `lazy` prop debounce: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_NUMBER_STRING"], 0), formatter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_FUNCTION"]), // Only update the `v-model` on blur/change events lazy: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), lazyFormatter: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), number: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), placeholder: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_STRING"]), plaintext: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), readonly: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false), trim: Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_BOOLEAN"], false) })), 'formTextControls'); // --- Mixin --- // @vue/component var formTextMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [modelMixin], props: props, data: function data() { var value = this[MODEL_PROP_NAME]; return { localValue: Object(_utils_string__WEBPACK_IMPORTED_MODULE_10__["toString"])(value), vModelValue: this.modifyValue(value) }; }, computed: { computedClass: function computedClass() { var plaintext = this.plaintext, type = this.type; var isRange = type === 'range'; var isColor = type === 'color'; return [{ // Range input needs class `custom-range` 'custom-range': isRange, // `plaintext` not supported by `type="range"` or `type="color"` 'form-control-plaintext': plaintext && !isRange && !isColor, // `form-control` not used by `type="range"` or `plaintext` // Always used by `type="color"` 'form-control': isColor || !plaintext && !isRange }, this.sizeFormClass, this.stateClass]; }, computedDebounce: function computedDebounce() { // Ensure we have a positive number equal to or greater than 0 return Object(_utils_math__WEBPACK_IMPORTED_MODULE_5__["mathMax"])(Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toInteger"])(this.debounce, 0), 0); }, hasFormatter: function hasFormatter() { return Object(_utils_props__WEBPACK_IMPORTED_MODULE_9__["hasPropFunction"])(this.formatter); } }, watch: _defineProperty({}, MODEL_PROP_NAME, function (newValue) { var stringifyValue = Object(_utils_string__WEBPACK_IMPORTED_MODULE_10__["toString"])(newValue); var modifiedValue = this.modifyValue(newValue); if (stringifyValue !== this.localValue || modifiedValue !== this.vModelValue) { // Clear any pending debounce timeout, as we are overwriting the user input this.clearDebounce(); // Update the local values this.localValue = stringifyValue; this.vModelValue = modifiedValue; } }), created: function created() { // Create private non-reactive props this.$_inputDebounceTimer = null; }, mounted: function mounted() { // Set up destroy handler this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_BEFORE_DESTROY"], this.clearDebounce); }, beforeDestroy: function beforeDestroy() { this.clearDebounce(); }, methods: { clearDebounce: function clearDebounce() { clearTimeout(this.$_inputDebounceTimer); this.$_inputDebounceTimer = null; }, formatValue: function formatValue(value, event) { var force = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; value = Object(_utils_string__WEBPACK_IMPORTED_MODULE_10__["toString"])(value); if (this.hasFormatter && (!this.lazyFormatter || force)) { value = this.formatter(value, event); } return value; }, modifyValue: function modifyValue(value) { value = Object(_utils_string__WEBPACK_IMPORTED_MODULE_10__["toString"])(value); // Emulate `.trim` modifier behaviour if (this.trim) { value = value.trim(); } // Emulate `.number` modifier behaviour if (this.number) { value = Object(_utils_number__WEBPACK_IMPORTED_MODULE_7__["toFloat"])(value, value); } return value; }, updateValue: function updateValue(value) { var _this = this; var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var lazy = this.lazy; if (lazy && !force) { return; } // Make sure to always clear the debounce when `updateValue()` // is called, even when the v-model hasn't changed this.clearDebounce(); // Define the shared update logic in a method to be able to use // it for immediate and debounced value changes var doUpdate = function doUpdate() { value = _this.modifyValue(value); if (value !== _this.vModelValue) { _this.vModelValue = value; _this.$emit(MODEL_EVENT_NAME, value); } else if (_this.hasFormatter) { // When the `vModelValue` hasn't changed but the actual input value // is out of sync, make sure to change it to the given one // Usually caused by browser autocomplete and how it triggers the // change or input event, or depending on the formatter function // https://github.com/bootstrap-vue/bootstrap-vue/issues/2657 // https://github.com/bootstrap-vue/bootstrap-vue/issues/3498 /* istanbul ignore next: hard to test */ var $input = _this.$refs.input; /* istanbul ignore if: hard to test out of sync value */ if ($input && value !== $input.value) { $input.value = value; } } }; // Only debounce the value update when a value greater than `0` // is set and we are not in lazy mode or this is a forced update var debounce = this.computedDebounce; if (debounce > 0 && !lazy && !force) { this.$_inputDebounceTimer = setTimeout(doUpdate, debounce); } else { // Immediately update the v-model doUpdate(); } }, onInput: function onInput(event) { // `event.target.composing` is set by Vue // https://github.com/vuejs/vue/blob/dev/src/platforms/web/runtime/directives/model.js // TODO: Is this needed now with the latest Vue? /* istanbul ignore if: hard to test composition events */ if (event.target.composing) { return; } var value = event.target.value; var formattedValue = this.formatValue(value, event); // Exit when the `formatter` function strictly returned `false` // or prevented the input event /* istanbul ignore next */ if (formattedValue === false || event.defaultPrevented) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["stopEvent"])(event, { propagation: false }); return; } this.localValue = formattedValue; this.updateValue(formattedValue); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_INPUT"], formattedValue); }, onChange: function onChange(event) { var value = event.target.value; var formattedValue = this.formatValue(value, event); // Exit when the `formatter` function strictly returned `false` // or prevented the input event /* istanbul ignore next */ if (formattedValue === false || event.defaultPrevented) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["stopEvent"])(event, { propagation: false }); return; } this.localValue = formattedValue; this.updateValue(formattedValue, true); this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_CHANGE"], formattedValue); }, onBlur: function onBlur(event) { // Apply the `localValue` on blur to prevent cursor jumps // on mobile browsers (e.g. caused by autocomplete) var value = event.target.value; var formattedValue = this.formatValue(value, event, true); if (formattedValue !== false) { // We need to use the modified value here to apply the // `.trim` and `.number` modifiers properly this.localValue = Object(_utils_string__WEBPACK_IMPORTED_MODULE_10__["toString"])(this.modifyValue(formattedValue)); // We pass the formatted value here since the `updateValue` method // handles the modifiers itself this.updateValue(formattedValue, true); } // Emit native blur event this.$emit(_constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_BLUR"], event); }, focus: function focus() { // For external handler that may want a focus method if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["attemptFocus"])(this.$el); } }, blur: function blur() { // For external handler that may want a blur method if (!this.disabled) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_3__["attemptBlur"])(this.$el); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-validity.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/form-validity.js ***! \***************************************************************************************/ /*! exports provided: formValidityMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formValidityMixin", function() { return formValidityMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); // @vue/component var formValidityMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ computed: { validity: { // Expose validity property cache: false, /* istanbul ignore next */ get: function get() { return this.$refs.input.validity; } }, validationMessage: { // Expose validationMessage property cache: false, /* istanbul ignore next */ get: function get() { return this.$refs.input.validationMessage; } }, willValidate: { // Expose willValidate property cache: false, /* istanbul ignore next */ get: function get() { return this.$refs.input.willValidate; } } }, methods: { /* istanbul ignore next */ setCustomValidity: function setCustomValidity() { var _this$$refs$input; // For external handler that may want a setCustomValidity(...) method return (_this$$refs$input = this.$refs.input).setCustomValidity.apply(_this$$refs$input, arguments); }, /* istanbul ignore next */ checkValidity: function checkValidity() { var _this$$refs$input2; // For external handler that may want a checkValidity(...) method return (_this$$refs$input2 = this.$refs.input).checkValidity.apply(_this$$refs$input2, arguments); }, /* istanbul ignore next */ reportValidity: function reportValidity() { var _this$$refs$input3; // For external handler that may want a reportValidity(...) method return (_this$$refs$input3 = this.$refs.input).reportValidity.apply(_this$$refs$input3, arguments); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/has-listener.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/has-listener.js ***! \**************************************************************************************/ /*! exports provided: hasListenerMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasListenerMixin", function() { return hasListenerMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); // Mixin to determine if an event listener has been registered // either via `v-on:name` (in the parent) or programmatically // via `vm.$on('name', ...)` // See: https://github.com/vuejs/vue/issues/10825 // @vue/component var hasListenerMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ methods: { hasListener: function hasListener(name) { // Only includes listeners registered via `v-on:name` var $listeners = this.$listeners || {}; // Includes `v-on:name` and `this.$on('name')` registered listeners // Note this property is not part of the public Vue API, but it is // the only way to determine if a listener was added via `vm.$on` var $events = this._events || {}; // Registered listeners in `this._events` are always an array, // but might be zero length return !Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isUndefined"])($listeners[name]) || Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])($events[name]) && $events[name].length > 0; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js": /*!****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/id.js ***! \****************************************************************************/ /*! exports provided: props, idMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "idMixin", function() { return idMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); // SSR safe client-side ID attribute generation // ID's can only be generated client-side, after mount // `this._uid` is not synched between server and client // --- Props --- var props = { id: Object(_utils_props__WEBPACK_IMPORTED_MODULE_2__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_1__["PROP_TYPE_STRING"]) }; // --- Mixin --- // @vue/component var idMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ props: props, data: function data() { return { localId_: null }; }, computed: { safeId: function safeId() { // Computed property that returns a dynamic function for creating the ID // Reacts to changes in both `.id` and `.localId_` and regenerates a new function var id = this.id || this.localId_; // We return a function that accepts an optional suffix string // So this computed prop looks and works like a method // but benefits from Vue's computed prop caching var fn = function fn(suffix) { if (!id) { return null; } suffix = String(suffix || '').replace(/\s+/g, '_'); return suffix ? id + '_' + suffix : id; }; return fn; } }, mounted: function mounted() { var _this = this; // `mounted()` only occurs client-side this.$nextTick(function () { // Update DOM with auto-generated ID after mount // to prevent SSR hydration errors _this.localId_ = "__BVID__".concat(_this[_vue__WEBPACK_IMPORTED_MODULE_0__["COMPONENT_UID_KEY"]]); }); } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-document.js": /*!********************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-document.js ***! \********************************************************************************************/ /*! exports provided: listenOnDocumentMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "listenOnDocumentMixin", function() { return listenOnDocumentMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); // --- Constants --- var PROP = '$_bv_documentHandlers_'; // --- Mixin --- // @vue/component var listenOnDocumentMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ created: function created() { var _this = this; /* istanbul ignore next */ if (!_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { return; } // Declare non-reactive property // Object of arrays, keyed by event name, // where value is an array of handlers // Prop will be defined on client only this[PROP] = {}; // Set up our beforeDestroy handler (client only) this.$once(_constants_events__WEBPACK_IMPORTED_MODULE_2__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { var items = _this[PROP] || {}; // Immediately delete this[PROP] to prevent the // listenOn/Off methods from running (which may occur // due to requestAnimationFrame/transition delays) delete _this[PROP]; // Remove all registered event handlers Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["keys"])(items).forEach(function (eventName) { var handlers = items[eventName] || []; handlers.forEach(function (handler) { return Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(document, eventName, handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); }); }); }); }, methods: { listenDocument: function listenDocument(on, eventName, handler) { on ? this.listenOnDocument(eventName, handler) : this.listenOffDocument(eventName, handler); }, listenOnDocument: function listenOnDocument(eventName, handler) { if (this[PROP] && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(eventName) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(handler)) { this[PROP][eventName] = this[PROP][eventName] || []; if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(this[PROP][eventName], handler)) { this[PROP][eventName].push(handler); Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOn"])(document, eventName, handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); } } }, listenOffDocument: function listenOffDocument(eventName, handler) { if (this[PROP] && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(eventName) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(handler)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(document, eventName, handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); this[PROP][eventName] = (this[PROP][eventName] || []).filter(function (h) { return h !== handler; }); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-root.js ***! \****************************************************************************************/ /*! exports provided: listenOnRootMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "listenOnRootMixin", function() { return listenOnRootMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); // @vue/component var listenOnRootMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ methods: { /** * Safely register event listeners on the root Vue node * While Vue automatically removes listeners for individual components, * when a component registers a listener on root and is destroyed, * this orphans a callback because the node is gone, * but the root does not clear the callback * * When registering a `$root` listener, it also registers a listener on * the component's `beforeDestroy()` hook to automatically remove the * event listener from the `$root` instance * * @param {string} event * @param {function} callback */ listenOnRoot: function listenOnRoot(event, callback) { var _this = this; this.$root.$on(event, callback); this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { _this.$root.$off(event, callback); }); }, /** * Safely register a `$once()` event listener on the root Vue node * While Vue automatically removes listeners for individual components, * when a component registers a listener on root and is destroyed, * this orphans a callback because the node is gone, * but the root does not clear the callback * * When registering a $root listener, it also registers a listener on * the component's `beforeDestroy` hook to automatically remove the * event listener from the $root instance. * * @param {string} event * @param {function} callback */ listenOnRootOnce: function listenOnRootOnce(event, callback) { var _this2 = this; this.$root.$once(event, callback); this.$on(_constants_events__WEBPACK_IMPORTED_MODULE_1__["HOOK_EVENT_NAME_BEFORE_DESTROY"], function () { _this2.$root.$off(event, callback); }); }, /** * Convenience method for calling `vm.$emit()` on `vm.$root` * * @param {string} event * @param {*} args */ emitOnRoot: function emitOnRoot(event) { var _this$$root; for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } (_this$$root = this.$root).$emit.apply(_this$$root, [event].concat(args)); } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-window.js": /*!******************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listen-on-window.js ***! \******************************************************************************************/ /*! exports provided: listenOnWindowMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "listenOnWindowMixin", function() { return listenOnWindowMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); // --- Constants --- var PROP = '$_bv_windowHandlers_'; // --- Mixin --- // @vue/component var listenOnWindowMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ beforeCreate: function beforeCreate() { // Declare non-reactive property // Object of arrays, keyed by event name, // where value is an array of handlers this[PROP] = {}; }, beforeDestroy: function beforeDestroy() { if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"]) { var items = this[PROP]; // Immediately delete this[PROP] to prevent the // listenOn/Off methods from running (which may occur // due to requestAnimationFrame delays) delete this[PROP]; // Remove all registered event handlers Object(_utils_object__WEBPACK_IMPORTED_MODULE_6__["keys"])(items).forEach(function (eventName) { var handlers = items[eventName] || []; handlers.forEach(function (handler) { return Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(window, eventName, handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); }); }); } }, methods: { listenWindow: function listenWindow(on, eventName, handler) { on ? this.listenOnWindow(eventName, handler) : this.listenOffWindow(eventName, handler); }, listenOnWindow: function listenOnWindow(eventName, handler) { if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"] && this[PROP] && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(eventName) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(handler)) { this[PROP][eventName] = this[PROP][eventName] || []; if (!Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["arrayIncludes"])(this[PROP][eventName], handler)) { this[PROP][eventName].push(handler); Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOn"])(window, eventName, handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); } } }, listenOffWindow: function listenOffWindow(eventName, handler) { if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_BROWSER"] && this[PROP] && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isString"])(eventName) && Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_5__["isFunction"])(handler)) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_4__["eventOff"])(window, eventName, handler, _constants_events__WEBPACK_IMPORTED_MODULE_2__["EVENT_OPTIONS_NO_CAPTURE"]); this[PROP][eventName] = (this[PROP][eventName] || []).filter(function (h) { return h !== handler; }); } } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/listeners.js ***! \***********************************************************************************/ /*! exports provided: listenersMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "listenersMixin", function() { return listenersMixin; }); /* harmony import */ var _utils_cache__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/cache */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/cache.js"); var listenersMixin = Object(_utils_cache__WEBPACK_IMPORTED_MODULE_0__["makePropCacheMixin"])('$listeners', 'bvListeners'); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/model.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/model.js ***! \*******************************************************************************/ /*! exports provided: modelMixin, props, MODEL_PROP_NAME, MODEL_EVENT_NAME */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "modelMixin", function() { return mixin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_PROP_NAME", function() { return prop; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME", function() { return event; }); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_0__["makeModelMixin"])('value'), mixin = _makeModelMixin.mixin, props = _makeModelMixin.props, prop = _makeModelMixin.prop, event = _makeModelMixin.event; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js": /*!****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js ***! \****************************************************************************************/ /*! exports provided: normalizeSlotMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "normalizeSlotMixin", function() { return normalizeSlotMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_normalize_slot__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../utils/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); // @vue/component var normalizeSlotMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ methods: { // Returns `true` if the either a `$scopedSlot` or `$slot` exists with the specified name // `name` can be a string name or an array of names hasNormalizedSlot: function hasNormalizedSlot() { var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : _constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_DEFAULT"]; var scopedSlots = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : this.$scopedSlots; var slots = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.$slots; return Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_2__["hasNormalizedSlot"])(name, scopedSlots, slots); }, // Returns an array of rendered VNodes if slot found, otherwise `undefined` // `name` can be a string name or an array of names normalizeSlot: function normalizeSlot() { var name = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : _constants_slots__WEBPACK_IMPORTED_MODULE_1__["SLOT_NAME_DEFAULT"]; var scope = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var scopedSlots = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : this.$scopedSlots; var slots = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : this.$slots; var vNodes = Object(_utils_normalize_slot__WEBPACK_IMPORTED_MODULE_2__["normalizeSlot"])(name, scope, scopedSlots, slots); return vNodes ? Object(_utils_array__WEBPACK_IMPORTED_MODULE_3__["concat"])(vNodes) : vNodes; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/pagination.js": /*!************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/pagination.js ***! \************************************************************************************/ /*! exports provided: MODEL_PROP_NAME, MODEL_EVENT_NAME, props, paginationMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_PROP_NAME", function() { return MODEL_PROP_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MODEL_EVENT_NAME", function() { return MODEL_EVENT_NAME; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "props", function() { return props; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "paginationMixin", function() { return paginationMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_components__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/components */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/components.js"); /* harmony import */ var _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/key-codes */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/key-codes.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _constants_slots__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../constants/slots */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/slots.js"); /* harmony import */ var _utils_array__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../utils/array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _utils_dom__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../utils/dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _utils_events__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../utils/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js"); /* harmony import */ var _utils_inspect__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../utils/inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _utils_math__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../utils/math */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js"); /* harmony import */ var _utils_model__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../utils/model */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js"); /* harmony import */ var _utils_number__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ../utils/number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _utils_object__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ../utils/object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _utils_props__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../utils/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); /* harmony import */ var _utils_string__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ../utils/string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); /* harmony import */ var _utils_warn__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ../utils/warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); /* harmony import */ var _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ../mixins/normalize-slot */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/normalize-slot.js"); /* harmony import */ var _components_link_link__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ../components/link/link */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/link/link.js"); var _watch; function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Common props, computed, data, render function, and methods // for `<b-pagination>` and `<b-pagination-nav>` // --- Constants --- var _makeModelMixin = Object(_utils_model__WEBPACK_IMPORTED_MODULE_10__["makeModelMixin"])('value', { type: _constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN_NUMBER_STRING"], defaultValue: null, /* istanbul ignore next */ validator: function validator(value) { if (!Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isNull"])(value) && Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(value, 0) < 1) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_15__["warn"])('"v-model" value must be a number greater than "0"', _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION"]); return false; } return true; } }), modelMixin = _makeModelMixin.mixin, modelProps = _makeModelMixin.props, MODEL_PROP_NAME = _makeModelMixin.prop, MODEL_EVENT_NAME = _makeModelMixin.event; // Threshold of limit size when we start/stop showing ellipsis var ELLIPSIS_THRESHOLD = 3; // Default # of buttons limit var DEFAULT_LIMIT = 5; // --- Helper methods --- // Make an array of N to N+X var makePageArray = function makePageArray(startNumber, numberOfPages) { return Object(_utils_array__WEBPACK_IMPORTED_MODULE_5__["createArray"])(numberOfPages, function (_, i) { return { number: startNumber + i, classes: null }; }); }; // Sanitize the provided limit value (converting to a number) var sanitizeLimit = function sanitizeLimit(value) { var limit = Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(value) || 1; return limit < 1 ? DEFAULT_LIMIT : limit; }; // Sanitize the provided current page number (converting to a number) var sanitizeCurrentPage = function sanitizeCurrentPage(val, numberOfPages) { var page = Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(val) || 1; return page > numberOfPages ? numberOfPages : page < 1 ? 1 : page; }; // Links don't normally respond to SPACE, so we add that // functionality via this handler var onSpaceKey = function onSpaceKey(event) { if (event.keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_SPACE"]) { // Stop page from scrolling Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["stopEvent"])(event, { immediatePropagation: true }); // Trigger the click event on the link event.currentTarget.click(); return false; } }; // --- Props --- var props = Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makePropsConfigurable"])(Object(_utils_object__WEBPACK_IMPORTED_MODULE_12__["sortKeys"])(_objectSpread(_objectSpread({}, modelProps), {}, { align: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'left'), ariaLabel: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Pagination'), disabled: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), ellipsisClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), ellipsisText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], "\u2026"), // '…' firstClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), firstNumber: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), firstText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], "\xAB"), // '«' hideEllipsis: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), hideGotoEndButtons: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), labelFirstPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Go to first page'), labelLastPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Go to last page'), labelNextPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Go to next page'), labelPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_FUNCTION_STRING"], 'Go to page'), labelPrevPage: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], 'Go to previous page'), lastClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), lastNumber: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), lastText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], "\xBB"), // '»' limit: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_NUMBER_STRING"], DEFAULT_LIMIT, /* istanbul ignore next */ function (value) { if (Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(value, 0) < 1) { Object(_utils_warn__WEBPACK_IMPORTED_MODULE_15__["warn"])('Prop "limit" must be a number greater than "0"', _constants_components__WEBPACK_IMPORTED_MODULE_1__["NAME_PAGINATION"]); return false; } return true; }), nextClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), nextText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], "\u203A"), // '›' pageClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), pills: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_BOOLEAN"], false), prevClass: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_ARRAY_OBJECT_STRING"]), prevText: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"], "\u2039"), // '‹' size: Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["makeProp"])(_constants_props__WEBPACK_IMPORTED_MODULE_3__["PROP_TYPE_STRING"]) })), 'pagination'); // --- Mixin --- // @vue/component var paginationMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ mixins: [modelMixin, _mixins_normalize_slot__WEBPACK_IMPORTED_MODULE_16__["normalizeSlotMixin"]], props: props, data: function data() { // `-1` signifies no page initially selected var currentPage = Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(this[MODEL_PROP_NAME], 0); currentPage = currentPage > 0 ? currentPage : -1; return { currentPage: currentPage, localNumberOfPages: 1, localLimit: DEFAULT_LIMIT }; }, computed: { btnSize: function btnSize() { var size = this.size; return size ? "pagination-".concat(size) : ''; }, alignment: function alignment() { var align = this.align; if (align === 'center') { return 'justify-content-center'; } else if (align === 'end' || align === 'right') { return 'justify-content-end'; } else if (align === 'fill') { // The page-items will also have 'flex-fill' added // We add text centering to make the button appearance better in fill mode return 'text-center'; } return ''; }, styleClass: function styleClass() { return this.pills ? 'b-pagination-pills' : ''; }, computedCurrentPage: function computedCurrentPage() { return sanitizeCurrentPage(this.currentPage, this.localNumberOfPages); }, paginationParams: function paginationParams() { // Determine if we should show the the ellipsis var limit = this.localLimit, numberOfPages = this.localNumberOfPages, currentPage = this.computedCurrentPage, hideEllipsis = this.hideEllipsis, firstNumber = this.firstNumber, lastNumber = this.lastNumber; var showFirstDots = false; var showLastDots = false; var numberOfLinks = limit; var startNumber = 1; if (numberOfPages <= limit) { // Special case: Less pages available than the limit of displayed pages numberOfLinks = numberOfPages; } else if (currentPage < limit - 1 && limit > ELLIPSIS_THRESHOLD) { if (!hideEllipsis || lastNumber) { showLastDots = true; numberOfLinks = limit - (firstNumber ? 0 : 1); } numberOfLinks = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMin"])(numberOfLinks, limit); } else if (numberOfPages - currentPage + 2 < limit && limit > ELLIPSIS_THRESHOLD) { if (!hideEllipsis || firstNumber) { showFirstDots = true; numberOfLinks = limit - (lastNumber ? 0 : 1); } startNumber = numberOfPages - numberOfLinks + 1; } else { // We are somewhere in the middle of the page list if (limit > ELLIPSIS_THRESHOLD) { numberOfLinks = limit - (hideEllipsis ? 0 : 2); showFirstDots = !!(!hideEllipsis || firstNumber); showLastDots = !!(!hideEllipsis || lastNumber); } startNumber = currentPage - Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathFloor"])(numberOfLinks / 2); } // Sanity checks /* istanbul ignore if */ if (startNumber < 1) { startNumber = 1; showFirstDots = false; } else if (startNumber > numberOfPages - numberOfLinks) { startNumber = numberOfPages - numberOfLinks + 1; showLastDots = false; } if (showFirstDots && firstNumber && startNumber < 4) { numberOfLinks = numberOfLinks + 2; startNumber = 1; showFirstDots = false; } var lastPageNumber = startNumber + numberOfLinks - 1; if (showLastDots && lastNumber && lastPageNumber > numberOfPages - 3) { numberOfLinks = numberOfLinks + (lastPageNumber === numberOfPages - 2 ? 2 : 3); showLastDots = false; } // Special handling for lower limits (where ellipsis are never shown) if (limit <= ELLIPSIS_THRESHOLD) { if (firstNumber && startNumber === 1) { numberOfLinks = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMin"])(numberOfLinks + 1, numberOfPages, limit + 1); } else if (lastNumber && numberOfPages === startNumber + numberOfLinks - 1) { startNumber = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMax"])(startNumber - 1, 1); numberOfLinks = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMin"])(numberOfPages - startNumber + 1, numberOfPages, limit + 1); } } numberOfLinks = Object(_utils_math__WEBPACK_IMPORTED_MODULE_9__["mathMin"])(numberOfLinks, numberOfPages - startNumber + 1); return { showFirstDots: showFirstDots, showLastDots: showLastDots, numberOfLinks: numberOfLinks, startNumber: startNumber }; }, pageList: function pageList() { // Generates the pageList array var _this$paginationParam = this.paginationParams, numberOfLinks = _this$paginationParam.numberOfLinks, startNumber = _this$paginationParam.startNumber; var currentPage = this.computedCurrentPage; // Generate list of page numbers var pages = makePageArray(startNumber, numberOfLinks); // We limit to a total of 3 page buttons on XS screens // So add classes to page links to hide them for XS breakpoint // Note: Ellipsis will also be hidden on XS screens // TODO: Make this visual limit configurable based on breakpoint(s) if (pages.length > 3) { var idx = currentPage - startNumber; // THe following is a bootstrap-vue custom utility class var classes = 'bv-d-xs-down-none'; if (idx === 0) { // Keep leftmost 3 buttons visible when current page is first page for (var i = 3; i < pages.length; i++) { pages[i].classes = classes; } } else if (idx === pages.length - 1) { // Keep rightmost 3 buttons visible when current page is last page for (var _i = 0; _i < pages.length - 3; _i++) { pages[_i].classes = classes; } } else { // Hide all except current page, current page - 1 and current page + 1 for (var _i2 = 0; _i2 < idx - 1; _i2++) { // hide some left button(s) pages[_i2].classes = classes; } for (var _i3 = pages.length - 1; _i3 > idx + 1; _i3--) { // hide some right button(s) pages[_i3].classes = classes; } } } return pages; } }, watch: (_watch = {}, _defineProperty(_watch, MODEL_PROP_NAME, function (newValue, oldValue) { if (newValue !== oldValue) { this.currentPage = sanitizeCurrentPage(newValue, this.localNumberOfPages); } }), _defineProperty(_watch, "currentPage", function currentPage(newValue, oldValue) { if (newValue !== oldValue) { // Emit `null` if no page selected this.$emit(MODEL_EVENT_NAME, newValue > 0 ? newValue : null); } }), _defineProperty(_watch, "limit", function limit(newValue, oldValue) { if (newValue !== oldValue) { this.localLimit = sanitizeLimit(newValue); } }), _watch), created: function created() { var _this = this; // Set our default values in data this.localLimit = sanitizeLimit(this.limit); this.$nextTick(function () { // Sanity check _this.currentPage = _this.currentPage > _this.localNumberOfPages ? _this.localNumberOfPages : _this.currentPage; }); }, methods: { handleKeyNav: function handleKeyNav(event) { var keyCode = event.keyCode, shiftKey = event.shiftKey; /* istanbul ignore if */ if (this.isNav) { // We disable left/right keyboard navigation in `<b-pagination-nav>` return; } if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_LEFT"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_UP"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["stopEvent"])(event, { propagation: false }); shiftKey ? this.focusFirst() : this.focusPrev(); } else if (keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_RIGHT"] || keyCode === _constants_key_codes__WEBPACK_IMPORTED_MODULE_2__["CODE_DOWN"]) { Object(_utils_events__WEBPACK_IMPORTED_MODULE_7__["stopEvent"])(event, { propagation: false }); shiftKey ? this.focusLast() : this.focusNext(); } }, getButtons: function getButtons() { // Return only buttons that are visible return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["selectAll"])('button.page-link, a.page-link', this.$el).filter(function (btn) { return Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isVisible"])(btn); }); }, focusCurrent: function focusCurrent() { var _this2 = this; // We do this in `$nextTick()` to ensure buttons have finished rendering this.$nextTick(function () { var btn = _this2.getButtons().find(function (el) { return Object(_utils_number__WEBPACK_IMPORTED_MODULE_11__["toInteger"])(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["getAttr"])(el, 'aria-posinset'), 0) === _this2.computedCurrentPage; }); if (!Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(btn)) { // Fallback if current page is not in button list _this2.focusFirst(); } }); }, focusFirst: function focusFirst() { var _this3 = this; // We do this in `$nextTick()` to ensure buttons have finished rendering this.$nextTick(function () { var btn = _this3.getButtons().find(function (el) { return !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isDisabled"])(el); }); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(btn); }); }, focusLast: function focusLast() { var _this4 = this; // We do this in `$nextTick()` to ensure buttons have finished rendering this.$nextTick(function () { var btn = _this4.getButtons().reverse().find(function (el) { return !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isDisabled"])(el); }); Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(btn); }); }, focusPrev: function focusPrev() { var _this5 = this; // We do this in `$nextTick()` to ensure buttons have finished rendering this.$nextTick(function () { var buttons = _this5.getButtons(); var index = buttons.indexOf(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["getActiveElement"])()); if (index > 0 && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isDisabled"])(buttons[index - 1])) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(buttons[index - 1]); } }); }, focusNext: function focusNext() { var _this6 = this; // We do this in `$nextTick()` to ensure buttons have finished rendering this.$nextTick(function () { var buttons = _this6.getButtons(); var index = buttons.indexOf(Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["getActiveElement"])()); if (index < buttons.length - 1 && !Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["isDisabled"])(buttons[index + 1])) { Object(_utils_dom__WEBPACK_IMPORTED_MODULE_6__["attemptFocus"])(buttons[index + 1]); } }); } }, render: function render(h) { var _this7 = this; var disabled = this.disabled, labelPage = this.labelPage, ariaLabel = this.ariaLabel, isNav = this.isNav, numberOfPages = this.localNumberOfPages, currentPage = this.computedCurrentPage; var pageNumbers = this.pageList.map(function (p) { return p.number; }); var _this$paginationParam2 = this.paginationParams, showFirstDots = _this$paginationParam2.showFirstDots, showLastDots = _this$paginationParam2.showLastDots; var fill = this.align === 'fill'; var $buttons = []; // Helper function and flag var isActivePage = function isActivePage(pageNumber) { return pageNumber === currentPage; }; var noCurrentPage = this.currentPage < 1; // Factory function for prev/next/first/last buttons var makeEndBtn = function makeEndBtn(linkTo, ariaLabel, btnSlot, btnText, btnClass, pageTest, key) { var isDisabled = disabled || isActivePage(pageTest) || noCurrentPage || linkTo < 1 || linkTo > numberOfPages; var pageNumber = linkTo < 1 ? 1 : linkTo > numberOfPages ? numberOfPages : linkTo; var scope = { disabled: isDisabled, page: pageNumber, index: pageNumber - 1 }; var $btnContent = _this7.normalizeSlot(btnSlot, scope) || Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(btnText) || h(); var $inner = h(isDisabled ? 'span' : isNav ? _components_link_link__WEBPACK_IMPORTED_MODULE_17__["BLink"] : 'button', { staticClass: 'page-link', class: { 'flex-grow-1': !isNav && !isDisabled && fill }, props: isDisabled || !isNav ? {} : _this7.linkProps(linkTo), attrs: { role: isNav ? null : 'menuitem', type: isNav || isDisabled ? null : 'button', tabindex: isDisabled || isNav ? null : '-1', 'aria-label': ariaLabel, 'aria-controls': _this7.ariaControls || null, 'aria-disabled': isDisabled ? 'true' : null }, on: isDisabled ? {} : { '!click': function click(event) { _this7.onClick(event, linkTo); }, keydown: onSpaceKey } }, [$btnContent]); return h('li', { key: key, staticClass: 'page-item', class: [{ disabled: isDisabled, 'flex-fill': fill, 'd-flex': fill && !isNav && !isDisabled }, btnClass], attrs: { role: isNav ? null : 'presentation', 'aria-hidden': isDisabled ? 'true' : null } }, [$inner]); }; // Ellipsis factory var makeEllipsis = function makeEllipsis(isLast) { return h('li', { staticClass: 'page-item', class: ['disabled', 'bv-d-xs-down-none', fill ? 'flex-fill' : '', _this7.ellipsisClass], attrs: { role: 'separator' }, key: "ellipsis-".concat(isLast ? 'last' : 'first') }, [h('span', { staticClass: 'page-link' }, [_this7.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_ELLIPSIS_TEXT"]) || Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(_this7.ellipsisText) || h()])]); }; // Page button factory var makePageButton = function makePageButton(page, idx) { var pageNumber = page.number; var active = isActivePage(pageNumber) && !noCurrentPage; // Active page will have tabindex of 0, or if no current page and first page button var tabIndex = disabled ? null : active || noCurrentPage && idx === 0 ? '0' : '-1'; var attrs = { role: isNav ? null : 'menuitemradio', type: isNav || disabled ? null : 'button', 'aria-disabled': disabled ? 'true' : null, 'aria-controls': _this7.ariaControls || null, 'aria-label': Object(_utils_props__WEBPACK_IMPORTED_MODULE_13__["hasPropFunction"])(labelPage) ? /* istanbul ignore next */ labelPage(pageNumber) : "".concat(Object(_utils_inspect__WEBPACK_IMPORTED_MODULE_8__["isFunction"])(labelPage) ? labelPage() : labelPage, " ").concat(pageNumber), 'aria-checked': isNav ? null : active ? 'true' : 'false', 'aria-current': isNav && active ? 'page' : null, 'aria-posinset': isNav ? null : pageNumber, 'aria-setsize': isNav ? null : numberOfPages, // ARIA "roving tabindex" method (except in `isNav` mode) tabindex: isNav ? null : tabIndex }; var btnContent = Object(_utils_string__WEBPACK_IMPORTED_MODULE_14__["toString"])(_this7.makePage(pageNumber)); var scope = { page: pageNumber, index: pageNumber - 1, content: btnContent, active: active, disabled: disabled }; var $inner = h(disabled ? 'span' : isNav ? _components_link_link__WEBPACK_IMPORTED_MODULE_17__["BLink"] : 'button', { props: disabled || !isNav ? {} : _this7.linkProps(pageNumber), staticClass: 'page-link', class: { 'flex-grow-1': !isNav && !disabled && fill }, attrs: attrs, on: disabled ? {} : { '!click': function click(event) { _this7.onClick(event, pageNumber); }, keydown: onSpaceKey } }, [_this7.normalizeSlot(_constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_PAGE"], scope) || btnContent]); return h('li', { staticClass: 'page-item', class: [{ disabled: disabled, active: active, 'flex-fill': fill, 'd-flex': fill && !isNav && !disabled }, page.classes, _this7.pageClass], attrs: { role: isNav ? null : 'presentation' }, key: "page-".concat(pageNumber) }, [$inner]); }; // Goto first page button // Don't render button when `hideGotoEndButtons` or `firstNumber` is set var $firstPageBtn = h(); if (!this.firstNumber && !this.hideGotoEndButtons) { $firstPageBtn = makeEndBtn(1, this.labelFirstPage, _constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_FIRST_TEXT"], this.firstText, this.firstClass, 1, 'pagination-goto-first'); } $buttons.push($firstPageBtn); // Goto previous page button $buttons.push(makeEndBtn(currentPage - 1, this.labelPrevPage, _constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_PREV_TEXT"], this.prevText, this.prevClass, 1, 'pagination-goto-prev')); // Show first (1) button? $buttons.push(this.firstNumber && pageNumbers[0] !== 1 ? makePageButton({ number: 1 }, 0) : h()); // First ellipsis $buttons.push(showFirstDots ? makeEllipsis(false) : h()); // Individual page links this.pageList.forEach(function (page, idx) { var offset = showFirstDots && _this7.firstNumber && pageNumbers[0] !== 1 ? 1 : 0; $buttons.push(makePageButton(page, idx + offset)); }); // Last ellipsis $buttons.push(showLastDots ? makeEllipsis(true) : h()); // Show last page button? $buttons.push(this.lastNumber && pageNumbers[pageNumbers.length - 1] !== numberOfPages ? makePageButton({ number: numberOfPages }, -1) : h()); // Goto next page button $buttons.push(makeEndBtn(currentPage + 1, this.labelNextPage, _constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_NEXT_TEXT"], this.nextText, this.nextClass, numberOfPages, 'pagination-goto-next')); // Goto last page button // Don't render button when `hideGotoEndButtons` or `lastNumber` is set var $lastPageBtn = h(); if (!this.lastNumber && !this.hideGotoEndButtons) { $lastPageBtn = makeEndBtn(numberOfPages, this.labelLastPage, _constants_slots__WEBPACK_IMPORTED_MODULE_4__["SLOT_NAME_LAST_TEXT"], this.lastText, this.lastClass, numberOfPages, 'pagination-goto-last'); } $buttons.push($lastPageBtn); // Assemble the pagination buttons var $pagination = h('ul', { staticClass: 'pagination', class: ['b-pagination', this.btnSize, this.alignment, this.styleClass], attrs: { role: isNav ? null : 'menubar', 'aria-disabled': disabled ? 'true' : 'false', 'aria-label': isNav ? null : ariaLabel || null }, // We disable keyboard left/right nav when `<b-pagination-nav>` on: isNav ? {} : { keydown: this.handleKeyNav }, ref: 'ul' }, $buttons); // If we are `<b-pagination-nav>`, wrap in `<nav>` wrapper if (isNav) { return h('nav', { attrs: { 'aria-disabled': disabled ? 'true' : null, 'aria-hidden': disabled ? 'true' : 'false', 'aria-label': isNav ? ariaLabel || null : null } }, [$pagination]); } return $pagination; } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/scoped-style.js": /*!**************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/mixins/scoped-style.js ***! \**************************************************************************************/ /*! exports provided: scopedStyleMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "scopedStyleMixin", function() { return scopedStyleMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _utils_get_scope_id__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../utils/get-scope-id */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // @vue/component var scopedStyleMixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ computed: { scopedStyleAttrs: function scopedStyleAttrs() { var scopeId = Object(_utils_get_scope_id__WEBPACK_IMPORTED_MODULE_1__["getScopeId"])(this.$parent); return scopeId ? _defineProperty({}, scopeId, '') : {}; } } }); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js ***! \******************************************************************************/ /*! exports provided: from, arrayIncludes, concat, createArray, flatten, flattenDeep */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "from", function() { return from; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "arrayIncludes", function() { return arrayIncludes; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "concat", function() { return concat; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createArray", function() { return createArray; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "flatten", function() { return flatten; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "flattenDeep", function() { return flattenDeep; }); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); // --- Static --- var from = function from() { return Array.from.apply(Array, arguments); }; // --- Instance --- var arrayIncludes = function arrayIncludes(array, value) { return array.indexOf(value) !== -1; }; var concat = function concat() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return Array.prototype.concat.apply([], args); }; // --- Utilities --- var createArray = function createArray(length, fillFn) { var mapFn = Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isFunction"])(fillFn) ? fillFn : function () { return fillFn; }; return Array.apply(null, { length: length }).map(mapFn); }; var flatten = function flatten(array) { return array.reduce(function (result, item) { return concat(result, item); }, []); }; var flattenDeep = function flattenDeep(array) { return array.reduce(function (result, item) { return concat(result, Array.isArray(item) ? flattenDeep(item) : item); }, []); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/bv-event.class.js ***! \***************************************************************************************/ /*! exports provided: BvEvent */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "BvEvent", function() { return BvEvent; }); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } var BvEvent = /*#__PURE__*/function () { function BvEvent(type) { var eventInit = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; _classCallCheck(this, BvEvent); // Start by emulating native Event constructor if (!type) { /* istanbul ignore next */ throw new TypeError("Failed to construct '".concat(this.constructor.name, "'. 1 argument required, ").concat(arguments.length, " given.")); } // Merge defaults first, the eventInit, and the type last // so it can't be overwritten Object(_object__WEBPACK_IMPORTED_MODULE_0__["assign"])(this, BvEvent.Defaults, this.constructor.Defaults, eventInit, { type: type }); // Freeze some props as readonly, but leave them enumerable Object(_object__WEBPACK_IMPORTED_MODULE_0__["defineProperties"])(this, { type: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])(), cancelable: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])(), nativeEvent: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])(), target: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])(), relatedTarget: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])(), vueTarget: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])(), componentId: Object(_object__WEBPACK_IMPORTED_MODULE_0__["readonlyDescriptor"])() }); // Create a private variable using closure scoping var defaultPrevented = false; // Recreate preventDefault method. One way setter this.preventDefault = function preventDefault() { if (this.cancelable) { defaultPrevented = true; } }; // Create `defaultPrevented` publicly accessible prop that // can only be altered by the preventDefault method Object(_object__WEBPACK_IMPORTED_MODULE_0__["defineProperty"])(this, 'defaultPrevented', { enumerable: true, get: function get() { return defaultPrevented; } }); } _createClass(BvEvent, null, [{ key: "Defaults", get: function get() { return { type: '', cancelable: true, nativeEvent: null, target: null, relatedTarget: null, vueTarget: null, componentId: null }; } }]); return BvEvent; }(); /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/cache.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/cache.js ***! \******************************************************************************/ /*! exports provided: makePropWatcher, makePropCacheMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makePropWatcher", function() { return makePropWatcher; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makePropCacheMixin", function() { return makePropCacheMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _clone_deep__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./clone-deep */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js"); /* harmony import */ var _loose_equal__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var isEmpty = function isEmpty(value) { return !value || Object(_object__WEBPACK_IMPORTED_MODULE_3__["keys"])(value).length === 0; }; var makePropWatcher = function makePropWatcher(propName) { return { handler: function handler(newValue, oldValue) { if (Object(_loose_equal__WEBPACK_IMPORTED_MODULE_2__["looseEqual"])(newValue, oldValue)) { return; } if (isEmpty(newValue) || isEmpty(oldValue)) { this[propName] = Object(_clone_deep__WEBPACK_IMPORTED_MODULE_1__["cloneDeep"])(newValue); return; } for (var key in oldValue) { if (!Object(_object__WEBPACK_IMPORTED_MODULE_3__["hasOwnProperty"])(newValue, key)) { this.$delete(this.$data[propName], key); } } for (var _key in newValue) { this.$set(this.$data[propName], _key, newValue[_key]); } } }; }; var makePropCacheMixin = function makePropCacheMixin(propName, proxyPropName) { return _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ data: function data() { return _defineProperty({}, proxyPropName, Object(_clone_deep__WEBPACK_IMPORTED_MODULE_1__["cloneDeep"])(this[propName])); }, watch: _defineProperty({}, propName, makePropWatcher(proxyPropName)) }); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js ***! \***********************************************************************************/ /*! exports provided: cloneDeep */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cloneDeep", function() { return cloneDeep; }); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && Symbol.iterator in Object(iter)) return Array.from(iter); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } var cloneDeep = function cloneDeep(obj) { var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : obj; if (Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isArray"])(obj)) { return obj.reduce(function (result, val) { return [].concat(_toConsumableArray(result), [cloneDeep(val, val)]); }, []); } if (Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isPlainObject"])(obj)) { return Object(_object__WEBPACK_IMPORTED_MODULE_1__["keys"])(obj).reduce(function (result, key) { return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, key, cloneDeep(obj[key], obj[key]))); }, {}); } return defaultValue; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config-set.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config-set.js ***! \***********************************************************************************/ /*! exports provided: setConfig, resetConfig */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setConfig", function() { return setConfig; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "resetConfig", function() { return resetConfig; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_config__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/config.js"); /* harmony import */ var _clone_deep__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./clone-deep */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js"); /* harmony import */ var _get__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./get */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _warn__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } // Config manager class var BvConfig = /*#__PURE__*/function () { function BvConfig() { _classCallCheck(this, BvConfig); this.$_config = {}; } // Method to merge in user config parameters _createClass(BvConfig, [{ key: "setConfig", value: function setConfig() { var _this = this; var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; /* istanbul ignore next */ if (!Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isPlainObject"])(config)) { return; } var configKeys = Object(_object__WEBPACK_IMPORTED_MODULE_5__["getOwnPropertyNames"])(config); configKeys.forEach(function (key) { /* istanbul ignore next */ var subConfig = config[key]; if (key === 'breakpoints') { /* istanbul ignore if */ if (!Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(subConfig) || subConfig.length < 2 || subConfig.some(function (b) { return !Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isString"])(b) || b.length === 0; })) { Object(_warn__WEBPACK_IMPORTED_MODULE_6__["warn"])('"breakpoints" must be an array of at least 2 breakpoint names', _constants_config__WEBPACK_IMPORTED_MODULE_1__["NAME"]); } else { _this.$_config[key] = Object(_clone_deep__WEBPACK_IMPORTED_MODULE_2__["cloneDeep"])(subConfig); } } else if (Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isPlainObject"])(subConfig)) { // Component prop defaults _this.$_config[key] = Object(_object__WEBPACK_IMPORTED_MODULE_5__["getOwnPropertyNames"])(subConfig).reduce(function (config, prop) { if (!Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefined"])(subConfig[prop])) { config[prop] = Object(_clone_deep__WEBPACK_IMPORTED_MODULE_2__["cloneDeep"])(subConfig[prop]); } return config; }, _this.$_config[key] || {}); } }); } // Clear the config }, { key: "resetConfig", value: function resetConfig() { this.$_config = {}; } // Returns a deep copy of the user config }, { key: "getConfig", value: function getConfig() { return Object(_clone_deep__WEBPACK_IMPORTED_MODULE_2__["cloneDeep"])(this.$_config); } // Returns a deep copy of the config value }, { key: "getConfigValue", value: function getConfigValue(key) { var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined; return Object(_clone_deep__WEBPACK_IMPORTED_MODULE_2__["cloneDeep"])(Object(_get__WEBPACK_IMPORTED_MODULE_3__["getRaw"])(this.$_config, key, defaultValue)); } }]); return BvConfig; }(); // Method for applying a global config var setConfig = function setConfig() { var config = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var Vue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"]; // Ensure we have a `$bvConfig` Object on the Vue prototype // We set on Vue and OurVue just in case consumer has not set an alias of `vue` Vue.prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]] = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]] = Vue.prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]] || _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]] || new BvConfig(); // Apply the config values Vue.prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]].setConfig(config); }; // Method for resetting the user config // Exported for testing purposes only var resetConfig = function resetConfig() { if (_vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]] && _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]].resetConfig) { _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].prototype[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]].resetConfig(); } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js ***! \*******************************************************************************/ /*! exports provided: getConfig, getConfigValue, getComponentConfig, getBreakpoints, getBreakpointsCached, getBreakpointsUp, getBreakpointsUpCached, getBreakpointsDown, getBreakpointsDownCached */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getConfig", function() { return getConfig; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getConfigValue", function() { return getConfigValue; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getComponentConfig", function() { return getComponentConfig; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBreakpoints", function() { return getBreakpoints; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBreakpointsCached", function() { return getBreakpointsCached; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBreakpointsUp", function() { return getBreakpointsUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBreakpointsUpCached", function() { return getBreakpointsUpCached; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBreakpointsDown", function() { return getBreakpointsDown; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBreakpointsDownCached", function() { return getBreakpointsDownCached; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_config__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/config.js"); /* harmony import */ var _clone_deep__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./clone-deep */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js"); /* harmony import */ var _memoize__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./memoize */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/memoize.js"); // --- Constants --- var VueProto = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].prototype; // --- Getter methods --- // All methods return a deep clone (immutable) copy of the config value, // to prevent mutation of the user config object // Get the current config var getConfig = function getConfig() { var bvConfig = VueProto[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]]; return bvConfig ? bvConfig.getConfig() : {}; }; // Method to grab a config value based on a dotted/array notation key var getConfigValue = function getConfigValue(key) { var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined; var bvConfig = VueProto[_constants_config__WEBPACK_IMPORTED_MODULE_1__["PROP_NAME"]]; return bvConfig ? bvConfig.getConfigValue(key, defaultValue) : Object(_clone_deep__WEBPACK_IMPORTED_MODULE_2__["cloneDeep"])(defaultValue); }; // Method to grab a config value for a particular component var getComponentConfig = function getComponentConfig(key) { var propKey = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; var defaultValue = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined; // Return the particular config value for key if specified, // otherwise we return the full config (or an empty object if not found) return propKey ? getConfigValue("".concat(key, ".").concat(propKey), defaultValue) : getConfigValue(key, {}); }; // Get all breakpoint names var getBreakpoints = function getBreakpoints() { return getConfigValue('breakpoints', _constants_config__WEBPACK_IMPORTED_MODULE_1__["DEFAULT_BREAKPOINT"]); }; // Private method for caching breakpoint names var _getBreakpointsCached = Object(_memoize__WEBPACK_IMPORTED_MODULE_3__["memoize"])(function () { return getBreakpoints(); }); // Get all breakpoint names (cached) var getBreakpointsCached = function getBreakpointsCached() { return Object(_clone_deep__WEBPACK_IMPORTED_MODULE_2__["cloneDeep"])(_getBreakpointsCached()); }; // Get breakpoints with the smallest breakpoint set as '' // Useful for components that create breakpoint specific props var getBreakpointsUp = function getBreakpointsUp() { var breakpoints = getBreakpoints(); breakpoints[0] = ''; return breakpoints; }; // Get breakpoints with the smallest breakpoint set as '' (cached) // Useful for components that create breakpoint specific props var getBreakpointsUpCached = Object(_memoize__WEBPACK_IMPORTED_MODULE_3__["memoize"])(function () { var breakpoints = getBreakpointsCached(); breakpoints[0] = ''; return breakpoints; }); // Get breakpoints with the largest breakpoint set as '' var getBreakpointsDown = function getBreakpointsDown() { var breakpoints = getBreakpoints(); breakpoints[breakpoints.length - 1] = ''; return breakpoints; }; // Get breakpoints with the largest breakpoint set as '' (cached) // Useful for components that create breakpoint specific props /* istanbul ignore next: we don't use this method anywhere, yet */ var getBreakpointsDownCached = function getBreakpointsDownCached() { var breakpoints = getBreakpointsCached(); breakpoints[breakpoints.length - 1] = ''; return breakpoints; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/css-escape.js": /*!***********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/css-escape.js ***! \***********************************************************************************/ /*! exports provided: cssEscape */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cssEscape", function() { return cssEscape; }); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); var escapeChar = function escapeChar(value) { return '\\' + value; }; // The `cssEscape()` util is based on this `CSS.escape()` polyfill: // https://github.com/mathiasbynens/CSS.escape var cssEscape = function cssEscape(value) { value = Object(_string__WEBPACK_IMPORTED_MODULE_0__["toString"])(value); var length = value.length; var firstCharCode = value.charCodeAt(0); return value.split('').reduce(function (result, char, index) { var charCode = value.charCodeAt(index); // If the character is NULL (U+0000), use (U+FFFD) as replacement if (charCode === 0x0000) { return result + "\uFFFD"; } // If the character ... if ( // ... is U+007F OR charCode === 0x007f || // ... is in the range [\1-\1F] (U+0001 to U+001F) OR ... charCode >= 0x0001 && charCode <= 0x001f || // ... is the first character and is in the range [0-9] (U+0030 to U+0039) OR ... index === 0 && charCode >= 0x0030 && charCode <= 0x0039 || // ... is the second character and is in the range [0-9] (U+0030 to U+0039) // and the first character is a `-` (U+002D) ... index === 1 && charCode >= 0x0030 && charCode <= 0x0039 && firstCharCode === 0x002d) { // ... https://drafts.csswg.org/cssom/#escape-a-character-as-code-point return result + escapeChar("".concat(charCode.toString(16), " ")); } // If the character ... if ( // ... is the first character AND ... index === 0 && // ... is a `-` (U+002D) AND ... charCode === 0x002d && // ... there is no second character ... length === 1) { // ... use the escaped character return result + escapeChar(char); } // If the character ... if ( // ... is greater than or equal to U+0080 OR ... charCode >= 0x0080 || // ... is `-` (U+002D) OR ... charCode === 0x002d || // ... is `_` (U+005F) OR ... charCode === 0x005f || // ... is in the range [0-9] (U+0030 to U+0039) OR ... charCode >= 0x0030 && charCode <= 0x0039 || // ... is in the range [A-Z] (U+0041 to U+005A) OR ... charCode >= 0x0041 && charCode <= 0x005a || // ... is in the range [a-z] (U+0061 to U+007A) ... charCode >= 0x0061 && charCode <= 0x007a) { // ... use the character itself return result + char; } // Otherwise use the escaped character // See: https://drafts.csswg.org/cssom/#escape-a-character return result + escapeChar(char); }, ''); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/date.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/date.js ***! \*****************************************************************************/ /*! exports provided: createDate, parseYMD, formatYMD, resolveLocale, createDateFormatter, datesEqual, firstDateOfMonth, lastDateOfMonth, addYears, oneMonthAgo, oneMonthAhead, oneYearAgo, oneYearAhead, oneDecadeAgo, oneDecadeAhead, constrainDate */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createDate", function() { return createDate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseYMD", function() { return parseYMD; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formatYMD", function() { return formatYMD; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "resolveLocale", function() { return resolveLocale; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createDateFormatter", function() { return createDateFormatter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "datesEqual", function() { return datesEqual; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "firstDateOfMonth", function() { return firstDateOfMonth; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lastDateOfMonth", function() { return lastDateOfMonth; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "addYears", function() { return addYears; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oneMonthAgo", function() { return oneMonthAgo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oneMonthAhead", function() { return oneMonthAhead; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oneYearAgo", function() { return oneYearAgo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oneYearAhead", function() { return oneYearAhead; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oneDecadeAgo", function() { return oneDecadeAgo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "oneDecadeAhead", function() { return oneDecadeAhead; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "constrainDate", function() { return constrainDate; }); /* harmony import */ var _constants_date__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/date */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/date.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _array__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _identity__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _number__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); } function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; } function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } function _construct(Parent, args, Class) { if (_isNativeReflectConstruct()) { _construct = Reflect.construct; } else { _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); var Constructor = Function.bind.apply(Parent, a); var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } return _construct.apply(null, arguments); } function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } } function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } // Date utility functions // --- Date utility methods --- // Create or clone a date (`new Date(...)` shortcut) var createDate = function createDate() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return _construct(Date, args); }; // Parse a date sting, or Date object, into a Date object (with no time information) var parseYMD = function parseYMD(date) { if (Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isString"])(date) && _constants_regex__WEBPACK_IMPORTED_MODULE_1__["RX_DATE"].test(date.trim())) { var _date$split$map = date.split(_constants_regex__WEBPACK_IMPORTED_MODULE_1__["RX_DATE_SPLIT"]).map(function (v) { return Object(_number__WEBPACK_IMPORTED_MODULE_5__["toInteger"])(v, 1); }), _date$split$map2 = _slicedToArray(_date$split$map, 3), year = _date$split$map2[0], month = _date$split$map2[1], day = _date$split$map2[2]; return createDate(year, month - 1, day); } else if (Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isDate"])(date)) { return createDate(date.getFullYear(), date.getMonth(), date.getDate()); } return null; }; // Format a date object as `YYYY-MM-DD` format var formatYMD = function formatYMD(date) { date = parseYMD(date); if (!date) { return null; } var year = date.getFullYear(); var month = "0".concat(date.getMonth() + 1).slice(-2); var day = "0".concat(date.getDate()).slice(-2); return "".concat(year, "-").concat(month, "-").concat(day); }; // Given a locale (or locales), resolve the browser available locale var resolveLocale = function resolveLocale(locales) /* istanbul ignore next */ { var calendar = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : _constants_date__WEBPACK_IMPORTED_MODULE_0__["CALENDAR_GREGORY"]; locales = Object(_array__WEBPACK_IMPORTED_MODULE_2__["concat"])(locales).filter(_identity__WEBPACK_IMPORTED_MODULE_3__["identity"]); var fmt = new Intl.DateTimeFormat(locales, { calendar: calendar }); return fmt.resolvedOptions().locale; }; // Create a `Intl.DateTimeFormat` formatter function var createDateFormatter = function createDateFormatter(locale, options) /* istanbul ignore next */ { var dtf = new Intl.DateTimeFormat(locale, options); return dtf.format; }; // Determine if two dates are the same date (ignoring time portion) var datesEqual = function datesEqual(date1, date2) { // Returns true of the date portion of two date objects are equal // We don't compare the time portion return formatYMD(date1) === formatYMD(date2); }; // --- Date "math" utility methods (for BCalendar component mainly) --- var firstDateOfMonth = function firstDateOfMonth(date) { date = createDate(date); date.setDate(1); return date; }; var lastDateOfMonth = function lastDateOfMonth(date) { date = createDate(date); date.setMonth(date.getMonth() + 1); date.setDate(0); return date; }; var addYears = function addYears(date, numberOfYears) { date = createDate(date); var month = date.getMonth(); date.setFullYear(date.getFullYear() + numberOfYears); // Handle Feb 29th for leap years if (date.getMonth() !== month) { date.setDate(0); } return date; }; var oneMonthAgo = function oneMonthAgo(date) { date = createDate(date); var month = date.getMonth(); date.setMonth(month - 1); // Handle when days in month are different if (date.getMonth() === month) { date.setDate(0); } return date; }; var oneMonthAhead = function oneMonthAhead(date) { date = createDate(date); var month = date.getMonth(); date.setMonth(month + 1); // Handle when days in month are different if (date.getMonth() === (month + 2) % 12) { date.setDate(0); } return date; }; var oneYearAgo = function oneYearAgo(date) { return addYears(date, -1); }; var oneYearAhead = function oneYearAhead(date) { return addYears(date, 1); }; var oneDecadeAgo = function oneDecadeAgo(date) { return addYears(date, -10); }; var oneDecadeAhead = function oneDecadeAhead(date) { return addYears(date, 10); }; // Helper function to constrain a date between two values // Always returns a `Date` object or `null` if no date passed var constrainDate = function constrainDate(date) { var min = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; var max = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; // Ensure values are `Date` objects (or `null`) date = parseYMD(date); min = parseYMD(min) || date; max = parseYMD(max) || date; // Return a new `Date` object (or `null`) return date ? date < min ? min : date > max ? max : date : null; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js": /*!****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js ***! \****************************************************************************/ /*! exports provided: matchesEl, closestEl, requestAF, MutationObs, removeNode, isElement, getActiveElement, isTag, isActiveElement, isVisible, isDisabled, reflow, selectAll, select, matches, closest, contains, getById, addClass, removeClass, hasClass, setAttr, removeAttr, getAttr, hasAttr, setStyle, removeStyle, getStyle, getBCR, getCS, getSel, offset, position, getTabables, attemptFocus, attemptBlur */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "matchesEl", function() { return matchesEl; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "closestEl", function() { return closestEl; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "requestAF", function() { return requestAF; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MutationObs", function() { return MutationObs; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "removeNode", function() { return removeNode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isElement", function() { return isElement; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getActiveElement", function() { return getActiveElement; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isTag", function() { return isTag; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isActiveElement", function() { return isActiveElement; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isVisible", function() { return isVisible; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isDisabled", function() { return isDisabled; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "reflow", function() { return reflow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "selectAll", function() { return selectAll; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "select", function() { return select; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "matches", function() { return matches; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "closest", function() { return closest; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "contains", function() { return contains; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getById", function() { return getById; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "addClass", function() { return addClass; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "removeClass", function() { return removeClass; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasClass", function() { return hasClass; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setAttr", function() { return setAttr; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "removeAttr", function() { return removeAttr; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getAttr", function() { return getAttr; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasAttr", function() { return hasAttr; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setStyle", function() { return setStyle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "removeStyle", function() { return removeStyle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getStyle", function() { return getStyle; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getBCR", function() { return getBCR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getCS", function() { return getCS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getSel", function() { return getSel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "offset", function() { return offset; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "position", function() { return position; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getTabables", function() { return getTabables; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "attemptFocus", function() { return attemptFocus; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "attemptBlur", function() { return attemptBlur; }); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); /* harmony import */ var _array__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _number__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./number */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js"); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); // --- Constants --- var ELEMENT_PROTO = _constants_safe_types__WEBPACK_IMPORTED_MODULE_1__["Element"].prototype; var TABABLE_SELECTOR = ['button', '[href]:not(.disabled)', 'input', 'select', 'textarea', '[tabindex]', '[contenteditable]'].map(function (s) { return "".concat(s, ":not(:disabled):not([disabled])"); }).join(', '); // --- Normalization utils --- // See: https://developer.mozilla.org/en-US/docs/Web/API/Element/matches#Polyfill /* istanbul ignore next */ var matchesEl = ELEMENT_PROTO.matches || ELEMENT_PROTO.msMatchesSelector || ELEMENT_PROTO.webkitMatchesSelector; // See: https://developer.mozilla.org/en-US/docs/Web/API/Element/closest /* istanbul ignore next */ var closestEl = ELEMENT_PROTO.closest || function (sel) { var el = this; do { // Use our "patched" matches function if (matches(el, sel)) { return el; } el = el.parentElement || el.parentNode; } while (!Object(_inspect__WEBPACK_IMPORTED_MODULE_3__["isNull"])(el) && el.nodeType === Node.ELEMENT_NODE); return null; }; // `requestAnimationFrame()` convenience method /* istanbul ignore next: JSDOM always returns the first option */ var requestAF = _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].requestAnimationFrame || _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].webkitRequestAnimationFrame || _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].mozRequestAnimationFrame || _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].msRequestAnimationFrame || _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].oRequestAnimationFrame || // Fallback, but not a true polyfill // Only needed for Opera Mini /* istanbul ignore next */ function (cb) { return setTimeout(cb, 16); }; var MutationObs = _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].MutationObserver || _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].WebKitMutationObserver || _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].MozMutationObserver || null; // --- Utils --- // Remove a node from DOM var removeNode = function removeNode(el) { return el && el.parentNode && el.parentNode.removeChild(el); }; // Determine if an element is an HTML element var isElement = function isElement(el) { return !!(el && el.nodeType === Node.ELEMENT_NODE); }; // Get the currently active HTML element var getActiveElement = function getActiveElement() { var excludes = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : []; var activeElement = _constants_env__WEBPACK_IMPORTED_MODULE_0__["DOCUMENT"].activeElement; return activeElement && !excludes.some(function (el) { return el === activeElement; }) ? activeElement : null; }; // Returns `true` if a tag's name equals `name` var isTag = function isTag(tag, name) { return Object(_string__WEBPACK_IMPORTED_MODULE_5__["toString"])(tag).toLowerCase() === Object(_string__WEBPACK_IMPORTED_MODULE_5__["toString"])(name).toLowerCase(); }; // Determine if an HTML element is the currently active element var isActiveElement = function isActiveElement(el) { return isElement(el) && el === getActiveElement(); }; // Determine if an HTML element is visible - Faster than CSS check var isVisible = function isVisible(el) { if (!isElement(el) || !el.parentNode || !contains(_constants_env__WEBPACK_IMPORTED_MODULE_0__["DOCUMENT"].body, el)) { // Note this can fail for shadow dom elements since they // are not a direct descendant of document.body return false; } if (getStyle(el, 'display') === 'none') { // We do this check to help with vue-test-utils when using v-show /* istanbul ignore next */ return false; } // All browsers support getBoundingClientRect(), except JSDOM as it returns all 0's for values :( // So any tests that need isVisible will fail in JSDOM // Except when we override the getBCR prototype in some tests var bcr = getBCR(el); return !!(bcr && bcr.height > 0 && bcr.width > 0); }; // Determine if an element is disabled var isDisabled = function isDisabled(el) { return !isElement(el) || el.disabled || hasAttr(el, 'disabled') || hasClass(el, 'disabled'); }; // Cause/wait-for an element to reflow its content (adjusting its height/width) var reflow = function reflow(el) { // Requesting an elements offsetHight will trigger a reflow of the element content /* istanbul ignore next: reflow doesn't happen in JSDOM */ return isElement(el) && el.offsetHeight; }; // Select all elements matching selector. Returns `[]` if none found var selectAll = function selectAll(selector, root) { return Object(_array__WEBPACK_IMPORTED_MODULE_2__["from"])((isElement(root) ? root : _constants_env__WEBPACK_IMPORTED_MODULE_0__["DOCUMENT"]).querySelectorAll(selector)); }; // Select a single element, returns `null` if not found var select = function select(selector, root) { return (isElement(root) ? root : _constants_env__WEBPACK_IMPORTED_MODULE_0__["DOCUMENT"]).querySelector(selector) || null; }; // Determine if an element matches a selector var matches = function matches(el, selector) { return isElement(el) ? matchesEl.call(el, selector) : false; }; // Finds closest element matching selector. Returns `null` if not found var closest = function closest(selector, root) { var includeRoot = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; if (!isElement(root)) { return null; } var el = closestEl.call(root, selector); // Native closest behaviour when `includeRoot` is truthy, // else emulate jQuery closest and return `null` if match is // the passed in root element when `includeRoot` is falsey return includeRoot ? el : el === root ? null : el; }; // Returns true if the parent element contains the child element var contains = function contains(parent, child) { return parent && Object(_inspect__WEBPACK_IMPORTED_MODULE_3__["isFunction"])(parent.contains) ? parent.contains(child) : false; }; // Get an element given an ID var getById = function getById(id) { return _constants_env__WEBPACK_IMPORTED_MODULE_0__["DOCUMENT"].getElementById(/^#/.test(id) ? id.slice(1) : id) || null; }; // Add a class to an element var addClass = function addClass(el, className) { // We are checking for `el.classList` existence here since IE 11 // returns `undefined` for some elements (e.g. SVG elements) // See https://github.com/bootstrap-vue/bootstrap-vue/issues/2713 if (className && isElement(el) && el.classList) { el.classList.add(className); } }; // Remove a class from an element var removeClass = function removeClass(el, className) { // We are checking for `el.classList` existence here since IE 11 // returns `undefined` for some elements (e.g. SVG elements) // See https://github.com/bootstrap-vue/bootstrap-vue/issues/2713 if (className && isElement(el) && el.classList) { el.classList.remove(className); } }; // Test if an element has a class var hasClass = function hasClass(el, className) { // We are checking for `el.classList` existence here since IE 11 // returns `undefined` for some elements (e.g. SVG elements) // See https://github.com/bootstrap-vue/bootstrap-vue/issues/2713 if (className && isElement(el) && el.classList) { return el.classList.contains(className); } return false; }; // Set an attribute on an element var setAttr = function setAttr(el, attr, value) { if (attr && isElement(el)) { el.setAttribute(attr, value); } }; // Remove an attribute from an element var removeAttr = function removeAttr(el, attr) { if (attr && isElement(el)) { el.removeAttribute(attr); } }; // Get an attribute value from an element // Returns `null` if not found var getAttr = function getAttr(el, attr) { return attr && isElement(el) ? el.getAttribute(attr) : null; }; // Determine if an attribute exists on an element // Returns `true` or `false`, or `null` if element not found var hasAttr = function hasAttr(el, attr) { return attr && isElement(el) ? el.hasAttribute(attr) : null; }; // Set an style property on an element var setStyle = function setStyle(el, prop, value) { if (prop && isElement(el)) { el.style[prop] = value; } }; // Remove an style property from an element var removeStyle = function removeStyle(el, prop) { if (prop && isElement(el)) { el.style[prop] = ''; } }; // Get an style property value from an element // Returns `null` if not found var getStyle = function getStyle(el, prop) { return prop && isElement(el) ? el.style[prop] || null : null; }; // Return the Bounding Client Rect of an element // Returns `null` if not an element /* istanbul ignore next: getBoundingClientRect() doesn't work in JSDOM */ var getBCR = function getBCR(el) { return isElement(el) ? el.getBoundingClientRect() : null; }; // Get computed style object for an element /* istanbul ignore next: getComputedStyle() doesn't work in JSDOM */ var getCS = function getCS(el) { var getComputedStyle = _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].getComputedStyle; return getComputedStyle && isElement(el) ? getComputedStyle(el) : {}; }; // Returns a `Selection` object representing the range of text selected // Returns `null` if no window support is given /* istanbul ignore next: getSelection() doesn't work in JSDOM */ var getSel = function getSel() { var getSelection = _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].getSelection; return getSelection ? _constants_env__WEBPACK_IMPORTED_MODULE_0__["WINDOW"].getSelection() : null; }; // Return an element's offset with respect to document element // https://j11y.io/jquery/#v=git&fn=jQuery.fn.offset var offset = function offset(el) /* istanbul ignore next: getBoundingClientRect(), getClientRects() doesn't work in JSDOM */ { var _offset = { top: 0, left: 0 }; if (!isElement(el) || el.getClientRects().length === 0) { return _offset; } var bcr = getBCR(el); if (bcr) { var win = el.ownerDocument.defaultView; _offset.top = bcr.top + win.pageYOffset; _offset.left = bcr.left + win.pageXOffset; } return _offset; }; // Return an element's offset with respect to to its offsetParent // https://j11y.io/jquery/#v=git&fn=jQuery.fn.position var position = function position(el) /* istanbul ignore next: getBoundingClientRect() doesn't work in JSDOM */ { var _offset = { top: 0, left: 0 }; if (!isElement(el)) { return _offset; } var parentOffset = { top: 0, left: 0 }; var elStyles = getCS(el); if (elStyles.position === 'fixed') { _offset = getBCR(el) || _offset; } else { _offset = offset(el); var doc = el.ownerDocument; var offsetParent = el.offsetParent || doc.documentElement; while (offsetParent && (offsetParent === doc.body || offsetParent === doc.documentElement) && getCS(offsetParent).position === 'static') { offsetParent = offsetParent.parentNode; } if (offsetParent && offsetParent !== el && offsetParent.nodeType === Node.ELEMENT_NODE) { parentOffset = offset(offsetParent); var offsetParentStyles = getCS(offsetParent); parentOffset.top += Object(_number__WEBPACK_IMPORTED_MODULE_4__["toFloat"])(offsetParentStyles.borderTopWidth, 0); parentOffset.left += Object(_number__WEBPACK_IMPORTED_MODULE_4__["toFloat"])(offsetParentStyles.borderLeftWidth, 0); } } return { top: _offset.top - parentOffset.top - Object(_number__WEBPACK_IMPORTED_MODULE_4__["toFloat"])(elStyles.marginTop, 0), left: _offset.left - parentOffset.left - Object(_number__WEBPACK_IMPORTED_MODULE_4__["toFloat"])(elStyles.marginLeft, 0) }; }; // Find all tabable elements in the given element // Assumes users have not used `tabindex` > `0` on elements var getTabables = function getTabables() { var rootEl = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : document; return selectAll(TABABLE_SELECTOR, rootEl).filter(isVisible).filter(function (el) { return el.tabIndex > -1 && !el.disabled; }); }; // Attempt to focus an element, and return `true` if successful var attemptFocus = function attemptFocus(el) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; try { el.focus(options); } catch (_unused) {} return isActiveElement(el); }; // Attempt to blur an element, and return `true` if successful var attemptBlur = function attemptBlur(el) { try { el.blur(); } catch (_unused2) {} return !isActiveElement(el); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/env.js": /*!****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/env.js ***! \****************************************************************************/ /*! exports provided: getEnv, getNoWarn */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getEnv", function() { return getEnv; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getNoWarn", function() { return getNoWarn; }); /** * Utilities to get information about the current environment */ var getEnv = function getEnv(key) { var fallback = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; var env = typeof process !== 'undefined' && process ? process.env || {} : {}; if (!key) { /* istanbul ignore next */ return env; } return env[key] || fallback; }; var getNoWarn = function getNoWarn() { return getEnv('BOOTSTRAP_VUE_NO_WARN') || getEnv('NODE_ENV') === 'production'; }; /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../AxE2/node_modules/process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/events.js ***! \*******************************************************************************/ /*! exports provided: parseEventOptions, eventOn, eventOff, eventOnOff, stopEvent, getRootEventName, getRootActionEventName */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseEventOptions", function() { return parseEventOptions; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eventOn", function() { return eventOn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eventOff", function() { return eventOff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "eventOnOff", function() { return eventOnOff; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stopEvent", function() { return stopEvent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getRootEventName", function() { return getRootEventName; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getRootActionEventName", function() { return getRootActionEventName; }); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); // --- Utils --- // Normalize event options based on support of passive option // Exported only for testing purposes var parseEventOptions = function parseEventOptions(options) { /* istanbul ignore else: can't test in JSDOM, as it supports passive */ if (_constants_env__WEBPACK_IMPORTED_MODULE_0__["HAS_PASSIVE_EVENT_SUPPORT"]) { return Object(_inspect__WEBPACK_IMPORTED_MODULE_3__["isObject"])(options) ? options : { capture: !!options || false }; } else { // Need to translate to actual Boolean value return !!(Object(_inspect__WEBPACK_IMPORTED_MODULE_3__["isObject"])(options) ? options.capture : options); } }; // Attach an event listener to an element var eventOn = function eventOn(el, eventName, handler, options) { if (el && el.addEventListener) { el.addEventListener(eventName, handler, parseEventOptions(options)); } }; // Remove an event listener from an element var eventOff = function eventOff(el, eventName, handler, options) { if (el && el.removeEventListener) { el.removeEventListener(eventName, handler, parseEventOptions(options)); } }; // Utility method to add/remove a event listener based on first argument (boolean) // It passes all other arguments to the `eventOn()` or `eventOff` method var eventOnOff = function eventOnOff(on) { var method = on ? eventOn : eventOff; for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { args[_key - 1] = arguments[_key]; } method.apply(void 0, args); }; // Utility method to prevent the default event handling and propagation var stopEvent = function stopEvent(event) { var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref$preventDefault = _ref.preventDefault, preventDefault = _ref$preventDefault === void 0 ? true : _ref$preventDefault, _ref$propagation = _ref.propagation, propagation = _ref$propagation === void 0 ? true : _ref$propagation, _ref$immediatePropaga = _ref.immediatePropagation, immediatePropagation = _ref$immediatePropaga === void 0 ? false : _ref$immediatePropaga; if (preventDefault) { event.preventDefault(); } if (propagation) { event.stopPropagation(); } if (immediatePropagation) { event.stopImmediatePropagation(); } }; // Helper method to convert a component/directive name to a base event name // `getBaseEventName('BNavigationItem')` => 'navigation-item' // `getBaseEventName('BVToggle')` => 'toggle' var getBaseEventName = function getBaseEventName(value) { return Object(_string__WEBPACK_IMPORTED_MODULE_4__["kebabCase"])(value.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_2__["RX_BV_PREFIX"], '')); }; // Get a root event name by component/directive and event name // `getBaseEventName('BModal', 'show')` => 'bv::modal::show' var getRootEventName = function getRootEventName(name, eventName) { return [_constants_events__WEBPACK_IMPORTED_MODULE_1__["ROOT_EVENT_NAME_PREFIX"], getBaseEventName(name), eventName].join(_constants_events__WEBPACK_IMPORTED_MODULE_1__["ROOT_EVENT_NAME_SEPARATOR"]); }; // Get a root action event name by component/directive and action name // `getRootActionEventName('BModal', 'show')` => 'bv::show::modal' var getRootActionEventName = function getRootActionEventName(name, actionName) { return [_constants_events__WEBPACK_IMPORTED_MODULE_1__["ROOT_EVENT_NAME_PREFIX"], actionName, getBaseEventName(name)].join(_constants_events__WEBPACK_IMPORTED_MODULE_1__["ROOT_EVENT_NAME_SEPARATOR"]); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js": /*!*************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get-scope-id.js ***! \*************************************************************************************/ /*! exports provided: getScopeId */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getScopeId", function() { return getScopeId; }); // This method returns a component's scoped style attribute name: `data-v-xxxxxxx` // The `_scopeId` options property is added by vue-loader when using scoped styles // and will be `undefined` if no scoped styles are in use var getScopeId = function getScopeId(vm) { var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; return vm ? vm.$options._scopeId || defaultValue : defaultValue; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js": /*!****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/get.js ***! \****************************************************************************/ /*! exports provided: getRaw, get */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getRaw", function() { return getRaw; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "get", function() { return get; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _identity__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /** * Get property defined by dot/array notation in string, returns undefined if not found * * @link https://gist.github.com/jeneg/9767afdcca45601ea44930ea03e0febf#gistcomment-1935901 * * @param {Object} obj * @param {string|Array} path * @return {*} */ var getRaw = function getRaw(obj, path) { var defaultValue = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined; // Handle array of path values path = Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isArray"])(path) ? path.join('.') : path; // If no path or no object passed if (!path || !Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isObject"])(obj)) { return defaultValue; } // Handle edge case where user has dot(s) in top-level item field key // See https://github.com/bootstrap-vue/bootstrap-vue/issues/2762 // Switched to `in` operator vs `hasOwnProperty` to handle obj.prototype getters // https://github.com/bootstrap-vue/bootstrap-vue/issues/3463 if (path in obj) { return obj[path]; } // Handle string array notation (numeric indices only) path = String(path).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_ARRAY_NOTATION"], '.$1'); var steps = path.split('.').filter(_identity__WEBPACK_IMPORTED_MODULE_1__["identity"]); // Handle case where someone passes a string of only dots if (steps.length === 0) { return defaultValue; } // Traverse path in object to find result // Switched to `in` operator vs `hasOwnProperty` to handle obj.prototype getters // https://github.com/bootstrap-vue/bootstrap-vue/issues/3463 return steps.every(function (step) { return Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isObject"])(obj) && step in obj && !Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefinedOrNull"])(obj = obj[step]); }) ? obj : Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isNull"])(obj) ? null : defaultValue; }; /** * Get property defined by dot/array notation in string. * * @link https://gist.github.com/jeneg/9767afdcca45601ea44930ea03e0febf#gistcomment-1935901 * * @param {Object} obj * @param {string|Array} path * @param {*} defaultValue (optional) * @return {*} */ var get = function get(obj, path) { var defaultValue = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null; var value = getRaw(obj, path); return Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefinedOrNull"])(value) ? defaultValue : value; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/html.js ***! \*****************************************************************************/ /*! exports provided: stripTags, htmlOrText */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stripTags", function() { return stripTags; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "htmlOrText", function() { return htmlOrText; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); // Removes anything that looks like an HTML tag from the supplied string var stripTags = function stripTags() { var text = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; return String(text).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_HTML_TAGS"], ''); }; // Generate a `domProps` object for either `innerHTML`, `textContent` or an empty object var htmlOrText = function htmlOrText(innerHTML, textContent) { return innerHTML ? { innerHTML: innerHTML } : textContent ? { textContent: textContent } : {}; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js": /*!*********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js ***! \*********************************************************************************/ /*! exports provided: identity */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "identity", function() { return identity; }); var identity = function identity(x) { return x; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js": /*!********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js ***! \********************************************************************************/ /*! exports provided: toType, toRawType, toRawTypeLC, isUndefined, isNull, isEmptyString, isUndefinedOrNull, isUndefinedOrNullOrEmpty, isFunction, isBoolean, isString, isNumber, isNumeric, isPrimitive, isArray, isObject, isPlainObject, isDate, isEvent, isFile, isRegExp, isPromise */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toType", function() { return toType; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toRawType", function() { return toRawType; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toRawTypeLC", function() { return toRawTypeLC; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isUndefined", function() { return isUndefined; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isNull", function() { return isNull; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isEmptyString", function() { return isEmptyString; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isUndefinedOrNull", function() { return isUndefinedOrNull; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isUndefinedOrNullOrEmpty", function() { return isUndefinedOrNullOrEmpty; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isFunction", function() { return isFunction; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isBoolean", function() { return isBoolean; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isString", function() { return isString; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isNumber", function() { return isNumber; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isNumeric", function() { return isNumeric; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isPrimitive", function() { return isPrimitive; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isArray", function() { return isArray; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isObject", function() { return isObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isPlainObject", function() { return isPlainObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isDate", function() { return isDate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isEvent", function() { return isEvent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isFile", function() { return isFile; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isRegExp", function() { return isRegExp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isPromise", function() { return isPromise; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _constants_safe_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/safe-types */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/safe-types.js"); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } // --- Convenience inspection utilities --- var toType = function toType(value) { return _typeof(value); }; var toRawType = function toRawType(value) { return Object.prototype.toString.call(value).slice(8, -1); }; var toRawTypeLC = function toRawTypeLC(value) { return toRawType(value).toLowerCase(); }; var isUndefined = function isUndefined(value) { return value === undefined; }; var isNull = function isNull(value) { return value === null; }; var isEmptyString = function isEmptyString(value) { return value === ''; }; var isUndefinedOrNull = function isUndefinedOrNull(value) { return isUndefined(value) || isNull(value); }; var isUndefinedOrNullOrEmpty = function isUndefinedOrNullOrEmpty(value) { return isUndefinedOrNull(value) || isEmptyString(value); }; var isFunction = function isFunction(value) { return toType(value) === 'function'; }; var isBoolean = function isBoolean(value) { return toType(value) === 'boolean'; }; var isString = function isString(value) { return toType(value) === 'string'; }; var isNumber = function isNumber(value) { return toType(value) === 'number'; }; var isNumeric = function isNumeric(value) { return _constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_NUMBER"].test(String(value)); }; var isPrimitive = function isPrimitive(value) { return isBoolean(value) || isString(value) || isNumber(value); }; var isArray = function isArray(value) { return Array.isArray(value); }; // Quick object check // This is primarily used to tell Objects from primitive values // when we know the value is a JSON-compliant type // Note object could be a complex type like array, Date, etc. var isObject = function isObject(obj) { return obj !== null && _typeof(obj) === 'object'; }; // Strict object type check // Only returns true for plain JavaScript objects var isPlainObject = function isPlainObject(obj) { return Object.prototype.toString.call(obj) === '[object Object]'; }; var isDate = function isDate(value) { return value instanceof Date; }; var isEvent = function isEvent(value) { return value instanceof Event; }; var isFile = function isFile(value) { return value instanceof _constants_safe_types__WEBPACK_IMPORTED_MODULE_1__["File"]; }; var isRegExp = function isRegExp(value) { return toRawType(value) === 'RegExp'; }; var isPromise = function isPromise(value) { return !isUndefinedOrNull(value) && isFunction(value.then) && isFunction(value.catch); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/locale.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/locale.js ***! \*******************************************************************************/ /*! exports provided: isLocaleRTL */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isLocaleRTL", function() { return isLocaleRTL; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _array__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); // Localization utilities // Languages that are RTL var RTL_LANGS = ['ar', 'az', 'ckb', 'fa', 'he', 'ks', 'lrc', 'mzn', 'ps', 'sd', 'te', 'ug', 'ur', 'yi'].map(function (locale) { return locale.toLowerCase(); }); // Returns true if the locale is RTL var isLocaleRTL = function isLocaleRTL(locale) { // Determines if the locale is RTL (only single locale supported) var parts = Object(_string__WEBPACK_IMPORTED_MODULE_2__["toString"])(locale).toLowerCase().replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_STRIP_LOCALE_MODS"], '').split('-'); var locale1 = parts.slice(0, 2).join('-'); var locale2 = parts[0]; return Object(_array__WEBPACK_IMPORTED_MODULE_1__["arrayIncludes"])(RTL_LANGS, locale1) || Object(_array__WEBPACK_IMPORTED_MODULE_1__["arrayIncludes"])(RTL_LANGS, locale2); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js": /*!************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js ***! \************************************************************************************/ /*! exports provided: looseEqual */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "looseEqual", function() { return looseEqual; }); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); // Assumes both a and b are arrays! // Handles when arrays are "sparse" (array.every(...) doesn't handle sparse) var compareArrays = function compareArrays(a, b) { if (a.length !== b.length) { return false; } var equal = true; for (var i = 0; equal && i < a.length; i++) { equal = looseEqual(a[i], b[i]); } return equal; }; /** * Check if two values are loosely equal - that is, * if they are plain objects, do they have the same shape? * Returns boolean true or false */ var looseEqual = function looseEqual(a, b) { if (a === b) { return true; } var aValidType = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isDate"])(a); var bValidType = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isDate"])(b); if (aValidType || bValidType) { return aValidType && bValidType ? a.getTime() === b.getTime() : false; } aValidType = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(a); bValidType = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(b); if (aValidType || bValidType) { return aValidType && bValidType ? compareArrays(a, b) : false; } aValidType = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isObject"])(a); bValidType = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isObject"])(b); if (aValidType || bValidType) { /* istanbul ignore if: this if will probably never be called */ if (!aValidType || !bValidType) { return false; } var aKeysCount = Object(_object__WEBPACK_IMPORTED_MODULE_0__["keys"])(a).length; var bKeysCount = Object(_object__WEBPACK_IMPORTED_MODULE_0__["keys"])(b).length; if (aKeysCount !== bKeysCount) { return false; } for (var key in a) { var aHasKey = Object(_object__WEBPACK_IMPORTED_MODULE_0__["hasOwnProperty"])(a, key); var bHasKey = Object(_object__WEBPACK_IMPORTED_MODULE_0__["hasOwnProperty"])(b, key); if (aHasKey && !bHasKey || !aHasKey && bHasKey || !looseEqual(a[key], b[key])) { return false; } } } return String(a) === String(b); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-index-of.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-index-of.js ***! \***************************************************************************************/ /*! exports provided: looseIndexOf */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "looseIndexOf", function() { return looseIndexOf; }); /* harmony import */ var _loose_equal__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./loose-equal */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/loose-equal.js"); // Assumes that the first argument is an array var looseIndexOf = function looseIndexOf(array, value) { for (var i = 0; i < array.length; i++) { if (Object(_loose_equal__WEBPACK_IMPORTED_MODULE_0__["looseEqual"])(array[i], value)) { return i; } } return -1; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/math.js ***! \*****************************************************************************/ /*! exports provided: mathMin, mathMax, mathAbs, mathCeil, mathFloor, mathPow, mathRound */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathMin", function() { return mathMin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathMax", function() { return mathMax; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathAbs", function() { return mathAbs; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathCeil", function() { return mathCeil; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathFloor", function() { return mathFloor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathPow", function() { return mathPow; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mathRound", function() { return mathRound; }); // Math utilty functions var mathMin = Math.min; var mathMax = Math.max; var mathAbs = Math.abs; var mathCeil = Math.ceil; var mathFloor = Math.floor; var mathPow = Math.pow; var mathRound = Math.round; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/memoize.js": /*!********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/memoize.js ***! \********************************************************************************/ /*! exports provided: memoize */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "memoize", function() { return memoize; }); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); var memoize = function memoize(fn) { var cache = Object(_object__WEBPACK_IMPORTED_MODULE_0__["create"])(null); return function () { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } var argsKey = JSON.stringify(args); return cache[argsKey] = cache[argsKey] || fn.apply(null, args); }; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/model.js ***! \******************************************************************************/ /*! exports provided: makeModelMixin */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makeModelMixin", function() { return makeModelMixin; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_events__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/events */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/events.js"); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _props__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js"); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var makeModelMixin = function makeModelMixin(prop) { var _ref = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}, _ref$type = _ref.type, type = _ref$type === void 0 ? _constants_props__WEBPACK_IMPORTED_MODULE_2__["PROP_TYPE_ANY"] : _ref$type, _ref$defaultValue = _ref.defaultValue, defaultValue = _ref$defaultValue === void 0 ? undefined : _ref$defaultValue, _ref$validator = _ref.validator, validator = _ref$validator === void 0 ? undefined : _ref$validator, _ref$event = _ref.event, event = _ref$event === void 0 ? _constants_events__WEBPACK_IMPORTED_MODULE_1__["EVENT_NAME_INPUT"] : _ref$event; var props = _defineProperty({}, prop, Object(_props__WEBPACK_IMPORTED_MODULE_3__["makeProp"])(type, defaultValue, validator)); // @vue/component var mixin = _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"].extend({ model: { prop: prop, event: event }, props: props }); return { mixin: mixin, props: props, prop: prop, event: event }; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/noop.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/noop.js ***! \*****************************************************************************/ /*! exports provided: noop */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "noop", function() { return noop; }); var noop = function noop() {}; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/normalize-slot.js ***! \***************************************************************************************/ /*! exports provided: hasNormalizedSlot, normalizeSlot */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasNormalizedSlot", function() { return hasNormalizedSlot; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "normalizeSlot", function() { return normalizeSlot; }); /* harmony import */ var _array__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./array */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/array.js"); /* harmony import */ var _identity__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); // Note for functional components: // In functional components, `slots` is a function so it must be called // first before passing to the below methods. `scopedSlots` is always an // object and may be undefined (for Vue < 2.6.x) /** * Returns true if either scoped or unscoped named slot exists * * @param {String, Array} name or name[] * @param {Object} scopedSlots * @param {Object} slots * @returns {Array|undefined} VNodes */ var hasNormalizedSlot = function hasNormalizedSlot(names) { var $scopedSlots = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var $slots = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; // Ensure names is an array names = Object(_array__WEBPACK_IMPORTED_MODULE_0__["concat"])(names).filter(_identity__WEBPACK_IMPORTED_MODULE_1__["identity"]); // Returns true if the either a $scopedSlot or $slot exists with the specified name return names.some(function (name) { return $scopedSlots[name] || $slots[name]; }); }; /** * Returns VNodes for named slot either scoped or unscoped * * @param {String, Array} name or name[] * @param {String} scope * @param {Object} scopedSlots * @param {Object} slots * @returns {Array|undefined} VNodes */ var normalizeSlot = function normalizeSlot(names) { var scope = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; var $scopedSlots = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; var $slots = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; // Ensure names is an array names = Object(_array__WEBPACK_IMPORTED_MODULE_0__["concat"])(names).filter(_identity__WEBPACK_IMPORTED_MODULE_1__["identity"]); var slot; for (var i = 0; i < names.length && !slot; i++) { var name = names[i]; slot = $scopedSlots[name] || $slots[name]; } // Note: in Vue 2.6.x, all named slots are also scoped slots return Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isFunction"])(slot) ? slot(scope) : slot; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/number.js ***! \*******************************************************************************/ /*! exports provided: toInteger, toFloat, toFixed */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toInteger", function() { return toInteger; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toFloat", function() { return toFloat; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toFixed", function() { return toFixed; }); // Number utilities // Converts a value (string, number, etc.) to an integer number // Assumes radix base 10 var toInteger = function toInteger(value) { var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : NaN; var integer = parseInt(value, 10); return isNaN(integer) ? defaultValue : integer; }; // Converts a value (string, number, etc.) to a number var toFloat = function toFloat(value) { var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : NaN; var float = parseFloat(value); return isNaN(float) ? defaultValue : float; }; // Converts a value (string, number, etc.) to a string // representation with `precision` digits after the decimal // Returns the string 'NaN' if the value cannot be converted var toFixed = function toFixed(val, precision) { return toFloat(val).toFixed(toInteger(precision, 0)); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js ***! \*******************************************************************************/ /*! exports provided: assign, create, defineProperties, defineProperty, freeze, getOwnPropertyNames, getOwnPropertyDescriptor, getOwnPropertySymbols, getPrototypeOf, is, isFrozen, keys, hasOwnProperty, toString, clone, pick, omit, mergeDeep, sortKeys, readonlyDescriptor */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "assign", function() { return assign; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "create", function() { return create; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "defineProperties", function() { return defineProperties; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "defineProperty", function() { return defineProperty; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "freeze", function() { return freeze; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getOwnPropertyNames", function() { return getOwnPropertyNames; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getOwnPropertyDescriptor", function() { return getOwnPropertyDescriptor; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getOwnPropertySymbols", function() { return getOwnPropertySymbols; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getPrototypeOf", function() { return getPrototypeOf; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "is", function() { return is; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isFrozen", function() { return isFrozen; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "keys", function() { return keys; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasOwnProperty", function() { return hasOwnProperty; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toString", function() { return toString; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "clone", function() { return clone; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pick", function() { return pick; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "omit", function() { return omit; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mergeDeep", function() { return mergeDeep; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sortKeys", function() { return sortKeys; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "readonlyDescriptor", function() { return readonlyDescriptor; }); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // --- Static --- var assign = function assign() { return Object.assign.apply(Object, arguments); }; var create = function create(proto, optionalProps) { return Object.create(proto, optionalProps); }; var defineProperties = function defineProperties(obj, props) { return Object.defineProperties(obj, props); }; var defineProperty = function defineProperty(obj, prop, descriptor) { return Object.defineProperty(obj, prop, descriptor); }; var freeze = function freeze(obj) { return Object.freeze(obj); }; var getOwnPropertyNames = function getOwnPropertyNames(obj) { return Object.getOwnPropertyNames(obj); }; var getOwnPropertyDescriptor = function getOwnPropertyDescriptor(obj, prop) { return Object.getOwnPropertyDescriptor(obj, prop); }; var getOwnPropertySymbols = function getOwnPropertySymbols(obj) { return Object.getOwnPropertySymbols(obj); }; var getPrototypeOf = function getPrototypeOf(obj) { return Object.getPrototypeOf(obj); }; var is = function is(value1, value2) { return Object.is(value1, value2); }; var isFrozen = function isFrozen(obj) { return Object.isFrozen(obj); }; var keys = function keys(obj) { return Object.keys(obj); }; // --- "Instance" --- var hasOwnProperty = function hasOwnProperty(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }; var toString = function toString(obj) { return Object.prototype.toString.call(obj); }; // --- Utilities --- // Shallow copy an object var clone = function clone(obj) { return _objectSpread({}, obj); }; // Return a shallow copy of object with the specified properties only // See: https://gist.github.com/bisubus/2da8af7e801ffd813fab7ac221aa7afc var pick = function pick(obj, props) { return keys(obj).filter(function (key) { return props.indexOf(key) !== -1; }).reduce(function (result, key) { return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, key, obj[key])); }, {}); }; // Return a shallow copy of object with the specified properties omitted // See: https://gist.github.com/bisubus/2da8af7e801ffd813fab7ac221aa7afc var omit = function omit(obj, props) { return keys(obj).filter(function (key) { return props.indexOf(key) === -1; }).reduce(function (result, key) { return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, key, obj[key])); }, {}); }; // Merges two object deeply together // See: https://gist.github.com/Salakar/1d7137de9cb8b704e48a var mergeDeep = function mergeDeep(target, source) { if (Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isObject"])(target) && Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isObject"])(source)) { keys(source).forEach(function (key) { if (Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isObject"])(source[key])) { if (!target[key] || !Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isObject"])(target[key])) { target[key] = source[key]; } mergeDeep(target[key], source[key]); } else { assign(target, _defineProperty({}, key, source[key])); } }); } return target; }; // Returns a shallow copy of the object with keys in sorted order var sortKeys = function sortKeys(obj) { return keys(obj).sort().reduce(function (result, key) { return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, key, obj[key])); }, {}); }; // Convenience method to create a read-only descriptor var readonlyDescriptor = function readonlyDescriptor() { return { enumerable: true, configurable: false, writable: false }; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/observe-dom.js": /*!************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/observe-dom.js ***! \************************************************************************************/ /*! exports provided: observeDom */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "observeDom", function() { return observeDom; }); /* harmony import */ var _dom__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _warn__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /** * Observe a DOM element changes, falls back to eventListener mode * @param {Element} el The DOM element to observe * @param {Function} callback callback to be called on change * @param {object} [options={childList: true, subtree: true}] observe options * @see https://stackoverflow.com/questions/3219758 */ var observeDom = function observeDom(el, callback, options) /* istanbul ignore next: difficult to test in JSDOM */ { // Handle cases where we might be passed a Vue instance el = el ? el.$el || el : null; // Early exit when we have no element /* istanbul ignore next: difficult to test in JSDOM */ if (!Object(_dom__WEBPACK_IMPORTED_MODULE_0__["isElement"])(el)) { return null; } // Exit and throw a warning when `MutationObserver` isn't available if (Object(_warn__WEBPACK_IMPORTED_MODULE_1__["warnNoMutationObserverSupport"])('observeDom')) { return null; } // Define a new observer var obs = new _dom__WEBPACK_IMPORTED_MODULE_0__["MutationObs"](function (mutations) { var changed = false; // A mutation can contain several change records, so we loop // through them to see what has changed // We break out of the loop early if any "significant" change // has been detected for (var i = 0; i < mutations.length && !changed; i++) { // The mutation record var mutation = mutations[i]; // Mutation type var type = mutation.type; // DOM node (could be any DOM node type - HTMLElement, Text, comment, etc.) var target = mutation.target; // Detect whether a change happened based on type and target if (type === 'characterData' && target.nodeType === Node.TEXT_NODE) { // We ignore nodes that are not TEXT (i.e. comments, etc.) // as they don't change layout changed = true; } else if (type === 'attributes') { changed = true; } else if (type === 'childList' && (mutation.addedNodes.length > 0 || mutation.removedNodes.length > 0)) { // This includes HTMLElement and text nodes being // added/removed/re-arranged changed = true; } } // We only call the callback if a change that could affect // layout/size truly happened if (changed) { callback(); } }); // Have the observer observe foo for changes in children, etc obs.observe(el, _objectSpread({ childList: true, subtree: true }, options)); // We return a reference to the observer so that `obs.disconnect()` // can be called if necessary // To reduce overhead when the root element is hidden return obs; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js": /*!********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/plugins.js ***! \********************************************************************************/ /*! exports provided: checkMultipleVue, installFactory, installFactoryNoConfig, pluginFactory, pluginFactoryNoConfig, registerPlugins, registerComponent, registerComponents, registerDirective, registerDirectives, vueUse */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "checkMultipleVue", function() { return checkMultipleVue; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "installFactory", function() { return installFactory; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "installFactoryNoConfig", function() { return installFactoryNoConfig; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pluginFactory", function() { return pluginFactory; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pluginFactoryNoConfig", function() { return pluginFactoryNoConfig; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerPlugins", function() { return registerPlugins; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerComponent", function() { return registerComponent; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerComponents", function() { return registerComponents; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerDirective", function() { return registerDirective; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerDirectives", function() { return registerDirectives; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "vueUse", function() { return vueUse; }); /* harmony import */ var _vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../vue */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js"); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _config_set__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./config-set */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config-set.js"); /* harmony import */ var _warn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./warn */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } /** * Checks if there are multiple instances of Vue, and warns (once) about possible issues. * @param {object} Vue */ var checkMultipleVue = function () { var checkMultipleVueWarned = false; var MULTIPLE_VUE_WARNING = ['Multiple instances of Vue detected!', 'You may need to set up an alias for Vue in your bundler config.', 'See: https://bootstrap-vue.org/docs#using-module-bundlers'].join('\n'); return function (Vue) { /* istanbul ignore next */ if (!checkMultipleVueWarned && _vue__WEBPACK_IMPORTED_MODULE_0__["Vue"] !== Vue && !_constants_env__WEBPACK_IMPORTED_MODULE_1__["IS_JSDOM"]) { Object(_warn__WEBPACK_IMPORTED_MODULE_3__["warn"])(MULTIPLE_VUE_WARNING); } checkMultipleVueWarned = true; }; }(); /** * Plugin install factory function. * @param {object} { components, directives } * @returns {function} plugin install function */ var installFactory = function installFactory() { var _ref = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, components = _ref.components, directives = _ref.directives, plugins = _ref.plugins; var install = function install(Vue) { var config = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; if (install.installed) { /* istanbul ignore next */ return; } install.installed = true; checkMultipleVue(Vue); Object(_config_set__WEBPACK_IMPORTED_MODULE_2__["setConfig"])(config, Vue); registerComponents(Vue, components); registerDirectives(Vue, directives); registerPlugins(Vue, plugins); }; install.installed = false; return install; }; /** * Plugin install factory function (no plugin config option). * @param {object} { components, directives } * @returns {function} plugin install function */ var installFactoryNoConfig = function installFactoryNoConfig() { var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, components = _ref2.components, directives = _ref2.directives, plugins = _ref2.plugins; var install = function install(Vue) { if (install.installed) { /* istanbul ignore next */ return; } install.installed = true; checkMultipleVue(Vue); registerComponents(Vue, components); registerDirectives(Vue, directives); registerPlugins(Vue, plugins); }; install.installed = false; return install; }; /** * Plugin object factory function. * @param {object} { components, directives, plugins } * @returns {object} plugin install object */ var pluginFactory = function pluginFactory() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var extend = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return _objectSpread(_objectSpread({}, extend), {}, { install: installFactory(options) }); }; /** * Plugin object factory function (no config option). * @param {object} { components, directives, plugins } * @returns {object} plugin install object */ var pluginFactoryNoConfig = function pluginFactoryNoConfig() { var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; var extend = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return _objectSpread(_objectSpread({}, extend), {}, { install: installFactoryNoConfig(options) }); }; /** * Load a group of plugins. * @param {object} Vue * @param {object} Plugin definitions */ var registerPlugins = function registerPlugins(Vue) { var plugins = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; for (var plugin in plugins) { if (plugin && plugins[plugin]) { Vue.use(plugins[plugin]); } } }; /** * Load a component. * @param {object} Vue * @param {string} Component name * @param {object} Component definition */ var registerComponent = function registerComponent(Vue, name, def) { if (Vue && name && def) { Vue.component(name, def); } }; /** * Load a group of components. * @param {object} Vue * @param {object} Object of component definitions */ var registerComponents = function registerComponents(Vue) { var components = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; for (var component in components) { registerComponent(Vue, component, components[component]); } }; /** * Load a directive. * @param {object} Vue * @param {string} Directive name * @param {object} Directive definition */ var registerDirective = function registerDirective(Vue, name, def) { if (Vue && name && def) { // Ensure that any leading V is removed from the // name, as Vue adds it automatically Vue.directive(name.replace(/^VB/, 'B'), def); } }; /** * Load a group of directives. * @param {object} Vue * @param {object} Object of directive definitions */ var registerDirectives = function registerDirectives(Vue) { var directives = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; for (var directive in directives) { registerDirective(Vue, directive, directives[directive]); } }; /** * Install plugin if window.Vue available * @param {object} Plugin definition */ var vueUse = function vueUse(VuePlugin) { /* istanbul ignore next */ if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["HAS_WINDOW_SUPPORT"] && window.Vue) { window.Vue.use(VuePlugin); } /* istanbul ignore next */ if (_constants_env__WEBPACK_IMPORTED_MODULE_1__["HAS_WINDOW_SUPPORT"] && VuePlugin.NAME) { window[VuePlugin.NAME] = VuePlugin; } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js": /*!******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/props.js ***! \******************************************************************************/ /*! exports provided: prefixPropName, unprefixPropName, suffixPropName, makeProp, copyProps, pluckProps, makePropConfigurable, makePropsConfigurable, hasPropFunction */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "prefixPropName", function() { return prefixPropName; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "unprefixPropName", function() { return unprefixPropName; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "suffixPropName", function() { return suffixPropName; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makeProp", function() { return makeProp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "copyProps", function() { return copyProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pluckProps", function() { return pluckProps; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makePropConfigurable", function() { return makePropConfigurable; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makePropsConfigurable", function() { return makePropsConfigurable; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "hasPropFunction", function() { return hasPropFunction; }); /* harmony import */ var _constants_props__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/props */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/props.js"); /* harmony import */ var _clone_deep__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./clone-deep */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/clone-deep.js"); /* harmony import */ var _config__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./config */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/config.js"); /* harmony import */ var _identity__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./identity */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/identity.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; } function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; } function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } // Prefix a property var prefixPropName = function prefixPropName(prefix, value) { return prefix + Object(_string__WEBPACK_IMPORTED_MODULE_6__["upperFirst"])(value); }; // Remove a prefix from a property var unprefixPropName = function unprefixPropName(prefix, value) { return Object(_string__WEBPACK_IMPORTED_MODULE_6__["lowerFirst"])(value.replace(prefix, '')); }; // Suffix can be a falsey value so nothing is appended to string // (helps when looping over props & some shouldn't change) // Use data last parameters to allow for currying var suffixPropName = function suffixPropName(suffix, value) { return value + (suffix ? Object(_string__WEBPACK_IMPORTED_MODULE_6__["upperFirst"])(suffix) : ''); }; // Generates a prop object var makeProp = function makeProp() { var type = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : _constants_props__WEBPACK_IMPORTED_MODULE_0__["PROP_TYPE_ANY"]; var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : undefined; var requiredOrValidator = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : undefined; var validator = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : undefined; var required = requiredOrValidator === true; validator = required ? validator : requiredOrValidator; return _objectSpread(_objectSpread(_objectSpread({}, type ? { type: type } : {}), required ? { required: required } : Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefined"])(value) ? {} : { default: Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isObject"])(value) ? function () { return value; } : value }), Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isUndefined"])(validator) ? {} : { validator: validator }); }; // Copies props from one array/object to a new array/object // Prop values are also cloned as new references to prevent possible // mutation of original prop object values // Optionally accepts a function to transform the prop name var copyProps = function copyProps(props) { var transformFn = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : _identity__WEBPACK_IMPORTED_MODULE_3__["identity"]; if (Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(props)) { return props.map(transformFn); } var copied = {}; for (var prop in props) { /* istanbul ignore else */ if (Object(_object__WEBPACK_IMPORTED_MODULE_5__["hasOwnProperty"])(props, prop)) { // If the prop value is an object, do a shallow clone // to prevent potential mutations to the original object copied[transformFn(prop)] = Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isObject"])(props[prop]) ? Object(_object__WEBPACK_IMPORTED_MODULE_5__["clone"])(props[prop]) : props[prop]; } } return copied; }; // Given an array of properties or an object of property keys, // plucks all the values off the target object, returning a new object // that has props that reference the original prop values var pluckProps = function pluckProps(keysToPluck, objToPluck) { var transformFn = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : _identity__WEBPACK_IMPORTED_MODULE_3__["identity"]; return (Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isArray"])(keysToPluck) ? keysToPluck.slice() : Object(_object__WEBPACK_IMPORTED_MODULE_5__["keys"])(keysToPluck)).reduce(function (memo, prop) { memo[transformFn(prop)] = objToPluck[prop]; return memo; }, {}); }; // Make a prop object configurable by global configuration // Replaces the current `default` key of each prop with a `getComponentConfig()` // call that falls back to the current default value of the prop var makePropConfigurable = function makePropConfigurable(prop, key, componentKey) { return _objectSpread(_objectSpread({}, Object(_clone_deep__WEBPACK_IMPORTED_MODULE_1__["cloneDeep"])(prop)), {}, { default: function bvConfigurablePropDefault() { var value = Object(_config__WEBPACK_IMPORTED_MODULE_2__["getComponentConfig"])(componentKey, key, prop.default); return Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(value) ? value() : value; } }); }; // Make a props object configurable by global configuration // Replaces the current `default` key of each prop with a `getComponentConfig()` // call that falls back to the current default value of the prop var makePropsConfigurable = function makePropsConfigurable(props, componentKey) { return Object(_object__WEBPACK_IMPORTED_MODULE_5__["keys"])(props).reduce(function (result, key) { return _objectSpread(_objectSpread({}, result), {}, _defineProperty({}, key, makePropConfigurable(props[key], key, componentKey))); }, {}); }; // Get function name we use in `makePropConfigurable()` // for the prop default value override to compare // against in `hasPropFunction()` var configurablePropDefaultFnName = makePropConfigurable({}, '', '').default.name; // Detect wether the given value is currently a function // and isn't the props default function var hasPropFunction = function hasPropFunction(fn) { return Object(_inspect__WEBPACK_IMPORTED_MODULE_4__["isFunction"])(fn) && fn.name !== configurablePropDefaultFnName; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/router.js ***! \*******************************************************************************/ /*! exports provided: stringifyQueryObj, parseQuery, isLink, isRouterLink, computeTag, computeRel, computeHref */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stringifyQueryObj", function() { return stringifyQueryObj; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "parseQuery", function() { return parseQuery; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isLink", function() { return isLink; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isRouterLink", function() { return isRouterLink; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "computeTag", function() { return computeTag; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "computeRel", function() { return computeRel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "computeHref", function() { return computeHref; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _dom__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./dom */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/dom.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); var ANCHOR_TAG = 'a'; // Method to replace reserved chars var encodeReserveReplacer = function encodeReserveReplacer(c) { return '%' + c.charCodeAt(0).toString(16); }; // Fixed encodeURIComponent which is more conformant to RFC3986: // - escapes [!'()*] // - preserve commas var encode = function encode(str) { return encodeURIComponent(Object(_string__WEBPACK_IMPORTED_MODULE_4__["toString"])(str)).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_ENCODE_REVERSE"], encodeReserveReplacer).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_ENCODED_COMMA"], ','); }; var decode = decodeURIComponent; // Stringifies an object of query parameters // See: https://github.com/vuejs/vue-router/blob/dev/src/util/query.js var stringifyQueryObj = function stringifyQueryObj(obj) { if (!Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isPlainObject"])(obj)) { return ''; } var query = Object(_object__WEBPACK_IMPORTED_MODULE_3__["keys"])(obj).map(function (key) { var value = obj[key]; if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefined"])(value)) { return ''; } else if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isNull"])(value)) { return encode(key); } else if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isArray"])(value)) { return value.reduce(function (results, value2) { if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isNull"])(value2)) { results.push(encode(key)); } else if (!Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefined"])(value2)) { // Faster than string interpolation results.push(encode(key) + '=' + encode(value2)); } return results; }, []).join('&'); } // Faster than string interpolation return encode(key) + '=' + encode(value); }) /* must check for length, as we only want to filter empty strings, not things that look falsey! */ .filter(function (x) { return x.length > 0; }).join('&'); return query ? "?".concat(query) : ''; }; var parseQuery = function parseQuery(query) { var parsed = {}; query = Object(_string__WEBPACK_IMPORTED_MODULE_4__["toString"])(query).trim().replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_QUERY_START"], ''); if (!query) { return parsed; } query.split('&').forEach(function (param) { var parts = param.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_PLUS"], ' ').split('='); var key = decode(parts.shift()); var value = parts.length > 0 ? decode(parts.join('=')) : null; if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isUndefined"])(parsed[key])) { parsed[key] = value; } else if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isArray"])(parsed[key])) { parsed[key].push(value); } else { parsed[key] = [parsed[key], value]; } }); return parsed; }; var isLink = function isLink(props) { return !!(props.href || props.to); }; var isRouterLink = function isRouterLink(tag) { return !!(tag && !Object(_dom__WEBPACK_IMPORTED_MODULE_1__["isTag"])(tag, 'a')); }; var computeTag = function computeTag(_ref, thisOrParent) { var to = _ref.to, disabled = _ref.disabled, routerComponentName = _ref.routerComponentName; var hasRouter = !!thisOrParent.$router; if (!hasRouter || hasRouter && (disabled || !to)) { return ANCHOR_TAG; } // TODO: // Check registered components for existence of user supplied router link component name // We would need to check PascalCase, kebab-case, and camelCase versions of name: // const name = routerComponentName // const names = [name, PascalCase(name), KebabCase(name), CamelCase(name)] // exists = names.some(name => !!thisOrParent.$options.components[name]) // And may want to cache the result for performance or we just let the render fail // if the component is not registered return routerComponentName || (thisOrParent.$nuxt ? 'nuxt-link' : 'router-link'); }; var computeRel = function computeRel() { var _ref2 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, target = _ref2.target, rel = _ref2.rel; return target === '_blank' && Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isNull"])(rel) ? 'noopener' : rel || null; }; var computeHref = function computeHref() { var _ref3 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}, href = _ref3.href, to = _ref3.to; var tag = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : ANCHOR_TAG; var fallback = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '#'; var toFallback = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : '/'; // Return `href` when explicitly provided if (href) { return href; } // We've checked for `$router` in `computeTag()`, so `isRouterLink()` indicates a live router // When deferring to Vue Router's `<router-link>`, don't use the `href` attribute at all // We return `null`, and then remove `href` from the attributes passed to `<router-link>` if (isRouterLink(tag)) { return null; } // Fallback to `to` prop (if `to` is a string) if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isString"])(to)) { return to || toFallback; } // Fallback to `to.path' + `to.query` + `to.hash` prop (if `to` is an object) if (Object(_inspect__WEBPACK_IMPORTED_MODULE_2__["isPlainObject"])(to) && (to.path || to.query || to.hash)) { var path = Object(_string__WEBPACK_IMPORTED_MODULE_4__["toString"])(to.path); var query = stringifyQueryObj(to.query); var hash = Object(_string__WEBPACK_IMPORTED_MODULE_4__["toString"])(to.hash); hash = !hash || hash.charAt(0) === '#' ? hash : "#".concat(hash); return "".concat(path).concat(query).concat(hash) || toFallback; } // If nothing is provided return the fallback return fallback; }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stable-sort.js": /*!************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stable-sort.js ***! \************************************************************************************/ /*! exports provided: stableSort */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stableSort", function() { return stableSort; }); /* * Consistent and stable sort function across JavaScript platforms * * Inconsistent sorts can cause SSR problems between client and server * such as in <b-table> if sortBy is applied to the data on server side render. * Chrome and V8 native sorts are inconsistent/unstable * * This function uses native sort with fallback to index compare when the a and b * compare returns 0 * * Algorithm based on: * https://stackoverflow.com/questions/1427608/fast-stable-sorting-algorithm-implementation-in-javascript/45422645#45422645 * * @param {array} array to sort * @param {function} sort compare function * @return {array} */ var stableSort = function stableSort(array, compareFn) { // Using `.bind(compareFn)` on the wrapped anonymous function improves // performance by avoiding the function call setup. We don't use an arrow // function here as it binds `this` to the `stableSort` context rather than // the `compareFn` context, which wouldn't give us the performance increase. return array.map(function (a, index) { return [index, a]; }).sort(function (a, b) { return this(a[1], b[1]) || a[0] - b[0]; }.bind(compareFn)).map(function (e) { return e[1]; }); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js": /*!*******************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js ***! \*******************************************************************************/ /*! exports provided: kebabCase, pascalCase, startCase, lowerFirst, upperFirst, escapeRegExp, toString, trimLeft, trimRight, trim, lowerCase, upperCase */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "kebabCase", function() { return kebabCase; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "pascalCase", function() { return pascalCase; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "startCase", function() { return startCase; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lowerFirst", function() { return lowerFirst; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "upperFirst", function() { return upperFirst; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "escapeRegExp", function() { return escapeRegExp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "toString", function() { return toString; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "trimLeft", function() { return trimLeft; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "trimRight", function() { return trimRight; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "trim", function() { return trim; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "lowerCase", function() { return lowerCase; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "upperCase", function() { return upperCase; }); /* harmony import */ var _constants_regex__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/regex */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/regex.js"); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); // String utilities // --- Utilities --- // Converts PascalCase or camelCase to kebab-case var kebabCase = function kebabCase(str) { return str.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_HYPHENATE"], '-$1').toLowerCase(); }; // Converts a kebab-case or camelCase string to PascalCase var pascalCase = function pascalCase(str) { str = kebabCase(str).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_UN_KEBAB"], function (_, c) { return c ? c.toUpperCase() : ''; }); return str.charAt(0).toUpperCase() + str.slice(1); }; // Converts a string, including strings in camelCase or snake_case, into Start Case // It keeps original single quote and hyphen in the word // https://github.com/UrbanCompass/to-start-case var startCase = function startCase(str) { return str.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_UNDERSCORE"], ' ').replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_LOWER_UPPER"], function (str, $1, $2) { return $1 + ' ' + $2; }).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_START_SPACE_WORD"], function (str, $1, $2) { return $1 + $2.toUpperCase(); }); }; // Lowercases the first letter of a string and returns a new string var lowerFirst = function lowerFirst(str) { str = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(str) ? str.trim() : String(str); return str.charAt(0).toLowerCase() + str.slice(1); }; // Uppercases the first letter of a string and returns a new string var upperFirst = function upperFirst(str) { str = Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isString"])(str) ? str.trim() : String(str); return str.charAt(0).toUpperCase() + str.slice(1); }; // Escape characters to be used in building a regular expression var escapeRegExp = function escapeRegExp(str) { return str.replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_REGEXP_REPLACE"], '\\$&'); }; // Convert a value to a string that can be rendered // `undefined`/`null` will be converted to `''` // Plain objects and arrays will be JSON stringified var toString = function toString(val) { var spaces = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 2; return Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isUndefinedOrNull"])(val) ? '' : Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isArray"])(val) || Object(_inspect__WEBPACK_IMPORTED_MODULE_1__["isPlainObject"])(val) && val.toString === Object.prototype.toString ? JSON.stringify(val, null, spaces) : String(val); }; // Remove leading white space from a string var trimLeft = function trimLeft(str) { return toString(str).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_TRIM_LEFT"], ''); }; // Remove Trailing white space from a string var trimRight = function trimRight(str) { return toString(str).replace(_constants_regex__WEBPACK_IMPORTED_MODULE_0__["RX_TRIM_RIGHT"], ''); }; // Remove leading and trailing white space from a string var trim = function trim(str) { return toString(str).trim(); }; // Lower case a string var lowerCase = function lowerCase(str) { return toString(str).toLowerCase(); }; // Upper case a string var upperCase = function upperCase(str) { return toString(str).toUpperCase(); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stringify-object-values.js": /*!************************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/stringify-object-values.js ***! \************************************************************************************************/ /*! exports provided: stringifyObjectValues */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stringifyObjectValues", function() { return stringifyObjectValues; }); /* harmony import */ var _inspect__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./inspect */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/inspect.js"); /* harmony import */ var _object__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./object */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/object.js"); /* harmony import */ var _string__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./string */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/string.js"); // Recursively stringifies the values of an object, space separated, in an // SSR safe deterministic way (keys are sorted before stringification) // // ex: // { b: 3, c: { z: 'zzz', d: null, e: 2 }, d: [10, 12, 11], a: 'one' } // becomes // 'one 3 2 zzz 10 12 11' // // Strings are returned as-is // Numbers get converted to string // `null` and `undefined` values are filtered out // Dates are converted to their native string format var stringifyObjectValues = function stringifyObjectValues(value) { if (Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isUndefinedOrNull"])(value)) { return ''; } // Arrays are also object, and keys just returns the array indexes // Date objects we convert to strings if (Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isObject"])(value) && !Object(_inspect__WEBPACK_IMPORTED_MODULE_0__["isDate"])(value)) { return Object(_object__WEBPACK_IMPORTED_MODULE_1__["keys"])(value).sort() // Sort to prevent SSR issues on pre-rendered sorted tables .map(function (k) { return stringifyObjectValues(value[k]); }).filter(function (v) { return !!v; }) // Ignore empty strings .join(' '); } return Object(_string__WEBPACK_IMPORTED_MODULE_2__["toString"])(value); }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/warn.js ***! \*****************************************************************************/ /*! exports provided: warn, warnNotClient, warnNoPromiseSupport, warnNoMutationObserverSupport */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "warn", function() { return warn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "warnNotClient", function() { return warnNotClient; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "warnNoPromiseSupport", function() { return warnNoPromiseSupport; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "warnNoMutationObserverSupport", function() { return warnNoMutationObserverSupport; }); /* harmony import */ var _constants_env__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../constants/env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/constants/env.js"); /* harmony import */ var _env__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./env */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/utils/env.js"); /** * Log a warning message to the console with BootstrapVue formatting * @param {string} message */ var warn = function warn(message) /* istanbul ignore next */ { var source = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; if (!Object(_env__WEBPACK_IMPORTED_MODULE_1__["getNoWarn"])()) { console.warn("[BootstrapVue warn]: ".concat(source ? "".concat(source, " - ") : '').concat(message)); } }; /** * Warn when no Promise support is given * @param {string} source * @returns {boolean} warned */ var warnNotClient = function warnNotClient(source) { /* istanbul ignore else */ if (_constants_env__WEBPACK_IMPORTED_MODULE_0__["IS_BROWSER"]) { return false; } else { warn("".concat(source, ": Can not be called during SSR.")); return true; } }; /** * Warn when no Promise support is given * @param {string} source * @returns {boolean} warned */ var warnNoPromiseSupport = function warnNoPromiseSupport(source) { /* istanbul ignore else */ if (_constants_env__WEBPACK_IMPORTED_MODULE_0__["HAS_PROMISE_SUPPORT"]) { return false; } else { warn("".concat(source, ": Requires Promise support.")); return true; } }; /** * Warn when no MutationObserver support is given * @param {string} source * @returns {boolean} warned */ var warnNoMutationObserverSupport = function warnNoMutationObserverSupport(source) { /* istanbul ignore else */ if (_constants_env__WEBPACK_IMPORTED_MODULE_0__["HAS_MUTATION_OBSERVER_SUPPORT"]) { return false; } else { warn("".concat(source, ": Requires MutationObserver support.")); return true; } }; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js": /*!**********************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/vue.js ***! \**********************************************************************/ /*! exports provided: COMPONENT_UID_KEY, Vue, mergeData */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "COMPONENT_UID_KEY", function() { return COMPONENT_UID_KEY; }); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Vue", function() { return vue__WEBPACK_IMPORTED_MODULE_0__["default"]; }); /* harmony import */ var vue_functional_data_merge__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue-functional-data-merge */ "../CORE_FW/firebase_nuxt/node_modules/vue-functional-data-merge/dist/lib.esm.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "mergeData", function() { return vue_functional_data_merge__WEBPACK_IMPORTED_MODULE_1__["mergeData"]; }); // --- Constants --- var COMPONENT_UID_KEY = '_uid'; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/popper.js/dist/esm/popper.js": /*!**************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/popper.js/dist/esm/popper.js ***! \**************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(global) {/* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js"); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_find_index_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.find-index.js */ "./node_modules/core-js/modules/es.array.find-index.js"); /* harmony import */ var core_js_modules_es_array_find_index_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_index_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! core-js/modules/es.string.match.js */ "./node_modules/core-js/modules/es.string.match.js"); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_13__); /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! core-js/modules/es.string.trim.js */ "./node_modules/core-js/modules/es.string.trim.js"); /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_14__); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! core-js/modules/es.string.search.js */ "./node_modules/core-js/modules/es.string.search.js"); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_15__); /**! * @fileOverview Kickass library to create and place poppers near their reference elements. * @version 1.16.1 * @license * Copyright (c) 2016 Federico Zivolo and contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ var isBrowser = typeof window !== 'undefined' && typeof document !== 'undefined' && typeof navigator !== 'undefined'; var timeoutDuration = function () { var longerTimeoutBrowsers = ['Edge', 'Trident', 'Firefox']; for (var i = 0; i < longerTimeoutBrowsers.length; i += 1) { if (isBrowser && navigator.userAgent.indexOf(longerTimeoutBrowsers[i]) >= 0) { return 1; } } return 0; }(); function microtaskDebounce(fn) { var called = false; return function () { if (called) { return; } called = true; window.Promise.resolve().then(function () { called = false; fn(); }); }; } function taskDebounce(fn) { var scheduled = false; return function () { if (!scheduled) { scheduled = true; setTimeout(function () { scheduled = false; fn(); }, timeoutDuration); } }; } var supportsMicroTasks = isBrowser && window.Promise; /** * Create a debounced version of a method, that's asynchronously deferred * but called in the minimum time possible. * * @method * @memberof Popper.Utils * @argument {Function} fn * @returns {Function} */ var debounce = supportsMicroTasks ? microtaskDebounce : taskDebounce; /** * Check if the given variable is a function * @method * @memberof Popper.Utils * @argument {Any} functionToCheck - variable to check * @returns {Boolean} answer to: is a function? */ function isFunction(functionToCheck) { var getType = {}; return functionToCheck && getType.toString.call(functionToCheck) === '[object Function]'; } /** * Get CSS computed property of the given element * @method * @memberof Popper.Utils * @argument {Eement} element * @argument {String} property */ function getStyleComputedProperty(element, property) { if (element.nodeType !== 1) { return []; } // NOTE: 1 DOM access here var window = element.ownerDocument.defaultView; var css = window.getComputedStyle(element, null); return property ? css[property] : css; } /** * Returns the parentNode or the host of the element * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} parent */ function getParentNode(element) { if (element.nodeName === 'HTML') { return element; } return element.parentNode || element.host; } /** * Returns the scrolling parent of the given element * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} scroll parent */ function getScrollParent(element) { // Return body, `getScroll` will take care to get the correct `scrollTop` from it if (!element) { return document.body; } switch (element.nodeName) { case 'HTML': case 'BODY': return element.ownerDocument.body; case '#document': return element.body; } // Firefox want us to check `-x` and `-y` variations as well var _getStyleComputedProp = getStyleComputedProperty(element), overflow = _getStyleComputedProp.overflow, overflowX = _getStyleComputedProp.overflowX, overflowY = _getStyleComputedProp.overflowY; if (/(auto|scroll|overlay)/.test(overflow + overflowY + overflowX)) { return element; } return getScrollParent(getParentNode(element)); } /** * Returns the reference node of the reference object, or the reference object itself. * @method * @memberof Popper.Utils * @param {Element|Object} reference - the reference element (the popper will be relative to this) * @returns {Element} parent */ function getReferenceNode(reference) { return reference && reference.referenceNode ? reference.referenceNode : reference; } var isIE11 = isBrowser && !!(window.MSInputMethodContext && document.documentMode); var isIE10 = isBrowser && /MSIE 10/.test(navigator.userAgent); /** * Determines if the browser is Internet Explorer * @method * @memberof Popper.Utils * @param {Number} version to check * @returns {Boolean} isIE */ function isIE(version) { if (version === 11) { return isIE11; } if (version === 10) { return isIE10; } return isIE11 || isIE10; } /** * Returns the offset parent of the given element * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} offset parent */ function getOffsetParent(element) { if (!element) { return document.documentElement; } var noOffsetParent = isIE(10) ? document.body : null; // NOTE: 1 DOM access here var offsetParent = element.offsetParent || null; // Skip hidden elements which don't have an offsetParent while (offsetParent === noOffsetParent && element.nextElementSibling) { offsetParent = (element = element.nextElementSibling).offsetParent; } var nodeName = offsetParent && offsetParent.nodeName; if (!nodeName || nodeName === 'BODY' || nodeName === 'HTML') { return element ? element.ownerDocument.documentElement : document.documentElement; } // .offsetParent will return the closest TH, TD or TABLE in case // no offsetParent is present, I hate this job... if (['TH', 'TD', 'TABLE'].indexOf(offsetParent.nodeName) !== -1 && getStyleComputedProperty(offsetParent, 'position') === 'static') { return getOffsetParent(offsetParent); } return offsetParent; } function isOffsetContainer(element) { var nodeName = element.nodeName; if (nodeName === 'BODY') { return false; } return nodeName === 'HTML' || getOffsetParent(element.firstElementChild) === element; } /** * Finds the root node (document, shadowDOM root) of the given element * @method * @memberof Popper.Utils * @argument {Element} node * @returns {Element} root node */ function getRoot(node) { if (node.parentNode !== null) { return getRoot(node.parentNode); } return node; } /** * Finds the offset parent common to the two provided nodes * @method * @memberof Popper.Utils * @argument {Element} element1 * @argument {Element} element2 * @returns {Element} common offset parent */ function findCommonOffsetParent(element1, element2) { // This check is needed to avoid errors in case one of the elements isn't defined for any reason if (!element1 || !element1.nodeType || !element2 || !element2.nodeType) { return document.documentElement; } // Here we make sure to give as "start" the element that comes first in the DOM var order = element1.compareDocumentPosition(element2) & Node.DOCUMENT_POSITION_FOLLOWING; var start = order ? element1 : element2; var end = order ? element2 : element1; // Get common ancestor container var range = document.createRange(); range.setStart(start, 0); range.setEnd(end, 0); var commonAncestorContainer = range.commonAncestorContainer; // Both nodes are inside #document if (element1 !== commonAncestorContainer && element2 !== commonAncestorContainer || start.contains(end)) { if (isOffsetContainer(commonAncestorContainer)) { return commonAncestorContainer; } return getOffsetParent(commonAncestorContainer); } // one of the nodes is inside shadowDOM, find which one var element1root = getRoot(element1); if (element1root.host) { return findCommonOffsetParent(element1root.host, element2); } else { return findCommonOffsetParent(element1, getRoot(element2).host); } } /** * Gets the scroll value of the given element in the given side (top and left) * @method * @memberof Popper.Utils * @argument {Element} element * @argument {String} side `top` or `left` * @returns {number} amount of scrolled pixels */ function getScroll(element) { var side = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'top'; var upperSide = side === 'top' ? 'scrollTop' : 'scrollLeft'; var nodeName = element.nodeName; if (nodeName === 'BODY' || nodeName === 'HTML') { var html = element.ownerDocument.documentElement; var scrollingElement = element.ownerDocument.scrollingElement || html; return scrollingElement[upperSide]; } return element[upperSide]; } /* * Sum or subtract the element scroll values (left and top) from a given rect object * @method * @memberof Popper.Utils * @param {Object} rect - Rect object you want to change * @param {HTMLElement} element - The element from the function reads the scroll values * @param {Boolean} subtract - set to true if you want to subtract the scroll values * @return {Object} rect - The modifier rect object */ function includeScroll(rect, element) { var subtract = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var scrollTop = getScroll(element, 'top'); var scrollLeft = getScroll(element, 'left'); var modifier = subtract ? -1 : 1; rect.top += scrollTop * modifier; rect.bottom += scrollTop * modifier; rect.left += scrollLeft * modifier; rect.right += scrollLeft * modifier; return rect; } /* * Helper to detect borders of a given element * @method * @memberof Popper.Utils * @param {CSSStyleDeclaration} styles * Result of `getStyleComputedProperty` on the given element * @param {String} axis - `x` or `y` * @return {number} borders - The borders size of the given axis */ function getBordersSize(styles, axis) { var sideA = axis === 'x' ? 'Left' : 'Top'; var sideB = sideA === 'Left' ? 'Right' : 'Bottom'; return parseFloat(styles['border' + sideA + 'Width']) + parseFloat(styles['border' + sideB + 'Width']); } function getSize(axis, body, html, computedStyle) { return Math.max(body['offset' + axis], body['scroll' + axis], html['client' + axis], html['offset' + axis], html['scroll' + axis], isIE(10) ? parseInt(html['offset' + axis]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Top' : 'Left')]) + parseInt(computedStyle['margin' + (axis === 'Height' ? 'Bottom' : 'Right')]) : 0); } function getWindowSizes(document) { var body = document.body; var html = document.documentElement; var computedStyle = isIE(10) && getComputedStyle(html); return { height: getSize('Height', body, html, computedStyle), width: getSize('Width', body, html, computedStyle) }; } var classCallCheck = function classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }; var createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); var defineProperty = function defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; /** * Given element offsets, generate an output similar to getBoundingClientRect * @method * @memberof Popper.Utils * @argument {Object} offsets * @returns {Object} ClientRect like output */ function getClientRect(offsets) { return _extends({}, offsets, { right: offsets.left + offsets.width, bottom: offsets.top + offsets.height }); } /** * Get bounding client rect of given element * @method * @memberof Popper.Utils * @param {HTMLElement} element * @return {Object} client rect */ function getBoundingClientRect(element) { var rect = {}; // IE10 10 FIX: Please, don't ask, the element isn't // considered in DOM in some circumstances... // This isn't reproducible in IE10 compatibility mode of IE11 try { if (isIE(10)) { rect = element.getBoundingClientRect(); var scrollTop = getScroll(element, 'top'); var scrollLeft = getScroll(element, 'left'); rect.top += scrollTop; rect.left += scrollLeft; rect.bottom += scrollTop; rect.right += scrollLeft; } else { rect = element.getBoundingClientRect(); } } catch (e) {} var result = { left: rect.left, top: rect.top, width: rect.right - rect.left, height: rect.bottom - rect.top }; // subtract scrollbar size from sizes var sizes = element.nodeName === 'HTML' ? getWindowSizes(element.ownerDocument) : {}; var width = sizes.width || element.clientWidth || result.width; var height = sizes.height || element.clientHeight || result.height; var horizScrollbar = element.offsetWidth - width; var vertScrollbar = element.offsetHeight - height; // if an hypothetical scrollbar is detected, we must be sure it's not a `border` // we make this check conditional for performance reasons if (horizScrollbar || vertScrollbar) { var styles = getStyleComputedProperty(element); horizScrollbar -= getBordersSize(styles, 'x'); vertScrollbar -= getBordersSize(styles, 'y'); result.width -= horizScrollbar; result.height -= vertScrollbar; } return getClientRect(result); } function getOffsetRectRelativeToArbitraryNode(children, parent) { var fixedPosition = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; var isIE10 = isIE(10); var isHTML = parent.nodeName === 'HTML'; var childrenRect = getBoundingClientRect(children); var parentRect = getBoundingClientRect(parent); var scrollParent = getScrollParent(children); var styles = getStyleComputedProperty(parent); var borderTopWidth = parseFloat(styles.borderTopWidth); var borderLeftWidth = parseFloat(styles.borderLeftWidth); // In cases where the parent is fixed, we must ignore negative scroll in offset calc if (fixedPosition && isHTML) { parentRect.top = Math.max(parentRect.top, 0); parentRect.left = Math.max(parentRect.left, 0); } var offsets = getClientRect({ top: childrenRect.top - parentRect.top - borderTopWidth, left: childrenRect.left - parentRect.left - borderLeftWidth, width: childrenRect.width, height: childrenRect.height }); offsets.marginTop = 0; offsets.marginLeft = 0; // Subtract margins of documentElement in case it's being used as parent // we do this only on HTML because it's the only element that behaves // differently when margins are applied to it. The margins are included in // the box of the documentElement, in the other cases not. if (!isIE10 && isHTML) { var marginTop = parseFloat(styles.marginTop); var marginLeft = parseFloat(styles.marginLeft); offsets.top -= borderTopWidth - marginTop; offsets.bottom -= borderTopWidth - marginTop; offsets.left -= borderLeftWidth - marginLeft; offsets.right -= borderLeftWidth - marginLeft; // Attach marginTop and marginLeft because in some circumstances we may need them offsets.marginTop = marginTop; offsets.marginLeft = marginLeft; } if (isIE10 && !fixedPosition ? parent.contains(scrollParent) : parent === scrollParent && scrollParent.nodeName !== 'BODY') { offsets = includeScroll(offsets, parent); } return offsets; } function getViewportOffsetRectRelativeToArtbitraryNode(element) { var excludeScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var html = element.ownerDocument.documentElement; var relativeOffset = getOffsetRectRelativeToArbitraryNode(element, html); var width = Math.max(html.clientWidth, window.innerWidth || 0); var height = Math.max(html.clientHeight, window.innerHeight || 0); var scrollTop = !excludeScroll ? getScroll(html) : 0; var scrollLeft = !excludeScroll ? getScroll(html, 'left') : 0; var offset = { top: scrollTop - relativeOffset.top + relativeOffset.marginTop, left: scrollLeft - relativeOffset.left + relativeOffset.marginLeft, width: width, height: height }; return getClientRect(offset); } /** * Check if the given element is fixed or is inside a fixed parent * @method * @memberof Popper.Utils * @argument {Element} element * @argument {Element} customContainer * @returns {Boolean} answer to "isFixed?" */ function isFixed(element) { var nodeName = element.nodeName; if (nodeName === 'BODY' || nodeName === 'HTML') { return false; } if (getStyleComputedProperty(element, 'position') === 'fixed') { return true; } var parentNode = getParentNode(element); if (!parentNode) { return false; } return isFixed(parentNode); } /** * Finds the first parent of an element that has a transformed property defined * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Element} first transformed parent or documentElement */ function getFixedPositionOffsetParent(element) { // This check is needed to avoid errors in case one of the elements isn't defined for any reason if (!element || !element.parentElement || isIE()) { return document.documentElement; } var el = element.parentElement; while (el && getStyleComputedProperty(el, 'transform') === 'none') { el = el.parentElement; } return el || document.documentElement; } /** * Computed the boundaries limits and return them * @method * @memberof Popper.Utils * @param {HTMLElement} popper * @param {HTMLElement} reference * @param {number} padding * @param {HTMLElement} boundariesElement - Element used to define the boundaries * @param {Boolean} fixedPosition - Is in fixed position mode * @returns {Object} Coordinates of the boundaries */ function getBoundaries(popper, reference, padding, boundariesElement) { var fixedPosition = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : false; // NOTE: 1 DOM access here var boundaries = { top: 0, left: 0 }; var offsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference)); // Handle viewport case if (boundariesElement === 'viewport') { boundaries = getViewportOffsetRectRelativeToArtbitraryNode(offsetParent, fixedPosition); } else { // Handle other cases based on DOM element used as boundaries var boundariesNode = void 0; if (boundariesElement === 'scrollParent') { boundariesNode = getScrollParent(getParentNode(reference)); if (boundariesNode.nodeName === 'BODY') { boundariesNode = popper.ownerDocument.documentElement; } } else if (boundariesElement === 'window') { boundariesNode = popper.ownerDocument.documentElement; } else { boundariesNode = boundariesElement; } var offsets = getOffsetRectRelativeToArbitraryNode(boundariesNode, offsetParent, fixedPosition); // In case of HTML, we need a different computation if (boundariesNode.nodeName === 'HTML' && !isFixed(offsetParent)) { var _getWindowSizes = getWindowSizes(popper.ownerDocument), height = _getWindowSizes.height, width = _getWindowSizes.width; boundaries.top += offsets.top - offsets.marginTop; boundaries.bottom = height + offsets.top; boundaries.left += offsets.left - offsets.marginLeft; boundaries.right = width + offsets.left; } else { // for all the other DOM elements, this one is good boundaries = offsets; } } // Add paddings padding = padding || 0; var isPaddingNumber = typeof padding === 'number'; boundaries.left += isPaddingNumber ? padding : padding.left || 0; boundaries.top += isPaddingNumber ? padding : padding.top || 0; boundaries.right -= isPaddingNumber ? padding : padding.right || 0; boundaries.bottom -= isPaddingNumber ? padding : padding.bottom || 0; return boundaries; } function getArea(_ref) { var width = _ref.width, height = _ref.height; return width * height; } /** * Utility used to transform the `auto` placement to the placement with more * available space. * @method * @memberof Popper.Utils * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function computeAutoPlacement(placement, refRect, popper, reference, boundariesElement) { var padding = arguments.length > 5 && arguments[5] !== undefined ? arguments[5] : 0; if (placement.indexOf('auto') === -1) { return placement; } var boundaries = getBoundaries(popper, reference, padding, boundariesElement); var rects = { top: { width: boundaries.width, height: refRect.top - boundaries.top }, right: { width: boundaries.right - refRect.right, height: boundaries.height }, bottom: { width: boundaries.width, height: boundaries.bottom - refRect.bottom }, left: { width: refRect.left - boundaries.left, height: boundaries.height } }; var sortedAreas = Object.keys(rects).map(function (key) { return _extends({ key: key }, rects[key], { area: getArea(rects[key]) }); }).sort(function (a, b) { return b.area - a.area; }); var filteredAreas = sortedAreas.filter(function (_ref2) { var width = _ref2.width, height = _ref2.height; return width >= popper.clientWidth && height >= popper.clientHeight; }); var computedPlacement = filteredAreas.length > 0 ? filteredAreas[0].key : sortedAreas[0].key; var variation = placement.split('-')[1]; return computedPlacement + (variation ? '-' + variation : ''); } /** * Get offsets to the reference element * @method * @memberof Popper.Utils * @param {Object} state * @param {Element} popper - the popper element * @param {Element} reference - the reference element (the popper will be relative to this) * @param {Element} fixedPosition - is in fixed position mode * @returns {Object} An object containing the offsets which will be applied to the popper */ function getReferenceOffsets(state, popper, reference) { var fixedPosition = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : null; var commonOffsetParent = fixedPosition ? getFixedPositionOffsetParent(popper) : findCommonOffsetParent(popper, getReferenceNode(reference)); return getOffsetRectRelativeToArbitraryNode(reference, commonOffsetParent, fixedPosition); } /** * Get the outer sizes of the given element (offset size + margins) * @method * @memberof Popper.Utils * @argument {Element} element * @returns {Object} object containing width and height properties */ function getOuterSizes(element) { var window = element.ownerDocument.defaultView; var styles = window.getComputedStyle(element); var x = parseFloat(styles.marginTop || 0) + parseFloat(styles.marginBottom || 0); var y = parseFloat(styles.marginLeft || 0) + parseFloat(styles.marginRight || 0); var result = { width: element.offsetWidth + y, height: element.offsetHeight + x }; return result; } /** * Get the opposite placement of the given one * @method * @memberof Popper.Utils * @argument {String} placement * @returns {String} flipped placement */ function getOppositePlacement(placement) { var hash = { left: 'right', right: 'left', bottom: 'top', top: 'bottom' }; return placement.replace(/left|right|bottom|top/g, function (matched) { return hash[matched]; }); } /** * Get offsets to the popper * @method * @memberof Popper.Utils * @param {Object} position - CSS position the Popper will get applied * @param {HTMLElement} popper - the popper element * @param {Object} referenceOffsets - the reference offsets (the popper will be relative to this) * @param {String} placement - one of the valid placement options * @returns {Object} popperOffsets - An object containing the offsets which will be applied to the popper */ function getPopperOffsets(popper, referenceOffsets, placement) { placement = placement.split('-')[0]; // Get popper node sizes var popperRect = getOuterSizes(popper); // Add position, width and height to our offsets object var popperOffsets = { width: popperRect.width, height: popperRect.height }; // depending by the popper placement we have to compute its offsets slightly differently var isHoriz = ['right', 'left'].indexOf(placement) !== -1; var mainSide = isHoriz ? 'top' : 'left'; var secondarySide = isHoriz ? 'left' : 'top'; var measurement = isHoriz ? 'height' : 'width'; var secondaryMeasurement = !isHoriz ? 'height' : 'width'; popperOffsets[mainSide] = referenceOffsets[mainSide] + referenceOffsets[measurement] / 2 - popperRect[measurement] / 2; if (placement === secondarySide) { popperOffsets[secondarySide] = referenceOffsets[secondarySide] - popperRect[secondaryMeasurement]; } else { popperOffsets[secondarySide] = referenceOffsets[getOppositePlacement(secondarySide)]; } return popperOffsets; } /** * Mimics the `find` method of Array * @method * @memberof Popper.Utils * @argument {Array} arr * @argument prop * @argument value * @returns index or -1 */ function find(arr, check) { // use native find if supported if (Array.prototype.find) { return arr.find(check); } // use `filter` to obtain the same behavior of `find` return arr.filter(check)[0]; } /** * Return the index of the matching object * @method * @memberof Popper.Utils * @argument {Array} arr * @argument prop * @argument value * @returns index or -1 */ function findIndex(arr, prop, value) { // use native findIndex if supported if (Array.prototype.findIndex) { return arr.findIndex(function (cur) { return cur[prop] === value; }); } // use `find` + `indexOf` if `findIndex` isn't supported var match = find(arr, function (obj) { return obj[prop] === value; }); return arr.indexOf(match); } /** * Loop trough the list of modifiers and run them in order, * each of them will then edit the data object. * @method * @memberof Popper.Utils * @param {dataObject} data * @param {Array} modifiers * @param {String} ends - Optional modifier name used as stopper * @returns {dataObject} */ function runModifiers(modifiers, data, ends) { var modifiersToRun = ends === undefined ? modifiers : modifiers.slice(0, findIndex(modifiers, 'name', ends)); modifiersToRun.forEach(function (modifier) { if (modifier['function']) { // eslint-disable-line dot-notation console.warn('`modifier.function` is deprecated, use `modifier.fn`!'); } var fn = modifier['function'] || modifier.fn; // eslint-disable-line dot-notation if (modifier.enabled && isFunction(fn)) { // Add properties to offsets to make them a complete clientRect object // we do this before each modifier to make sure the previous one doesn't // mess with these values data.offsets.popper = getClientRect(data.offsets.popper); data.offsets.reference = getClientRect(data.offsets.reference); data = fn(data, modifier); } }); return data; } /** * Updates the position of the popper, computing the new offsets and applying * the new style.<br /> * Prefer `scheduleUpdate` over `update` because of performance reasons. * @method * @memberof Popper */ function update() { // if popper is destroyed, don't perform any further update if (this.state.isDestroyed) { return; } var data = { instance: this, styles: {}, arrowStyles: {}, attributes: {}, flipped: false, offsets: {} }; // compute reference element offsets data.offsets.reference = getReferenceOffsets(this.state, this.popper, this.reference, this.options.positionFixed); // compute auto placement, store placement inside the data object, // modifiers will be able to edit `placement` if needed // and refer to originalPlacement to know the original value data.placement = computeAutoPlacement(this.options.placement, data.offsets.reference, this.popper, this.reference, this.options.modifiers.flip.boundariesElement, this.options.modifiers.flip.padding); // store the computed placement inside `originalPlacement` data.originalPlacement = data.placement; data.positionFixed = this.options.positionFixed; // compute the popper offsets data.offsets.popper = getPopperOffsets(this.popper, data.offsets.reference, data.placement); data.offsets.popper.position = this.options.positionFixed ? 'fixed' : 'absolute'; // run the modifiers data = runModifiers(this.modifiers, data); // the first `update` will call `onCreate` callback // the other ones will call `onUpdate` callback if (!this.state.isCreated) { this.state.isCreated = true; this.options.onCreate(data); } else { this.options.onUpdate(data); } } /** * Helper used to know if the given modifier is enabled. * @method * @memberof Popper.Utils * @returns {Boolean} */ function isModifierEnabled(modifiers, modifierName) { return modifiers.some(function (_ref) { var name = _ref.name, enabled = _ref.enabled; return enabled && name === modifierName; }); } /** * Get the prefixed supported property name * @method * @memberof Popper.Utils * @argument {String} property (camelCase) * @returns {String} prefixed property (camelCase or PascalCase, depending on the vendor prefix) */ function getSupportedPropertyName(property) { var prefixes = [false, 'ms', 'Webkit', 'Moz', 'O']; var upperProp = property.charAt(0).toUpperCase() + property.slice(1); for (var i = 0; i < prefixes.length; i++) { var prefix = prefixes[i]; var toCheck = prefix ? '' + prefix + upperProp : property; if (typeof document.body.style[toCheck] !== 'undefined') { return toCheck; } } return null; } /** * Destroys the popper. * @method * @memberof Popper */ function destroy() { this.state.isDestroyed = true; // touch DOM only if `applyStyle` modifier is enabled if (isModifierEnabled(this.modifiers, 'applyStyle')) { this.popper.removeAttribute('x-placement'); this.popper.style.position = ''; this.popper.style.top = ''; this.popper.style.left = ''; this.popper.style.right = ''; this.popper.style.bottom = ''; this.popper.style.willChange = ''; this.popper.style[getSupportedPropertyName('transform')] = ''; } this.disableEventListeners(); // remove the popper if user explicitly asked for the deletion on destroy // do not use `remove` because IE11 doesn't support it if (this.options.removeOnDestroy) { this.popper.parentNode.removeChild(this.popper); } return this; } /** * Get the window associated with the element * @argument {Element} element * @returns {Window} */ function getWindow(element) { var ownerDocument = element.ownerDocument; return ownerDocument ? ownerDocument.defaultView : window; } function attachToScrollParents(scrollParent, event, callback, scrollParents) { var isBody = scrollParent.nodeName === 'BODY'; var target = isBody ? scrollParent.ownerDocument.defaultView : scrollParent; target.addEventListener(event, callback, { passive: true }); if (!isBody) { attachToScrollParents(getScrollParent(target.parentNode), event, callback, scrollParents); } scrollParents.push(target); } /** * Setup needed event listeners used to update the popper position * @method * @memberof Popper.Utils * @private */ function setupEventListeners(reference, options, state, updateBound) { // Resize event listener on window state.updateBound = updateBound; getWindow(reference).addEventListener('resize', state.updateBound, { passive: true }); // Scroll event listener on scroll parents var scrollElement = getScrollParent(reference); attachToScrollParents(scrollElement, 'scroll', state.updateBound, state.scrollParents); state.scrollElement = scrollElement; state.eventsEnabled = true; return state; } /** * It will add resize/scroll events and start recalculating * position of the popper element when they are triggered. * @method * @memberof Popper */ function enableEventListeners() { if (!this.state.eventsEnabled) { this.state = setupEventListeners(this.reference, this.options, this.state, this.scheduleUpdate); } } /** * Remove event listeners used to update the popper position * @method * @memberof Popper.Utils * @private */ function removeEventListeners(reference, state) { // Remove resize event listener on window getWindow(reference).removeEventListener('resize', state.updateBound); // Remove scroll event listener on scroll parents state.scrollParents.forEach(function (target) { target.removeEventListener('scroll', state.updateBound); }); // Reset state state.updateBound = null; state.scrollParents = []; state.scrollElement = null; state.eventsEnabled = false; return state; } /** * It will remove resize/scroll events and won't recalculate popper position * when they are triggered. It also won't trigger `onUpdate` callback anymore, * unless you call `update` method manually. * @method * @memberof Popper */ function disableEventListeners() { if (this.state.eventsEnabled) { cancelAnimationFrame(this.scheduleUpdate); this.state = removeEventListeners(this.reference, this.state); } } /** * Tells if a given input is a number * @method * @memberof Popper.Utils * @param {*} input to check * @return {Boolean} */ function isNumeric(n) { return n !== '' && !isNaN(parseFloat(n)) && isFinite(n); } /** * Set the style to the given popper * @method * @memberof Popper.Utils * @argument {Element} element - Element to apply the style to * @argument {Object} styles * Object with a list of properties and values which will be applied to the element */ function setStyles(element, styles) { Object.keys(styles).forEach(function (prop) { var unit = ''; // add unit if the value is numeric and is one of the following if (['width', 'height', 'top', 'right', 'bottom', 'left'].indexOf(prop) !== -1 && isNumeric(styles[prop])) { unit = 'px'; } element.style[prop] = styles[prop] + unit; }); } /** * Set the attributes to the given popper * @method * @memberof Popper.Utils * @argument {Element} element - Element to apply the attributes to * @argument {Object} styles * Object with a list of properties and values which will be applied to the element */ function setAttributes(element, attributes) { Object.keys(attributes).forEach(function (prop) { var value = attributes[prop]; if (value !== false) { element.setAttribute(prop, attributes[prop]); } else { element.removeAttribute(prop); } }); } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} data.styles - List of style properties - values to apply to popper element * @argument {Object} data.attributes - List of attribute properties - values to apply to popper element * @argument {Object} options - Modifiers configuration and options * @returns {Object} The same data object */ function applyStyle(data) { // any property present in `data.styles` will be applied to the popper, // in this way we can make the 3rd party modifiers add custom styles to it // Be aware, modifiers could override the properties defined in the previous // lines of this modifier! setStyles(data.instance.popper, data.styles); // any property present in `data.attributes` will be applied to the popper, // they will be set as HTML attributes of the element setAttributes(data.instance.popper, data.attributes); // if arrowElement is defined and arrowStyles has some properties if (data.arrowElement && Object.keys(data.arrowStyles).length) { setStyles(data.arrowElement, data.arrowStyles); } return data; } /** * Set the x-placement attribute before everything else because it could be used * to add margins to the popper margins needs to be calculated to get the * correct popper offsets. * @method * @memberof Popper.modifiers * @param {HTMLElement} reference - The reference element used to position the popper * @param {HTMLElement} popper - The HTML element used as popper * @param {Object} options - Popper.js options */ function applyStyleOnLoad(reference, popper, options, modifierOptions, state) { // compute reference element offsets var referenceOffsets = getReferenceOffsets(state, popper, reference, options.positionFixed); // compute auto placement, store placement inside the data object, // modifiers will be able to edit `placement` if needed // and refer to originalPlacement to know the original value var placement = computeAutoPlacement(options.placement, referenceOffsets, popper, reference, options.modifiers.flip.boundariesElement, options.modifiers.flip.padding); popper.setAttribute('x-placement', placement); // Apply `position` to popper before anything else because // without the position applied we can't guarantee correct computations setStyles(popper, { position: options.positionFixed ? 'fixed' : 'absolute' }); return options; } /** * @function * @memberof Popper.Utils * @argument {Object} data - The data object generated by `update` method * @argument {Boolean} shouldRound - If the offsets should be rounded at all * @returns {Object} The popper's position offsets rounded * * The tale of pixel-perfect positioning. It's still not 100% perfect, but as * good as it can be within reason. * Discussion here: https://github.com/FezVrasta/popper.js/pull/715 * * Low DPI screens cause a popper to be blurry if not using full pixels (Safari * as well on High DPI screens). * * Firefox prefers no rounding for positioning and does not have blurriness on * high DPI screens. * * Only horizontal placement and left/right values need to be considered. */ function getRoundedOffsets(data, shouldRound) { var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var round = Math.round, floor = Math.floor; var noRound = function noRound(v) { return v; }; var referenceWidth = round(reference.width); var popperWidth = round(popper.width); var isVertical = ['left', 'right'].indexOf(data.placement) !== -1; var isVariation = data.placement.indexOf('-') !== -1; var sameWidthParity = referenceWidth % 2 === popperWidth % 2; var bothOddWidth = referenceWidth % 2 === 1 && popperWidth % 2 === 1; var horizontalToInteger = !shouldRound ? noRound : isVertical || isVariation || sameWidthParity ? round : floor; var verticalToInteger = !shouldRound ? noRound : round; return { left: horizontalToInteger(bothOddWidth && !isVariation && shouldRound ? popper.left - 1 : popper.left), top: verticalToInteger(popper.top), bottom: verticalToInteger(popper.bottom), right: horizontalToInteger(popper.right) }; } var isFirefox = isBrowser && /Firefox/i.test(navigator.userAgent); /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function computeStyle(data, options) { var x = options.x, y = options.y; var popper = data.offsets.popper; // Remove this legacy support in Popper.js v2 var legacyGpuAccelerationOption = find(data.instance.modifiers, function (modifier) { return modifier.name === 'applyStyle'; }).gpuAcceleration; if (legacyGpuAccelerationOption !== undefined) { console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!'); } var gpuAcceleration = legacyGpuAccelerationOption !== undefined ? legacyGpuAccelerationOption : options.gpuAcceleration; var offsetParent = getOffsetParent(data.instance.popper); var offsetParentRect = getBoundingClientRect(offsetParent); // Styles var styles = { position: popper.position }; var offsets = getRoundedOffsets(data, window.devicePixelRatio < 2 || !isFirefox); var sideA = x === 'bottom' ? 'top' : 'bottom'; var sideB = y === 'right' ? 'left' : 'right'; // if gpuAcceleration is set to `true` and transform is supported, // we use `translate3d` to apply the position to the popper we // automatically use the supported prefixed version if needed var prefixedProperty = getSupportedPropertyName('transform'); // now, let's make a step back and look at this code closely (wtf?) // If the content of the popper grows once it's been positioned, it // may happen that the popper gets misplaced because of the new content // overflowing its reference element // To avoid this problem, we provide two options (x and y), which allow // the consumer to define the offset origin. // If we position a popper on top of a reference element, we can set // `x` to `top` to make the popper grow towards its top instead of // its bottom. var left = void 0, top = void 0; if (sideA === 'bottom') { // when offsetParent is <html> the positioning is relative to the bottom of the screen (excluding the scrollbar) // and not the bottom of the html element if (offsetParent.nodeName === 'HTML') { top = -offsetParent.clientHeight + offsets.bottom; } else { top = -offsetParentRect.height + offsets.bottom; } } else { top = offsets.top; } if (sideB === 'right') { if (offsetParent.nodeName === 'HTML') { left = -offsetParent.clientWidth + offsets.right; } else { left = -offsetParentRect.width + offsets.right; } } else { left = offsets.left; } if (gpuAcceleration && prefixedProperty) { styles[prefixedProperty] = 'translate3d(' + left + 'px, ' + top + 'px, 0)'; styles[sideA] = 0; styles[sideB] = 0; styles.willChange = 'transform'; } else { // othwerise, we use the standard `top`, `left`, `bottom` and `right` properties var invertTop = sideA === 'bottom' ? -1 : 1; var invertLeft = sideB === 'right' ? -1 : 1; styles[sideA] = top * invertTop; styles[sideB] = left * invertLeft; styles.willChange = sideA + ', ' + sideB; } // Attributes var attributes = { 'x-placement': data.placement }; // Update `data` attributes, styles and arrowStyles data.attributes = _extends({}, attributes, data.attributes); data.styles = _extends({}, styles, data.styles); data.arrowStyles = _extends({}, data.offsets.arrow, data.arrowStyles); return data; } /** * Helper used to know if the given modifier depends from another one.<br /> * It checks if the needed modifier is listed and enabled. * @method * @memberof Popper.Utils * @param {Array} modifiers - list of modifiers * @param {String} requestingName - name of requesting modifier * @param {String} requestedName - name of requested modifier * @returns {Boolean} */ function isModifierRequired(modifiers, requestingName, requestedName) { var requesting = find(modifiers, function (_ref) { var name = _ref.name; return name === requestingName; }); var isRequired = !!requesting && modifiers.some(function (modifier) { return modifier.name === requestedName && modifier.enabled && modifier.order < requesting.order; }); if (!isRequired) { var _requesting = '`' + requestingName + '`'; var requested = '`' + requestedName + '`'; console.warn(requested + ' modifier is required by ' + _requesting + ' modifier in order to work, be sure to include it before ' + _requesting + '!'); } return isRequired; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function arrow(data, options) { var _data$offsets$arrow; // arrow depends on keepTogether in order to work if (!isModifierRequired(data.instance.modifiers, 'arrow', 'keepTogether')) { return data; } var arrowElement = options.element; // if arrowElement is a string, suppose it's a CSS selector if (typeof arrowElement === 'string') { arrowElement = data.instance.popper.querySelector(arrowElement); // if arrowElement is not found, don't run the modifier if (!arrowElement) { return data; } } else { // if the arrowElement isn't a query selector we must check that the // provided DOM node is child of its popper node if (!data.instance.popper.contains(arrowElement)) { console.warn('WARNING: `arrow.element` must be child of its popper element!'); return data; } } var placement = data.placement.split('-')[0]; var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var isVertical = ['left', 'right'].indexOf(placement) !== -1; var len = isVertical ? 'height' : 'width'; var sideCapitalized = isVertical ? 'Top' : 'Left'; var side = sideCapitalized.toLowerCase(); var altSide = isVertical ? 'left' : 'top'; var opSide = isVertical ? 'bottom' : 'right'; var arrowElementSize = getOuterSizes(arrowElement)[len]; // // extends keepTogether behavior making sure the popper and its // reference have enough pixels in conjunction // // top/left side if (reference[opSide] - arrowElementSize < popper[side]) { data.offsets.popper[side] -= popper[side] - (reference[opSide] - arrowElementSize); } // bottom/right side if (reference[side] + arrowElementSize > popper[opSide]) { data.offsets.popper[side] += reference[side] + arrowElementSize - popper[opSide]; } data.offsets.popper = getClientRect(data.offsets.popper); // compute center of the popper var center = reference[side] + reference[len] / 2 - arrowElementSize / 2; // Compute the sideValue using the updated popper offsets // take popper margin in account because we don't have this info available var css = getStyleComputedProperty(data.instance.popper); var popperMarginSide = parseFloat(css['margin' + sideCapitalized]); var popperBorderSide = parseFloat(css['border' + sideCapitalized + 'Width']); var sideValue = center - data.offsets.popper[side] - popperMarginSide - popperBorderSide; // prevent arrowElement from being placed not contiguously to its popper sideValue = Math.max(Math.min(popper[len] - arrowElementSize, sideValue), 0); data.arrowElement = arrowElement; data.offsets.arrow = (_data$offsets$arrow = {}, defineProperty(_data$offsets$arrow, side, Math.round(sideValue)), defineProperty(_data$offsets$arrow, altSide, ''), _data$offsets$arrow); return data; } /** * Get the opposite placement variation of the given one * @method * @memberof Popper.Utils * @argument {String} placement variation * @returns {String} flipped placement variation */ function getOppositeVariation(variation) { if (variation === 'end') { return 'start'; } else if (variation === 'start') { return 'end'; } return variation; } /** * List of accepted placements to use as values of the `placement` option.<br /> * Valid placements are: * - `auto` * - `top` * - `right` * - `bottom` * - `left` * * Each placement can have a variation from this list: * - `-start` * - `-end` * * Variations are interpreted easily if you think of them as the left to right * written languages. Horizontally (`top` and `bottom`), `start` is left and `end` * is right.<br /> * Vertically (`left` and `right`), `start` is top and `end` is bottom. * * Some valid examples are: * - `top-end` (on top of reference, right aligned) * - `right-start` (on right of reference, top aligned) * - `bottom` (on bottom, centered) * - `auto-end` (on the side with more space available, alignment depends by placement) * * @static * @type {Array} * @enum {String} * @readonly * @method placements * @memberof Popper */ var placements = ['auto-start', 'auto', 'auto-end', 'top-start', 'top', 'top-end', 'right-start', 'right', 'right-end', 'bottom-end', 'bottom', 'bottom-start', 'left-end', 'left', 'left-start']; // Get rid of `auto` `auto-start` and `auto-end` var validPlacements = placements.slice(3); /** * Given an initial placement, returns all the subsequent placements * clockwise (or counter-clockwise). * * @method * @memberof Popper.Utils * @argument {String} placement - A valid placement (it accepts variations) * @argument {Boolean} counter - Set to true to walk the placements counterclockwise * @returns {Array} placements including their variations */ function clockwise(placement) { var counter = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var index = validPlacements.indexOf(placement); var arr = validPlacements.slice(index + 1).concat(validPlacements.slice(0, index)); return counter ? arr.reverse() : arr; } var BEHAVIORS = { FLIP: 'flip', CLOCKWISE: 'clockwise', COUNTERCLOCKWISE: 'counterclockwise' }; /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function flip(data, options) { // if `inner` modifier is enabled, we can't use the `flip` modifier if (isModifierEnabled(data.instance.modifiers, 'inner')) { return data; } if (data.flipped && data.placement === data.originalPlacement) { // seems like flip is trying to loop, probably there's not enough space on any of the flippable sides return data; } var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, options.boundariesElement, data.positionFixed); var placement = data.placement.split('-')[0]; var placementOpposite = getOppositePlacement(placement); var variation = data.placement.split('-')[1] || ''; var flipOrder = []; switch (options.behavior) { case BEHAVIORS.FLIP: flipOrder = [placement, placementOpposite]; break; case BEHAVIORS.CLOCKWISE: flipOrder = clockwise(placement); break; case BEHAVIORS.COUNTERCLOCKWISE: flipOrder = clockwise(placement, true); break; default: flipOrder = options.behavior; } flipOrder.forEach(function (step, index) { if (placement !== step || flipOrder.length === index + 1) { return data; } placement = data.placement.split('-')[0]; placementOpposite = getOppositePlacement(placement); var popperOffsets = data.offsets.popper; var refOffsets = data.offsets.reference; // using floor because the reference offsets may contain decimals we are not going to consider here var floor = Math.floor; var overlapsRef = placement === 'left' && floor(popperOffsets.right) > floor(refOffsets.left) || placement === 'right' && floor(popperOffsets.left) < floor(refOffsets.right) || placement === 'top' && floor(popperOffsets.bottom) > floor(refOffsets.top) || placement === 'bottom' && floor(popperOffsets.top) < floor(refOffsets.bottom); var overflowsLeft = floor(popperOffsets.left) < floor(boundaries.left); var overflowsRight = floor(popperOffsets.right) > floor(boundaries.right); var overflowsTop = floor(popperOffsets.top) < floor(boundaries.top); var overflowsBottom = floor(popperOffsets.bottom) > floor(boundaries.bottom); var overflowsBoundaries = placement === 'left' && overflowsLeft || placement === 'right' && overflowsRight || placement === 'top' && overflowsTop || placement === 'bottom' && overflowsBottom; // flip the variation if required var isVertical = ['top', 'bottom'].indexOf(placement) !== -1; // flips variation if reference element overflows boundaries var flippedVariationByRef = !!options.flipVariations && (isVertical && variation === 'start' && overflowsLeft || isVertical && variation === 'end' && overflowsRight || !isVertical && variation === 'start' && overflowsTop || !isVertical && variation === 'end' && overflowsBottom); // flips variation if popper content overflows boundaries var flippedVariationByContent = !!options.flipVariationsByContent && (isVertical && variation === 'start' && overflowsRight || isVertical && variation === 'end' && overflowsLeft || !isVertical && variation === 'start' && overflowsBottom || !isVertical && variation === 'end' && overflowsTop); var flippedVariation = flippedVariationByRef || flippedVariationByContent; if (overlapsRef || overflowsBoundaries || flippedVariation) { // this boolean to detect any flip loop data.flipped = true; if (overlapsRef || overflowsBoundaries) { placement = flipOrder[index + 1]; } if (flippedVariation) { variation = getOppositeVariation(variation); } data.placement = placement + (variation ? '-' + variation : ''); // this object contains `position`, we want to preserve it along with // any additional property we may add in the future data.offsets.popper = _extends({}, data.offsets.popper, getPopperOffsets(data.instance.popper, data.offsets.reference, data.placement)); data = runModifiers(data.instance.modifiers, data, 'flip'); } }); return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function keepTogether(data) { var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var placement = data.placement.split('-')[0]; var floor = Math.floor; var isVertical = ['top', 'bottom'].indexOf(placement) !== -1; var side = isVertical ? 'right' : 'bottom'; var opSide = isVertical ? 'left' : 'top'; var measurement = isVertical ? 'width' : 'height'; if (popper[side] < floor(reference[opSide])) { data.offsets.popper[opSide] = floor(reference[opSide]) - popper[measurement]; } if (popper[opSide] > floor(reference[side])) { data.offsets.popper[opSide] = floor(reference[side]); } return data; } /** * Converts a string containing value + unit into a px value number * @function * @memberof {modifiers~offset} * @private * @argument {String} str - Value + unit string * @argument {String} measurement - `height` or `width` * @argument {Object} popperOffsets * @argument {Object} referenceOffsets * @returns {Number|String} * Value in pixels, or original string if no values were extracted */ function toValue(str, measurement, popperOffsets, referenceOffsets) { // separate value from unit var split = str.match(/((?:\-|\+)?\d*\.?\d*)(.*)/); var value = +split[1]; var unit = split[2]; // If it's not a number it's an operator, I guess if (!value) { return str; } if (unit.indexOf('%') === 0) { var element = void 0; switch (unit) { case '%p': element = popperOffsets; break; case '%': case '%r': default: element = referenceOffsets; } var rect = getClientRect(element); return rect[measurement] / 100 * value; } else if (unit === 'vh' || unit === 'vw') { // if is a vh or vw, we calculate the size based on the viewport var size = void 0; if (unit === 'vh') { size = Math.max(document.documentElement.clientHeight, window.innerHeight || 0); } else { size = Math.max(document.documentElement.clientWidth, window.innerWidth || 0); } return size / 100 * value; } else { // if is an explicit pixel unit, we get rid of the unit and keep the value // if is an implicit unit, it's px, and we return just the value return value; } } /** * Parse an `offset` string to extrapolate `x` and `y` numeric offsets. * @function * @memberof {modifiers~offset} * @private * @argument {String} offset * @argument {Object} popperOffsets * @argument {Object} referenceOffsets * @argument {String} basePlacement * @returns {Array} a two cells array with x and y offsets in numbers */ function parseOffset(offset, popperOffsets, referenceOffsets, basePlacement) { var offsets = [0, 0]; // Use height if placement is left or right and index is 0 otherwise use width // in this way the first offset will use an axis and the second one // will use the other one var useHeight = ['right', 'left'].indexOf(basePlacement) !== -1; // Split the offset string to obtain a list of values and operands // The regex addresses values with the plus or minus sign in front (+10, -20, etc) var fragments = offset.split(/(\+|\-)/).map(function (frag) { return frag.trim(); }); // Detect if the offset string contains a pair of values or a single one // they could be separated by comma or space var divider = fragments.indexOf(find(fragments, function (frag) { return frag.search(/,|\s/) !== -1; })); if (fragments[divider] && fragments[divider].indexOf(',') === -1) { console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.'); } // If divider is found, we divide the list of values and operands to divide // them by ofset X and Y. var splitRegex = /\s*,\s*|\s+/; var ops = divider !== -1 ? [fragments.slice(0, divider).concat([fragments[divider].split(splitRegex)[0]]), [fragments[divider].split(splitRegex)[1]].concat(fragments.slice(divider + 1))] : [fragments]; // Convert the values with units to absolute pixels to allow our computations ops = ops.map(function (op, index) { // Most of the units rely on the orientation of the popper var measurement = (index === 1 ? !useHeight : useHeight) ? 'height' : 'width'; var mergeWithPrevious = false; return op // This aggregates any `+` or `-` sign that aren't considered operators // e.g.: 10 + +5 => [10, +, +5] .reduce(function (a, b) { if (a[a.length - 1] === '' && ['+', '-'].indexOf(b) !== -1) { a[a.length - 1] = b; mergeWithPrevious = true; return a; } else if (mergeWithPrevious) { a[a.length - 1] += b; mergeWithPrevious = false; return a; } else { return a.concat(b); } }, []) // Here we convert the string values into number values (in px) .map(function (str) { return toValue(str, measurement, popperOffsets, referenceOffsets); }); }); // Loop trough the offsets arrays and execute the operations ops.forEach(function (op, index) { op.forEach(function (frag, index2) { if (isNumeric(frag)) { offsets[index] += frag * (op[index2 - 1] === '-' ? -1 : 1); } }); }); return offsets; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @argument {Number|String} options.offset=0 * The offset value as described in the modifier description * @returns {Object} The data object, properly modified */ function offset(data, _ref) { var offset = _ref.offset; var placement = data.placement, _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var basePlacement = placement.split('-')[0]; var offsets = void 0; if (isNumeric(+offset)) { offsets = [+offset, 0]; } else { offsets = parseOffset(offset, popper, reference, basePlacement); } if (basePlacement === 'left') { popper.top += offsets[0]; popper.left -= offsets[1]; } else if (basePlacement === 'right') { popper.top += offsets[0]; popper.left += offsets[1]; } else if (basePlacement === 'top') { popper.left += offsets[0]; popper.top -= offsets[1]; } else if (basePlacement === 'bottom') { popper.left += offsets[0]; popper.top += offsets[1]; } data.popper = popper; return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function preventOverflow(data, options) { var boundariesElement = options.boundariesElement || getOffsetParent(data.instance.popper); // If offsetParent is the reference element, we really want to // go one step up and use the next offsetParent as reference to // avoid to make this modifier completely useless and look like broken if (data.instance.reference === boundariesElement) { boundariesElement = getOffsetParent(boundariesElement); } // NOTE: DOM access here // resets the popper's position so that the document size can be calculated excluding // the size of the popper element itself var transformProp = getSupportedPropertyName('transform'); var popperStyles = data.instance.popper.style; // assignment to help minification var top = popperStyles.top, left = popperStyles.left, transform = popperStyles[transformProp]; popperStyles.top = ''; popperStyles.left = ''; popperStyles[transformProp] = ''; var boundaries = getBoundaries(data.instance.popper, data.instance.reference, options.padding, boundariesElement, data.positionFixed); // NOTE: DOM access here // restores the original style properties after the offsets have been computed popperStyles.top = top; popperStyles.left = left; popperStyles[transformProp] = transform; options.boundaries = boundaries; var order = options.priority; var popper = data.offsets.popper; var check = { primary: function primary(placement) { var value = popper[placement]; if (popper[placement] < boundaries[placement] && !options.escapeWithReference) { value = Math.max(popper[placement], boundaries[placement]); } return defineProperty({}, placement, value); }, secondary: function secondary(placement) { var mainSide = placement === 'right' ? 'left' : 'top'; var value = popper[mainSide]; if (popper[placement] > boundaries[placement] && !options.escapeWithReference) { value = Math.min(popper[mainSide], boundaries[placement] - (placement === 'right' ? popper.width : popper.height)); } return defineProperty({}, mainSide, value); } }; order.forEach(function (placement) { var side = ['left', 'top'].indexOf(placement) !== -1 ? 'primary' : 'secondary'; popper = _extends({}, popper, check[side](placement)); }); data.offsets.popper = popper; return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function shift(data) { var placement = data.placement; var basePlacement = placement.split('-')[0]; var shiftvariation = placement.split('-')[1]; // if shift shiftvariation is specified, run the modifier if (shiftvariation) { var _data$offsets = data.offsets, reference = _data$offsets.reference, popper = _data$offsets.popper; var isVertical = ['bottom', 'top'].indexOf(basePlacement) !== -1; var side = isVertical ? 'left' : 'top'; var measurement = isVertical ? 'width' : 'height'; var shiftOffsets = { start: defineProperty({}, side, reference[side]), end: defineProperty({}, side, reference[side] + reference[measurement] - popper[measurement]) }; data.offsets.popper = _extends({}, popper, shiftOffsets[shiftvariation]); } return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by update method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function hide(data) { if (!isModifierRequired(data.instance.modifiers, 'hide', 'preventOverflow')) { return data; } var refRect = data.offsets.reference; var bound = find(data.instance.modifiers, function (modifier) { return modifier.name === 'preventOverflow'; }).boundaries; if (refRect.bottom < bound.top || refRect.left > bound.right || refRect.top > bound.bottom || refRect.right < bound.left) { // Avoid unnecessary DOM access if visibility hasn't changed if (data.hide === true) { return data; } data.hide = true; data.attributes['x-out-of-boundaries'] = ''; } else { // Avoid unnecessary DOM access if visibility hasn't changed if (data.hide === false) { return data; } data.hide = false; data.attributes['x-out-of-boundaries'] = false; } return data; } /** * @function * @memberof Modifiers * @argument {Object} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {Object} The data object, properly modified */ function inner(data) { var placement = data.placement; var basePlacement = placement.split('-')[0]; var _data$offsets = data.offsets, popper = _data$offsets.popper, reference = _data$offsets.reference; var isHoriz = ['left', 'right'].indexOf(basePlacement) !== -1; var subtractLength = ['top', 'left'].indexOf(basePlacement) === -1; popper[isHoriz ? 'left' : 'top'] = reference[basePlacement] - (subtractLength ? popper[isHoriz ? 'width' : 'height'] : 0); data.placement = getOppositePlacement(placement); data.offsets.popper = getClientRect(popper); return data; } /** * Modifier function, each modifier can have a function of this type assigned * to its `fn` property.<br /> * These functions will be called on each update, this means that you must * make sure they are performant enough to avoid performance bottlenecks. * * @function ModifierFn * @argument {dataObject} data - The data object generated by `update` method * @argument {Object} options - Modifiers configuration and options * @returns {dataObject} The data object, properly modified */ /** * Modifiers are plugins used to alter the behavior of your poppers.<br /> * Popper.js uses a set of 9 modifiers to provide all the basic functionalities * needed by the library. * * Usually you don't want to override the `order`, `fn` and `onLoad` props. * All the other properties are configurations that could be tweaked. * @namespace modifiers */ var modifiers = { /** * Modifier used to shift the popper on the start or end of its reference * element.<br /> * It will read the variation of the `placement` property.<br /> * It can be one either `-end` or `-start`. * @memberof modifiers * @inner */ shift: { /** @prop {number} order=100 - Index used to define the order of execution */ order: 100, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: shift }, /** * The `offset` modifier can shift your popper on both its axis. * * It accepts the following units: * - `px` or unit-less, interpreted as pixels * - `%` or `%r`, percentage relative to the length of the reference element * - `%p`, percentage relative to the length of the popper element * - `vw`, CSS viewport width unit * - `vh`, CSS viewport height unit * * For length is intended the main axis relative to the placement of the popper.<br /> * This means that if the placement is `top` or `bottom`, the length will be the * `width`. In case of `left` or `right`, it will be the `height`. * * You can provide a single value (as `Number` or `String`), or a pair of values * as `String` divided by a comma or one (or more) white spaces.<br /> * The latter is a deprecated method because it leads to confusion and will be * removed in v2.<br /> * Additionally, it accepts additions and subtractions between different units. * Note that multiplications and divisions aren't supported. * * Valid examples are: * ``` * 10 * '10%' * '10, 10' * '10%, 10' * '10 + 10%' * '10 - 5vh + 3%' * '-10px + 5vh, 5px - 6%' * ``` * > **NB**: If you desire to apply offsets to your poppers in a way that may make them overlap * > with their reference element, unfortunately, you will have to disable the `flip` modifier. * > You can read more on this at this [issue](https://github.com/FezVrasta/popper.js/issues/373). * * @memberof modifiers * @inner */ offset: { /** @prop {number} order=200 - Index used to define the order of execution */ order: 200, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: offset, /** @prop {Number|String} offset=0 * The offset value as described in the modifier description */ offset: 0 }, /** * Modifier used to prevent the popper from being positioned outside the boundary. * * A scenario exists where the reference itself is not within the boundaries.<br /> * We can say it has "escaped the boundaries" — or just "escaped".<br /> * In this case we need to decide whether the popper should either: * * - detach from the reference and remain "trapped" in the boundaries, or * - if it should ignore the boundary and "escape with its reference" * * When `escapeWithReference` is set to`true` and reference is completely * outside its boundaries, the popper will overflow (or completely leave) * the boundaries in order to remain attached to the edge of the reference. * * @memberof modifiers * @inner */ preventOverflow: { /** @prop {number} order=300 - Index used to define the order of execution */ order: 300, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: preventOverflow, /** * @prop {Array} [priority=['left','right','top','bottom']] * Popper will try to prevent overflow following these priorities by default, * then, it could overflow on the left and on top of the `boundariesElement` */ priority: ['left', 'right', 'top', 'bottom'], /** * @prop {number} padding=5 * Amount of pixel used to define a minimum distance between the boundaries * and the popper. This makes sure the popper always has a little padding * between the edges of its container */ padding: 5, /** * @prop {String|HTMLElement} boundariesElement='scrollParent' * Boundaries used by the modifier. Can be `scrollParent`, `window`, * `viewport` or any DOM element. */ boundariesElement: 'scrollParent' }, /** * Modifier used to make sure the reference and its popper stay near each other * without leaving any gap between the two. Especially useful when the arrow is * enabled and you want to ensure that it points to its reference element. * It cares only about the first axis. You can still have poppers with margin * between the popper and its reference element. * @memberof modifiers * @inner */ keepTogether: { /** @prop {number} order=400 - Index used to define the order of execution */ order: 400, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: keepTogether }, /** * This modifier is used to move the `arrowElement` of the popper to make * sure it is positioned between the reference element and its popper element. * It will read the outer size of the `arrowElement` node to detect how many * pixels of conjunction are needed. * * It has no effect if no `arrowElement` is provided. * @memberof modifiers * @inner */ arrow: { /** @prop {number} order=500 - Index used to define the order of execution */ order: 500, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: arrow, /** @prop {String|HTMLElement} element='[x-arrow]' - Selector or node used as arrow */ element: '[x-arrow]' }, /** * Modifier used to flip the popper's placement when it starts to overlap its * reference element. * * Requires the `preventOverflow` modifier before it in order to work. * * **NOTE:** this modifier will interrupt the current update cycle and will * restart it if it detects the need to flip the placement. * @memberof modifiers * @inner */ flip: { /** @prop {number} order=600 - Index used to define the order of execution */ order: 600, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: flip, /** * @prop {String|Array} behavior='flip' * The behavior used to change the popper's placement. It can be one of * `flip`, `clockwise`, `counterclockwise` or an array with a list of valid * placements (with optional variations) */ behavior: 'flip', /** * @prop {number} padding=5 * The popper will flip if it hits the edges of the `boundariesElement` */ padding: 5, /** * @prop {String|HTMLElement} boundariesElement='viewport' * The element which will define the boundaries of the popper position. * The popper will never be placed outside of the defined boundaries * (except if `keepTogether` is enabled) */ boundariesElement: 'viewport', /** * @prop {Boolean} flipVariations=false * The popper will switch placement variation between `-start` and `-end` when * the reference element overlaps its boundaries. * * The original placement should have a set variation. */ flipVariations: false, /** * @prop {Boolean} flipVariationsByContent=false * The popper will switch placement variation between `-start` and `-end` when * the popper element overlaps its reference boundaries. * * The original placement should have a set variation. */ flipVariationsByContent: false }, /** * Modifier used to make the popper flow toward the inner of the reference element. * By default, when this modifier is disabled, the popper will be placed outside * the reference element. * @memberof modifiers * @inner */ inner: { /** @prop {number} order=700 - Index used to define the order of execution */ order: 700, /** @prop {Boolean} enabled=false - Whether the modifier is enabled or not */ enabled: false, /** @prop {ModifierFn} */ fn: inner }, /** * Modifier used to hide the popper when its reference element is outside of the * popper boundaries. It will set a `x-out-of-boundaries` attribute which can * be used to hide with a CSS selector the popper when its reference is * out of boundaries. * * Requires the `preventOverflow` modifier before it in order to work. * @memberof modifiers * @inner */ hide: { /** @prop {number} order=800 - Index used to define the order of execution */ order: 800, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: hide }, /** * Computes the style that will be applied to the popper element to gets * properly positioned. * * Note that this modifier will not touch the DOM, it just prepares the styles * so that `applyStyle` modifier can apply it. This separation is useful * in case you need to replace `applyStyle` with a custom implementation. * * This modifier has `850` as `order` value to maintain backward compatibility * with previous versions of Popper.js. Expect the modifiers ordering method * to change in future major versions of the library. * * @memberof modifiers * @inner */ computeStyle: { /** @prop {number} order=850 - Index used to define the order of execution */ order: 850, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: computeStyle, /** * @prop {Boolean} gpuAcceleration=true * If true, it uses the CSS 3D transformation to position the popper. * Otherwise, it will use the `top` and `left` properties */ gpuAcceleration: true, /** * @prop {string} [x='bottom'] * Where to anchor the X axis (`bottom` or `top`). AKA X offset origin. * Change this if your popper should grow in a direction different from `bottom` */ x: 'bottom', /** * @prop {string} [x='left'] * Where to anchor the Y axis (`left` or `right`). AKA Y offset origin. * Change this if your popper should grow in a direction different from `right` */ y: 'right' }, /** * Applies the computed styles to the popper element. * * All the DOM manipulations are limited to this modifier. This is useful in case * you want to integrate Popper.js inside a framework or view library and you * want to delegate all the DOM manipulations to it. * * Note that if you disable this modifier, you must make sure the popper element * has its position set to `absolute` before Popper.js can do its work! * * Just disable this modifier and define your own to achieve the desired effect. * * @memberof modifiers * @inner */ applyStyle: { /** @prop {number} order=900 - Index used to define the order of execution */ order: 900, /** @prop {Boolean} enabled=true - Whether the modifier is enabled or not */ enabled: true, /** @prop {ModifierFn} */ fn: applyStyle, /** @prop {Function} */ onLoad: applyStyleOnLoad, /** * @deprecated since version 1.10.0, the property moved to `computeStyle` modifier * @prop {Boolean} gpuAcceleration=true * If true, it uses the CSS 3D transformation to position the popper. * Otherwise, it will use the `top` and `left` properties */ gpuAcceleration: undefined } }; /** * The `dataObject` is an object containing all the information used by Popper.js. * This object is passed to modifiers and to the `onCreate` and `onUpdate` callbacks. * @name dataObject * @property {Object} data.instance The Popper.js instance * @property {String} data.placement Placement applied to popper * @property {String} data.originalPlacement Placement originally defined on init * @property {Boolean} data.flipped True if popper has been flipped by flip modifier * @property {Boolean} data.hide True if the reference element is out of boundaries, useful to know when to hide the popper * @property {HTMLElement} data.arrowElement Node used as arrow by arrow modifier * @property {Object} data.styles Any CSS property defined here will be applied to the popper. It expects the JavaScript nomenclature (eg. `marginBottom`) * @property {Object} data.arrowStyles Any CSS property defined here will be applied to the popper arrow. It expects the JavaScript nomenclature (eg. `marginBottom`) * @property {Object} data.boundaries Offsets of the popper boundaries * @property {Object} data.offsets The measurements of popper, reference and arrow elements * @property {Object} data.offsets.popper `top`, `left`, `width`, `height` values * @property {Object} data.offsets.reference `top`, `left`, `width`, `height` values * @property {Object} data.offsets.arrow] `top` and `left` offsets, only one of them will be different from 0 */ /** * Default options provided to Popper.js constructor.<br /> * These can be overridden using the `options` argument of Popper.js.<br /> * To override an option, simply pass an object with the same * structure of the `options` object, as the 3rd argument. For example: * ``` * new Popper(ref, pop, { * modifiers: { * preventOverflow: { enabled: false } * } * }) * ``` * @type {Object} * @static * @memberof Popper */ var Defaults = { /** * Popper's placement. * @prop {Popper.placements} placement='bottom' */ placement: 'bottom', /** * Set this to true if you want popper to position it self in 'fixed' mode * @prop {Boolean} positionFixed=false */ positionFixed: false, /** * Whether events (resize, scroll) are initially enabled. * @prop {Boolean} eventsEnabled=true */ eventsEnabled: true, /** * Set to true if you want to automatically remove the popper when * you call the `destroy` method. * @prop {Boolean} removeOnDestroy=false */ removeOnDestroy: false, /** * Callback called when the popper is created.<br /> * By default, it is set to no-op.<br /> * Access Popper.js instance with `data.instance`. * @prop {onCreate} */ onCreate: function onCreate() {}, /** * Callback called when the popper is updated. This callback is not called * on the initialization/creation of the popper, but only on subsequent * updates.<br /> * By default, it is set to no-op.<br /> * Access Popper.js instance with `data.instance`. * @prop {onUpdate} */ onUpdate: function onUpdate() {}, /** * List of modifiers used to modify the offsets before they are applied to the popper. * They provide most of the functionalities of Popper.js. * @prop {modifiers} */ modifiers: modifiers }; /** * @callback onCreate * @param {dataObject} data */ /** * @callback onUpdate * @param {dataObject} data */ // Utils // Methods var Popper = function () { /** * Creates a new Popper.js instance. * @class Popper * @param {Element|referenceObject} reference - The reference element used to position the popper * @param {Element} popper - The HTML / XML element used as the popper * @param {Object} options - Your custom options to override the ones defined in [Defaults](#defaults) * @return {Object} instance - The generated Popper.js instance */ function Popper(reference, popper) { var _this = this; var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; classCallCheck(this, Popper); this.scheduleUpdate = function () { return requestAnimationFrame(_this.update); }; // make update() debounced, so that it only runs at most once-per-tick this.update = debounce(this.update.bind(this)); // with {} we create a new object with the options inside it this.options = _extends({}, Popper.Defaults, options); // init state this.state = { isDestroyed: false, isCreated: false, scrollParents: [] }; // get reference and popper elements (allow jQuery wrappers) this.reference = reference && reference.jquery ? reference[0] : reference; this.popper = popper && popper.jquery ? popper[0] : popper; // Deep merge modifiers options this.options.modifiers = {}; Object.keys(_extends({}, Popper.Defaults.modifiers, options.modifiers)).forEach(function (name) { _this.options.modifiers[name] = _extends({}, Popper.Defaults.modifiers[name] || {}, options.modifiers ? options.modifiers[name] : {}); }); // Refactoring modifiers' list (Object => Array) this.modifiers = Object.keys(this.options.modifiers).map(function (name) { return _extends({ name: name }, _this.options.modifiers[name]); }) // sort the modifiers by order .sort(function (a, b) { return a.order - b.order; }); // modifiers have the ability to execute arbitrary code when Popper.js get inited // such code is executed in the same order of its modifier // they could add new properties to their options configuration // BE AWARE: don't add options to `options.modifiers.name` but to `modifierOptions`! this.modifiers.forEach(function (modifierOptions) { if (modifierOptions.enabled && isFunction(modifierOptions.onLoad)) { modifierOptions.onLoad(_this.reference, _this.popper, _this.options, modifierOptions, _this.state); } }); // fire the first update to position the popper in the right place this.update(); var eventsEnabled = this.options.eventsEnabled; if (eventsEnabled) { // setup event listeners, they will take care of update the position in specific situations this.enableEventListeners(); } this.state.eventsEnabled = eventsEnabled; } // We can't use class properties because they don't get listed in the // class prototype and break stuff like Sinon stubs createClass(Popper, [{ key: 'update', value: function update$$1() { return update.call(this); } }, { key: 'destroy', value: function destroy$$1() { return destroy.call(this); } }, { key: 'enableEventListeners', value: function enableEventListeners$$1() { return enableEventListeners.call(this); } }, { key: 'disableEventListeners', value: function disableEventListeners$$1() { return disableEventListeners.call(this); } /** * Schedules an update. It will run on the next UI update available. * @method scheduleUpdate * @memberof Popper */ /** * Collection of utilities useful when writing custom modifiers. * Starting from version 1.7, this method is available only if you * include `popper-utils.js` before `popper.js`. * * **DEPRECATION**: This way to access PopperUtils is deprecated * and will be removed in v2! Use the PopperUtils module directly instead. * Due to the high instability of the methods contained in Utils, we can't * guarantee them to follow semver. Use them at your own risk! * @static * @private * @type {Object} * @deprecated since version 1.8 * @member Utils * @memberof Popper */ }]); return Popper; }(); /** * The `referenceObject` is an object that provides an interface compatible with Popper.js * and lets you use it as replacement of a real DOM node.<br /> * You can use this method to position a popper relatively to a set of coordinates * in case you don't have a DOM node to use as reference. * * ``` * new Popper(referenceObject, popperNode); * ``` * * NB: This feature isn't supported in Internet Explorer 10. * @name referenceObject * @property {Function} data.getBoundingClientRect * A function that returns a set of coordinates compatible with the native `getBoundingClientRect` method. * @property {number} data.clientWidth * An ES6 getter that will return the width of the virtual reference element. * @property {number} data.clientHeight * An ES6 getter that will return the height of the virtual reference element. */ Popper.Utils = (typeof window !== 'undefined' ? window : global).PopperUtils; Popper.placements = placements; Popper.Defaults = Defaults; /* harmony default export */ __webpack_exports__["default"] = (Popper); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../AxE2/node_modules/webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/portal-vue/dist/portal-vue.common.js": /*!**********************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/portal-vue/dist/portal-vue.common.js ***! \**********************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /*! * portal-vue © Thorsten Lünborg, 2019 * * Version: 2.1.7 * * LICENCE: MIT * * https://github.com/linusborg/portal-vue * */ Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault(ex) { return ex && typeof ex === 'object' && 'default' in ex ? ex['default'] : ex; } var Vue = _interopDefault(__webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js")); function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function (obj) { return typeof obj; }; } else { _typeof = function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread(); } function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; return arr2; } } function _iterableToArray(iter) { if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter); } function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance"); } var inBrowser = typeof window !== 'undefined'; function freeze(item) { if (Array.isArray(item) || _typeof(item) === 'object') { return Object.freeze(item); } return item; } function combinePassengers(transports) { var slotProps = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; return transports.reduce(function (passengers, transport) { var temp = transport.passengers[0]; var newPassengers = typeof temp === 'function' ? temp(slotProps) : transport.passengers; return passengers.concat(newPassengers); }, []); } function stableSort(array, compareFn) { return array.map(function (v, idx) { return [idx, v]; }).sort(function (a, b) { return compareFn(a[1], b[1]) || a[0] - b[0]; }).map(function (c) { return c[1]; }); } function pick(obj, keys) { return keys.reduce(function (acc, key) { if (obj.hasOwnProperty(key)) { acc[key] = obj[key]; } return acc; }, {}); } var transports = {}; var targets = {}; var sources = {}; var Wormhole = Vue.extend({ data: function data() { return { transports: transports, targets: targets, sources: sources, trackInstances: inBrowser }; }, methods: { open: function open(transport) { if (!inBrowser) return; var to = transport.to, from = transport.from, passengers = transport.passengers, _transport$order = transport.order, order = _transport$order === void 0 ? Infinity : _transport$order; if (!to || !from || !passengers) return; var newTransport = { to: to, from: from, passengers: freeze(passengers), order: order }; var keys = Object.keys(this.transports); if (keys.indexOf(to) === -1) { Vue.set(this.transports, to, []); } var currentIndex = this.$_getTransportIndex(newTransport); // Copying the array here so that the PortalTarget change event will actually contain two distinct arrays var newTransports = this.transports[to].slice(0); if (currentIndex === -1) { newTransports.push(newTransport); } else { newTransports[currentIndex] = newTransport; } this.transports[to] = stableSort(newTransports, function (a, b) { return a.order - b.order; }); }, close: function close(transport) { var force = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; var to = transport.to, from = transport.from; if (!to || !from && force === false) return; if (!this.transports[to]) { return; } if (force) { this.transports[to] = []; } else { var index = this.$_getTransportIndex(transport); if (index >= 0) { // Copying the array here so that the PortalTarget change event will actually contain two distinct arrays var newTransports = this.transports[to].slice(0); newTransports.splice(index, 1); this.transports[to] = newTransports; } } }, registerTarget: function registerTarget(target, vm, force) { if (!inBrowser) return; if (this.trackInstances && !force && this.targets[target]) { console.warn("[portal-vue]: Target ".concat(target, " already exists")); } this.$set(this.targets, target, Object.freeze([vm])); }, unregisterTarget: function unregisterTarget(target) { this.$delete(this.targets, target); }, registerSource: function registerSource(source, vm, force) { if (!inBrowser) return; if (this.trackInstances && !force && this.sources[source]) { console.warn("[portal-vue]: source ".concat(source, " already exists")); } this.$set(this.sources, source, Object.freeze([vm])); }, unregisterSource: function unregisterSource(source) { this.$delete(this.sources, source); }, hasTarget: function hasTarget(to) { return !!(this.targets[to] && this.targets[to][0]); }, hasSource: function hasSource(to) { return !!(this.sources[to] && this.sources[to][0]); }, hasContentFor: function hasContentFor(to) { return !!this.transports[to] && !!this.transports[to].length; }, // Internal $_getTransportIndex: function $_getTransportIndex(_ref) { var to = _ref.to, from = _ref.from; for (var i in this.transports[to]) { if (this.transports[to][i].from === from) { return +i; } } return -1; } } }); var wormhole = new Wormhole(transports); var _id = 1; var Portal = Vue.extend({ name: 'portal', props: { disabled: { type: Boolean }, name: { type: String, default: function _default() { return String(_id++); } }, order: { type: Number, default: 0 }, slim: { type: Boolean }, slotProps: { type: Object, default: function _default() { return {}; } }, tag: { type: String, default: 'DIV' }, to: { type: String, default: function _default() { return String(Math.round(Math.random() * 10000000)); } } }, created: function created() { var _this = this; this.$nextTick(function () { wormhole.registerSource(_this.name, _this); }); }, mounted: function mounted() { if (!this.disabled) { this.sendUpdate(); } }, updated: function updated() { if (this.disabled) { this.clear(); } else { this.sendUpdate(); } }, beforeDestroy: function beforeDestroy() { wormhole.unregisterSource(this.name); this.clear(); }, watch: { to: function to(newValue, oldValue) { oldValue && oldValue !== newValue && this.clear(oldValue); this.sendUpdate(); } }, methods: { clear: function clear(target) { var closer = { from: this.name, to: target || this.to }; wormhole.close(closer); }, normalizeSlots: function normalizeSlots() { return this.$scopedSlots.default ? [this.$scopedSlots.default] : this.$slots.default; }, normalizeOwnChildren: function normalizeOwnChildren(children) { return typeof children === 'function' ? children(this.slotProps) : children; }, sendUpdate: function sendUpdate() { var slotContent = this.normalizeSlots(); if (slotContent) { var transport = { from: this.name, to: this.to, passengers: _toConsumableArray(slotContent), order: this.order }; wormhole.open(transport); } else { this.clear(); } } }, render: function render(h) { var children = this.$slots.default || this.$scopedSlots.default || []; var Tag = this.tag; if (children && this.disabled) { return children.length <= 1 && this.slim ? this.normalizeOwnChildren(children)[0] : h(Tag, [this.normalizeOwnChildren(children)]); } else { return this.slim ? h() : h(Tag, { class: { 'v-portal': true }, style: { display: 'none' }, key: 'v-portal-placeholder' }); } } }); var PortalTarget = Vue.extend({ name: 'portalTarget', props: { multiple: { type: Boolean, default: false }, name: { type: String, required: true }, slim: { type: Boolean, default: false }, slotProps: { type: Object, default: function _default() { return {}; } }, tag: { type: String, default: 'div' }, transition: { type: [String, Object, Function] } }, data: function data() { return { transports: wormhole.transports, firstRender: true }; }, created: function created() { var _this = this; this.$nextTick(function () { wormhole.registerTarget(_this.name, _this); }); }, watch: { ownTransports: function ownTransports() { this.$emit('change', this.children().length > 0); }, name: function name(newVal, oldVal) { /** * TODO * This should warn as well ... */ wormhole.unregisterTarget(oldVal); wormhole.registerTarget(newVal, this); } }, mounted: function mounted() { var _this2 = this; if (this.transition) { this.$nextTick(function () { // only when we have a transition, because it causes a re-render _this2.firstRender = false; }); } }, beforeDestroy: function beforeDestroy() { wormhole.unregisterTarget(this.name); }, computed: { ownTransports: function ownTransports() { var transports = this.transports[this.name] || []; if (this.multiple) { return transports; } return transports.length === 0 ? [] : [transports[transports.length - 1]]; }, passengers: function passengers() { return combinePassengers(this.ownTransports, this.slotProps); } }, methods: { // can't be a computed prop because it has to "react" to $slot changes. children: function children() { return this.passengers.length !== 0 ? this.passengers : this.$scopedSlots.default ? this.$scopedSlots.default(this.slotProps) : this.$slots.default || []; }, // can't be a computed prop because it has to "react" to this.children(). noWrapper: function noWrapper() { var noWrapper = this.slim && !this.transition; if (noWrapper && this.children().length > 1) { console.warn('[portal-vue]: PortalTarget with `slim` option received more than one child element.'); } return noWrapper; } }, render: function render(h) { var noWrapper = this.noWrapper(); var children = this.children(); var Tag = this.transition || this.tag; return noWrapper ? children[0] : this.slim && !Tag ? h() : h(Tag, { props: { // if we have a transition component, pass the tag if it exists tag: this.transition && this.tag ? this.tag : undefined }, class: { 'vue-portal-target': true } }, children); } }); var _id$1 = 0; var portalProps = ['disabled', 'name', 'order', 'slim', 'slotProps', 'tag', 'to']; var targetProps = ['multiple', 'transition']; var MountingPortal = Vue.extend({ name: 'MountingPortal', inheritAttrs: false, props: { append: { type: [Boolean, String] }, bail: { type: Boolean }, mountTo: { type: String, required: true }, // Portal disabled: { type: Boolean }, // name for the portal name: { type: String, default: function _default() { return 'mounted_' + String(_id$1++); } }, order: { type: Number, default: 0 }, slim: { type: Boolean }, slotProps: { type: Object, default: function _default() { return {}; } }, tag: { type: String, default: 'DIV' }, // name for the target to: { type: String, default: function _default() { return String(Math.round(Math.random() * 10000000)); } }, // Target multiple: { type: Boolean, default: false }, targetSlim: { type: Boolean }, targetSlotProps: { type: Object, default: function _default() { return {}; } }, targetTag: { type: String, default: 'div' }, transition: { type: [String, Object, Function] } }, created: function created() { if (typeof document === 'undefined') return; var el = document.querySelector(this.mountTo); if (!el) { console.error("[portal-vue]: Mount Point '".concat(this.mountTo, "' not found in document")); return; } var props = this.$props; // Target already exists if (wormhole.targets[props.name]) { if (props.bail) { console.warn("[portal-vue]: Target ".concat(props.name, " is already mounted.\n Aborting because 'bail: true' is set")); } else { this.portalTarget = wormhole.targets[props.name]; } return; } var append = props.append; if (append) { var type = typeof append === 'string' ? append : 'DIV'; var mountEl = document.createElement(type); el.appendChild(mountEl); el = mountEl; } // get props for target from $props // we have to rename a few of them var _props = pick(this.$props, targetProps); _props.slim = this.targetSlim; _props.tag = this.targetTag; _props.slotProps = this.targetSlotProps; _props.name = this.to; this.portalTarget = new PortalTarget({ el: el, parent: this.$parent || this, propsData: _props }); }, beforeDestroy: function beforeDestroy() { var target = this.portalTarget; if (this.append) { var el = target.$el; el.parentNode.removeChild(el); } target.$destroy(); }, render: function render(h) { if (!this.portalTarget) { console.warn("[portal-vue] Target wasn't mounted"); return h(); } // if there's no "manual" scoped slot, so we create a <Portal> ourselves if (!this.$scopedSlots.manual) { var props = pick(this.$props, portalProps); return h(Portal, { props: props, attrs: this.$attrs, on: this.$listeners, scopedSlots: this.$scopedSlots }, this.$slots.default); } // else, we render the scoped slot var content = this.$scopedSlots.manual({ to: this.to }); // if user used <template> for the scoped slot // content will be an array if (Array.isArray(content)) { content = content[0]; } if (!content) return h(); return content; } }); function install(Vue$$1) { var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; Vue$$1.component(options.portalName || 'Portal', Portal); Vue$$1.component(options.portalTargetName || 'PortalTarget', PortalTarget); Vue$$1.component(options.MountingPortalName || 'MountingPortal', MountingPortal); } var index = { install: install }; exports.default = index; exports.Portal = Portal; exports.PortalTarget = PortalTarget; exports.MountingPortal = MountingPortal; exports.Wormhole = wormhole; /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/tslib/tslib.es6.js": /*!****************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/tslib/tslib.es6.js ***! \****************************************************************/ /*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__extends", function() { return __extends; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__assign", function() { return _assign; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__exportStar", function() { return __exportStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__values", function() { return __values; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__read", function() { return __read; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spread", function() { return __spread; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArrays", function() { return __spreadArrays; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__await", function() { return __await; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncGenerator", function() { return __asyncGenerator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncDelegator", function() { return __asyncDelegator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncValues", function() { return __asyncValues; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__makeTemplateObject", function() { return __makeTemplateObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importStar", function() { return __importStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importDefault", function() { return __importDefault; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.get-own-property-descriptor.js */ "./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"); /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.symbol.async-iterator.js */ "./node_modules/core-js/modules/es.symbol.async-iterator.js"); /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9__); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ /* global Reflect, Promise */ var _extendStatics = function extendStatics(d, b) { _extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; } || function (d, b) { for (var p in b) { if (b.hasOwnProperty(p)) d[p] = b[p]; } }; return _extendStatics(d, b); }; function __extends(d, b) { _extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } var _assign = function __assign() { _assign = Object.assign || function __assign(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) { if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } } return t; }; return _assign.apply(this, arguments); }; function __rest(s, e) { var t = {}; for (var p in s) { if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; } if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; } function __decorate(decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if ((typeof Reflect === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) { if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; } return c > 3 && r && Object.defineProperty(target, key, r), r; } function __param(paramIndex, decorator) { return function (target, key) { decorator(target, key, paramIndex); }; } function __metadata(metadataKey, metadataValue) { if ((typeof Reflect === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(Reflect)) === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); } function __awaiter(thisArg, _arguments, P, generator) { return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : new P(function (resolve) { resolve(result.value); }).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); } function __generator(thisArg, body) { var _ = { label: 0, sent: function sent() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g; function verb(n) { return function (v) { return step([n, v]); }; } function step(op) { if (f) throw new TypeError("Generator is already executing."); while (_) { try { if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; if (y = 0, t) op = [op[0] & 2, t.value]; switch (op[0]) { case 0: case 1: t = op; break; case 4: _.label++; return { value: op[1], done: false }; case 5: _.label++; y = op[1]; op = [0]; continue; case 7: op = _.ops.pop(); _.trys.pop(); continue; default: if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { _.label = op[1]; break; } if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } if (t[2]) _.ops.pop(); _.trys.pop(); continue; } op = body.call(thisArg, _); } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } } if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; } } function __exportStar(m, exports) { for (var p in m) { if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } } function __values(o) { var m = typeof Symbol === "function" && o[Symbol.iterator], i = 0; if (m) return m.call(o); return { next: function next() { if (o && i >= o.length) o = void 0; return { value: o && o[i++], done: !o }; } }; } function __read(o, n) { var m = typeof Symbol === "function" && o[Symbol.iterator]; if (!m) return o; var i = m.call(o), r, ar = [], e; try { while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { ar.push(r.value); } } catch (error) { e = { error: error }; } finally { try { if (r && !r.done && (m = i["return"])) m.call(i); } finally { if (e) throw e.error; } } return ar; } function __spread() { for (var ar = [], i = 0; i < arguments.length; i++) { ar = ar.concat(__read(arguments[i])); } return ar; } function __spreadArrays() { for (var s = 0, i = 0, il = arguments.length; i < il; i++) { s += arguments[i].length; } for (var r = Array(s), k = 0, i = 0; i < il; i++) { for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) { r[k] = a[j]; } } return r; } ; function __await(v) { return this instanceof __await ? (this.v = v, this) : new __await(v); } function __asyncGenerator(thisArg, _arguments, generator) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var g = generator.apply(thisArg, _arguments || []), i, q = []; return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } function fulfill(value) { resume("next", value); } function reject(value) { resume("throw", value); } function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } } function __asyncDelegator(o) { var i, p; return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } } function __asyncValues(o) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var m = o[Symbol.asyncIterator], i; return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); } } function __makeTemplateObject(cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; } ; function __importStar(mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) { if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; } result.default = mod; return result; } function __importDefault(mod) { return mod && mod.__esModule ? mod : { default: mod }; } /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/vue-functional-data-merge/dist/lib.esm.js": /*!***************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/vue-functional-data-merge/dist/lib.esm.js ***! \***************************************************************************************/ /*! exports provided: mergeData */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "mergeData", function() { return a; }); var e = function () { return (e = Object.assign || function (e) { for (var t, r = 1, s = arguments.length; r < s; r++) for (var a in t = arguments[r]) Object.prototype.hasOwnProperty.call(t, a) && (e[a] = t[a]); return e; }).apply(this, arguments); }, t = { kebab: /-(\w)/g, styleProp: /:(.*)/, styleList: /;(?![^(]*\))/g }; function r(e, t) { return t ? t.toUpperCase() : ""; } function s(e) { for (var s, a = {}, c = 0, o = e.split(t.styleList); c < o.length; c++) { var n = o[c].split(t.styleProp), i = n[0], l = n[1]; (i = i.trim()) && ("string" == typeof l && (l = l.trim()), a[(s = i, s.replace(t.kebab, r))] = l); } return a; } function a() { for (var t, r, a = {}, c = arguments.length; c--;) for (var o = 0, n = Object.keys(arguments[c]); o < n.length; o++) switch (t = n[o]) { case "class": case "style": case "directives": if (Array.isArray(a[t]) || (a[t] = []), "style" === t) { var i = void 0; i = Array.isArray(arguments[c].style) ? arguments[c].style : [arguments[c].style]; for (var l = 0; l < i.length; l++) { var y = i[l]; "string" == typeof y && (i[l] = s(y)); } arguments[c].style = i; } a[t] = a[t].concat(arguments[c][t]); break; case "staticClass": if (!arguments[c][t]) break; void 0 === a[t] && (a[t] = ""), a[t] && (a[t] += " "), a[t] += arguments[c][t].trim(); break; case "on": case "nativeOn": a[t] || (a[t] = {}); for (var p = 0, f = Object.keys(arguments[c][t] || {}); p < f.length; p++) r = f[p], a[t][r] ? a[t][r] = [].concat(a[t][r], arguments[c][t][r]) : a[t][r] = arguments[c][t][r]; break; case "attrs": case "props": case "domProps": case "scopedSlots": case "staticStyle": case "hook": case "transition": a[t] || (a[t] = {}), a[t] = e({}, arguments[c][t], a[t]); break; case "slot": case "key": case "ref": case "tag": case "show": case "keepAlive": default: a[t] || (a[t] = arguments[c][t]); } return a; } /***/ }), /***/ "../CORE_FW/firebase_nuxt/node_modules/vue-multiselect/dist/vue-multiselect.min.js": /*!*****************************************************************************************!*\ !*** ../CORE_FW/firebase_nuxt/node_modules/vue-multiselect/dist/vue-multiselect.min.js ***! \*****************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { !function (t, e) { true ? module.exports = e() : undefined; }(this, function () { return function (t) { function e(i) { if (n[i]) return n[i].exports; var r = n[i] = { i: i, l: !1, exports: {} }; return t[i].call(r.exports, r, r.exports, e), r.l = !0, r.exports; } var n = {}; return e.m = t, e.c = n, e.i = function (t) { return t; }, e.d = function (t, n, i) { e.o(t, n) || Object.defineProperty(t, n, { configurable: !1, enumerable: !0, get: i }); }, e.n = function (t) { var n = t && t.__esModule ? function () { return t.default; } : function () { return t; }; return e.d(n, "a", n), n; }, e.o = function (t, e) { return Object.prototype.hasOwnProperty.call(t, e); }, e.p = "/", e(e.s = 60); }([function (t, e) { var n = t.exports = "undefined" != typeof window && window.Math == Math ? window : "undefined" != typeof self && self.Math == Math ? self : Function("return this")(); "number" == typeof __g && (__g = n); }, function (t, e, n) { var i = n(49)("wks"), r = n(30), o = n(0).Symbol, s = "function" == typeof o; (t.exports = function (t) { return i[t] || (i[t] = s && o[t] || (s ? o : r)("Symbol." + t)); }).store = i; }, function (t, e, n) { var i = n(5); t.exports = function (t) { if (!i(t)) throw TypeError(t + " is not an object!"); return t; }; }, function (t, e, n) { var i = n(0), r = n(10), o = n(8), s = n(6), u = n(11), a = function (t, e, n) { var l, c, f, p, h = t & a.F, d = t & a.G, v = t & a.S, g = t & a.P, y = t & a.B, m = d ? i : v ? i[e] || (i[e] = {}) : (i[e] || {}).prototype, b = d ? r : r[e] || (r[e] = {}), _ = b.prototype || (b.prototype = {}); d && (n = e); for (l in n) c = !h && m && void 0 !== m[l], f = (c ? m : n)[l], p = y && c ? u(f, i) : g && "function" == typeof f ? u(Function.call, f) : f, m && s(m, l, f, t & a.U), b[l] != f && o(b, l, p), g && _[l] != f && (_[l] = f); }; i.core = r, a.F = 1, a.G = 2, a.S = 4, a.P = 8, a.B = 16, a.W = 32, a.U = 64, a.R = 128, t.exports = a; }, function (t, e, n) { t.exports = !n(7)(function () { return 7 != Object.defineProperty({}, "a", { get: function () { return 7; } }).a; }); }, function (t, e) { t.exports = function (t) { return "object" == typeof t ? null !== t : "function" == typeof t; }; }, function (t, e, n) { var i = n(0), r = n(8), o = n(12), s = n(30)("src"), u = Function.toString, a = ("" + u).split("toString"); n(10).inspectSource = function (t) { return u.call(t); }, (t.exports = function (t, e, n, u) { var l = "function" == typeof n; l && (o(n, "name") || r(n, "name", e)), t[e] !== n && (l && (o(n, s) || r(n, s, t[e] ? "" + t[e] : a.join(String(e)))), t === i ? t[e] = n : u ? t[e] ? t[e] = n : r(t, e, n) : (delete t[e], r(t, e, n))); })(Function.prototype, "toString", function () { return "function" == typeof this && this[s] || u.call(this); }); }, function (t, e) { t.exports = function (t) { try { return !!t(); } catch (t) { return !0; } }; }, function (t, e, n) { var i = n(13), r = n(25); t.exports = n(4) ? function (t, e, n) { return i.f(t, e, r(1, n)); } : function (t, e, n) { return t[e] = n, t; }; }, function (t, e) { var n = {}.toString; t.exports = function (t) { return n.call(t).slice(8, -1); }; }, function (t, e) { var n = t.exports = { version: "2.5.7" }; "number" == typeof __e && (__e = n); }, function (t, e, n) { var i = n(14); t.exports = function (t, e, n) { if (i(t), void 0 === e) return t; switch (n) { case 1: return function (n) { return t.call(e, n); }; case 2: return function (n, i) { return t.call(e, n, i); }; case 3: return function (n, i, r) { return t.call(e, n, i, r); }; } return function () { return t.apply(e, arguments); }; }; }, function (t, e) { var n = {}.hasOwnProperty; t.exports = function (t, e) { return n.call(t, e); }; }, function (t, e, n) { var i = n(2), r = n(41), o = n(29), s = Object.defineProperty; e.f = n(4) ? Object.defineProperty : function (t, e, n) { if (i(t), e = o(e, !0), i(n), r) try { return s(t, e, n); } catch (t) {} if ("get" in n || "set" in n) throw TypeError("Accessors not supported!"); return "value" in n && (t[e] = n.value), t; }; }, function (t, e) { t.exports = function (t) { if ("function" != typeof t) throw TypeError(t + " is not a function!"); return t; }; }, function (t, e) { t.exports = {}; }, function (t, e) { t.exports = function (t) { if (void 0 == t) throw TypeError("Can't call method on " + t); return t; }; }, function (t, e, n) { "use strict"; var i = n(7); t.exports = function (t, e) { return !!t && i(function () { e ? t.call(null, function () {}, 1) : t.call(null); }); }; }, function (t, e, n) { var i = n(23), r = n(16); t.exports = function (t) { return i(r(t)); }; }, function (t, e, n) { var i = n(53), r = Math.min; t.exports = function (t) { return t > 0 ? r(i(t), 9007199254740991) : 0; }; }, function (t, e, n) { var i = n(11), r = n(23), o = n(28), s = n(19), u = n(64); t.exports = function (t, e) { var n = 1 == t, a = 2 == t, l = 3 == t, c = 4 == t, f = 6 == t, p = 5 == t || f, h = e || u; return function (e, u, d) { for (var v, g, y = o(e), m = r(y), b = i(u, d, 3), _ = s(m.length), x = 0, w = n ? h(e, _) : a ? h(e, 0) : void 0; _ > x; x++) if ((p || x in m) && (v = m[x], g = b(v, x, y), t)) if (n) w[x] = g;else if (g) switch (t) { case 3: return !0; case 5: return v; case 6: return x; case 2: w.push(v); } else if (c) return !1; return f ? -1 : l || c ? c : w; }; }; }, function (t, e, n) { var i = n(5), r = n(0).document, o = i(r) && i(r.createElement); t.exports = function (t) { return o ? r.createElement(t) : {}; }; }, function (t, e) { t.exports = "constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","); }, function (t, e, n) { var i = n(9); t.exports = Object("z").propertyIsEnumerable(0) ? Object : function (t) { return "String" == i(t) ? t.split("") : Object(t); }; }, function (t, e) { t.exports = !1; }, function (t, e) { t.exports = function (t, e) { return { enumerable: !(1 & t), configurable: !(2 & t), writable: !(4 & t), value: e }; }; }, function (t, e, n) { var i = n(13).f, r = n(12), o = n(1)("toStringTag"); t.exports = function (t, e, n) { t && !r(t = n ? t : t.prototype, o) && i(t, o, { configurable: !0, value: e }); }; }, function (t, e, n) { var i = n(49)("keys"), r = n(30); t.exports = function (t) { return i[t] || (i[t] = r(t)); }; }, function (t, e, n) { var i = n(16); t.exports = function (t) { return Object(i(t)); }; }, function (t, e, n) { var i = n(5); t.exports = function (t, e) { if (!i(t)) return t; var n, r; if (e && "function" == typeof (n = t.toString) && !i(r = n.call(t))) return r; if ("function" == typeof (n = t.valueOf) && !i(r = n.call(t))) return r; if (!e && "function" == typeof (n = t.toString) && !i(r = n.call(t))) return r; throw TypeError("Can't convert object to primitive value"); }; }, function (t, e) { var n = 0, i = Math.random(); t.exports = function (t) { return "Symbol(".concat(void 0 === t ? "" : t, ")_", (++n + i).toString(36)); }; }, function (t, e, n) { "use strict"; var i = n(0), r = n(12), o = n(9), s = n(67), u = n(29), a = n(7), l = n(77).f, c = n(45).f, f = n(13).f, p = n(51).trim, h = i.Number, d = h, v = h.prototype, g = "Number" == o(n(44)(v)), y = ("trim" in String.prototype), m = function (t) { var e = u(t, !1); if ("string" == typeof e && e.length > 2) { e = y ? e.trim() : p(e, 3); var n, i, r, o = e.charCodeAt(0); if (43 === o || 45 === o) { if (88 === (n = e.charCodeAt(2)) || 120 === n) return NaN; } else if (48 === o) { switch (e.charCodeAt(1)) { case 66: case 98: i = 2, r = 49; break; case 79: case 111: i = 8, r = 55; break; default: return +e; } for (var s, a = e.slice(2), l = 0, c = a.length; l < c; l++) if ((s = a.charCodeAt(l)) < 48 || s > r) return NaN; return parseInt(a, i); } } return +e; }; if (!h(" 0o1") || !h("0b1") || h("+0x1")) { h = function (t) { var e = arguments.length < 1 ? 0 : t, n = this; return n instanceof h && (g ? a(function () { v.valueOf.call(n); }) : "Number" != o(n)) ? s(new d(m(e)), n, h) : m(e); }; for (var b, _ = n(4) ? l(d) : "MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","), x = 0; _.length > x; x++) r(d, b = _[x]) && !r(h, b) && f(h, b, c(d, b)); h.prototype = v, v.constructor = h, n(6)(i, "Number", h); } }, function (t, e, n) { "use strict"; function i(t) { return 0 !== t && (!(!Array.isArray(t) || 0 !== t.length) || !t); } function r(t) { return function () { return !t.apply(void 0, arguments); }; } function o(t, e) { return void 0 === t && (t = "undefined"), null === t && (t = "null"), !1 === t && (t = "false"), -1 !== t.toString().toLowerCase().indexOf(e.trim()); } function s(t, e, n, i) { return t.filter(function (t) { return o(i(t, n), e); }); } function u(t) { return t.filter(function (t) { return !t.$isLabel; }); } function a(t, e) { return function (n) { return n.reduce(function (n, i) { return i[t] && i[t].length ? (n.push({ $groupLabel: i[e], $isLabel: !0 }), n.concat(i[t])) : n; }, []); }; } function l(t, e, i, r, o) { return function (u) { return u.map(function (u) { var a; if (!u[i]) return console.warn("Options passed to vue-multiselect do not contain groups, despite the config."), []; var l = s(u[i], t, e, o); return l.length ? (a = {}, n.i(d.a)(a, r, u[r]), n.i(d.a)(a, i, l), a) : []; }); }; } var c = n(59), f = n(54), p = (n.n(f), n(95)), h = (n.n(p), n(31)), d = (n.n(h), n(58)), v = n(91), g = (n.n(v), n(98)), y = (n.n(g), n(92)), m = (n.n(y), n(88)), b = (n.n(m), n(97)), _ = (n.n(b), n(89)), x = (n.n(_), n(96)), w = (n.n(x), n(93)), S = (n.n(w), n(90)), O = (n.n(S), function () { for (var t = arguments.length, e = new Array(t), n = 0; n < t; n++) e[n] = arguments[n]; return function (t) { return e.reduce(function (t, e) { return e(t); }, t); }; }); e.a = { data: function () { return { search: "", isOpen: !1, preferredOpenDirection: "below", optimizedHeight: this.maxHeight }; }, props: { internalSearch: { type: Boolean, default: !0 }, options: { type: Array, required: !0 }, multiple: { type: Boolean, default: !1 }, value: { type: null, default: function () { return []; } }, trackBy: { type: String }, label: { type: String }, searchable: { type: Boolean, default: !0 }, clearOnSelect: { type: Boolean, default: !0 }, hideSelected: { type: Boolean, default: !1 }, placeholder: { type: String, default: "Select option" }, allowEmpty: { type: Boolean, default: !0 }, resetAfter: { type: Boolean, default: !1 }, closeOnSelect: { type: Boolean, default: !0 }, customLabel: { type: Function, default: function (t, e) { return i(t) ? "" : e ? t[e] : t; } }, taggable: { type: Boolean, default: !1 }, tagPlaceholder: { type: String, default: "Press enter to create a tag" }, tagPosition: { type: String, default: "top" }, max: { type: [Number, Boolean], default: !1 }, id: { default: null }, optionsLimit: { type: Number, default: 1e3 }, groupValues: { type: String }, groupLabel: { type: String }, groupSelect: { type: Boolean, default: !1 }, blockKeys: { type: Array, default: function () { return []; } }, preserveSearch: { type: Boolean, default: !1 }, preselectFirst: { type: Boolean, default: !1 } }, mounted: function () { !this.multiple && this.max && console.warn("[Vue-Multiselect warn]: Max prop should not be used when prop Multiple equals false."), this.preselectFirst && !this.internalValue.length && this.options.length && this.select(this.filteredOptions[0]); }, computed: { internalValue: function () { return this.value || 0 === this.value ? Array.isArray(this.value) ? this.value : [this.value] : []; }, filteredOptions: function () { var t = this.search || "", e = t.toLowerCase().trim(), n = this.options.concat(); return n = this.internalSearch ? this.groupValues ? this.filterAndFlat(n, e, this.label) : s(n, e, this.label, this.customLabel) : this.groupValues ? a(this.groupValues, this.groupLabel)(n) : n, n = this.hideSelected ? n.filter(r(this.isSelected)) : n, this.taggable && e.length && !this.isExistingOption(e) && ("bottom" === this.tagPosition ? n.push({ isTag: !0, label: t }) : n.unshift({ isTag: !0, label: t })), n.slice(0, this.optionsLimit); }, valueKeys: function () { var t = this; return this.trackBy ? this.internalValue.map(function (e) { return e[t.trackBy]; }) : this.internalValue; }, optionKeys: function () { var t = this; return (this.groupValues ? this.flatAndStrip(this.options) : this.options).map(function (e) { return t.customLabel(e, t.label).toString().toLowerCase(); }); }, currentOptionLabel: function () { return this.multiple ? this.searchable ? "" : this.placeholder : this.internalValue.length ? this.getOptionLabel(this.internalValue[0]) : this.searchable ? "" : this.placeholder; } }, watch: { internalValue: function () { this.resetAfter && this.internalValue.length && (this.search = "", this.$emit("input", this.multiple ? [] : null)); }, search: function () { this.$emit("search-change", this.search, this.id); } }, methods: { getValue: function () { return this.multiple ? this.internalValue : 0 === this.internalValue.length ? null : this.internalValue[0]; }, filterAndFlat: function (t, e, n) { return O(l(e, n, this.groupValues, this.groupLabel, this.customLabel), a(this.groupValues, this.groupLabel))(t); }, flatAndStrip: function (t) { return O(a(this.groupValues, this.groupLabel), u)(t); }, updateSearch: function (t) { this.search = t; }, isExistingOption: function (t) { return !!this.options && this.optionKeys.indexOf(t) > -1; }, isSelected: function (t) { var e = this.trackBy ? t[this.trackBy] : t; return this.valueKeys.indexOf(e) > -1; }, isOptionDisabled: function (t) { return !!t.$isDisabled; }, getOptionLabel: function (t) { if (i(t)) return ""; if (t.isTag) return t.label; if (t.$isLabel) return t.$groupLabel; var e = this.customLabel(t, this.label); return i(e) ? "" : e; }, select: function (t, e) { if (t.$isLabel && this.groupSelect) return void this.selectGroup(t); if (!(-1 !== this.blockKeys.indexOf(e) || this.disabled || t.$isDisabled || t.$isLabel) && (!this.max || !this.multiple || this.internalValue.length !== this.max) && ("Tab" !== e || this.pointerDirty)) { if (t.isTag) this.$emit("tag", t.label, this.id), this.search = "", this.closeOnSelect && !this.multiple && this.deactivate();else { if (this.isSelected(t)) return void ("Tab" !== e && this.removeElement(t)); this.$emit("select", t, this.id), this.multiple ? this.$emit("input", this.internalValue.concat([t]), this.id) : this.$emit("input", t, this.id), this.clearOnSelect && (this.search = ""); } this.closeOnSelect && this.deactivate(); } }, selectGroup: function (t) { var e = this, n = this.options.find(function (n) { return n[e.groupLabel] === t.$groupLabel; }); if (n) if (this.wholeGroupSelected(n)) { this.$emit("remove", n[this.groupValues], this.id); var i = this.internalValue.filter(function (t) { return -1 === n[e.groupValues].indexOf(t); }); this.$emit("input", i, this.id); } else { var r = n[this.groupValues].filter(function (t) { return !(e.isOptionDisabled(t) || e.isSelected(t)); }); this.$emit("select", r, this.id), this.$emit("input", this.internalValue.concat(r), this.id); } }, wholeGroupSelected: function (t) { var e = this; return t[this.groupValues].every(function (t) { return e.isSelected(t) || e.isOptionDisabled(t); }); }, wholeGroupDisabled: function (t) { return t[this.groupValues].every(this.isOptionDisabled); }, removeElement: function (t) { var e = !(arguments.length > 1 && void 0 !== arguments[1]) || arguments[1]; if (!this.disabled && !t.$isDisabled) { if (!this.allowEmpty && this.internalValue.length <= 1) return void this.deactivate(); var i = "object" === n.i(c.a)(t) ? this.valueKeys.indexOf(t[this.trackBy]) : this.valueKeys.indexOf(t); if (this.$emit("remove", t, this.id), this.multiple) { var r = this.internalValue.slice(0, i).concat(this.internalValue.slice(i + 1)); this.$emit("input", r, this.id); } else this.$emit("input", null, this.id); this.closeOnSelect && e && this.deactivate(); } }, removeLastElement: function () { -1 === this.blockKeys.indexOf("Delete") && 0 === this.search.length && Array.isArray(this.internalValue) && this.internalValue.length && this.removeElement(this.internalValue[this.internalValue.length - 1], !1); }, activate: function () { var t = this; this.isOpen || this.disabled || (this.adjustPosition(), this.groupValues && 0 === this.pointer && this.filteredOptions.length && (this.pointer = 1), this.isOpen = !0, this.searchable ? (this.preserveSearch || (this.search = ""), this.$nextTick(function () { return t.$refs.search.focus(); })) : this.$el.focus(), this.$emit("open", this.id)); }, deactivate: function () { this.isOpen && (this.isOpen = !1, this.searchable ? this.$refs.search.blur() : this.$el.blur(), this.preserveSearch || (this.search = ""), this.$emit("close", this.getValue(), this.id)); }, toggle: function () { this.isOpen ? this.deactivate() : this.activate(); }, adjustPosition: function () { if ("undefined" != typeof window) { var t = this.$el.getBoundingClientRect().top, e = window.innerHeight - this.$el.getBoundingClientRect().bottom; e > this.maxHeight || e > t || "below" === this.openDirection || "bottom" === this.openDirection ? (this.preferredOpenDirection = "below", this.optimizedHeight = Math.min(e - 40, this.maxHeight)) : (this.preferredOpenDirection = "above", this.optimizedHeight = Math.min(t - 40, this.maxHeight)); } } } }; }, function (t, e, n) { "use strict"; var i = n(54), r = (n.n(i), n(31)); n.n(r); e.a = { data: function () { return { pointer: 0, pointerDirty: !1 }; }, props: { showPointer: { type: Boolean, default: !0 }, optionHeight: { type: Number, default: 40 } }, computed: { pointerPosition: function () { return this.pointer * this.optionHeight; }, visibleElements: function () { return this.optimizedHeight / this.optionHeight; } }, watch: { filteredOptions: function () { this.pointerAdjust(); }, isOpen: function () { this.pointerDirty = !1; } }, methods: { optionHighlight: function (t, e) { return { "multiselect__option--highlight": t === this.pointer && this.showPointer, "multiselect__option--selected": this.isSelected(e) }; }, groupHighlight: function (t, e) { var n = this; if (!this.groupSelect) return ["multiselect__option--group", "multiselect__option--disabled"]; var i = this.options.find(function (t) { return t[n.groupLabel] === e.$groupLabel; }); return i && !this.wholeGroupDisabled(i) ? ["multiselect__option--group", { "multiselect__option--highlight": t === this.pointer && this.showPointer }, { "multiselect__option--group-selected": this.wholeGroupSelected(i) }] : "multiselect__option--disabled"; }, addPointerElement: function () { var t = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : "Enter", e = t.key; this.filteredOptions.length > 0 && this.select(this.filteredOptions[this.pointer], e), this.pointerReset(); }, pointerForward: function () { this.pointer < this.filteredOptions.length - 1 && (this.pointer++, this.$refs.list.scrollTop <= this.pointerPosition - (this.visibleElements - 1) * this.optionHeight && (this.$refs.list.scrollTop = this.pointerPosition - (this.visibleElements - 1) * this.optionHeight), this.filteredOptions[this.pointer] && this.filteredOptions[this.pointer].$isLabel && !this.groupSelect && this.pointerForward()), this.pointerDirty = !0; }, pointerBackward: function () { this.pointer > 0 ? (this.pointer--, this.$refs.list.scrollTop >= this.pointerPosition && (this.$refs.list.scrollTop = this.pointerPosition), this.filteredOptions[this.pointer] && this.filteredOptions[this.pointer].$isLabel && !this.groupSelect && this.pointerBackward()) : this.filteredOptions[this.pointer] && this.filteredOptions[0].$isLabel && !this.groupSelect && this.pointerForward(), this.pointerDirty = !0; }, pointerReset: function () { this.closeOnSelect && (this.pointer = 0, this.$refs.list && (this.$refs.list.scrollTop = 0)); }, pointerAdjust: function () { this.pointer >= this.filteredOptions.length - 1 && (this.pointer = this.filteredOptions.length ? this.filteredOptions.length - 1 : 0), this.filteredOptions.length > 0 && this.filteredOptions[this.pointer].$isLabel && !this.groupSelect && this.pointerForward(); }, pointerSet: function (t) { this.pointer = t, this.pointerDirty = !0; } } }; }, function (t, e, n) { "use strict"; var i = n(36), r = n(74), o = n(15), s = n(18); t.exports = n(72)(Array, "Array", function (t, e) { this._t = s(t), this._i = 0, this._k = e; }, function () { var t = this._t, e = this._k, n = this._i++; return !t || n >= t.length ? (this._t = void 0, r(1)) : "keys" == e ? r(0, n) : "values" == e ? r(0, t[n]) : r(0, [n, t[n]]); }, "values"), o.Arguments = o.Array, i("keys"), i("values"), i("entries"); }, function (t, e, n) { "use strict"; var i = n(31), r = (n.n(i), n(32)), o = n(33); e.a = { name: "vue-multiselect", mixins: [r.a, o.a], props: { name: { type: String, default: "" }, selectLabel: { type: String, default: "Press enter to select" }, selectGroupLabel: { type: String, default: "Press enter to select group" }, selectedLabel: { type: String, default: "Selected" }, deselectLabel: { type: String, default: "Press enter to remove" }, deselectGroupLabel: { type: String, default: "Press enter to deselect group" }, showLabels: { type: Boolean, default: !0 }, limit: { type: Number, default: 99999 }, maxHeight: { type: Number, default: 300 }, limitText: { type: Function, default: function (t) { return "and ".concat(t, " more"); } }, loading: { type: Boolean, default: !1 }, disabled: { type: Boolean, default: !1 }, openDirection: { type: String, default: "" }, showNoOptions: { type: Boolean, default: !0 }, showNoResults: { type: Boolean, default: !0 }, tabindex: { type: Number, default: 0 } }, computed: { isSingleLabelVisible: function () { return (this.singleValue || 0 === this.singleValue) && (!this.isOpen || !this.searchable) && !this.visibleValues.length; }, isPlaceholderVisible: function () { return !(this.internalValue.length || this.searchable && this.isOpen); }, visibleValues: function () { return this.multiple ? this.internalValue.slice(0, this.limit) : []; }, singleValue: function () { return this.internalValue[0]; }, deselectLabelText: function () { return this.showLabels ? this.deselectLabel : ""; }, deselectGroupLabelText: function () { return this.showLabels ? this.deselectGroupLabel : ""; }, selectLabelText: function () { return this.showLabels ? this.selectLabel : ""; }, selectGroupLabelText: function () { return this.showLabels ? this.selectGroupLabel : ""; }, selectedLabelText: function () { return this.showLabels ? this.selectedLabel : ""; }, inputStyle: function () { if (this.searchable || this.multiple && this.value && this.value.length) return this.isOpen ? { width: "100%" } : { width: "0", position: "absolute", padding: "0" }; }, contentStyle: function () { return this.options.length ? { display: "inline-block" } : { display: "block" }; }, isAbove: function () { return "above" === this.openDirection || "top" === this.openDirection || "below" !== this.openDirection && "bottom" !== this.openDirection && "above" === this.preferredOpenDirection; }, showSearchInput: function () { return this.searchable && (!this.hasSingleSelectedSlot || !this.visibleSingleValue && 0 !== this.visibleSingleValue || this.isOpen); } } }; }, function (t, e, n) { var i = n(1)("unscopables"), r = Array.prototype; void 0 == r[i] && n(8)(r, i, {}), t.exports = function (t) { r[i][t] = !0; }; }, function (t, e, n) { var i = n(18), r = n(19), o = n(85); t.exports = function (t) { return function (e, n, s) { var u, a = i(e), l = r(a.length), c = o(s, l); if (t && n != n) { for (; l > c;) if ((u = a[c++]) != u) return !0; } else for (; l > c; c++) if ((t || c in a) && a[c] === n) return t || c || 0; return !t && -1; }; }; }, function (t, e, n) { var i = n(9), r = n(1)("toStringTag"), o = "Arguments" == i(function () { return arguments; }()), s = function (t, e) { try { return t[e]; } catch (t) {} }; t.exports = function (t) { var e, n, u; return void 0 === t ? "Undefined" : null === t ? "Null" : "string" == typeof (n = s(e = Object(t), r)) ? n : o ? i(e) : "Object" == (u = i(e)) && "function" == typeof e.callee ? "Arguments" : u; }; }, function (t, e, n) { "use strict"; var i = n(2); t.exports = function () { var t = i(this), e = ""; return t.global && (e += "g"), t.ignoreCase && (e += "i"), t.multiline && (e += "m"), t.unicode && (e += "u"), t.sticky && (e += "y"), e; }; }, function (t, e, n) { var i = n(0).document; t.exports = i && i.documentElement; }, function (t, e, n) { t.exports = !n(4) && !n(7)(function () { return 7 != Object.defineProperty(n(21)("div"), "a", { get: function () { return 7; } }).a; }); }, function (t, e, n) { var i = n(9); t.exports = Array.isArray || function (t) { return "Array" == i(t); }; }, function (t, e, n) { "use strict"; function i(t) { var e, n; this.promise = new t(function (t, i) { if (void 0 !== e || void 0 !== n) throw TypeError("Bad Promise constructor"); e = t, n = i; }), this.resolve = r(e), this.reject = r(n); } var r = n(14); t.exports.f = function (t) { return new i(t); }; }, function (t, e, n) { var i = n(2), r = n(76), o = n(22), s = n(27)("IE_PROTO"), u = function () {}, a = function () { var t, e = n(21)("iframe"), i = o.length; for (e.style.display = "none", n(40).appendChild(e), e.src = "javascript:", t = e.contentWindow.document, t.open(), t.write("<script>document.F=Object<\/script>"), t.close(), a = t.F; i--;) delete a.prototype[o[i]]; return a(); }; t.exports = Object.create || function (t, e) { var n; return null !== t ? (u.prototype = i(t), n = new u(), u.prototype = null, n[s] = t) : n = a(), void 0 === e ? n : r(n, e); }; }, function (t, e, n) { var i = n(79), r = n(25), o = n(18), s = n(29), u = n(12), a = n(41), l = Object.getOwnPropertyDescriptor; e.f = n(4) ? l : function (t, e) { if (t = o(t), e = s(e, !0), a) try { return l(t, e); } catch (t) {} if (u(t, e)) return r(!i.f.call(t, e), t[e]); }; }, function (t, e, n) { var i = n(12), r = n(18), o = n(37)(!1), s = n(27)("IE_PROTO"); t.exports = function (t, e) { var n, u = r(t), a = 0, l = []; for (n in u) n != s && i(u, n) && l.push(n); for (; e.length > a;) i(u, n = e[a++]) && (~o(l, n) || l.push(n)); return l; }; }, function (t, e, n) { var i = n(46), r = n(22); t.exports = Object.keys || function (t) { return i(t, r); }; }, function (t, e, n) { var i = n(2), r = n(5), o = n(43); t.exports = function (t, e) { if (i(t), r(e) && e.constructor === t) return e; var n = o.f(t); return (0, n.resolve)(e), n.promise; }; }, function (t, e, n) { var i = n(10), r = n(0), o = r["__core-js_shared__"] || (r["__core-js_shared__"] = {}); (t.exports = function (t, e) { return o[t] || (o[t] = void 0 !== e ? e : {}); })("versions", []).push({ version: i.version, mode: n(24) ? "pure" : "global", copyright: "© 2018 Denis Pushkarev (zloirock.ru)" }); }, function (t, e, n) { var i = n(2), r = n(14), o = n(1)("species"); t.exports = function (t, e) { var n, s = i(t).constructor; return void 0 === s || void 0 == (n = i(s)[o]) ? e : r(n); }; }, function (t, e, n) { var i = n(3), r = n(16), o = n(7), s = n(84), u = "[" + s + "]", a = "​…", l = RegExp("^" + u + u + "*"), c = RegExp(u + u + "*$"), f = function (t, e, n) { var r = {}, u = o(function () { return !!s[t]() || a[t]() != a; }), l = r[t] = u ? e(p) : s[t]; n && (r[n] = l), i(i.P + i.F * u, "String", r); }, p = f.trim = function (t, e) { return t = String(r(t)), 1 & e && (t = t.replace(l, "")), 2 & e && (t = t.replace(c, "")), t; }; t.exports = f; }, function (t, e, n) { var i, r, o, s = n(11), u = n(68), a = n(40), l = n(21), c = n(0), f = c.process, p = c.setImmediate, h = c.clearImmediate, d = c.MessageChannel, v = c.Dispatch, g = 0, y = {}, m = function () { var t = +this; if (y.hasOwnProperty(t)) { var e = y[t]; delete y[t], e(); } }, b = function (t) { m.call(t.data); }; p && h || (p = function (t) { for (var e = [], n = 1; arguments.length > n;) e.push(arguments[n++]); return y[++g] = function () { u("function" == typeof t ? t : Function(t), e); }, i(g), g; }, h = function (t) { delete y[t]; }, "process" == n(9)(f) ? i = function (t) { f.nextTick(s(m, t, 1)); } : v && v.now ? i = function (t) { v.now(s(m, t, 1)); } : d ? (r = new d(), o = r.port2, r.port1.onmessage = b, i = s(o.postMessage, o, 1)) : c.addEventListener && "function" == typeof postMessage && !c.importScripts ? (i = function (t) { c.postMessage(t + "", "*"); }, c.addEventListener("message", b, !1)) : i = "onreadystatechange" in l("script") ? function (t) { a.appendChild(l("script")).onreadystatechange = function () { a.removeChild(this), m.call(t); }; } : function (t) { setTimeout(s(m, t, 1), 0); }), t.exports = { set: p, clear: h }; }, function (t, e) { var n = Math.ceil, i = Math.floor; t.exports = function (t) { return isNaN(t = +t) ? 0 : (t > 0 ? i : n)(t); }; }, function (t, e, n) { "use strict"; var i = n(3), r = n(20)(5), o = !0; "find" in [] && Array(1).find(function () { o = !1; }), i(i.P + i.F * o, "Array", { find: function (t) { return r(this, t, arguments.length > 1 ? arguments[1] : void 0); } }), n(36)("find"); }, function (t, e, n) { "use strict"; var i, r, o, s, u = n(24), a = n(0), l = n(11), c = n(38), f = n(3), p = n(5), h = n(14), d = n(61), v = n(66), g = n(50), y = n(52).set, m = n(75)(), b = n(43), _ = n(80), x = n(86), w = n(48), S = a.TypeError, O = a.process, L = O && O.versions, k = L && L.v8 || "", P = a.Promise, T = "process" == c(O), V = function () {}, E = r = b.f, A = !!function () { try { var t = P.resolve(1), e = (t.constructor = {})[n(1)("species")] = function (t) { t(V, V); }; return (T || "function" == typeof PromiseRejectionEvent) && t.then(V) instanceof e && 0 !== k.indexOf("6.6") && -1 === x.indexOf("Chrome/66"); } catch (t) {} }(), C = function (t) { var e; return !(!p(t) || "function" != typeof (e = t.then)) && e; }, D = function (t, e) { if (!t._n) { t._n = !0; var n = t._c; m(function () { for (var i = t._v, r = 1 == t._s, o = 0; n.length > o;) !function (e) { var n, o, s, u = r ? e.ok : e.fail, a = e.resolve, l = e.reject, c = e.domain; try { u ? (r || (2 == t._h && $(t), t._h = 1), !0 === u ? n = i : (c && c.enter(), n = u(i), c && (c.exit(), s = !0)), n === e.promise ? l(S("Promise-chain cycle")) : (o = C(n)) ? o.call(n, a, l) : a(n)) : l(i); } catch (t) { c && !s && c.exit(), l(t); } }(n[o++]); t._c = [], t._n = !1, e && !t._h && j(t); }); } }, j = function (t) { y.call(a, function () { var e, n, i, r = t._v, o = N(t); if (o && (e = _(function () { T ? O.emit("unhandledRejection", r, t) : (n = a.onunhandledrejection) ? n({ promise: t, reason: r }) : (i = a.console) && i.error && i.error("Unhandled promise rejection", r); }), t._h = T || N(t) ? 2 : 1), t._a = void 0, o && e.e) throw e.v; }); }, N = function (t) { return 1 !== t._h && 0 === (t._a || t._c).length; }, $ = function (t) { y.call(a, function () { var e; T ? O.emit("rejectionHandled", t) : (e = a.onrejectionhandled) && e({ promise: t, reason: t._v }); }); }, F = function (t) { var e = this; e._d || (e._d = !0, e = e._w || e, e._v = t, e._s = 2, e._a || (e._a = e._c.slice()), D(e, !0)); }, M = function (t) { var e, n = this; if (!n._d) { n._d = !0, n = n._w || n; try { if (n === t) throw S("Promise can't be resolved itself"); (e = C(t)) ? m(function () { var i = { _w: n, _d: !1 }; try { e.call(t, l(M, i, 1), l(F, i, 1)); } catch (t) { F.call(i, t); } }) : (n._v = t, n._s = 1, D(n, !1)); } catch (t) { F.call({ _w: n, _d: !1 }, t); } } }; A || (P = function (t) { d(this, P, "Promise", "_h"), h(t), i.call(this); try { t(l(M, this, 1), l(F, this, 1)); } catch (t) { F.call(this, t); } }, i = function (t) { this._c = [], this._a = void 0, this._s = 0, this._d = !1, this._v = void 0, this._h = 0, this._n = !1; }, i.prototype = n(81)(P.prototype, { then: function (t, e) { var n = E(g(this, P)); return n.ok = "function" != typeof t || t, n.fail = "function" == typeof e && e, n.domain = T ? O.domain : void 0, this._c.push(n), this._a && this._a.push(n), this._s && D(this, !1), n.promise; }, catch: function (t) { return this.then(void 0, t); } }), o = function () { var t = new i(); this.promise = t, this.resolve = l(M, t, 1), this.reject = l(F, t, 1); }, b.f = E = function (t) { return t === P || t === s ? new o(t) : r(t); }), f(f.G + f.W + f.F * !A, { Promise: P }), n(26)(P, "Promise"), n(83)("Promise"), s = n(10).Promise, f(f.S + f.F * !A, "Promise", { reject: function (t) { var e = E(this); return (0, e.reject)(t), e.promise; } }), f(f.S + f.F * (u || !A), "Promise", { resolve: function (t) { return w(u && this === s ? P : this, t); } }), f(f.S + f.F * !(A && n(73)(function (t) { P.all(t).catch(V); })), "Promise", { all: function (t) { var e = this, n = E(e), i = n.resolve, r = n.reject, o = _(function () { var n = [], o = 0, s = 1; v(t, !1, function (t) { var u = o++, a = !1; n.push(void 0), s++, e.resolve(t).then(function (t) { a || (a = !0, n[u] = t, --s || i(n)); }, r); }), --s || i(n); }); return o.e && r(o.v), n.promise; }, race: function (t) { var e = this, n = E(e), i = n.reject, r = _(function () { v(t, !1, function (t) { e.resolve(t).then(n.resolve, i); }); }); return r.e && i(r.v), n.promise; } }); }, function (t, e, n) { "use strict"; var i = n(3), r = n(10), o = n(0), s = n(50), u = n(48); i(i.P + i.R, "Promise", { finally: function (t) { var e = s(this, r.Promise || o.Promise), n = "function" == typeof t; return this.then(n ? function (n) { return u(e, t()).then(function () { return n; }); } : t, n ? function (n) { return u(e, t()).then(function () { throw n; }); } : t); } }); }, function (t, e, n) { "use strict"; function i(t) { n(99); } var r = n(35), o = n(101), s = n(100), u = i, a = s(r.a, o.a, !1, u, null, null); e.a = a.exports; }, function (t, e, n) { "use strict"; function i(t, e, n) { return e in t ? Object.defineProperty(t, e, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : t[e] = n, t; } e.a = i; }, function (t, e, n) { "use strict"; function i(t) { return (i = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (t) { return typeof t; } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t; })(t); } function r(t) { return (r = "function" == typeof Symbol && "symbol" === i(Symbol.iterator) ? function (t) { return i(t); } : function (t) { return t && "function" == typeof Symbol && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : i(t); })(t); } e.a = r; }, function (t, e, n) { "use strict"; Object.defineProperty(e, "__esModule", { value: !0 }); var i = n(34), r = (n.n(i), n(55)), o = (n.n(r), n(56)), s = (n.n(o), n(57)), u = n(32), a = n(33); n.d(e, "Multiselect", function () { return s.a; }), n.d(e, "multiselectMixin", function () { return u.a; }), n.d(e, "pointerMixin", function () { return a.a; }), e.default = s.a; }, function (t, e) { t.exports = function (t, e, n, i) { if (!(t instanceof e) || void 0 !== i && i in t) throw TypeError(n + ": incorrect invocation!"); return t; }; }, function (t, e, n) { var i = n(14), r = n(28), o = n(23), s = n(19); t.exports = function (t, e, n, u, a) { i(e); var l = r(t), c = o(l), f = s(l.length), p = a ? f - 1 : 0, h = a ? -1 : 1; if (n < 2) for (;;) { if (p in c) { u = c[p], p += h; break; } if (p += h, a ? p < 0 : f <= p) throw TypeError("Reduce of empty array with no initial value"); } for (; a ? p >= 0 : f > p; p += h) p in c && (u = e(u, c[p], p, l)); return u; }; }, function (t, e, n) { var i = n(5), r = n(42), o = n(1)("species"); t.exports = function (t) { var e; return r(t) && (e = t.constructor, "function" != typeof e || e !== Array && !r(e.prototype) || (e = void 0), i(e) && null === (e = e[o]) && (e = void 0)), void 0 === e ? Array : e; }; }, function (t, e, n) { var i = n(63); t.exports = function (t, e) { return new (i(t))(e); }; }, function (t, e, n) { "use strict"; var i = n(8), r = n(6), o = n(7), s = n(16), u = n(1); t.exports = function (t, e, n) { var a = u(t), l = n(s, a, ""[t]), c = l[0], f = l[1]; o(function () { var e = {}; return e[a] = function () { return 7; }, 7 != ""[t](e); }) && (r(String.prototype, t, c), i(RegExp.prototype, a, 2 == e ? function (t, e) { return f.call(t, this, e); } : function (t) { return f.call(t, this); })); }; }, function (t, e, n) { var i = n(11), r = n(70), o = n(69), s = n(2), u = n(19), a = n(87), l = {}, c = {}, e = t.exports = function (t, e, n, f, p) { var h, d, v, g, y = p ? function () { return t; } : a(t), m = i(n, f, e ? 2 : 1), b = 0; if ("function" != typeof y) throw TypeError(t + " is not iterable!"); if (o(y)) { for (h = u(t.length); h > b; b++) if ((g = e ? m(s(d = t[b])[0], d[1]) : m(t[b])) === l || g === c) return g; } else for (v = y.call(t); !(d = v.next()).done;) if ((g = r(v, m, d.value, e)) === l || g === c) return g; }; e.BREAK = l, e.RETURN = c; }, function (t, e, n) { var i = n(5), r = n(82).set; t.exports = function (t, e, n) { var o, s = e.constructor; return s !== n && "function" == typeof s && (o = s.prototype) !== n.prototype && i(o) && r && r(t, o), t; }; }, function (t, e) { t.exports = function (t, e, n) { var i = void 0 === n; switch (e.length) { case 0: return i ? t() : t.call(n); case 1: return i ? t(e[0]) : t.call(n, e[0]); case 2: return i ? t(e[0], e[1]) : t.call(n, e[0], e[1]); case 3: return i ? t(e[0], e[1], e[2]) : t.call(n, e[0], e[1], e[2]); case 4: return i ? t(e[0], e[1], e[2], e[3]) : t.call(n, e[0], e[1], e[2], e[3]); } return t.apply(n, e); }; }, function (t, e, n) { var i = n(15), r = n(1)("iterator"), o = Array.prototype; t.exports = function (t) { return void 0 !== t && (i.Array === t || o[r] === t); }; }, function (t, e, n) { var i = n(2); t.exports = function (t, e, n, r) { try { return r ? e(i(n)[0], n[1]) : e(n); } catch (e) { var o = t.return; throw void 0 !== o && i(o.call(t)), e; } }; }, function (t, e, n) { "use strict"; var i = n(44), r = n(25), o = n(26), s = {}; n(8)(s, n(1)("iterator"), function () { return this; }), t.exports = function (t, e, n) { t.prototype = i(s, { next: r(1, n) }), o(t, e + " Iterator"); }; }, function (t, e, n) { "use strict"; var i = n(24), r = n(3), o = n(6), s = n(8), u = n(15), a = n(71), l = n(26), c = n(78), f = n(1)("iterator"), p = !([].keys && "next" in [].keys()), h = function () { return this; }; t.exports = function (t, e, n, d, v, g, y) { a(n, e, d); var m, b, _, x = function (t) { if (!p && t in L) return L[t]; switch (t) { case "keys": case "values": return function () { return new n(this, t); }; } return function () { return new n(this, t); }; }, w = e + " Iterator", S = "values" == v, O = !1, L = t.prototype, k = L[f] || L["@@iterator"] || v && L[v], P = k || x(v), T = v ? S ? x("entries") : P : void 0, V = "Array" == e ? L.entries || k : k; if (V && (_ = c(V.call(new t()))) !== Object.prototype && _.next && (l(_, w, !0), i || "function" == typeof _[f] || s(_, f, h)), S && k && "values" !== k.name && (O = !0, P = function () { return k.call(this); }), i && !y || !p && !O && L[f] || s(L, f, P), u[e] = P, u[w] = h, v) if (m = { values: S ? P : x("values"), keys: g ? P : x("keys"), entries: T }, y) for (b in m) b in L || o(L, b, m[b]);else r(r.P + r.F * (p || O), e, m); return m; }; }, function (t, e, n) { var i = n(1)("iterator"), r = !1; try { var o = [7][i](); o.return = function () { r = !0; }, Array.from(o, function () { throw 2; }); } catch (t) {} t.exports = function (t, e) { if (!e && !r) return !1; var n = !1; try { var o = [7], s = o[i](); s.next = function () { return { done: n = !0 }; }, o[i] = function () { return s; }, t(o); } catch (t) {} return n; }; }, function (t, e) { t.exports = function (t, e) { return { value: e, done: !!t }; }; }, function (t, e, n) { var i = n(0), r = n(52).set, o = i.MutationObserver || i.WebKitMutationObserver, s = i.process, u = i.Promise, a = "process" == n(9)(s); t.exports = function () { var t, e, n, l = function () { var i, r; for (a && (i = s.domain) && i.exit(); t;) { r = t.fn, t = t.next; try { r(); } catch (i) { throw t ? n() : e = void 0, i; } } e = void 0, i && i.enter(); }; if (a) n = function () { s.nextTick(l); };else if (!o || i.navigator && i.navigator.standalone) { if (u && u.resolve) { var c = u.resolve(void 0); n = function () { c.then(l); }; } else n = function () { r.call(i, l); }; } else { var f = !0, p = document.createTextNode(""); new o(l).observe(p, { characterData: !0 }), n = function () { p.data = f = !f; }; } return function (i) { var r = { fn: i, next: void 0 }; e && (e.next = r), t || (t = r, n()), e = r; }; }; }, function (t, e, n) { var i = n(13), r = n(2), o = n(47); t.exports = n(4) ? Object.defineProperties : function (t, e) { r(t); for (var n, s = o(e), u = s.length, a = 0; u > a;) i.f(t, n = s[a++], e[n]); return t; }; }, function (t, e, n) { var i = n(46), r = n(22).concat("length", "prototype"); e.f = Object.getOwnPropertyNames || function (t) { return i(t, r); }; }, function (t, e, n) { var i = n(12), r = n(28), o = n(27)("IE_PROTO"), s = Object.prototype; t.exports = Object.getPrototypeOf || function (t) { return t = r(t), i(t, o) ? t[o] : "function" == typeof t.constructor && t instanceof t.constructor ? t.constructor.prototype : t instanceof Object ? s : null; }; }, function (t, e) { e.f = {}.propertyIsEnumerable; }, function (t, e) { t.exports = function (t) { try { return { e: !1, v: t() }; } catch (t) { return { e: !0, v: t }; } }; }, function (t, e, n) { var i = n(6); t.exports = function (t, e, n) { for (var r in e) i(t, r, e[r], n); return t; }; }, function (t, e, n) { var i = n(5), r = n(2), o = function (t, e) { if (r(t), !i(e) && null !== e) throw TypeError(e + ": can't set as prototype!"); }; t.exports = { set: Object.setPrototypeOf || ("__proto__" in {} ? function (t, e, i) { try { i = n(11)(Function.call, n(45).f(Object.prototype, "__proto__").set, 2), i(t, []), e = !(t instanceof Array); } catch (t) { e = !0; } return function (t, n) { return o(t, n), e ? t.__proto__ = n : i(t, n), t; }; }({}, !1) : void 0), check: o }; }, function (t, e, n) { "use strict"; var i = n(0), r = n(13), o = n(4), s = n(1)("species"); t.exports = function (t) { var e = i[t]; o && e && !e[s] && r.f(e, s, { configurable: !0, get: function () { return this; } }); }; }, function (t, e) { t.exports = "\t\n\v\f\r Â áš€á Žâ€€â€â€‚         âŸã€€\u2028\u2029\ufeff"; }, function (t, e, n) { var i = n(53), r = Math.max, o = Math.min; t.exports = function (t, e) { return t = i(t), t < 0 ? r(t + e, 0) : o(t, e); }; }, function (t, e, n) { var i = n(0), r = i.navigator; t.exports = r && r.userAgent || ""; }, function (t, e, n) { var i = n(38), r = n(1)("iterator"), o = n(15); t.exports = n(10).getIteratorMethod = function (t) { if (void 0 != t) return t[r] || t["@@iterator"] || o[i(t)]; }; }, function (t, e, n) { "use strict"; var i = n(3), r = n(20)(2); i(i.P + i.F * !n(17)([].filter, !0), "Array", { filter: function (t) { return r(this, t, arguments[1]); } }); }, function (t, e, n) { "use strict"; var i = n(3), r = n(37)(!1), o = [].indexOf, s = !!o && 1 / [1].indexOf(1, -0) < 0; i(i.P + i.F * (s || !n(17)(o)), "Array", { indexOf: function (t) { return s ? o.apply(this, arguments) || 0 : r(this, t, arguments[1]); } }); }, function (t, e, n) { var i = n(3); i(i.S, "Array", { isArray: n(42) }); }, function (t, e, n) { "use strict"; var i = n(3), r = n(20)(1); i(i.P + i.F * !n(17)([].map, !0), "Array", { map: function (t) { return r(this, t, arguments[1]); } }); }, function (t, e, n) { "use strict"; var i = n(3), r = n(62); i(i.P + i.F * !n(17)([].reduce, !0), "Array", { reduce: function (t) { return r(this, t, arguments.length, arguments[1], !1); } }); }, function (t, e, n) { var i = Date.prototype, r = i.toString, o = i.getTime; new Date(NaN) + "" != "Invalid Date" && n(6)(i, "toString", function () { var t = o.call(this); return t === t ? r.call(this) : "Invalid Date"; }); }, function (t, e, n) { n(4) && "g" != /./g.flags && n(13).f(RegExp.prototype, "flags", { configurable: !0, get: n(39) }); }, function (t, e, n) { n(65)("search", 1, function (t, e, n) { return [function (n) { "use strict"; var i = t(this), r = void 0 == n ? void 0 : n[e]; return void 0 !== r ? r.call(n, i) : new RegExp(n)[e](String(i)); }, n]; }); }, function (t, e, n) { "use strict"; n(94); var i = n(2), r = n(39), o = n(4), s = /./.toString, u = function (t) { n(6)(RegExp.prototype, "toString", t, !0); }; n(7)(function () { return "/a/b" != s.call({ source: "a", flags: "b" }); }) ? u(function () { var t = i(this); return "/".concat(t.source, "/", "flags" in t ? t.flags : !o && t instanceof RegExp ? r.call(t) : void 0); }) : "toString" != s.name && u(function () { return s.call(this); }); }, function (t, e, n) { "use strict"; n(51)("trim", function (t) { return function () { return t(this, 3); }; }); }, function (t, e, n) { for (var i = n(34), r = n(47), o = n(6), s = n(0), u = n(8), a = n(15), l = n(1), c = l("iterator"), f = l("toStringTag"), p = a.Array, h = { CSSRuleList: !0, CSSStyleDeclaration: !1, CSSValueList: !1, ClientRectList: !1, DOMRectList: !1, DOMStringList: !1, DOMTokenList: !0, DataTransferItemList: !1, FileList: !1, HTMLAllCollection: !1, HTMLCollection: !1, HTMLFormElement: !1, HTMLSelectElement: !1, MediaList: !0, MimeTypeArray: !1, NamedNodeMap: !1, NodeList: !0, PaintRequestList: !1, Plugin: !1, PluginArray: !1, SVGLengthList: !1, SVGNumberList: !1, SVGPathSegList: !1, SVGPointList: !1, SVGStringList: !1, SVGTransformList: !1, SourceBufferList: !1, StyleSheetList: !0, TextTrackCueList: !1, TextTrackList: !1, TouchList: !1 }, d = r(h), v = 0; v < d.length; v++) { var g, y = d[v], m = h[y], b = s[y], _ = b && b.prototype; if (_ && (_[c] || u(_, c, p), _[f] || u(_, f, y), a[y] = p, m)) for (g in i) _[g] || o(_, g, i[g], !0); } }, function (t, e) {}, function (t, e) { t.exports = function (t, e, n, i, r, o) { var s, u = t = t || {}, a = typeof t.default; "object" !== a && "function" !== a || (s = t, u = t.default); var l = "function" == typeof u ? u.options : u; e && (l.render = e.render, l.staticRenderFns = e.staticRenderFns, l._compiled = !0), n && (l.functional = !0), r && (l._scopeId = r); var c; if (o ? (c = function (t) { t = t || this.$vnode && this.$vnode.ssrContext || this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, t || "undefined" == typeof __VUE_SSR_CONTEXT__ || (t = __VUE_SSR_CONTEXT__), i && i.call(this, t), t && t._registeredComponents && t._registeredComponents.add(o); }, l._ssrRegister = c) : i && (c = i), c) { var f = l.functional, p = f ? l.render : l.beforeCreate; f ? (l._injectStyles = c, l.render = function (t, e) { return c.call(e), p(t, e); }) : l.beforeCreate = p ? [].concat(p, c) : [c]; } return { esModule: s, exports: u, options: l }; }; }, function (t, e, n) { "use strict"; var i = function () { var t = this, e = t.$createElement, n = t._self._c || e; return n("div", { staticClass: "multiselect", class: { "multiselect--active": t.isOpen, "multiselect--disabled": t.disabled, "multiselect--above": t.isAbove }, attrs: { tabindex: t.searchable ? -1 : t.tabindex }, on: { focus: function (e) { t.activate(); }, blur: function (e) { !t.searchable && t.deactivate(); }, keydown: [function (e) { return "button" in e || !t._k(e.keyCode, "down", 40, e.key, ["Down", "ArrowDown"]) ? e.target !== e.currentTarget ? null : (e.preventDefault(), void t.pointerForward()) : null; }, function (e) { return "button" in e || !t._k(e.keyCode, "up", 38, e.key, ["Up", "ArrowUp"]) ? e.target !== e.currentTarget ? null : (e.preventDefault(), void t.pointerBackward()) : null; }], keypress: function (e) { return "button" in e || !t._k(e.keyCode, "enter", 13, e.key, "Enter") || !t._k(e.keyCode, "tab", 9, e.key, "Tab") ? (e.stopPropagation(), e.target !== e.currentTarget ? null : void t.addPointerElement(e)) : null; }, keyup: function (e) { if (!("button" in e) && t._k(e.keyCode, "esc", 27, e.key, "Escape")) return null; t.deactivate(); } } }, [t._t("caret", [n("div", { staticClass: "multiselect__select", on: { mousedown: function (e) { e.preventDefault(), e.stopPropagation(), t.toggle(); } } })], { toggle: t.toggle }), t._v(" "), t._t("clear", null, { search: t.search }), t._v(" "), n("div", { ref: "tags", staticClass: "multiselect__tags" }, [t._t("selection", [n("div", { directives: [{ name: "show", rawName: "v-show", value: t.visibleValues.length > 0, expression: "visibleValues.length > 0" }], staticClass: "multiselect__tags-wrap" }, [t._l(t.visibleValues, function (e, i) { return [t._t("tag", [n("span", { key: i, staticClass: "multiselect__tag" }, [n("span", { domProps: { textContent: t._s(t.getOptionLabel(e)) } }), t._v(" "), n("i", { staticClass: "multiselect__tag-icon", attrs: { "aria-hidden": "true", tabindex: "1" }, on: { keypress: function (n) { if (!("button" in n) && t._k(n.keyCode, "enter", 13, n.key, "Enter")) return null; n.preventDefault(), t.removeElement(e); }, mousedown: function (n) { n.preventDefault(), t.removeElement(e); } } })])], { option: e, search: t.search, remove: t.removeElement })]; })], 2), t._v(" "), t.internalValue && t.internalValue.length > t.limit ? [t._t("limit", [n("strong", { staticClass: "multiselect__strong", domProps: { textContent: t._s(t.limitText(t.internalValue.length - t.limit)) } })])] : t._e()], { search: t.search, remove: t.removeElement, values: t.visibleValues, isOpen: t.isOpen }), t._v(" "), n("transition", { attrs: { name: "multiselect__loading" } }, [t._t("loading", [n("div", { directives: [{ name: "show", rawName: "v-show", value: t.loading, expression: "loading" }], staticClass: "multiselect__spinner" })])], 2), t._v(" "), t.searchable ? n("input", { ref: "search", staticClass: "multiselect__input", style: t.inputStyle, attrs: { name: t.name, id: t.id, type: "text", autocomplete: "nope", placeholder: t.placeholder, disabled: t.disabled, tabindex: t.tabindex }, domProps: { value: t.search }, on: { input: function (e) { t.updateSearch(e.target.value); }, focus: function (e) { e.preventDefault(), t.activate(); }, blur: function (e) { e.preventDefault(), t.deactivate(); }, keyup: function (e) { if (!("button" in e) && t._k(e.keyCode, "esc", 27, e.key, "Escape")) return null; t.deactivate(); }, keydown: [function (e) { if (!("button" in e) && t._k(e.keyCode, "down", 40, e.key, ["Down", "ArrowDown"])) return null; e.preventDefault(), t.pointerForward(); }, function (e) { if (!("button" in e) && t._k(e.keyCode, "up", 38, e.key, ["Up", "ArrowUp"])) return null; e.preventDefault(), t.pointerBackward(); }, function (e) { if (!("button" in e) && t._k(e.keyCode, "delete", [8, 46], e.key, ["Backspace", "Delete"])) return null; e.stopPropagation(), t.removeLastElement(); }], keypress: function (e) { return "button" in e || !t._k(e.keyCode, "enter", 13, e.key, "Enter") ? (e.preventDefault(), e.stopPropagation(), e.target !== e.currentTarget ? null : void t.addPointerElement(e)) : null; } } }) : t._e(), t._v(" "), t.isSingleLabelVisible ? n("span", { staticClass: "multiselect__single", on: { mousedown: function (e) { return e.preventDefault(), t.toggle(e); } } }, [t._t("singleLabel", [[t._v(t._s(t.currentOptionLabel))]], { option: t.singleValue })], 2) : t._e(), t._v(" "), t.isPlaceholderVisible ? n("span", { staticClass: "multiselect__placeholder", on: { mousedown: function (e) { return e.preventDefault(), t.toggle(e); } } }, [t._t("placeholder", [t._v("\n " + t._s(t.placeholder) + "\n ")])], 2) : t._e()], 2), t._v(" "), n("transition", { attrs: { name: "multiselect" } }, [n("div", { directives: [{ name: "show", rawName: "v-show", value: t.isOpen, expression: "isOpen" }], ref: "list", staticClass: "multiselect__content-wrapper", style: { maxHeight: t.optimizedHeight + "px" }, attrs: { tabindex: "-1" }, on: { focus: t.activate, mousedown: function (t) { t.preventDefault(); } } }, [n("ul", { staticClass: "multiselect__content", style: t.contentStyle }, [t._t("beforeList"), t._v(" "), t.multiple && t.max === t.internalValue.length ? n("li", [n("span", { staticClass: "multiselect__option" }, [t._t("maxElements", [t._v("Maximum of " + t._s(t.max) + " options selected. First remove a selected option to select another.")])], 2)]) : t._e(), t._v(" "), !t.max || t.internalValue.length < t.max ? t._l(t.filteredOptions, function (e, i) { return n("li", { key: i, staticClass: "multiselect__element" }, [e && (e.$isLabel || e.$isDisabled) ? t._e() : n("span", { staticClass: "multiselect__option", class: t.optionHighlight(i, e), attrs: { "data-select": e && e.isTag ? t.tagPlaceholder : t.selectLabelText, "data-selected": t.selectedLabelText, "data-deselect": t.deselectLabelText }, on: { click: function (n) { n.stopPropagation(), t.select(e); }, mouseenter: function (e) { if (e.target !== e.currentTarget) return null; t.pointerSet(i); } } }, [t._t("option", [n("span", [t._v(t._s(t.getOptionLabel(e)))])], { option: e, search: t.search })], 2), t._v(" "), e && (e.$isLabel || e.$isDisabled) ? n("span", { staticClass: "multiselect__option", class: t.groupHighlight(i, e), attrs: { "data-select": t.groupSelect && t.selectGroupLabelText, "data-deselect": t.groupSelect && t.deselectGroupLabelText }, on: { mouseenter: function (e) { if (e.target !== e.currentTarget) return null; t.groupSelect && t.pointerSet(i); }, mousedown: function (n) { n.preventDefault(), t.selectGroup(e); } } }, [t._t("option", [n("span", [t._v(t._s(t.getOptionLabel(e)))])], { option: e, search: t.search })], 2) : t._e()]); }) : t._e(), t._v(" "), n("li", { directives: [{ name: "show", rawName: "v-show", value: t.showNoResults && 0 === t.filteredOptions.length && t.search && !t.loading, expression: "showNoResults && (filteredOptions.length === 0 && search && !loading)" }] }, [n("span", { staticClass: "multiselect__option" }, [t._t("noResult", [t._v("No elements found. Consider changing the search query.")], { search: t.search })], 2)]), t._v(" "), n("li", { directives: [{ name: "show", rawName: "v-show", value: t.showNoOptions && 0 === t.options.length && !t.search && !t.loading, expression: "showNoOptions && (options.length === 0 && !search && !loading)" }] }, [n("span", { staticClass: "multiselect__option" }, [t._t("noOptions", [t._v("List is empty.")])], 2)]), t._v(" "), t._t("afterList")], 2)])])], 2); }, r = [], o = { render: i, staticRenderFns: r }; e.a = o; }]); }); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/$algoliasearch.ts": /*!***********************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/$algoliasearch.ts ***! \***********************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(process) {/* harmony import */ var algoliasearch__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! algoliasearch */ "../CORE_FW/models/node_modules/algoliasearch/dist/algoliasearch.umd.js"); /* harmony import */ var algoliasearch__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(algoliasearch__WEBPACK_IMPORTED_MODULE_0__); var $algoliasearch = algoliasearch__WEBPACK_IMPORTED_MODULE_0___default()(process.env.ALGOLIA_APP_ID, process.env.ALGOLIA_API_KEY_FOR_FRONTEND, {// responsesCache: createNullCache(), // no-cache // requestsCache: createNullCache(), // no-cache // hostsCache: createNullCache() // <= éžæŽ¨å¥¨ https://www.algolia.com/doc/api-client/advanced/configure-the-client/javascript/?language=javascript#cache-on-hosts }); /* harmony default export */ __webpack_exports__["default"] = ($algoliasearch); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../AxE2/node_modules/process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts": /*!*****************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts ***! \*****************************************************************/ /*! exports provided: AppHook, $appHook, genHookSet, genExecutableHookSet */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(process, global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AppHook", function() { return AppHook; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$appHook", function() { return $appHook; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "genHookSet", function() { return genHookSet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "genExecutableHookSet", function() { return genExecutableHookSet; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.global-this.js */ "./node_modules/core-js/modules/es.global-this.js"); /* harmony import */ var core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.array.splice.js */ "./node_modules/core-js/modules/es.array.splice.js"); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_string_ends_with_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.string.ends-with.js */ "./node_modules/core-js/modules/es.string.ends-with.js"); /* harmony import */ var core_js_modules_es_string_ends_with_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_ends_with_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); // ã©ã‚“ãªã¨ãã§ã‚‚hooksã§ã©ã†ã«ã‹å‡¦ç†ã‚’å·®ã—込むやã¤ã€‚ // Promiseè¿”ã›ã‚‹æ„Ÿã˜ var AppHook = /** @class */ function () { function AppHook() { this._hooks = {}; this.hookDefinitions = {}; } Object.defineProperty(AppHook, "instance", { /** * 真ã®ã‚·ãƒ³ã‚°ãƒ«ãƒˆãƒ³ã‚’é”æˆã™ã‚‹ãŸã‚ã®workaround * Ref: https://gist.github.com/dmnsgn/4a6ad76de1b5928f13f68f406c70bb09#gistcomment-3470400 */ get: function get() { if (!globalThis[Symbol.for("PF_" + AppHook.name)]) { globalThis[Symbol.for("PF_" + AppHook.name)] = new this(); } return globalThis[Symbol.for("PF_" + AppHook.name)]; }, enumerable: false, configurable: true }); Object.defineProperty(AppHook.prototype, "hooks", { get: function get() { return this._hooks; }, enumerable: false, configurable: true }); /** * 登録ã•ã‚ŒãŸHookを実行ã™ã‚‹ * @param hookName - 実行ã™ã‚‹Hookã®åå‰: '$embCommerce.cart.updated.after' * @param currentValue - ç¾åœ¨ã®å€¤, 処ç†ã«ã‚ˆã£ã¦ã¯ã“ã®å€¤ãŒå¤‰æ›´ã™ã‚‹å¯¾è±¡ã¨ãªã‚‹ (hook実行後ã®è¿”り値) * @param callerContext * @param additionalArgs */ // async callHooks(hookName: string, currentValue: any = null, callerContext: any = null, additionalArgs: any = {}): Promise<any> { AppHook.prototype.callHooks = function (hookName, currentValue, callerContext, additionalArgs) { if (currentValue === void 0) { currentValue = null; } if (callerContext === void 0) { callerContext = null; } if (additionalArgs === void 0) { additionalArgs = {}; } return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__awaiter"])(this, void 0, void 0, function () { var result, i, func; return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!this.hasHook(hookName)) { // console.log(`[$appHook] No registered function(s) for hookName: '${hookName}'`) return [2 /*return*/ , currentValue]; } console.log("[$appHook] calling hooks, hookName: '" + hookName + "', " + this._hooks[hookName].length + " functions"); result = currentValue; i = 0; _a.label = 1; case 1: if (!(i < this._hooks[hookName].length)) return [3 /*break*/ , 5]; func = this._hooks[hookName][i].func; result = func(result, callerContext, additionalArgs); if (!(result && typeof result.then === 'function')) return [3 /*break*/ , 3]; return [4 /*yield*/ , result]; case 2: result = _a.sent(); _a.label = 3; case 3: console.log("[$appHook] Executed hookName: '" + hookName + "', funcName: '" + this._hooks[hookName][i].name + "', result:", result); _a.label = 4; case 4: i++; return [3 /*break*/ , 1]; case 5: return [2 /*return*/ , result]; } }); }); }; /** * Promiseã§ã¯ãªã„Hookã§Callã™ã‚‹ * Promiseãªhookを挟むã¨å¤±æ•—ã™ã‚‹ã€‚ * @param hookName * @param currentValue * @param callerContext * @param additionalArgs */ AppHook.prototype.callHooksNonAsync = function (hookName, currentValue, callerContext, additionalArgs) { if (currentValue === void 0) { currentValue = null; } if (callerContext === void 0) { callerContext = null; } if (additionalArgs === void 0) { additionalArgs = {}; } if (!this._hooks[hookName] || this._hooks[hookName].length === 0) { // console.log(`[$appHook] No registered function(s) for hookName: '${hookName}'`) return currentValue; } var result = currentValue; for (var i = 0; i < this._hooks[hookName].length; i++) { var func = this._hooks[hookName][i].func; result = func(result, callerContext, additionalArgs); console.log("[$appHook] Executed hookName: '" + hookName + "', funcName: '" + this._hooks[hookName][i].name + "', result:", result); } return result; }; AppHook.prototype.hasHook = function (hookName) { return !!this._hooks[hookName] && this._hooks[hookName].length > 0; }; AppHook.prototype.addHookDefinitions = function (hookBaseName, hookDefinitions) { this.hookDefinitions[hookBaseName] = hookDefinitions; }; /** * hookを登録ã—ã¦ãŠã, ã“ã®ã¨ãã«ã€priority é †ã§å‡¦ç†é †ç•ªã‚’制御ã§ãる。 * functionName ã§é‡è¤‡åˆ¶å¾¡, å†ç™»éŒ²ã•ã‚Œã‚‹ã“ã¨ã¯ãªã„ * @param hookName * @param functionName * @param func * @param priority */ AppHook.prototype.registerHook = function (hookName, functionName, func, priority) { if (functionName === void 0) { functionName = 'd'; } if (priority === void 0) { priority = 0; } if (!this._hooks[hookName]) { this._hooks[hookName] = []; } if (this._hooks[hookName].find(function (h) { return h.name === functionName; })) { console.log("Overriding func: \"" + functionName + "\" of hook \"" + hookName + "\""); this.removeHook(hookName, functionName); } this._hooks[hookName].splice(priority, 0, { func: func, name: functionName }); }; AppHook.prototype.removeHook = function (hookName, functionName) { this._hooks[hookName] = this._hooks[hookName].filter(function (f) { return f.name !== functionName; }); }; /** * 関数を実行ã™ã‚‹ã¨ãã«ã€ before hook, after hook ã‚’ãã‚Œãžã‚ŒCallã™ã‚‹ * @param mainFunc - メイン処ç†é–¢æ•° * @param hookBaseName * @param callerContext * @param currentValue * @param additionalArgs */ AppHook.prototype.executeWithBeforeAfterHooks = function (_a) { var mainFunc = _a.mainFunc, hookBaseName = _a.hookBaseName, callerContext = _a.callerContext, _b = _a.currentValue, currentValue = _b === void 0 ? null : _b, _c = _a.additionalArgs, additionalArgs = _c === void 0 ? null : _c; return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__awaiter"])(this, void 0, void 0, function () { var hooks, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__generator"])(this, function (_d) { switch (_d.label) { case 0: if (!hookBaseName) { throw new Error("[$appHook] Please set hookBaseName arg correctly"); } hooks = genHookSet(hookBaseName); _d.label = 1; case 1: _d.trys.push([1, 5,, 9]); return [4 /*yield*/ , this.callHooks(hooks.BEFORE, currentValue, callerContext, additionalArgs)]; case 2: currentValue = _d.sent(); return [4 /*yield*/ , mainFunc(currentValue, callerContext, additionalArgs)]; case 3: currentValue = _d.sent(); return [4 /*yield*/ , this.callHooks(hooks.AFTER, currentValue, callerContext, additionalArgs)]; case 4: currentValue = _d.sent(); return [2 /*return*/ , currentValue]; case 5: e_1 = _d.sent(); if (!this.hasHook(hooks.ERROR)) return [3 /*break*/ , 7]; return [4 /*yield*/ , this.callHooks(hooks.ERROR, e_1, callerContext, additionalArgs)]; case 6: return [2 /*return*/ , _d.sent()]; case 7: throw e_1; case 8: return [3 /*break*/ , 9]; case 9: return [2 /*return*/ ]; } }); }); }; /** * Hook自体ãŒã€executableã§ã‚ã‚‹ã‚‚ã®ã‚’kickã™ã‚‹ã€‚ * hookBaseName.before => hookBaseName.do => hookBaseName.after (hookBaseName.error) * ã®4ã¤ã®hookãŒãã‚Œãžã‚Œcallã•ã‚Œã‚‹å¯èƒ½æ€§ãŒã‚ã‚‹ * @param hookBaseName * @param callerContext * @param currentValue * @param additionalArgs */ AppHook.prototype.doExecutableHook = function (_a) { var hookBaseName = _a.hookBaseName, _b = _a.callerContext, callerContext = _b === void 0 ? null : _b, _c = _a.currentValue, currentValue = _c === void 0 ? null : _c, _d = _a.additionalArgs, additionalArgs = _d === void 0 ? null : _d; return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__awaiter"])(this, void 0, void 0, function () { var execHookName, mainFunc; var _this = this; return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__generator"])(this, function (_e) { if (hookBaseName.endsWith('.do')) { hookBaseName = hookBaseName.replace(/\.do$/, ''); } execHookName = hookBaseName + ".do"; if (!this._hooks[execHookName]) { window.alert("[$appHook] hookBaseName: " + hookBaseName + " \u3092\u5B9F\u88C5\u3057\u3066\u304F\u3060\u3055\u3044\u3002 $appHook.registerHook('" + execHookName + "', 'do', func: HookFunction, priority = 0)"); return [2 /*return*/ , false]; } mainFunc = function mainFunc() { return _this.callHooks(execHookName, currentValue, callerContext, additionalArgs); }; return [2 /*return*/ , this.executeWithBeforeAfterHooks({ mainFunc: mainFunc, hookBaseName: hookBaseName, callerContext: callerContext, additionalArgs: additionalArgs })]; }); }); }; /** * 登録ã•ã‚ŒãŸHookã‚’æ£è¦è¡¨ç¾ã§æŽ¢ã™ * @param regExp */ AppHook.prototype.findRegisteredHooksByHookNameRegularExpression = function (regExp) { return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__awaiter"])(this, void 0, void 0, function () { var _this = this; return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__generator"])(this, function (_a) { return [2 /*return*/ , Object.keys(this._hooks).reduce(function (res, r) { if (regExp.test(r)) { res[r] = _this._hooks[r]; } return res; }, {})]; }); }); }; return AppHook; }(); var $appHook = AppHook.instance; if ((typeof process === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(process)) === 'object') { // @ts-ignore if (!global.window) { // @ts-ignore global.window = {}; } // @ts-ignore global.window.$appHook = $appHook; } else { // @ts-ignore window.$appHook = $appHook; } var genHookSet = function genHookSet(basePath) { return { baseName: basePath, BEFORE: basePath + ".before", AFTER: basePath + ".after", ERROR: basePath + ".onerror" }; }; var genExecutableHookSet = function genExecutableHookSet(basePath) { return Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__assign"])({ DO: basePath + ".do" }, genHookSet(basePath)); }; /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../AxE2/node_modules/process/browser.js */ "./node_modules/process/browser.js"), __webpack_require__(/*! ./../../../AxE2/node_modules/webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/$firebaseAuth.ts": /*!**********************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/$firebaseAuth.ts ***! \**********************************************************************/ /*! exports provided: setOnStateChange, registerAuthStateChangedCallback, retrieveLoginStateWithWait, createUserWithEmailAndPassword, signInWithEmailAndPassword, signIn, getUser, signOut, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setOnStateChange", function() { return setOnStateChange; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerAuthStateChangedCallback", function() { return registerAuthStateChangedCallback; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "retrieveLoginStateWithWait", function() { return retrieveLoginStateWithWait; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createUserWithEmailAndPassword", function() { return createUserWithEmailAndPassword; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "signInWithEmailAndPassword", function() { return signInWithEmailAndPassword; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "signIn", function() { return signIn; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getUser", function() { return getUser; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "signOut", function() { return signOut; }); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var firebase_app__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! firebase/app */ "../CORE_FW/models/node_modules/firebase/app/dist/index.esm.js"); /* harmony import */ var firebase_auth__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! firebase/auth */ "../CORE_FW/models/node_modules/firebase/auth/dist/index.esm.js"); /** * set state change observer in application initialize phase */ var setOnStateChange = function setOnStateChange(onSignedIn, onSignedOut) { firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().onAuthStateChanged(function (user) { return user ? onSignedIn(user) : onSignedOut(); }); }; var registerAuthStateChangedCallback = function registerAuthStateChangedCallback(callbackFunction) { firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().onAuthStateChanged(callbackFunction); }; var retrieveLoginStateWithWait = function retrieveLoginStateWithWait(waitMaxMSec) { if (waitMaxMSec === void 0) { waitMaxMSec = 4000; } return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { var waitMSec, loopMax, i, user; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: waitMSec = 250; loopMax = waitMaxMSec / waitMSec; i = 0; _a.label = 1; case 1: if (!(loopMax > i)) return [3 /*break*/ , 4]; user = firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().currentUser; if (user) { return [2 /*return*/ , user]; } return [4 /*yield*/ , new Promise(function (resolve) { return setTimeout(resolve, waitMSec); })]; case 2: _a.sent(); _a.label = 3; case 3: i++; return [3 /*break*/ , 1]; case 4: return [2 /*return*/ ]; } }); }); }; /** * create user */ var createUserWithEmailAndPassword = function createUserWithEmailAndPassword(email, password) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { return [2 /*return*/ , new Promise(function (resolve) { firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().createUserWithEmailAndPassword(email, password).then(function (user) { return resolve([user, null]); }).catch(function (error) { return resolve([null, error]); }); })]; }); }); }; /** * before signin */ var signInWithEmailAndPassword = function signInWithEmailAndPassword(email, password) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { var _a, user, error; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_b) { switch (_b.label) { case 0: return [4 /*yield*/ , new Promise(function (resolve) { firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().signInWithEmailAndPassword(email, password).then(function (user) { return resolve([user, null]); }).catch(function (error) { return resolve([null, error]); }); })]; case 1: _a = tslib__WEBPACK_IMPORTED_MODULE_1__["__read"].apply(void 0, [_b.sent(), 2]), user = _a[0], error = _a[1]; return [2 /*return*/ , [user, error]]; } }); }); }; var signIn = function signIn(email, password) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { var _a, user, error; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_b) { switch (_b.label) { case 0: return [4 /*yield*/ , signInWithEmailAndPassword(email, password)]; case 1: _a = tslib__WEBPACK_IMPORTED_MODULE_1__["__read"].apply(void 0, [_b.sent(), 2]), user = _a[0], error = _a[1]; if (user) { return [2 /*return*/ , user]; } throw error; } }); }); }; /** * after signin */ var getUser = function getUser() { return firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().currentUser; }; var signOut = function signOut() { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { var e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 2,, 3]); return [4 /*yield*/ , firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"].auth().signOut()]; case 1: _a.sent(); return [3 /*break*/ , 3]; case 2: e_1 = _a.sent(); console.error("[lib/firebaseAuth] Error signOut() await firebase.auth().signOut()"); console.error(e_1); return [3 /*break*/ , 3]; case 3: return [2 /*return*/ ]; } }); }); }; /* harmony default export */ __webpack_exports__["default"] = ({ setOnStateChange: setOnStateChange, createUserWithEmailAndPassword: createUserWithEmailAndPassword, signInWithEmailAndPassword: signInWithEmailAndPassword, getUser: getUser, signOut: signOut, signIn: signIn, registerAuthStateChangedCallback: registerAuthStateChangedCallback, firebase: firebase_app__WEBPACK_IMPORTED_MODULE_2__["default"] }); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/$firestore.ts": /*!*******************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/$firestore.ts ***! \*******************************************************************/ /*! exports provided: default, firebase, Timestamp, GeoPoint, FieldValue */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Timestamp", function() { return Timestamp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "GeoPoint", function() { return GeoPoint; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FieldValue", function() { return FieldValue; }); /* harmony import */ var firebase_app__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! firebase/app */ "../CORE_FW/models/node_modules/firebase/app/dist/index.esm.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "firebase", function() { return firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"]; }); /* harmony import */ var firebase_firestore__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! firebase/firestore */ "../CORE_FW/models/node_modules/firebase/firestore/dist/index.esm.js"); /* harmony import */ var _firebaseAppInitializer__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./firebaseAppInitializer */ "../CORE_FW/models/FireORMModelSharedRecources/firebaseAppInitializer.ts"); // import 'firebase/messaging' firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].firestore().settings({ cacheSizeBytes: 1000000000, ignoreUndefinedProperties: true, merge: true // ...(location.hostname === "localhost" ? { host: "localhost:8080", ssl: false } : {}) }); if (process.env.isBrowser) { firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].firestore().enablePersistence({ synchronizeTabs: true }).catch(function (err) { console.error(err); window.alert(err); }); } var firestore = firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].firestore(); /* harmony default export */ __webpack_exports__["default"] = (firestore); var _a = firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].firestore, Timestamp = _a.Timestamp, GeoPoint = _a.GeoPoint, FieldValue = _a.FieldValue; /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../AxE2/node_modules/process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/ModelFactory.ts": /*!*********************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/ModelFactory.ts ***! \*********************************************************************/ /*! exports provided: getDefaultPermission, sanitizePermission, ModelFactory, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getDefaultPermission", function() { return getDefaultPermission; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "sanitizePermission", function() { return sanitizePermission; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ModelFactory", function() { return ModelFactory; }); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.string.search.js */ "./node_modules/core-js/modules/es.string.search.js"); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _fireModels__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! ../fireModels */ "../CORE_FW/models/fireModels/index.ts"); /* harmony import */ var _dataTypes__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! ./_dataTypes */ "../CORE_FW/models/FireORMModelSharedRecources/_dataTypes.js"); /* harmony import */ var _modelHelper__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! ./modelHelper */ "../CORE_FW/models/FireORMModelSharedRecources/modelHelper.ts"); /* harmony import */ var _$algoliasearch__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! ./$algoliasearch */ "../CORE_FW/models/FireORMModelSharedRecources/$algoliasearch.ts"); /* harmony import */ var _$appHook__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! ./$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _$firestore__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! ./$firestore */ "../CORE_FW/models/FireORMModelSharedRecources/$firestore.ts"); var DefaultPermission = { create: true, read: true, update: true, delete: true }; var getDefaultPermission = function getDefaultPermission() { return Object.assign({}, DefaultPermission); }; var sanitizePermission = function sanitizePermission(permission) { return { create: permission.create === false ? false : true, read: permission.read === false ? false : true, update: permission.update === false ? false : true, delete: permission.delete === false ? false : true }; }; var ModelFactory = /** @class */ function () { function ModelFactory(tableName, modelDefinition) { var _this = this; if (modelDefinition === void 0) { modelDefinition = null; } _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].callHooksNonAsync(ModelFactory.hooks.init.before, { tableName: tableName, modelDefinition: modelDefinition }, this); _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].callHooksNonAsync(ModelFactory.hooks.byModelName(tableName).init.before, { tableName: tableName, modelDefinition: modelDefinition }, this); var model = null; if (modelDefinition) { model = modelDefinition; } else { model = _fireModels__WEBPACK_IMPORTED_MODULE_13__["default"][tableName] ? typeof _fireModels__WEBPACK_IMPORTED_MODULE_13__["default"][tableName] === 'function' ? _fireModels__WEBPACK_IMPORTED_MODULE_13__["default"][tableName]({}, _dataTypes__WEBPACK_IMPORTED_MODULE_14__["default"]) : _fireModels__WEBPACK_IMPORTED_MODULE_13__["default"][tableName] : null; } if (!model) { return; } this.colOrders = []; Object.keys(model).forEach(function (key) { // @ts-ignore _this[key] = model[key]; }); // Set shortcut params this.colNames = []; this.colLabels = {}; this.editCallbacksByColname = {}; this.facetColumns = {}; this.modelMethods = {}; Object.keys(this.columns).sort(function (colName1, colName2) { return _this.colOrders.indexOf(colName1) - _this.colOrders.indexOf(colName2); }).map(function (colName) { var col = _this.columns[colName]; col.name = colName; _this.colNames.push(colName); _this.colLabels[colName] = col.label || colName; // Primary Keys if (col.primaryKey === true) { _this.primaryKeyCol = Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])({ name: colName }, col); } // editCallback if (typeof col.editCallback === 'function') { _this.editCallbacksByColname[colName] = col.editCallback; } // Faceting for Algolia search if (col.facet) { _this.facetColumns[colName] = col.facet; } // Configure REFERENCE // referenceã®å ´åˆã¯ã€ãã®Ref値をä¿æŒã™ã‚‹ã‚«ãƒ©ãƒ ã‚’è¿½åŠ ã™ã‚‹ if (col.type === 'REFERENCE') { if (!col.referenceOfStore || !col.referenceOfStore.storeName || !col.referenceOfStore.label || !col.referenceOfStore.key) { throw new Error("[lib/ModelFactory.ts] tableName: " + _this.tableName + " of colName: " + colName + ", type: 'REFERENCE' need to has correct referenceOfStore.key, label, storeName"); } var refLabelColName_1 = col.referenceOfStore.refLabelColName || col.referenceOfStore.storeName + "_" + col.referenceOfStore.label + "_"; var func = null; if (!_this.columns[refLabelColName_1]) { _this.columns[refLabelColName_1] = { type: 'STRING', name: refLabelColName_1, label: refLabelColName_1.replace(/_*$/, ''), editable: false, inputAttrs: { placeholder: '(自動算出)' } }; _this.colNames.push(refLabelColName_1); _this.colLabels[colName] = refLabelColName_1; // Add autoCalc // if(this.editCallbacksByColname[colName]) { // func = this.editCallbacksByColname[colName] // } } _this.editCallbacksByColname[colName] = function (_a) { var row = _a.row, newValue = _a.newValue, oldValue = _a.oldValue, isNewRecord = _a.isNewRecord; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(_this, void 0, void 0, function () { var $data, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_b) { switch (_b.label) { case 0: if (!(newValue && newValue !== oldValue)) return [3 /*break*/ , 4]; _b.label = 1; case 1: _b.trys.push([1, 3,, 4]); return [4 /*yield*/ , window.$nuxt.$models[col.referenceOfStore.storeName].findById(newValue)]; case 2: $data = _b.sent(); if ($data) { row[refLabelColName_1] = typeof col.referenceOfStore.labelFormatter === 'function' ? col.referenceOfStore.labelFormatter($data) : $data[col.referenceOfStore.label]; } return [3 /*break*/ , 4]; case 3: e_1 = _b.sent(); console.error(e_1); console.error({ row: row, newValue: newValue, oldValue: oldValue }); return [3 /*break*/ , 4]; case 4: if (col.editCallback) { row = col.editCallback({ row: row, newValue: newValue, oldValue: oldValue, isNewRecord: isNewRecord }); } return [2 /*return*/ , row]; } }); }); }; } // End of Configure REFERENCE }); this.editCallback = function (_a) { var row = _a.row, key = _a.key, newValue = _a.newValue, oldValue = _a.oldValue, isNewRecord = _a.isNewRecord; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(_this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_b) { switch (_b.label) { case 0: if (newValue === oldValue && !isNewRecord) { return [2 /*return*/ , row]; } if (!this.editCallbacksByColname[key]) return [3 /*break*/ , 2]; return [4 /*yield*/ , this.editCallbacksByColname[key]({ row: row, newValue: newValue, oldValue: oldValue, isNewRecord: isNewRecord })]; case 1: row = _b.sent(); _b.label = 2; case 2: return [2 /*return*/ , row]; } }); }); }; if (this.timestamps !== false && !this.columns.作æˆæ—¥æ™‚) { this.columns.作æˆæ—¥æ™‚ = { name: '作æˆæ—¥æ™‚', type: 'STRING', editable: false, inputAttrs: { disabled: true, placeholder: '(自動算出)' } }; } if (this.timestamps !== false && !this.columns.更新日時) { this.columns.更新日時 = { name: '更新日時', type: 'STRING', editable: false, inputAttrs: { disabled: true, placeholder: '(自動算出)' } }; } // Methods this.createNew = function () { return Object(_modelHelper__WEBPACK_IMPORTED_MODULE_15__["createNew"])(_this); }; this.getColsWithAssocs = function (models, modelAssociationDefs) { if (modelAssociationDefs === void 0) { modelAssociationDefs = null; } return Object(_modelHelper__WEBPACK_IMPORTED_MODULE_15__["getColsWithAssocs"])(_this, models, modelAssociationDefs || _this.associations); }; this.getColTableMap = function (models, modelAssociationDefs) { if (modelAssociationDefs === void 0) { modelAssociationDefs = null; } return Object(_modelHelper__WEBPACK_IMPORTED_MODULE_15__["getColTableMap"])(_this, modelAssociationDefs || _this.associations); }; if (model.modelMethods) { this.modelMethods = model.modelMethods; } if (model.shouldCreateHistoryData) { this.shouldCreateHistoryData = model.shouldCreateHistoryData; } /** * Algoliaã‚’Model全体ã¨ã—ã¦åˆ©ç”¨ã™ã‚‹ã‹ã©ã†ã‹ * 20210521時点: Default true ã ãŒã€default false ã«æŒã£ã¦ã„ããŸã„ */ this.useAlgolia = model.useAlgolia !== false; if (this.useAlgolia === false) { this.doNotSyncToAlgolia = false; this.useAlgoliaOnIndexView = false; } _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].callHooksNonAsync(ModelFactory.hooks.init.after, { tableName: tableName, modelDefinition: modelDefinition }, this); _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].callHooksNonAsync(ModelFactory.hooks.byModelName(tableName).init.after, { tableName: tableName, modelDefinition: modelDefinition }, this); } Object.defineProperty(ModelFactory, "hooks", { get: function get() { return { init: { after: '$CORE.ModelFactory.init.after', before: '$CORE.ModelFactory.init.before' }, byDatasource: function byDatasource(datasourceName) { return { find: Object(_$appHook__WEBPACK_IMPORTED_MODULE_17__["genExecutableHookSet"])("$CORE.ModelFactory.datasource:" + datasourceName + ".find") }; }, byModelName: function byModelName(modelName) { return { init: { after: "$CORE.ModelFactory." + modelName + ".init.after", before: "$CORE.ModelFactory." + modelName + ".init.before" }, find: Object(_$appHook__WEBPACK_IMPORTED_MODULE_17__["genExecutableHookSet"])('$CORE.ModelFactory.find') }; } }; }, enumerable: false, configurable: true }); Object.defineProperty(ModelFactory.prototype, "$firestore", { get: function get() { return window.$nuxt && window.$nuxt.$firestore ? window.$nuxt.$firestore : _$firestore__WEBPACK_IMPORTED_MODULE_18__["default"]; }, enumerable: false, configurable: true }); Object.defineProperty(ModelFactory.prototype, "collectionRef", { get: function get() { return this.$firestore.collection(this.tableName); }, enumerable: false, configurable: true }); /** * * @param id * overrideable */ ModelFactory.prototype.findById = function (id) { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var doc; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (this.overrides && this.overrides.findById) { return [2 /*return*/ , this.overrides.findById(id)]; } return [4 /*yield*/ , this.collectionRef.doc("" + id).get()]; case 1: doc = _a.sent(); return [2 /*return*/ , doc.exists ? Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])({}, doc.data()), { id: doc.id }) : null]; } }); }); }; ModelFactory.prototype.findByIdFromAlgo = function (id) { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var doc, e_2; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 2,, 3]); return [4 /*yield*/ , this.algoIndex.getObject(id) // @ts-ignore ]; case 1: doc = _a.sent(); // @ts-ignore doc.id = id; return [2 /*return*/ , doc]; case 2: e_2 = _a.sent(); // algoIndex.getObject can throw 404 Error return [2 /*return*/ , null]; case 3: return [2 /*return*/ ]; } }); }); }; /** * TODO: V3ã§ã¯ãƒ‘ラメータを調整ã—ãŸã„。(複åˆæ¤œç´¢å¯¾å¿œ) * @param query * @param optionsOfAlgoliaSearch */ ModelFactory.prototype.findAll = function (query, optionsOfAlgoliaSearch) { if (query === void 0) { query = ''; } if (optionsOfAlgoliaSearch === void 0) { optionsOfAlgoliaSearch = {}; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var findHookNameByModel, findHookNameByDatasource, targetHookName; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { if (this.overrides && this.overrides.findAll) { return [2 /*return*/ , this.overrides.findAll(query = '', optionsOfAlgoliaSearch)]; } /** * datasource ãŒæŒ‡å®šã•ã‚Œã¦ã„ã‚Œã°ã€ãƒ—ラグインå´ã®æŒ™å‹•ã«é ¼ã£ã¦ã„ã ($appHook経由) */ if (this.datasource) { findHookNameByModel = ModelFactory.hooks.byModelName(this.tableName).find.DO; findHookNameByDatasource = ModelFactory.hooks.byDatasource(this.datasource).find.DO; targetHookName = _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].hasHook(findHookNameByModel) ? findHookNameByModel : _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].hasHook(findHookNameByDatasource) ? findHookNameByDatasource : null; return [2 /*return*/ , _$appHook__WEBPACK_IMPORTED_MODULE_17__["$appHook"].doExecutableHook({ callerContext: this, currentValue: [], hookBaseName: targetHookName, additionalArgs: { query: query, optionsOfAlgoliaSearch: optionsOfAlgoliaSearch } })]; } return [2 /*return*/ , this.__defaultBehaviorOfFindAll(query, optionsOfAlgoliaSearch)]; }); }); }; /** * V3ã§ã¯å¤–出ã—ã—ãŸã„, findAllã®æŒ™å‹• * 一旦Migrationã®ãŸã‚ã«ã“ã“ã«åˆ‡ã‚Šå‡ºã—ã¦ã„ã‚‹ãŒã€åˆ†å‰²ã—ãŸã„ * @private */ ModelFactory.prototype.__defaultBehaviorOfFindAll = function (query, optionsOfAlgoliaSearch) { if (query === void 0) { query = ''; } if (optionsOfAlgoliaSearch === void 0) { optionsOfAlgoliaSearch = {}; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var option, index, hits; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: option = Object.assign({}, optionsOfAlgoliaSearch); index = this.algoIndex; hits = []; return [4 /*yield*/ , index.browseObjects({ query: query, filters: option.filters, batch: function batch(_batch) { hits = hits.concat(_batch.map(function (d) { if (!d.id) { d.id = d.objectID; } return d; })); } })]; case 1: _a.sent(); return [2 /*return*/ , hits]; } }); }); }; ModelFactory.prototype.findAllWithoutBrowse = function (query, optionsOfAlgoliaSearch) { if (query === void 0) { query = ''; } if (optionsOfAlgoliaSearch === void 0) { optionsOfAlgoliaSearch = {}; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!optionsOfAlgoliaSearch.hitsPerPage) { optionsOfAlgoliaSearch.hitsPerPage = 1000; } return [4 /*yield*/ , this.algoIndex.search(query, optionsOfAlgoliaSearch)]; case 1: return [2 /*return*/ , _a.sent().hits]; } }); }); }; Object.defineProperty(ModelFactory.prototype, "algoIndex", { get: function get() { return (window.$nuxt && window.$nuxt.$algoliasearch ? window.$nuxt.$algoliasearch : _$algoliasearch__WEBPACK_IMPORTED_MODULE_16__["default"]).initIndex(this.tableName); }, enumerable: false, configurable: true }); ModelFactory.prototype.findAllWithPagination = function (query, optionsOfAlgoliaSearch) { if (query === void 0) { query = ''; } if (optionsOfAlgoliaSearch === void 0) { optionsOfAlgoliaSearch = {}; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var options, index, hits, firstResult; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: options = Object.assign({}, optionsOfAlgoliaSearch, { hitsPerPage: 1000, page: 0 }); index = this.algoIndex; hits = []; return [4 /*yield*/ , index.search(query, options)]; case 1: firstResult = _a.sent(); if (firstResult.nbPages === 1) { return [2 /*return*/ , firstResult.hits]; } return [2 /*return*/ , hits]; } }); }); }; ModelFactory.prototype.findAllBy = function (filters, optionsOfAlgoliaSearch) { if (optionsOfAlgoliaSearch === void 0) { optionsOfAlgoliaSearch = {}; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var option, _a; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_b) { switch (_b.label) { case 0: /** * Model定義上ã®ä¸Šæ›¸ã挙動 */ if (this.overrides && this.overrides.findAllBy) { return [2 /*return*/ , this.overrides.findAllBy(filters, optionsOfAlgoliaSearch)]; } if (!(typeof filters === 'function')) return [3 /*break*/ , 2]; return [4 /*yield*/ , this.findAll('', optionsOfAlgoliaSearch)]; case 1: return [2 /*return*/ , _b.sent().filter(filters)]; case 2: option = optionsOfAlgoliaSearch; option.filters = this._formatObjectFiltersExpressionForAlgo(filters); console.log("findAllBy, option.filters:", option.filters); if (!option.filters) return [3 /*break*/ , 4]; return [4 /*yield*/ , this.findAll('', option)]; case 3: _a = _b.sent(); return [3 /*break*/ , 5]; case 4: _a = []; _b.label = 5; case 5: return [2 /*return*/ , _a]; } }); }); }; ModelFactory.prototype.countBy = function (filters) { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: filters = this._formatObjectFiltersExpressionForAlgo(filters); return [4 /*yield*/ , this.algoIndex.search('', { filters: filters })]; case 1: return [2 /*return*/ , _a.sent().nbHits]; } }); }); }; ModelFactory.prototype.findAllByIds = function (ids) { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (this.overrides && this.overrides.findAllByIds) { return [2 /*return*/ , this.overrides.findAllByIds(ids)]; } return [4 /*yield*/ , this.algoIndex.getObjects(ids)]; case 1: return [2 /*return*/ , _a.sent().results]; } }); }); }; ModelFactory.prototype.findAllFromFirebase = function (where, limit, orderBy, paged) { if (limit === void 0) { limit = null; } if (orderBy === void 0) { orderBy = null; } if (paged === void 0) { paged = 1; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var collectionRef, i, res; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: collectionRef = this.collectionRef; if (where) { if (!Array.isArray(where)) { where = Object.keys(where).map(function (k) { return [k, '==', where[k]]; }); } for (i = 0; i < where.length; i++) { // @ts-ignore collectionRef = collectionRef.where(where[i][0], where[i][1], where[i][2]); } } if (orderBy && orderBy[0] && orderBy[1]) { // @ts-ignore collectionRef = collectionRef.orderBy(orderBy[0], orderBy[1]); } if (limit) { // @ts-ignore collectionRef = collectionRef.limit(limit * paged); } return [4 /*yield*/ , collectionRef.get()]; case 1: res = _a.sent().docs.map(function (r) { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])({}, r.data()), { id: r.id }); }); // TODO: sliceã—ã¦ã—ã¾ã£ã¦ã„ã‚‹ã®ã‚’ã‚„ã‚ãŸã„ if (limit && paged) { return [2 /*return*/ , res.slice(limit * (paged - 1), limit * paged)]; } else { return [2 /*return*/ , res]; } return [2 /*return*/ ]; } }); }); }; ModelFactory.prototype.findAllFromAlgolia = function (where, fetchFromLocal, _a) { if (where === void 0) { where = null; } if (fetchFromLocal === void 0) { fetchFromLocal = true; } var _b = _a.attributesToRetrieve, attributesToRetrieve = _b === void 0 ? null : _b; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_c) { return [2 /*return*/ ]; }); }); }; ModelFactory.prototype.fetchFacets = function (facets, filters) { if (facets === void 0) { facets = ['*']; } if (filters === void 0) { filters = ''; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var searchOptions, res; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: searchOptions = { facets: facets, length: 1, offset: 0, filters: '' }; if (filters) { searchOptions.filters = this._formatObjectFiltersExpressionForAlgo(filters); } return [4 /*yield*/ , this.algoIndex.search('', searchOptions)]; case 1: res = _a.sent(); return [2 /*return*/ , res.facets]; } }); }); }; ModelFactory.prototype.fetchFacetNamesByColName = function (colName, filters) { if (filters === void 0) { filters = ''; } return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__awaiter"])(this, void 0, void 0, function () { var facets; return Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , this.fetchFacets([colName], filters)]; case 1: facets = _a.sent(); return [2 /*return*/ , Object.keys(facets[colName] || {})]; } }); }); }; ModelFactory.prototype._formatObjectFiltersExpressionForAlgo = function (filters) { var _this = this; if (typeof filters === 'string') { return filters; } // https://www.algolia.com/doc/api-reference/api-parameters/filters/#apply-filters-on-a-search-query // NOTE: The attr have to be registered as Facet on Algolia indexing return Object.keys(filters) // @ts-ignore .reduce(function (res, r) { if (_this.facetColumns[r]) { var filterKey = r.indexOf('"') >= 0 ? "\"" + r.replace('"', '\\\\"') + "\"" : r; var filterValue = typeof filters[r] === 'string' ? "\"" + filters[r].replace('"', '\\\\"') + "\"" : filters[r]; res.push(filterKey + ":" + filterValue); } return res; }, []) // @ts-ignore .join(' AND '); }; return ModelFactory; }(); /* harmony default export */ __webpack_exports__["default"] = (ModelFactory); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/_dataTypes.js": /*!*******************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/_dataTypes.js ***! \*******************************************************************/ /*! exports provided: dataTypes, default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "dataTypes", function() { return dataTypes; }); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1__); /** * Vueã§ãƒãƒ³ãƒ‰ãƒªãƒ³ã‚°ã™ã‚‹ãŸã‚ã®Dummy用DataTypes */ var dataTypes = { STRING: function STRING() { for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { args[_key] = arguments[_key]; } return t.apply(void 0, ['STRING'].concat(args)); }, TEXT: function TEXT() { for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) { args[_key2] = arguments[_key2]; } return t.apply(void 0, ['TEXT'].concat(args)); }, CITEXT: function CITEXT() { for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { args[_key3] = arguments[_key3]; } return t.apply(void 0, ['CITEXT'].concat(args)); }, INTEGER: function INTEGER() { for (var _len4 = arguments.length, args = new Array(_len4), _key4 = 0; _key4 < _len4; _key4++) { args[_key4] = arguments[_key4]; } return t.apply(void 0, ['INTEGER'].concat(args)); }, BIGINT: function BIGINT() { for (var _len5 = arguments.length, args = new Array(_len5), _key5 = 0; _key5 < _len5; _key5++) { args[_key5] = arguments[_key5]; } return t.apply(void 0, ['BIGINT'].concat(args)); }, FLOAT: function FLOAT() { for (var _len6 = arguments.length, args = new Array(_len6), _key6 = 0; _key6 < _len6; _key6++) { args[_key6] = arguments[_key6]; } return t.apply(void 0, ['FLOAT'].concat(args)); }, REAL: function REAL() { for (var _len7 = arguments.length, args = new Array(_len7), _key7 = 0; _key7 < _len7; _key7++) { args[_key7] = arguments[_key7]; } return t.apply(void 0, ['REAL'].concat(args)); }, DOUBLE: function DOUBLE() { for (var _len8 = arguments.length, args = new Array(_len8), _key8 = 0; _key8 < _len8; _key8++) { args[_key8] = arguments[_key8]; } return t.apply(void 0, ['DOUBLE'].concat(args)); }, DECIMAL: function DECIMAL() { for (var _len9 = arguments.length, args = new Array(_len9), _key9 = 0; _key9 < _len9; _key9++) { args[_key9] = arguments[_key9]; } return t.apply(void 0, ['DECIMAL'].concat(args)); }, DATE: function DATE() { for (var _len10 = arguments.length, args = new Array(_len10), _key10 = 0; _key10 < _len10; _key10++) { args[_key10] = arguments[_key10]; } return t.apply(void 0, ['DATE'].concat(args)); }, DATEONLY: function DATEONLY() { for (var _len11 = arguments.length, args = new Array(_len11), _key11 = 0; _key11 < _len11; _key11++) { args[_key11] = arguments[_key11]; } return t.apply(void 0, ['DATEONLY'].concat(args)); }, BOOLEAN: function BOOLEAN() { for (var _len12 = arguments.length, args = new Array(_len12), _key12 = 0; _key12 < _len12; _key12++) { args[_key12] = arguments[_key12]; } return t.apply(void 0, ['BOOLEAN'].concat(args)); }, ENUM: function ENUM() { for (var _len13 = arguments.length, args = new Array(_len13), _key13 = 0; _key13 < _len13; _key13++) { args[_key13] = arguments[_key13]; } return t.apply(void 0, ['ENUM'].concat(args)); }, ARRAY: function ARRAY() { for (var _len14 = arguments.length, args = new Array(_len14), _key14 = 0; _key14 < _len14; _key14++) { args[_key14] = arguments[_key14]; } return t.apply(void 0, ['ARRAY'].concat(args)); }, JSON: function JSON() { for (var _len15 = arguments.length, args = new Array(_len15), _key15 = 0; _key15 < _len15; _key15++) { args[_key15] = arguments[_key15]; } return t.apply(void 0, ['JSON'].concat(args)); }, JSONB: function JSONB() { for (var _len16 = arguments.length, args = new Array(_len16), _key16 = 0; _key16 < _len16; _key16++) { args[_key16] = arguments[_key16]; } return t.apply(void 0, ['JSONB'].concat(args)); }, BLOB: function BLOB() { for (var _len17 = arguments.length, args = new Array(_len17), _key17 = 0; _key17 < _len17; _key17++) { args[_key17] = arguments[_key17]; } return t.apply(void 0, ['BLOB'].concat(args)); }, UUID: function UUID() { for (var _len18 = arguments.length, args = new Array(_len18), _key18 = 0; _key18 < _len18; _key18++) { args[_key18] = arguments[_key18]; } return t.apply(void 0, ['UUID'].concat(args)); }, CIDR: function CIDR() { for (var _len19 = arguments.length, args = new Array(_len19), _key19 = 0; _key19 < _len19; _key19++) { args[_key19] = arguments[_key19]; } return t.apply(void 0, ['CIDR'].concat(args)); }, INET: function INET() { for (var _len20 = arguments.length, args = new Array(_len20), _key20 = 0; _key20 < _len20; _key20++) { args[_key20] = arguments[_key20]; } return t.apply(void 0, ['INET'].concat(args)); }, MACADDR: function MACADDR() { for (var _len21 = arguments.length, args = new Array(_len21), _key21 = 0; _key21 < _len21; _key21++) { args[_key21] = arguments[_key21]; } return t.apply(void 0, ['MACADDR'].concat(args)); }, RANGE: function RANGE() { for (var _len22 = arguments.length, args = new Array(_len22), _key22 = 0; _key22 < _len22; _key22++) { args[_key22] = arguments[_key22]; } return t.apply(void 0, ['RANGE'].concat(args)); }, GEOMETRY: function GEOMETRY() { for (var _len23 = arguments.length, args = new Array(_len23), _key23 = 0; _key23 < _len23; _key23++) { args[_key23] = arguments[_key23]; } return t.apply(void 0, ['GEOMETRY'].concat(args)); } }; var t = function t(typeName) { for (var _len24 = arguments.length, args = new Array(_len24 > 1 ? _len24 - 1 : 0), _key24 = 1; _key24 < _len24; _key24++) { args[_key24 - 1] = arguments[_key24]; } return "".concat(typeName).concat(args.length ? "(".concat(args.join(','), ")") : ''); }; /* harmony default export */ __webpack_exports__["default"] = (dataTypes); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/constants.ts": /*!******************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/constants.ts ***! \******************************************************************/ /*! exports provided: ColumnTypes, codeInputCommonAttrs */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ColumnTypes", function() { return ColumnTypes; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "codeInputCommonAttrs", function() { return codeInputCommonAttrs; }); var ColumnTypes = { String: 'STRING', Text: 'TEXT', RichText: 'RICHTEXT', Number: 'NUMBER', DateOnly: 'DATEONLY', Datetime: 'DATETIME', Boolean: 'BOOLEAN', Reference: 'REFERENCE', ArrayOfObject: 'ARRAY_OF_OBJECT', File: 'FILE', FileUpload: 'FILEUPLOAD', HTMLContent: 'HTML_CONTENT', Select: 'SELECT', MultiSelect: 'MULTISELECT' }; /** * Javascriptコードを入力ã™ã‚‹columnã®å…±é€šprops */ var codeInputCommonAttrs = { wrapperClass: 'col-12', class: 'bg-dark text-white', rows: 8, style: 'font-family: monospace, monospace; letter-spacing: .05em;' }; /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/firebaseAppInitializer.ts": /*!*******************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/firebaseAppInitializer.ts ***! \*******************************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(process) {/* harmony import */ var firebase_app__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! firebase/app */ "../CORE_FW/models/node_modules/firebase/app/dist/index.esm.js"); // Initialize Firebase if (firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].apps.length === 0) { firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].initializeApp({ apiKey: process.env.FIREBASE_API_KEY, authDomain: process.env.FIREBASE_AUTH_DOMAIN, databaseURL: process.env.FIREBASE_DATABASE_URL, projectId: process.env.FIREBASE_PROJECTID, storageBucket: process.env.FIREBASE_STORAGE_BUCKET, messagingSenderId: process.env.FIREBASE_MESSAGING_SENDERID, appId: process.env.FIREBASE_APPID, measurementId: process.env.FIREBASE_MEASUREMENTID }); } /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../AxE2/node_modules/process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/dataImportSettings.ts": /*!********************************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/dataImportSettings.ts ***! \********************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../constants */ "../CORE_FW/models/FireORMModelSharedRecources/constants.ts"); // @ts-ignore var md5 = __webpack_require__(/*! md5 */ "../CORE_FW/models/node_modules/md5/md5.js"); var modelName = 'dataImportSettings'; var model = { tableName: modelName, tableLabel: 'データインãƒãƒ¼ãƒˆè¨å®š', bulkControllable: true, useAlgolia: false, tableComment: '', defaultSort: { key: 'createdAt', order: 'asc' }, columns: { name: { label: 'インãƒãƒ¼ãƒˆè¨å®šå', type: 'STRING', facet: true, unique: true, // editable: false, // editableOnCreate: true, searchable: true, // inputHelpText: 'å称ã¯å¾Œã‹ã‚‰å¤‰æ›´ã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã®ã§ã”注æ„ãã ã•ã„。', validate: { notEmpty: true }, inputAttrs: { wrapperClass: 'col-4' } }, targetModelName: { type: 'SELECT', label: 'インãƒãƒ¼ãƒˆå…ˆãƒ¢ãƒ‡ãƒ«', editable: false, editableOnCreate: true, validate: { notEmpty: true }, selections: function selections() { return Object.keys(window.$nuxt.$models).filter(function (modelName) { return window.$nuxt.$models[modelName].tableLabel; }); }, inputAttrs: { wrapperClass: 'col-4' } }, desc: { label: 'ãƒã‚¸ãƒƒã‚¯ã®è£œè¶³èª¬æ˜Ž', type: 'TEXT', inputAttrs: { wrapperClass: 'col-4' } }, pathThroughOriginalProps: { label: 'パススルーå–込を実施', type: 'BOOLEAN', default: false, inputAttrs: { wrapperClass: 'col-2' }, comment: 'Excel列å(1列目)ã®é …ç›®åã‚’ãã®ã¾ã¾å–ã‚Šè¾¼ã¿ã¾ã™ã€‚モデルã®ã‚«ãƒ©ãƒ ã¨ã—ã¦è¨å®šã•ã‚Œã¦ã„ãªã„é …ç›®åã§ã‚‚ã€ãƒ‡ãƒ¼ã‚¿ã®å±žæ€§ã¨ã—ã¦ä¿å˜ã•ã‚Œã¾ã™ã€‚変æ›å‡¦ç†å‰ã«ä¿å˜å¯¾è±¡ã¸ã‚»ãƒƒãƒˆã•ã‚Œã¾ã™ã€‚' }, useDateConversion: { // TODO: 未実装 on ./importServiceWithDataImportSetting.ts label: '日付変æ›ã‚’利用ã™ã‚‹', type: 'BOOLEAN', default: true, inputAttrs: { wrapperClass: 'col-2' }, visibleOnIndex: false, editCallback: function editCallback(_a) { var row = _a.row, newValue = _a.newValue, oldValue = _a.oldValue; if (newValue !== oldValue && newValue && !row.dateConversionFormat) { row.dateConversionFormat = 'yyyy-mm-dd'; } return row; } }, dateConversionFormat: { // TODO: 未実装 on ./importServiceWithDataImportSetting.ts label: '日付変æ›ãƒ•ã‚©ãƒ¼ãƒžãƒƒãƒˆ', type: 'STRING', enableIf: { useDateConversion: true }, default: 'yyyy-mm-dd', visibleOnIndex: false }, useBeforeFormatFunction: { label: '変æ›å‡¦ç†å‰é–¢æ•°(全件対象)を利用ã™ã‚‹', type: 'BOOLEAN', visibleOnIndex: false }, beforeFormatFunction: { label: '変æ›å‡¦ç†å‰é–¢æ•°(全件対象)', type: 'TEXT', comment: 'async ({originalDataRows}): Promise<any[]> => { (...) } ã®ã‚³ãƒ³ãƒ†ã‚ストã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚originalDataRowsã®ãƒ—ãƒãƒ‘ティをè¨å®šã€æ›¸ãæ›ãˆãã ã•ã„。', inputAttrs: Object(tslib__WEBPACK_IMPORTED_MODULE_5__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_5__["__assign"])({}, _constants__WEBPACK_IMPORTED_MODULE_6__["codeInputCommonAttrs"]), { placeholder: 'originalDataRows = originalDataRows.filter(...)' }), enableIf: { useBeforeFormatFunction: true }, visibleOnIndex: false }, beforeEachRowConvertFunction: { label: '1è¡Œå˜ä½ã§ã®å‡¦ç†é–¢æ•°(変æ›å‰å‡¦ç†)', comment: 'async ({row, sourceDataRow, allSourceDataRows, sourceDataRowIndex}): Promise<row> => { (...); return row } ã®ã‚³ãƒ³ãƒ†ã‚ストã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚rowã®ãƒ—ãƒãƒ‘ティをè¨å®šã€æ›¸ãæ›ãˆãã ã•ã„。', type: 'TEXT', inputHelpText: 'ユニークã‚ーã®è¨å®šãªã©ã«åˆ©ç”¨, ユニークã‚ーを定義ã—ãŸã„å ´åˆã«ã¯ã€ idUnHashed プãƒãƒ‘ティをè¨å®šãã ã•ã„。md5関数を通ã˜ã¦idã¸å¤‰æ›ã•ã‚Œã¾ã™ã€‚', inputAttrs: _constants__WEBPACK_IMPORTED_MODULE_6__["codeInputCommonAttrs"] }, useAfterFormatFunction: { label: '変æ›å‡¦ç†å¾Œé–¢æ•°(全件対象)を利用ã™ã‚‹', type: 'BOOLEAN', visibleOnIndex: false }, afterFormatFunction: { label: '変æ›å‡¦ç†å¾Œé–¢æ•°(全件対象)', type: 'TEXT', comment: 'async ({formattedDataRows}): Promise<any[]> => { (...) } ã®ã‚³ãƒ³ãƒ†ã‚ストã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚originalDataRowsã®ãƒ—ãƒãƒ‘ティをè¨å®šã€æ›¸ãæ›ãˆãã ã•ã„。', inputAttrs: _constants__WEBPACK_IMPORTED_MODULE_6__["codeInputCommonAttrs"], enableIf: { useAfterFormatFunction: true }, visibleOnIndex: false }, useBeforeSaveFunction: { label: 'ä¿å˜å‡¦ç†ç›´å‰é–¢æ•°(全件対象)を利用ã™ã‚‹', type: 'BOOLEAN', visibleOnIndex: false }, beforeSaveFunction: { label: 'ä¿å˜å‡¦ç†ç›´å‰é–¢æ•°(全件対象)', type: 'TEXT', comment: 'async ({formattedDataRows}): Promise<any[]> => { (...) } ã®ã‚³ãƒ³ãƒ†ã‚ストã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚formattedDataRowsã®ãƒ—ãƒãƒ‘ティをè¨å®šã€æ›¸ãæ›ãˆãã ã•ã„。', inputAttrs: _constants__WEBPACK_IMPORTED_MODULE_6__["codeInputCommonAttrs"], enableIf: { useBeforeSaveFunction: true }, visibleOnIndex: false }, useAfterSaveFunction: { label: 'ä¿å˜å‡¦ç†å¾Œé–¢æ•°(全件対象)を利用ã™ã‚‹', type: 'BOOLEAN', visibleOnIndex: false }, afterSaveFunction: { label: 'ä¿å˜å‡¦ç†å¾Œé–¢æ•°(全件対象)', type: 'TEXT', comment: 'async ({formattedDataRows}): Promise<any[]> => { (...) } ã®ã‚³ãƒ³ãƒ†ã‚ストã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚formattedDataRowsã®ãƒ—ãƒãƒ‘ティをè¨å®šã€æ›¸ãæ›ãˆãã ã•ã„。', inputAttrs: _constants__WEBPACK_IMPORTED_MODULE_6__["codeInputCommonAttrs"], enableIf: { useAfterSaveFunction: true }, visibleOnIndex: false }, excludeFields: { enableIf: function enableIf(row) { return !!row.targetModelName; }, type: 'MULTISELECT', label: 'å–込対象外フィールド (ä¿è·ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰)', inputAttrs: { wrapperClass: 'col-12' }, selections: function selections($store, record, currentValue, initialValue) { return [''].concat(window.$nuxt.$models[record.targetModelName].colNames); }, inputHelpText: '指定ã—ãŸãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã¯å–込時ã«æ›´æ–°ã•ã‚Œãšã€å€¤ãŒä¿è·ã•ã‚Œã¾ã™ã€‚å„è¡Œã®å¤‰æ›å‡¦ç†å¾Œã«é™¤å¤–処ç†ã‚’実施ã—ã¾ã™ã€‚' }, fields: { enableIf: function enableIf(row) { return !!row.targetModelName; }, label: 'å–ã‚Šè¾¼ã¿åˆ—毎ã®å¤‰æ›å‡¦ç†è¨å®š', type: 'ARRAY_OF_OBJECT', visibleOnIndex: false, inputAttrs: { wrapperClass: 'col-12' }, minValueLength: 1, columns: { behavior: { label: 'å–込挙動', type: 'SELECT', strictSelections: true, selections: function selections() { return ['direct', 'func', 'passThrough']; }, default: 'direct', validate: { notEmpty: true }, inputAttrs: { wrapperClass: 'col-2' } }, dataCol: { type: 'STRING', label: 'å–ã‚Šè¾¼ã¿ãƒ‡ãƒ¼ã‚¿åˆ—å', validate: { notEmpty: true }, inputAttrs: { wrapperClass: 'col-2' } }, tCol: { type: 'STRING', label: 'ä¿å˜å…ˆãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰å', // validate: { notEmpty: true }, dynamicSelections: true, selections: function selections($store, record, currentValue, initialValue) { var selectedTColNames = record.fields.map(function (f) { return f.tCol; }); return [''].concat(window.$nuxt.$models[record.targetModelName].colNames.filter(function (colName) { return selectedTColNames.indexOf(colName) === -1; })); }, inputAttrs: { wrapperClass: 'col-2' }, enableIf: function enableIf(row, parentRecord) { return row.behavior === 'direct'; } }, tFunc: { enableIf: function enableIf(row, parentRecord) { return row.behavior === 'func'; }, label: '変æ›å‡¦ç†é–¢æ•°(オプション)', type: 'TEXT', comment: 'async ({row, dataColName, value, sourceDataRow, allSourceDataRows, sourceDataRowIndex}): Promise<row> => { (...); return row } ã®ã‚³ãƒ³ãƒ†ã‚ストã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚rowã®ãƒ—ãƒãƒ‘ティをè¨å®šã€æ›¸ãæ›ãˆãã ã•ã„。', inputAttrs: { wrapperClass: 'col-5' }, default: '' }, execPriority: { type: 'NUMBER', label: '処ç†é †', inputAttrs: { wrapperClass: 'col-1', placeholder: '0' }, inputHelpText: '優先度 æ˜‡é †', default: '' } }, validate: { notEmpty: true, doNotDuplicateDataColOrTargetColName: function doNotDuplicateDataColOrTargetColName(value, col, modelName, record) { console.log({ value: value, col: col, modelName: modelName, record: record }); if (!value) { return false; } // dataCol é‡è¤‡ var dupDataCols = value.filter(function (x, i, self) { return self.indexOf(x) !== self.lastIndexOf(x); }); // tCol é‡è¤‡ var dupTCols = value.filter(function (x, i, self) { return self.indexOf(x) !== self.lastIndexOf(x); }); if (dupDataCols.length || dupTCols.length) { return "" + (dupDataCols.length ? "\u53D6\u308A\u8FBC\u307F\u30C7\u30FC\u30BF\u5217\u540D \"" + dupDataCols.join('", "') + "\" \u304C\u91CD\u8907\u3057\u3066\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002" : '') + ("" + (dupTCols.length ? "\u4FDD\u5B58\u5148\u30D5\u30A3\u30FC\u30EB\u30C9\u540D \"" + dupTCols.join('", "') + "\" \u304C\u91CD\u8907\u3057\u3066\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002" : '')); } return false; } } } }, showOnSettingMenu: true, showOnMainmenu: false, beforeSave: function beforeSave(row, oldData) { console.log({ row: row }); return row; }, shouldCreateHistoryData: function shouldCreateHistoryData(_a) { var before = _a.before, after = _a.after; return true; }, submenuLinks: [{ to: '/importDataFromExternal', label: 'データインãƒãƒ¼ãƒˆå®Ÿè¡Œ' }] }; /* harmony default export */ __webpack_exports__["default"] = (model); // action to import data /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/files.ts": /*!*******************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/files.ts ***! \*******************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__); var model = { tableName: 'files', tableLabel: 'ファイル', tableComment: '', timestamps: true, defaultSort: { key: 'createdAt', order: 'desc' }, columns: { name: { label: 'ファイルå', type: 'STRING', validate: { notEmpty: true }, searchable: true }, filePath: { label: 'URL', type: 'STRING', inputComponent: function inputComponent() { // @ts-ignore return Promise.all(/*! import() */[__webpack_require__.e(76), __webpack_require__.e(21)]).then(__webpack_require__.bind(null, /*! ../../../firebase_nuxt/FireORMNuxtSharedResources/components/inputImageUploader.vue */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/inputImageUploader.vue")); }, validate: { notEmpty: true } }, category: { label: 'カテゴリ', type: 'STRING', selectionsWithAlgoFacetsColName: 'category', facet: { showOnSearch: true } }, _tags: { label: 'ã‚¿ã‚°', type: 'MULTISELECT', selectionsWithAlgoFacetsColName: '_tags', facet: { showOnSearch: true } }, 作æˆæ—¥æ™‚: { type: 'STRING', editable: false }, 更新日時: { type: 'STRING', editable: false } // fileUrl: { // type: 'FILE_PREVIEW', // // @ts-ignore // inputComponent: () => import('../modelServices/inputFilePreview.vue'), // visibleOnIndex: false, // // editable: false, // }, }, // showOnSettingMenu: true, showOnMainmenu: false, showOnSettingMenu: true, // algoSettings: { // sorting: ['desc(timestamp)'], // }, shouldCreateHistoryData: function shouldCreateHistoryData(_a) { var before = _a.before, after = _a.after; return false; } }; /* harmony default export */ __webpack_exports__["default"] = (model); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/importableModels.ts": /*!******************************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/importableModels.ts ***! \******************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ "./node_modules/core-js/modules/es.array.includes.js"); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.string.includes.js */ "./node_modules/core-js/modules/es.string.includes.js"); /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../constants */ "../CORE_FW/models/FireORMModelSharedRecources/constants.ts"); /** * importableModelã§ä½œæˆå¯èƒ½ãªColumnType */ var selectableColumnTypes = [_constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].RichText, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Number, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].DateOnly, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].File, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Select, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].MultiSelect, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Reference]; /** * selectableOptionsを指定å¯èƒ½ãªColumnType */ var enableSelectOptionsColumnTypes = [_constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].MultiSelect, _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Select]; /** * tableName validator */ var validateTableName = function validateTableName(value, col, modelName, record) {}; var importableModels = { tableName: 'importableModels', tableLabel: 'è¿½åŠ Model定義', tableComment: '', timestamps: true, useAlgolia: false, defaultSort: { key: 'tableName', order: 'asc' }, columns: { tableName: { label: 'テーブルå', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, validate: { notEmpty: true, tableName: function tableName(value, col, modelName, record) {} }, searchable: true, editable: false, editableOnCreate: true, unique: true }, tableLabel: { label: 'table label', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, validate: { notEmpty: true }, searchable: true, editable: false, editableOnCreate: true }, tableComment: { label: 'テーブル説明', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text }, editable: { label: '編集å¯èƒ½', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, default: true }, deletable: { label: '削除å¯èƒ½', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, default: true }, timestamp: { label: '作æˆ/変更日時ã®è‡ªå‹•è¿½åŠ ', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, default: true }, showOnMainmenu: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: 'メインメニューã«è¡¨ç¤º' }, showOnSettingMenu: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: 'セッティングメニューã«è¡¨ç¤º' }, defaultSort_key: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, label: '並ã¹æ›¿ãˆ(key)', comment: 'カラム定義ã®keyを指定' }, defaultSort_order: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Select, label: '並ã¹æ›¿ãˆé †', selections: function selections() { return ['asc', 'desc']; } }, bulkControllable: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: '一括編集å¯èƒ½', default: true }, useBeforeSaveFunction: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: 'beforeSave() 処ç†ã‚’利用' }, beforeSaveFunctionDef: { label: 'beforeSave() 処ç†', inputHelpText: "async beforeSave(row, beforeData) {..., return row} \u306E\u6587\u8108\u3067\u5B9F\u884C\u3055\u308C\u307E\u3059\u3002row\u306E\u30D7\u30ED\u30D1\u30C6\u30A3\u3092\u66F8\u304D\u63DB\u3048\u3066\u4E0B\u3055\u3044\u3002beforeData \u306Fnull\u3067\u3042\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002", type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text, inputAttrs: Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({}, _constants__WEBPACK_IMPORTED_MODULE_3__["codeInputCommonAttrs"]), { placeholder: "if (!row.id) {\n row.id = md5(row.some + '--' + row.another)\n}" }), enableIf: function enableIf(row) { return !!row.useBeforeSaveFunction; } }, otherModelAttributes: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text, label: 'JSå½¢å¼ã®ãƒ¢ãƒ‡ãƒ«ã®è¿½åŠ 属性定義', inputHelpText: 'オブジェクト形å¼ã§è¨˜è¿°ã€‚Javascriptã®è¨˜æ³•ã‚’利用å¯èƒ½ã§ã€ä»–属性を上書ãã™ã‚‹ã“ã¨ãŒå¯èƒ½ã§ã™ã€‚(editCallbackãªã©ã§åˆ©ç”¨ã™ã‚‹)', inputAttrs: Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({}, _constants__WEBPACK_IMPORTED_MODULE_3__["codeInputCommonAttrs"]) }, columns: { label: 'カラム定義', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].ArrayOfObject, inputAttrs: { wrapperClass: 'col-12' }, visibleOnIndex: false, columns: { key: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, validate: { notEmpty: true }, comment: '実データã®ã‚ーを定義ã—ã¾ã™', label: 'ã‚ー' }, label: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String }, type: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Select, validate: { notEmpty: true }, selections: function selections() { return selectableColumnTypes; } }, default: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, label: 'デフォルト値', enableIf: function enableIf(row) { return row.type !== _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].ArrayOfObject; } }, // defaultNumber: { // type: ColumnTypes.Number, // label: 'デフォルト値', // enableIf: (row) => row.type === ColumnTypes.Number, // }, unique: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: 'é‡è¤‡ç¦æ¢', comment: 'åŒã˜å€¤ã‚’登録ã§ããªã„よã†ã«ã—ã¾ã™ã€‚' }, visible: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: '表示ã™ã‚‹', comment: '表å´ã§ã¯éžè¡¨ç¤ºã«ã—ã¦ã€è£å´ã§å€¤ã‚’ä¿æŒã™ã‚‹ã¨ãã«åˆ©ç”¨ã—ã¾ã™ã€‚', default: true }, visibleOnIndex: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: '一覧画é¢ã§è¡¨ç¤ºã‚’ã™ã‚‹', default: true }, editable: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: '編集å¯èƒ½', default: true, comment: 'ãƒã‚§ãƒƒã‚¯ã‚’外ã™ã¨ã€ç·¨é›†ã§ããªããªã‚Šã¾ã™ã€‚自動算出フィールドç‰ã§åˆ©ç”¨ã—ã¾ã™ã€‚' }, editableOnCreate: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, enableIf: function enableIf(row, child) { return !row.editable; }, label: 'æ–°è¦ä½œæˆæ™‚ã®ã¿ç·¨é›†å¯èƒ½', default: false }, referenceOfStore_storeName: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, label: 'å‚ç…§Model', validate: { notEmpty: true }, enableIf: function enableIf(row) { return row.type === _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Reference; } }, referenceOfStore_key: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, label: 'å‚ç…§Key', validate: { notEmpty: true }, enableIf: function enableIf(row) { return row.type === _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Reference; } }, referenceOfStore_label: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, label: 'å‚ç…§Label', validate: { notEmpty: true }, enableIf: function enableIf(row) { return row.type === _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Reference; } }, selectionsWithSelectOptionsMasterGroupName: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].String, selections: function selections($store, record, currentValue, initialValue) { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { return [2 /*return*/ , window.$nuxt.$models.selectOptionsMaster.fetchFacetNamesByColName('group')]; }); }); }, label: 'é¸æŠžè‚¢ãƒžã‚¹ã‚¿æŒ‡å®š', enableIf: function enableIf(row) { return enableSelectOptionsColumnTypes.includes(row.type); } }, createSelectOptionsMasterOnAddNewSelection: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: 'æ–°è¦é¸æŠžè‚¢ã‚’自動登録ã™ã‚‹', enableIf: function enableIf(row) { return enableSelectOptionsColumnTypes.includes(row.type); } }, additionalSelectOptions_prepend: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].MultiSelect, label: 'é¸æŠžè‚¢ã‚’å‰æ–¹ã«è¿½åŠ ', enableIf: function enableIf(row) { return enableSelectOptionsColumnTypes.includes(row.type); } }, additionalSelectOptions_append: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].MultiSelect, label: 'é¸æŠžè‚¢ã‚’後方ã«è¿½åŠ ', enableIf: function enableIf(row) { return enableSelectOptionsColumnTypes.includes(row.type); } }, // dynamicSelections: { // type: ColumnTypes.Boolean, // label: 'é¸æŠžè‚¢ã®å†…容をå†è¨ˆç®—ã™ã‚‹', // }, // selectionsWithAlgoFacetsColName: { // type: ColumnTypes.Boolean, // }, validate_notEmpty: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: 'å…¥åŠ›å¿…é ˆ' }, validate_min: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Number, label: '最å°å€¤', enableIf: function enableIf(row) { return row.type === _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Number; } }, validate_max: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Number, label: '最大値', enableIf: function enableIf(row) { return row.type === _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Number; } }, facet_showOnSearch: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: '絞り込ã¿å¯èƒ½ãªãƒªã‚¹ãƒˆã¨ã—ã¦' }, searchable: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean, label: '検索å¯' }, groupedEdit: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Boolean }, inputAttrs_prefix: { label: '接é 語(prefix)', type: 'STRING', comment: 'フィールドã«æŽ¥é 語を付与ã—ã¾ã™ã€‚å˜ä½ãªã©ã§åˆ©ç”¨ã—ã¾ã™ã€‚ (例: KG)' }, inputAttrs_suffix: { label: '接尾語(suffix)', type: 'STRING', comment: 'フィールドã«æŽ¥å°¾èªžã‚’付与ã—ã¾ã™ã€‚å˜ä½ãªã©ã§åˆ©ç”¨ã—ã¾ã™ã€‚ (例: KG)' }, inputHelpText: { label: '入力欄説明文', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text, inputAttrs: { wrapperClass: 'col-12' }, inputHelpText: '※ ã“ã®ãƒ†ã‚ストã®ã“ã¨ã§ã™ã€‚' }, inputAttrs: { label: '', type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text, comment: 'JSONã§è¨˜è¿°(load時ã«parseã•ã‚Œã¾ã™)' }, otherColAttributes: { type: _constants__WEBPACK_IMPORTED_MODULE_3__["ColumnTypes"].Text, label: 'JSå½¢å¼ã®è¿½åŠ カラム定義', inputHelpText: 'オブジェクト形å¼ã§è¨˜è¿°ã€‚Javascriptã®è¨˜æ³•ã‚’利用å¯èƒ½ã§ã€ä»–属性を上書ãã™ã‚‹ã“ã¨ãŒå¯èƒ½ã§ã™ã€‚(editCallbackã‚„ã€enableIf ãªã©ã§åˆ©ç”¨ã™ã‚‹)', inputAttrs: Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({}, _constants__WEBPACK_IMPORTED_MODULE_3__["codeInputCommonAttrs"]), { placeholder: "" }) } } } }, showOnMainmenu: false, showOnSettingMenu: false, shouldCreateHistoryData: function shouldCreateHistoryData(_a) { var before = _a.before, after = _a.after; return false; }, afterSave: function afterSave(saved, oldData) { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(void 0, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { // await loadImportableModelDefinedModelsIntoModelObjects() return [2 /*return*/ , true]; }); }); } }; /* harmony default export */ __webpack_exports__["default"] = (importableModels); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/selectOptionsMaster.ts": /*!*********************************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/selectOptionsMaster.ts ***! \*********************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); var md5 = __webpack_require__(/*! md5 */ "../CORE_FW/models/node_modules/md5/md5.js"); var model = { bulkEditable: true, columns: { group: { label: 'グループ', type: 'STRING', unique: false, validate: { notEmpty: true }, selectionsWithAlgoFacetsColName: 'group', strictSelections: false, dynamicSelections: true, facet: { showOnSearch: true } }, value: { label: '値', type: 'STRING', unique: { conditions: function conditions(record) { return { group: record.group }; } }, validate: { notEmpty: true }, facet: true }, category: { label: 'ä¸åˆ†é¡ž', type: 'STRING', facet: { showOnSearch: true } }, order: { default: 0, label: 'è¡¨ç¤ºé †(æ˜‡é †)', type: 'TEXT', unique: false, validate: { isInt: true } } }, showOnMainmenu: false, showOnSettingMenu: true, tableComment: 'XXX', tableLabel: 'é¸æŠžè‚¢ãƒžã‚¹ã‚¿', tableName: 'selectOptionsMaster', defaultSort: { key: 'group', order: 'asc' }, algoSettings: { sorting: ['asc(group)', 'asc(order)'] }, shouldCreateHistoryData: function shouldCreateHistoryData(_a) { var before = _a.before, after = _a.after; return true; }, beforeSave: function beforeSave(row, oldData) { if (!row.id) { row.idUnHashed = row.group + "--" + row.value; row.id = md5(row.idUnHashed); } return row; } }; /* harmony default export */ __webpack_exports__["default"] = (model); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/userGroups.ts": /*!************************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/userGroups.ts ***! \************************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); var model = { tableName: 'userGroups', tableLabel: 'グループ管ç†', tableComment: '', timestamps: true, defaultSort: { key: 'name', order: 'asc' }, useAlgolia: false, columns: { name: { label: 'グループå称', type: 'STRING', validate: { notEmpty: true }, searchable: true, unique: true }, description: { label: '説明', type: 'TEXT' }, members: { label: 'メンãƒãƒ¼', type: 'MULTISELECT', inputAttrs: { wrapperClass: 'col-12' }, selections: function selections($store, record, currentValue, initialValue) { return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__awaiter"])(void 0, void 0, void 0, function () { var selections; return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , window.$nuxt.$models.users.findAll()]; case 1: selections = _a.sent().map(function (u) { return { id: u.id, name: u.name }; }); // inject name in current value if (currentValue) { currentValue.forEach(function (v) { var _a; v.name = ((_a = selections.find(function (_a) { var id = _a.id; return id === v.id; })) === null || _a === void 0 ? void 0 : _a.name) || "unknown user: " + v.id; }); } return [2 /*return*/ , selections]; } }); }); }, strictSelections: true, trackBy: 'id', customLabel: function customLabel(_a) { var name = _a.name; return name; } } }, showOnMainmenu: false, showOnSettingMenu: true, shouldCreateHistoryData: function shouldCreateHistoryData(_a) { var before = _a.before, after = _a.after; return false; }, beforeSave: function beforeSave(data) { // save only user.id data.members = data.members.map(function (_a) { var id = _a.id; return { id: id }; }); return data; } }; /* harmony default export */ __webpack_exports__["default"] = (model); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/users.ts": /*!*******************************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/users.ts ***! \*******************************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _FireORMModelSharedRecources_$firebaseAuth__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../../FireORMModelSharedRecources/$firebaseAuth */ "../CORE_FW/models/FireORMModelSharedRecources/$firebaseAuth.ts"); var model = { tableName: 'users', tableLabel: 'ユーザ管ç†', tableComment: '', timestamps: true, defaultSort: { key: 'email', order: 'asc' }, useAlgolia: false, columns: { name: { label: 'åå‰', type: 'STRING', validate: { notEmpty: true }, searchable: true, editable: true, editableOnCreate: true }, email: { label: 'メールアドレス', type: 'STRING', validate: { notEmpty: true }, searchable: true, unique: true, editable: false, editableOnCreate: true } }, showOnMainmenu: false, showOnSettingMenu: true, shouldCreateHistoryData: function shouldCreateHistoryData(_a) { var before = _a.before, after = _a.after; return false; }, beforeCreate: function beforeCreate(data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () { var _a, userCredential, error; return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_b) { switch (_b.label) { case 0: return [4 /*yield*/ , _FireORMModelSharedRecources_$firebaseAuth__WEBPACK_IMPORTED_MODULE_1__["default"].createUserWithEmailAndPassword(data.email, 'testtesttest')]; case 1: _a = tslib__WEBPACK_IMPORTED_MODULE_0__["__read"].apply(void 0, [_b.sent(), 2]), userCredential = _a[0], error = _a[1]; if (error) { throw error; } data.id = userCredential.user.uid; return [2 /*return*/ , data]; } }); }); } }; /* harmony default export */ __webpack_exports__["default"] = (model); /***/ }), /***/ "../CORE_FW/models/FireORMModelSharedRecources/modelHelper.ts": /*!********************************************************************!*\ !*** ../CORE_FW/models/FireORMModelSharedRecources/modelHelper.ts ***! \********************************************************************/ /*! exports provided: createNew, getColsWithAssocs, getColTableMap */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createNew", function() { return createNew; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getColsWithAssocs", function() { return getColsWithAssocs; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getColTableMap", function() { return getColTableMap; }); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__); /** * Helper functions for handling models, columns and data lists */ /** * @param model * @return {{}} * @private */ function createNew(model) { var newRec = {}; model.colNames.map(function (r) { var _a; return ((_a = model.columns[r]) === null || _a === void 0 ? void 0 : _a.default) !== undefined ? newRec[r] = model.columns[r].default : ''; }); return newRec; } function getColsWithAssocs(model, models, modelAssociationDefs) { var assocColsFlat = {}; if (modelAssociationDefs) { Object.keys(modelAssociationDefs).map(function (assocType) { Object.keys(modelAssociationDefs[assocType]).map(function (m) { if (modelAssociationDefs[assocType][m].fields) { Object.keys(modelAssociationDefs[assocType][m].fields).map(function (c) { assocColsFlat[m + "." + c] = models[m].columns[c]; }); } else { models[m].colNames.map(function (c) { assocColsFlat[m + "." + c] = models[m].columns[c]; }); } }); }); } return Object.assign({}, model.columns, assocColsFlat); } /** * Association定義ã«ãŠã‘ã‚‹ã€ãƒ†ãƒ¼ãƒ–ルåã¨ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã®ã‚ªãƒ–ジェクトを返㙠* @param model * @param modelAssociations * @return {{}} * @private * Ex: _getColTableMap(materialOrdersModel, { hasMany: { material_order_delivers: { fields: {} } } }) * => response: { material_orders: [...colNames], material_order_delivers: [...colNames] } */ function getColTableMap(model, modelAssociations) { var mapping = {}; mapping[model.tableName] = model.colNames.map(function (c) { return model.columns[c].visible === false ? false : c; }).filter(function (v) { return !!v; }); if (modelAssociations) { Object.keys(modelAssociations).map(function (assocType) { Object.keys(modelAssociations[assocType]).map(function (m) { mapping[m] = Object.keys(modelAssociations[assocType][m].fields); }); }); } return mapping; } /***/ }), /***/ "../CORE_FW/models/fireModels/index.ts": /*!*********************************************!*\ !*** ../CORE_FW/models/fireModels/index.ts ***! \*********************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _FireORMModelSharedRecources_modelDefinitions_selectOptionsMaster__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../FireORMModelSharedRecources/modelDefinitions/selectOptionsMaster */ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/selectOptionsMaster.ts"); /* harmony import */ var _FireORMModelSharedRecources_modelDefinitions_files__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../FireORMModelSharedRecources/modelDefinitions/files */ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/files.ts"); /* harmony import */ var _FireORMModelSharedRecources_modelDefinitions_userGroups__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../FireORMModelSharedRecources/modelDefinitions/userGroups */ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/userGroups.ts"); /* harmony import */ var _FireORMModelSharedRecources_modelDefinitions_users__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../FireORMModelSharedRecources/modelDefinitions/users */ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/users.ts"); /* harmony import */ var _FireORMModelSharedRecources_modelDefinitions_dataImportSettings__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../FireORMModelSharedRecources/modelDefinitions/dataImportSettings */ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/dataImportSettings.ts"); /* harmony import */ var _FireORMModelSharedRecources_modelDefinitions_importableModels__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../FireORMModelSharedRecources/modelDefinitions/importableModels */ "../CORE_FW/models/FireORMModelSharedRecources/modelDefinitions/importableModels.ts"); var models = { selectOptionsMaster: _FireORMModelSharedRecources_modelDefinitions_selectOptionsMaster__WEBPACK_IMPORTED_MODULE_0__["default"], files: _FireORMModelSharedRecources_modelDefinitions_files__WEBPACK_IMPORTED_MODULE_1__["default"], userGroups: _FireORMModelSharedRecources_modelDefinitions_userGroups__WEBPACK_IMPORTED_MODULE_2__["default"], users: _FireORMModelSharedRecources_modelDefinitions_users__WEBPACK_IMPORTED_MODULE_3__["default"], dataImportSettings: _FireORMModelSharedRecources_modelDefinitions_dataImportSettings__WEBPACK_IMPORTED_MODULE_4__["default"], importableModels: _FireORMModelSharedRecources_modelDefinitions_importableModels__WEBPACK_IMPORTED_MODULE_5__["default"] }; /* harmony default export */ __webpack_exports__["default"] = (models); /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/app/dist/index.esm.js": /*!**********************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/app/dist/index.esm.js ***! \**********************************************************************/ /*! exports provided: default, firebase */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "firebase", function() { return firebase$1; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.map.js */ "./node_modules/core-js/modules/es.map.js"); /* harmony import */ var core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.string.match.js */ "./node_modules/core-js/modules/es.string.match.js"); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _firebase_util__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! @firebase/util */ "../CORE_FW/models/node_modules/@firebase/util/dist/index.esm.js"); /* harmony import */ var _firebase_component__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! @firebase/component */ "../CORE_FW/models/node_modules/@firebase/component/dist/index.esm.js"); /* harmony import */ var _firebase_logger__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! @firebase/logger */ "../CORE_FW/models/node_modules/@firebase/logger/dist/index.esm.js"); /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var _a; var ERRORS = (_a = {}, _a["no-app" /* NO_APP */ ] = "No Firebase App '{$appName}' has been created - " + 'call Firebase App.initializeApp()', _a["bad-app-name" /* BAD_APP_NAME */ ] = "Illegal App name: '{$appName}", _a["duplicate-app" /* DUPLICATE_APP */ ] = "Firebase App named '{$appName}' already exists", _a["app-deleted" /* APP_DELETED */ ] = "Firebase App named '{$appName}' already deleted", _a["invalid-app-argument" /* INVALID_APP_ARGUMENT */ ] = 'firebase.{$appName}() takes either no argument or a ' + 'Firebase App instance.', _a["invalid-log-argument" /* INVALID_LOG_ARGUMENT */ ] = 'First argument to `onLog` must be null or a function.', _a); var ERROR_FACTORY = new _firebase_util__WEBPACK_IMPORTED_MODULE_13__["ErrorFactory"]('app', 'Firebase', ERRORS); var name$1 = "@firebase/app"; var version = "0.6.13"; var name$2 = "@firebase/analytics"; var name$3 = "@firebase/auth"; var name$4 = "@firebase/database"; var name$5 = "@firebase/functions"; var name$6 = "@firebase/installations"; var name$7 = "@firebase/messaging"; var name$8 = "@firebase/performance"; var name$9 = "@firebase/remote-config"; var name$a = "@firebase/storage"; var name$b = "@firebase/firestore"; var name$c = "firebase-wrapper"; /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var _a$1; var DEFAULT_ENTRY_NAME = '[DEFAULT]'; var PLATFORM_LOG_STRING = (_a$1 = {}, _a$1[name$1] = 'fire-core', _a$1[name$2] = 'fire-analytics', _a$1[name$3] = 'fire-auth', _a$1[name$4] = 'fire-rtdb', _a$1[name$5] = 'fire-fn', _a$1[name$6] = 'fire-iid', _a$1[name$7] = 'fire-fcm', _a$1[name$8] = 'fire-perf', _a$1[name$9] = 'fire-rc', _a$1[name$a] = 'fire-gcs', _a$1[name$b] = 'fire-fst', _a$1['fire-js'] = 'fire-js', _a$1[name$c] = 'fire-js-all', _a$1); /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var logger = new _firebase_logger__WEBPACK_IMPORTED_MODULE_15__["Logger"]('@firebase/app'); /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Global context object for a collection of services using * a shared authentication state. */ var FirebaseAppImpl = /** @class */ function () { function FirebaseAppImpl(options, config, firebase_) { var e_1, _a; var _this = this; this.firebase_ = firebase_; this.isDeleted_ = false; this.name_ = config.name; this.automaticDataCollectionEnabled_ = config.automaticDataCollectionEnabled || false; this.options_ = Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["deepCopy"])(options); this.container = new _firebase_component__WEBPACK_IMPORTED_MODULE_14__["ComponentContainer"](config.name); // add itself to container this._addComponent(new _firebase_component__WEBPACK_IMPORTED_MODULE_14__["Component"]('app', function () { return _this; }, "PUBLIC" /* PUBLIC */ )); try { // populate ComponentContainer with existing components for (var _b = Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__values"])(this.firebase_.INTERNAL.components.values()), _c = _b.next(); !_c.done; _c = _b.next()) { var component = _c.value; this._addComponent(component); } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } } Object.defineProperty(FirebaseAppImpl.prototype, "automaticDataCollectionEnabled", { get: function get() { this.checkDestroyed_(); return this.automaticDataCollectionEnabled_; }, set: function set(val) { this.checkDestroyed_(); this.automaticDataCollectionEnabled_ = val; }, enumerable: false, configurable: true }); Object.defineProperty(FirebaseAppImpl.prototype, "name", { get: function get() { this.checkDestroyed_(); return this.name_; }, enumerable: false, configurable: true }); Object.defineProperty(FirebaseAppImpl.prototype, "options", { get: function get() { this.checkDestroyed_(); return this.options_; }, enumerable: false, configurable: true }); FirebaseAppImpl.prototype.delete = function () { var _this = this; return new Promise(function (resolve) { _this.checkDestroyed_(); resolve(); }).then(function () { _this.firebase_.INTERNAL.removeApp(_this.name_); return Promise.all(_this.container.getProviders().map(function (provider) { return provider.delete(); })); }).then(function () { _this.isDeleted_ = true; }); }; /** * Return a service instance associated with this app (creating it * on demand), identified by the passed instanceIdentifier. * * NOTE: Currently storage and functions are the only ones that are leveraging this * functionality. They invoke it by calling: * * ```javascript * firebase.app().storage('STORAGE BUCKET ID') * ``` * * The service name is passed to this already * @internal */ FirebaseAppImpl.prototype._getService = function (name, instanceIdentifier) { if (instanceIdentifier === void 0) { instanceIdentifier = DEFAULT_ENTRY_NAME; } this.checkDestroyed_(); // getImmediate will always succeed because _getService is only called for registered components. return this.container.getProvider(name).getImmediate({ identifier: instanceIdentifier }); }; /** * Remove a service instance from the cache, so we will create a new instance for this service * when people try to get this service again. * * NOTE: currently only firestore is using this functionality to support firestore shutdown. * * @param name The service name * @param instanceIdentifier instance identifier in case multiple instances are allowed * @internal */ FirebaseAppImpl.prototype._removeServiceInstance = function (name, instanceIdentifier) { if (instanceIdentifier === void 0) { instanceIdentifier = DEFAULT_ENTRY_NAME; } // eslint-disable-next-line @typescript-eslint/no-explicit-any this.container.getProvider(name).clearInstance(instanceIdentifier); }; /** * @param component the component being added to this app's container */ FirebaseAppImpl.prototype._addComponent = function (component) { try { this.container.addComponent(component); } catch (e) { logger.debug("Component " + component.name + " failed to register with FirebaseApp " + this.name, e); } }; FirebaseAppImpl.prototype._addOrOverwriteComponent = function (component) { this.container.addOrOverwriteComponent(component); }; /** * This function will throw an Error if the App has already been deleted - * use before performing API actions on the App. */ FirebaseAppImpl.prototype.checkDestroyed_ = function () { if (this.isDeleted_) { throw ERROR_FACTORY.create("app-deleted" /* APP_DELETED */ , { appName: this.name_ }); } }; return FirebaseAppImpl; }(); // Prevent dead-code elimination of these methods w/o invalid property // copying. FirebaseAppImpl.prototype.name && FirebaseAppImpl.prototype.options || FirebaseAppImpl.prototype.delete || console.log('dc'); var version$1 = "8.0.1"; /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Because auth can't share code with other components, we attach the utility functions * in an internal namespace to share code. * This function return a firebase namespace object without * any utility functions, so it can be shared between the regular firebaseNamespace and * the lite version. */ function createFirebaseNamespaceCore(firebaseAppImpl) { var apps = {}; // eslint-disable-next-line @typescript-eslint/no-explicit-any var components = new Map(); // A namespace is a plain JavaScript Object. var namespace = { // Hack to prevent Babel from modifying the object returned // as the firebase namespace. // @ts-ignore __esModule: true, initializeApp: initializeApp, // @ts-ignore app: app, registerVersion: registerVersion, setLogLevel: _firebase_logger__WEBPACK_IMPORTED_MODULE_15__["setLogLevel"], onLog: onLog, // @ts-ignore apps: null, SDK_VERSION: version$1, INTERNAL: { registerComponent: registerComponent, removeApp: removeApp, components: components, useAsService: useAsService } }; // Inject a circular default export to allow Babel users who were previously // using: // // import firebase from 'firebase'; // which becomes: var firebase = require('firebase').default; // // instead of // // import * as firebase from 'firebase'; // which becomes: var firebase = require('firebase'); // eslint-disable-next-line @typescript-eslint/no-explicit-any namespace['default'] = namespace; // firebase.apps is a read-only getter. Object.defineProperty(namespace, 'apps', { get: getApps }); /** * Called by App.delete() - but before any services associated with the App * are deleted. */ function removeApp(name) { delete apps[name]; } /** * Get the App object for a given name (or DEFAULT). */ function app(name) { name = name || DEFAULT_ENTRY_NAME; if (!Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["contains"])(apps, name)) { throw ERROR_FACTORY.create("no-app" /* NO_APP */ , { appName: name }); } return apps[name]; } // @ts-ignore app['App'] = firebaseAppImpl; function initializeApp(options, rawConfig) { if (rawConfig === void 0) { rawConfig = {}; } if (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(rawConfig) !== 'object' || rawConfig === null) { var name_1 = rawConfig; rawConfig = { name: name_1 }; } var config = rawConfig; if (config.name === undefined) { config.name = DEFAULT_ENTRY_NAME; } var name = config.name; if (typeof name !== 'string' || !name) { throw ERROR_FACTORY.create("bad-app-name" /* BAD_APP_NAME */ , { appName: String(name) }); } if (Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["contains"])(apps, name)) { throw ERROR_FACTORY.create("duplicate-app" /* DUPLICATE_APP */ , { appName: name }); } var app = new firebaseAppImpl(options, config, namespace); apps[name] = app; return app; } /* * Return an array of all the non-deleted FirebaseApps. */ function getApps() { // Make a copy so caller cannot mutate the apps list. return Object.keys(apps).map(function (name) { return apps[name]; }); } function registerComponent(component) { var e_1, _a; var componentName = component.name; if (components.has(componentName)) { logger.debug("There were multiple attempts to register component " + componentName + "."); return component.type === "PUBLIC" /* PUBLIC */ ? // eslint-disable-next-line @typescript-eslint/no-explicit-any namespace[componentName] : null; } components.set(componentName, component); // create service namespace for public components if (component.type === "PUBLIC" /* PUBLIC */ ) { // The Service namespace is an accessor function ... var serviceNamespace = function serviceNamespace(appArg) { if (appArg === void 0) { appArg = app(); } // eslint-disable-next-line @typescript-eslint/no-explicit-any if (typeof appArg[componentName] !== 'function') { // Invalid argument. // This happens in the following case: firebase.storage('gs:/') throw ERROR_FACTORY.create("invalid-app-argument" /* INVALID_APP_ARGUMENT */ , { appName: componentName }); } // Forward service instance lookup to the FirebaseApp. // eslint-disable-next-line @typescript-eslint/no-explicit-any return appArg[componentName](); }; // ... and a container for service-level properties. if (component.serviceProps !== undefined) { Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["deepExtend"])(serviceNamespace, component.serviceProps); } // eslint-disable-next-line @typescript-eslint/no-explicit-any namespace[componentName] = serviceNamespace; // Patch the FirebaseAppImpl prototype // eslint-disable-next-line @typescript-eslint/no-explicit-any firebaseAppImpl.prototype[componentName] = // TODO: The eslint disable can be removed and the 'ignoreRestArgs' // option added to the no-explicit-any rule when ESlint releases it. // eslint-disable-next-line @typescript-eslint/no-explicit-any function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } var serviceFxn = this._getService.bind(this, componentName); return serviceFxn.apply(this, component.multipleInstances ? args : []); }; } try { // add the component to existing app instances for (var _b = Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__values"])(Object.keys(apps)), _c = _b.next(); !_c.done; _c = _b.next()) { var appName = _c.value; apps[appName]._addComponent(component); } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } return component.type === "PUBLIC" /* PUBLIC */ ? // eslint-disable-next-line @typescript-eslint/no-explicit-any namespace[componentName] : null; } function registerVersion(libraryKeyOrName, version, variant) { var _a; // TODO: We can use this check to whitelist strings when/if we set up // a good whitelist system. var library = (_a = PLATFORM_LOG_STRING[libraryKeyOrName]) !== null && _a !== void 0 ? _a : libraryKeyOrName; if (variant) { library += "-" + variant; } var libraryMismatch = library.match(/\s|\//); var versionMismatch = version.match(/\s|\//); if (libraryMismatch || versionMismatch) { var warning = ["Unable to register library \"" + library + "\" with version \"" + version + "\":"]; if (libraryMismatch) { warning.push("library name \"" + library + "\" contains illegal characters (whitespace or \"/\")"); } if (libraryMismatch && versionMismatch) { warning.push('and'); } if (versionMismatch) { warning.push("version name \"" + version + "\" contains illegal characters (whitespace or \"/\")"); } logger.warn(warning.join(' ')); return; } registerComponent(new _firebase_component__WEBPACK_IMPORTED_MODULE_14__["Component"](library + "-version", function () { return { library: library, version: version }; }, "VERSION" /* VERSION */ )); } function onLog(logCallback, options) { if (logCallback !== null && typeof logCallback !== 'function') { throw ERROR_FACTORY.create("invalid-log-argument" /* INVALID_LOG_ARGUMENT */ , { appName: name }); } Object(_firebase_logger__WEBPACK_IMPORTED_MODULE_15__["setUserLogHandler"])(logCallback, options); } // Map the requested service to a registered service name // (used to map auth to serverAuth service when needed). function useAsService(app, name) { if (name === 'serverAuth') { return null; } var useService = name; return useService; } return namespace; } /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Return a firebase namespace object. * * In production, this will be called exactly once and the result * assigned to the 'firebase' global. It may be called multiple times * in unit tests. */ function createFirebaseNamespace() { var namespace = createFirebaseNamespaceCore(FirebaseAppImpl); namespace.INTERNAL = Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_12__["__assign"])({}, namespace.INTERNAL), { createFirebaseNamespace: createFirebaseNamespace, extendNamespace: extendNamespace, createSubscribe: _firebase_util__WEBPACK_IMPORTED_MODULE_13__["createSubscribe"], ErrorFactory: _firebase_util__WEBPACK_IMPORTED_MODULE_13__["ErrorFactory"], deepExtend: _firebase_util__WEBPACK_IMPORTED_MODULE_13__["deepExtend"] }); /** * Patch the top-level firebase namespace with additional properties. * * firebase.INTERNAL.extendNamespace() */ function extendNamespace(props) { Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["deepExtend"])(namespace, props); } return namespace; } var firebase = createFirebaseNamespace(); /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var PlatformLoggerService = /** @class */ function () { function PlatformLoggerService(container) { this.container = container; } // In initial implementation, this will be called by installations on // auth token refresh, and installations will send this string. PlatformLoggerService.prototype.getPlatformInfoString = function () { var providers = this.container.getProviders(); // Loop through providers and get library/version pairs from any that are // version components. return providers.map(function (provider) { if (isVersionServiceProvider(provider)) { var service = provider.getImmediate(); return service.library + "/" + service.version; } else { return null; } }).filter(function (logString) { return logString; }).join(' '); }; return PlatformLoggerService; }(); /** * * @param provider check if this provider provides a VersionService * * NOTE: Using Provider<'app-version'> is a hack to indicate that the provider * provides VersionService. The provider is not necessarily a 'app-version' * provider. */ function isVersionServiceProvider(provider) { var component = provider.getComponent(); return (component === null || component === void 0 ? void 0 : component.type) === "VERSION" /* VERSION */ ; } /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ function registerCoreComponents(firebase, variant) { firebase.INTERNAL.registerComponent(new _firebase_component__WEBPACK_IMPORTED_MODULE_14__["Component"]('platform-logger', function (container) { return new PlatformLoggerService(container); }, "PRIVATE" /* PRIVATE */ )); // Register `app` package. firebase.registerVersion(name$1, version, variant); // Register platform SDK identifier (no version). firebase.registerVersion('fire-js', ''); } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // Firebase Lite detection test // eslint-disable-next-line @typescript-eslint/no-explicit-any if (Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["isBrowser"])() && self.firebase !== undefined) { logger.warn("\n Warning: Firebase is already defined in the global scope. Please make sure\n Firebase library is only loaded once.\n "); // eslint-disable-next-line var sdkVersion = self.firebase.SDK_VERSION; if (sdkVersion && sdkVersion.indexOf('LITE') >= 0) { logger.warn("\n Warning: You are trying to load Firebase while using Firebase Performance standalone script.\n You should load Firebase Performance with this instance of Firebase to avoid loading duplicate code.\n "); } } var initializeApp = firebase.initializeApp; // TODO: This disable can be removed and the 'ignoreRestArgs' option added to // the no-explicit-any rule when ESlint releases it. // eslint-disable-next-line @typescript-eslint/no-explicit-any firebase.initializeApp = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } // Environment check before initializing app // Do the check in initializeApp, so people have a chance to disable it by setting logLevel // in @firebase/logger if (Object(_firebase_util__WEBPACK_IMPORTED_MODULE_13__["isNode"])()) { logger.warn("\n Warning: This is a browser-targeted Firebase bundle but it appears it is being\n run in a Node environment. If running in a Node environment, make sure you\n are using the bundle specified by the \"main\" field in package.json.\n \n If you are using Webpack, you can specify \"main\" as the first item in\n \"resolve.mainFields\":\n https://webpack.js.org/configuration/resolve/#resolvemainfields\n \n If using Rollup, use the @rollup/plugin-node-resolve plugin and specify \"main\"\n as the first item in \"mainFields\", e.g. ['main', 'module'].\n https://github.com/rollup/@rollup/plugin-node-resolve\n "); } return initializeApp.apply(undefined, args); }; var firebase$1 = firebase; registerCoreComponents(firebase$1); /* harmony default export */ __webpack_exports__["default"] = (firebase$1); /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/auth/dist/auth.esm.js": /*!**********************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/auth/dist/auth.esm.js ***! \**********************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(global) {/* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.global-this.js */ "./node_modules/core-js/modules/es.global-this.js"); /* harmony import */ var core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js"); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_web_url_to_json_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/web.url.to-json.js */ "./node_modules/core-js/modules/web.url.to-json.js"); /* harmony import */ var core_js_modules_web_url_to_json_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_url_to_json_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_13__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_14__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_15__); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! core-js/modules/es.array.splice.js */ "./node_modules/core-js/modules/es.array.splice.js"); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_16__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_17__); /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! core-js/modules/es.string.trim.js */ "./node_modules/core-js/modules/es.string.trim.js"); /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_18__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_19__); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! core-js/modules/es.string.match.js */ "./node_modules/core-js/modules/es.string.match.js"); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_20__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_21__); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_22__); /* harmony import */ var core_js_modules_web_immediate_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! core-js/modules/web.immediate.js */ "./node_modules/core-js/modules/web.immediate.js"); /* harmony import */ var core_js_modules_web_immediate_js__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_immediate_js__WEBPACK_IMPORTED_MODULE_23__); /* harmony import */ var core_js_modules_es_object_freeze_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! core-js/modules/es.object.freeze.js */ "./node_modules/core-js/modules/es.object.freeze.js"); /* harmony import */ var core_js_modules_es_object_freeze_js__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_freeze_js__WEBPACK_IMPORTED_MODULE_24__); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_25__); /* harmony import */ var core_js_modules_es_string_sub_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! core-js/modules/es.string.sub.js */ "./node_modules/core-js/modules/es.string.sub.js"); /* harmony import */ var core_js_modules_es_string_sub_js__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_sub_js__WEBPACK_IMPORTED_MODULE_26__); /* harmony import */ var core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! core-js/modules/es.typed-array.uint8-array.js */ "./node_modules/core-js/modules/es.typed-array.uint8-array.js"); /* harmony import */ var core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_27__); /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! core-js/modules/es.typed-array.copy-within.js */ "./node_modules/core-js/modules/es.typed-array.copy-within.js"); /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_28__); /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! core-js/modules/es.typed-array.every.js */ "./node_modules/core-js/modules/es.typed-array.every.js"); /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_29___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_29__); /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! core-js/modules/es.typed-array.fill.js */ "./node_modules/core-js/modules/es.typed-array.fill.js"); /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_30___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_30__); /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! core-js/modules/es.typed-array.filter.js */ "./node_modules/core-js/modules/es.typed-array.filter.js"); /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_31___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_31__); /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! core-js/modules/es.typed-array.find.js */ "./node_modules/core-js/modules/es.typed-array.find.js"); /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_32___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_32__); /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! core-js/modules/es.typed-array.find-index.js */ "./node_modules/core-js/modules/es.typed-array.find-index.js"); /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_33___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_33__); /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! core-js/modules/es.typed-array.for-each.js */ "./node_modules/core-js/modules/es.typed-array.for-each.js"); /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_34___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_34__); /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! core-js/modules/es.typed-array.includes.js */ "./node_modules/core-js/modules/es.typed-array.includes.js"); /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_35___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_35__); /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! core-js/modules/es.typed-array.index-of.js */ "./node_modules/core-js/modules/es.typed-array.index-of.js"); /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_36___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_36__); /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! core-js/modules/es.typed-array.iterator.js */ "./node_modules/core-js/modules/es.typed-array.iterator.js"); /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_37___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_37__); /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! core-js/modules/es.typed-array.join.js */ "./node_modules/core-js/modules/es.typed-array.join.js"); /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_38___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_38__); /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! core-js/modules/es.typed-array.last-index-of.js */ "./node_modules/core-js/modules/es.typed-array.last-index-of.js"); /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_39___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_39__); /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! core-js/modules/es.typed-array.map.js */ "./node_modules/core-js/modules/es.typed-array.map.js"); /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_40___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_40__); /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! core-js/modules/es.typed-array.reduce.js */ "./node_modules/core-js/modules/es.typed-array.reduce.js"); /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_41___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_41__); /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! core-js/modules/es.typed-array.reduce-right.js */ "./node_modules/core-js/modules/es.typed-array.reduce-right.js"); /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_42___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_42__); /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! core-js/modules/es.typed-array.reverse.js */ "./node_modules/core-js/modules/es.typed-array.reverse.js"); /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_43___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_43__); /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! core-js/modules/es.typed-array.set.js */ "./node_modules/core-js/modules/es.typed-array.set.js"); /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_44___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_44__); /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! core-js/modules/es.typed-array.slice.js */ "./node_modules/core-js/modules/es.typed-array.slice.js"); /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_45___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_45__); /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! core-js/modules/es.typed-array.some.js */ "./node_modules/core-js/modules/es.typed-array.some.js"); /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_46___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_46__); /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! core-js/modules/es.typed-array.sort.js */ "./node_modules/core-js/modules/es.typed-array.sort.js"); /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_47___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_47__); /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! core-js/modules/es.typed-array.subarray.js */ "./node_modules/core-js/modules/es.typed-array.subarray.js"); /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_48___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_48__); /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! core-js/modules/es.typed-array.to-locale-string.js */ "./node_modules/core-js/modules/es.typed-array.to-locale-string.js"); /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_49___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_49__); /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! core-js/modules/es.typed-array.to-string.js */ "./node_modules/core-js/modules/es.typed-array.to-string.js"); /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_50___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_50__); /* harmony import */ var core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! core-js/modules/es.regexp.constructor.js */ "./node_modules/core-js/modules/es.regexp.constructor.js"); /* harmony import */ var core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_51___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_51__); /* harmony import */ var core_js_modules_es_typed_array_int32_array_js__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! core-js/modules/es.typed-array.int32-array.js */ "./node_modules/core-js/modules/es.typed-array.int32-array.js"); /* harmony import */ var core_js_modules_es_typed_array_int32_array_js__WEBPACK_IMPORTED_MODULE_52___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_int32_array_js__WEBPACK_IMPORTED_MODULE_52__); /* harmony import */ var _firebase_app__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! @firebase/app */ "../CORE_FW/models/node_modules/@firebase/app/dist/index.esm.js"); (function () { /* Copyright The Closure Library Authors. SPDX-License-Identifier: Apache-2.0 */ var k, aa = "function" == typeof Object.defineProperties ? Object.defineProperty : function (a, b, c) { a != Array.prototype && a != Object.prototype && (a[b] = c.value); }; function ba(a) { a = ["object" == (typeof window === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(window)) && window, "object" == (typeof self === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(self)) && self, "object" == (typeof global === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(global)) && global, a]; for (var b = 0; b < a.length; ++b) { var c = a[b]; if (c && c.Math == Math) return c; } return globalThis; } var ca = ba(this); function da(a, b) { if (b) { var c = ca; a = a.split("."); for (var d = 0; d < a.length - 1; d++) { var e = a[d]; e in c || (c[e] = {}); c = c[e]; } a = a[a.length - 1]; d = c[a]; b = b(d); b != d && null != b && aa(c, a, { configurable: !0, writable: !0, value: b }); } } function ea(a) { var b = 0; return function () { return b < a.length ? { done: !1, value: a[b++] } : { done: !0 }; }; } function fa(a) { var b = "undefined" != typeof Symbol && Symbol.iterator && a[Symbol.iterator]; return b ? b.call(a) : { next: ea(a) }; } da("Promise", function (a) { function b(g) { this.b = 0; this.c = void 0; this.a = []; var h = this.f(); try { g(h.resolve, h.reject); } catch (n) { h.reject(n); } } function c() { this.a = null; } function d(g) { return g instanceof b ? g : new b(function (h) { h(g); }); } if (a) return a; c.prototype.b = function (g) { if (null == this.a) { this.a = []; var h = this; this.c(function () { h.g(); }); } this.a.push(g); }; var e = ca.setTimeout; c.prototype.c = function (g) { e(g, 0); }; c.prototype.g = function () { for (; this.a && this.a.length;) { var g = this.a; this.a = []; for (var h = 0; h < g.length; ++h) { var n = g[h]; g[h] = null; try { n(); } catch (p) { this.f(p); } } } this.a = null; }; c.prototype.f = function (g) { this.c(function () { throw g; }); }; b.prototype.f = function () { function g(p) { return function (v) { n || (n = !0, p.call(h, v)); }; } var h = this, n = !1; return { resolve: g(this.v), reject: g(this.g) }; }; b.prototype.v = function (g) { if (g === this) this.g(new TypeError("A Promise cannot resolve to itself"));else if (g instanceof b) this.s(g);else { a: switch (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(g)) { case "object": var h = null != g; break a; case "function": h = !0; break a; default: h = !1; } h ? this.m(g) : this.i(g); } }; b.prototype.m = function (g) { var h = void 0; try { h = g.then; } catch (n) { this.g(n); return; } "function" == typeof h ? this.u(h, g) : this.i(g); }; b.prototype.g = function (g) { this.h(2, g); }; b.prototype.i = function (g) { this.h(1, g); }; b.prototype.h = function (g, h) { if (0 != this.b) throw Error("Cannot settle(" + g + ", " + h + "): Promise already settled in state" + this.b); this.b = g; this.c = h; this.l(); }; b.prototype.l = function () { if (null != this.a) { for (var g = 0; g < this.a.length; ++g) { f.b(this.a[g]); } this.a = null; } }; var f = new c(); b.prototype.s = function (g) { var h = this.f(); g.Pa(h.resolve, h.reject); }; b.prototype.u = function (g, h) { var n = this.f(); try { g.call(h, n.resolve, n.reject); } catch (p) { n.reject(p); } }; b.prototype.then = function (g, h) { function n(A, Q) { return "function" == typeof A ? function (xa) { try { p(A(xa)); } catch (Ad) { v(Ad); } } : Q; } var p, v, B = new b(function (A, Q) { p = A; v = Q; }); this.Pa(n(g, p), n(h, v)); return B; }; b.prototype.catch = function (g) { return this.then(void 0, g); }; b.prototype.Pa = function (g, h) { function n() { switch (p.b) { case 1: g(p.c); break; case 2: h(p.c); break; default: throw Error("Unexpected state: " + p.b); } } var p = this; null == this.a ? f.b(n) : this.a.push(n); }; b.resolve = d; b.reject = function (g) { return new b(function (h, n) { n(g); }); }; b.race = function (g) { return new b(function (h, n) { for (var p = fa(g), v = p.next(); !v.done; v = p.next()) { d(v.value).Pa(h, n); } }); }; b.all = function (g) { var h = fa(g), n = h.next(); return n.done ? d([]) : new b(function (p, v) { function B(xa) { return function (Ad) { A[xa] = Ad; Q--; 0 == Q && p(A); }; } var A = [], Q = 0; do { A.push(void 0), Q++, d(n.value).Pa(B(A.length - 1), v), n = h.next(); } while (!n.done); }); }; return b; }); var ha = ha || {}, l = this || self, ia = /^[\w+/_-]+[=]{0,2}$/, ja = null; function ka(a) { return (a = a.querySelector && a.querySelector("script[nonce]")) && (a = a.nonce || a.getAttribute("nonce")) && ia.test(a) ? a : ""; } function la() {} function ma(a) { var b = Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a); return "object" != b ? b : a ? Array.isArray(a) ? "array" : b : "null"; } function na(a) { var b = ma(a); return "array" == b || "object" == b && "number" == typeof a.length; } function oa(a) { return "function" == ma(a); } function m(a) { var b = Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a); return "object" == b && null != a || "function" == b; } function pa(a) { return Object.prototype.hasOwnProperty.call(a, qa) && a[qa] || (a[qa] = ++ra); } var qa = "closure_uid_" + (1E9 * Math.random() >>> 0), ra = 0; function sa(a, b, c) { return a.call.apply(a.bind, arguments); } function ta(a, b, c) { if (!a) throw Error(); if (2 < arguments.length) { var d = Array.prototype.slice.call(arguments, 2); return function () { var e = Array.prototype.slice.call(arguments); Array.prototype.unshift.apply(e, d); return a.apply(b, e); }; } return function () { return a.apply(b, arguments); }; } function q(a, b, c) { Function.prototype.bind && -1 != Function.prototype.bind.toString().indexOf("native code") ? q = sa : q = ta; return q.apply(null, arguments); } function ua(a, b) { var c = Array.prototype.slice.call(arguments, 1); return function () { var d = c.slice(); d.push.apply(d, arguments); return a.apply(this, d); }; } var va = Date.now; function r(a, b) { function c() {} c.prototype = b.prototype; a.$a = b.prototype; a.prototype = new c(); a.prototype.constructor = a; } function wa(a) { return a; } ; /* Copyright 2017 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ function t(a, b, c) { this.code = ya + a; this.message = b || za[a] || ""; this.a = c || null; } r(t, Error); t.prototype.w = function () { var a = { code: this.code, message: this.message }; this.a && (a.serverResponse = this.a); return a; }; t.prototype.toJSON = function () { return this.w(); }; function Aa(a) { var b = a && a.code; return b ? new t(b.substring(ya.length), a.message, a.serverResponse) : null; } var ya = "auth/", za = { "admin-restricted-operation": "This operation is restricted to administrators only.", "argument-error": "", "app-not-authorized": "This app, identified by the domain where it's hosted, is not authorized to use Firebase Authentication with the provided API key. Review your key configuration in the Google API console.", "app-not-installed": "The requested mobile application corresponding to the identifier (Android package name or iOS bundle ID) provided is not installed on this device.", "captcha-check-failed": "The reCAPTCHA response token provided is either invalid, expired, already used or the domain associated with it does not match the list of whitelisted domains.", "code-expired": "The SMS code has expired. Please re-send the verification code to try again.", "cordova-not-ready": "Cordova framework is not ready.", "cors-unsupported": "This browser is not supported.", "credential-already-in-use": "This credential is already associated with a different user account.", "custom-token-mismatch": "The custom token corresponds to a different audience.", "requires-recent-login": "This operation is sensitive and requires recent authentication. Log in again before retrying this request.", "dynamic-link-not-activated": "Please activate Dynamic Links in the Firebase Console and agree to the terms and conditions.", "email-change-needs-verification": "Multi-factor users must always have a verified email.", "email-already-in-use": "The email address is already in use by another account.", "expired-action-code": "The action code has expired. ", "cancelled-popup-request": "This operation has been cancelled due to another conflicting popup being opened.", "internal-error": "An internal error has occurred.", "invalid-app-credential": "The phone verification request contains an invalid application verifier. The reCAPTCHA token response is either invalid or expired.", "invalid-app-id": "The mobile app identifier is not registed for the current project.", "invalid-user-token": "This user's credential isn't valid for this project. This can happen if the user's token has been tampered with, or if the user isn't for the project associated with this API key.", "invalid-auth-event": "An internal error has occurred.", "invalid-verification-code": "The SMS verification code used to create the phone auth credential is invalid. Please resend the verification code sms and be sure use the verification code provided by the user.", "invalid-continue-uri": "The continue URL provided in the request is invalid.", "invalid-cordova-configuration": "The following Cordova plugins must be installed to enable OAuth sign-in: cordova-plugin-buildinfo, cordova-universal-links-plugin, cordova-plugin-browsertab, cordova-plugin-inappbrowser and cordova-plugin-customurlscheme.", "invalid-custom-token": "The custom token format is incorrect. Please check the documentation.", "invalid-dynamic-link-domain": "The provided dynamic link domain is not configured or authorized for the current project.", "invalid-email": "The email address is badly formatted.", "invalid-api-key": "Your API key is invalid, please check you have copied it correctly.", "invalid-cert-hash": "The SHA-1 certificate hash provided is invalid.", "invalid-credential": "The supplied auth credential is malformed or has expired.", "invalid-message-payload": "The email template corresponding to this action contains invalid characters in its message. Please fix by going to the Auth email templates section in the Firebase Console.", "invalid-multi-factor-session": "The request does not contain a valid proof of first factor successful sign-in.", "invalid-oauth-provider": "EmailAuthProvider is not supported for this operation. This operation only supports OAuth providers.", "invalid-oauth-client-id": "The OAuth client ID provided is either invalid or does not match the specified API key.", "unauthorized-domain": "This domain is not authorized for OAuth operations for your Firebase project. Edit the list of authorized domains from the Firebase console.", "invalid-action-code": "The action code is invalid. This can happen if the code is malformed, expired, or has already been used.", "wrong-password": "The password is invalid or the user does not have a password.", "invalid-persistence-type": "The specified persistence type is invalid. It can only be local, session or none.", "invalid-phone-number": "The format of the phone number provided is incorrect. Please enter the phone number in a format that can be parsed into E.164 format. E.164 phone numbers are written in the format [+][country code][subscriber number including area code].", "invalid-provider-id": "The specified provider ID is invalid.", "invalid-recipient-email": "The email corresponding to this action failed to send as the provided recipient email address is invalid.", "invalid-sender": "The email template corresponding to this action contains an invalid sender email or name. Please fix by going to the Auth email templates section in the Firebase Console.", "invalid-verification-id": "The verification ID used to create the phone auth credential is invalid.", "invalid-tenant-id": "The Auth instance's tenant ID is invalid.", "multi-factor-info-not-found": "The user does not have a second factor matching the identifier provided.", "multi-factor-auth-required": "Proof of ownership of a second factor is required to complete sign-in.", "missing-android-pkg-name": "An Android Package Name must be provided if the Android App is required to be installed.", "auth-domain-config-required": "Be sure to include authDomain when calling firebase.initializeApp(), by following the instructions in the Firebase console.", "missing-app-credential": "The phone verification request is missing an application verifier assertion. A reCAPTCHA response token needs to be provided.", "missing-verification-code": "The phone auth credential was created with an empty SMS verification code.", "missing-continue-uri": "A continue URL must be provided in the request.", "missing-iframe-start": "An internal error has occurred.", "missing-ios-bundle-id": "An iOS Bundle ID must be provided if an App Store ID is provided.", "missing-multi-factor-info": "No second factor identifier is provided.", "missing-multi-factor-session": "The request is missing proof of first factor successful sign-in.", "missing-or-invalid-nonce": "The request does not contain a valid nonce. This can occur if the SHA-256 hash of the provided raw nonce does not match the hashed nonce in the ID token payload.", "missing-phone-number": "To send verification codes, provide a phone number for the recipient.", "missing-verification-id": "The phone auth credential was created with an empty verification ID.", "app-deleted": "This instance of FirebaseApp has been deleted.", "account-exists-with-different-credential": "An account already exists with the same email address but different sign-in credentials. Sign in using a provider associated with this email address.", "network-request-failed": "A network error (such as timeout, interrupted connection or unreachable host) has occurred.", "no-auth-event": "An internal error has occurred.", "no-such-provider": "User was not linked to an account with the given provider.", "null-user": "A null user object was provided as the argument for an operation which requires a non-null user object.", "operation-not-allowed": "The given sign-in provider is disabled for this Firebase project. Enable it in the Firebase console, under the sign-in method tab of the Auth section.", "operation-not-supported-in-this-environment": 'This operation is not supported in the environment this application is running on. "location.protocol" must be http, https or chrome-extension and web storage must be enabled.', "popup-blocked": "Unable to establish a connection with the popup. It may have been blocked by the browser.", "popup-closed-by-user": "The popup has been closed by the user before finalizing the operation.", "provider-already-linked": "User can only be linked to one identity for the given provider.", "quota-exceeded": "The project's quota for this operation has been exceeded.", "redirect-cancelled-by-user": "The redirect operation has been cancelled by the user before finalizing.", "redirect-operation-pending": "A redirect sign-in operation is already pending.", "rejected-credential": "The request contains malformed or mismatching credentials.", "second-factor-already-in-use": "The second factor is already enrolled on this account.", "maximum-second-factor-count-exceeded": "The maximum allowed number of second factors on a user has been exceeded.", "tenant-id-mismatch": "The provided tenant ID does not match the Auth instance's tenant ID", timeout: "The operation has timed out.", "user-token-expired": "The user's credential is no longer valid. The user must sign in again.", "too-many-requests": "We have blocked all requests from this device due to unusual activity. Try again later.", "unauthorized-continue-uri": "The domain of the continue URL is not whitelisted. Please whitelist the domain in the Firebase console.", "unsupported-first-factor": "Enrolling a second factor or signing in with a multi-factor account requires sign-in with a supported first factor.", "unsupported-persistence-type": "The current environment does not support the specified persistence type.", "unsupported-tenant-operation": "This operation is not supported in a multi-tenant context.", "unverified-email": "The operation requires a verified email.", "user-cancelled": "The user did not grant your application the permissions it requested.", "user-not-found": "There is no user record corresponding to this identifier. The user may have been deleted.", "user-disabled": "The user account has been disabled by an administrator.", "user-mismatch": "The supplied credentials do not correspond to the previously signed in user.", "user-signed-out": "", "weak-password": "The password must be 6 characters long or more.", "web-storage-unsupported": "This browser is not supported or 3rd party cookies and data may be disabled." }; /* Copyright 2017 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ var Ba = { kd: { Sa: "https://staging-identitytoolkit.sandbox.googleapis.com/identitytoolkit/v3/relyingparty/", Ya: "https://staging-securetoken.sandbox.googleapis.com/v1/token", Va: "https://staging-identitytoolkit.sandbox.googleapis.com/v2/", id: "b" }, rd: { Sa: "https://www.googleapis.com/identitytoolkit/v3/relyingparty/", Ya: "https://securetoken.googleapis.com/v1/token", Va: "https://identitytoolkit.googleapis.com/v2/", id: "p" }, td: { Sa: "https://staging-www.sandbox.googleapis.com/identitytoolkit/v3/relyingparty/", Ya: "https://staging-securetoken.sandbox.googleapis.com/v1/token", Va: "https://staging-identitytoolkit.sandbox.googleapis.com/v2/", id: "s" }, ud: { Sa: "https://www-googleapis-test.sandbox.google.com/identitytoolkit/v3/relyingparty/", Ya: "https://test-securetoken.sandbox.googleapis.com/v1/token", Va: "https://test-identitytoolkit.sandbox.googleapis.com/v2/", id: "t" } }; function Ca(a) { for (var b in Ba) { if (Ba[b].id === a) return a = Ba[b], { firebaseEndpoint: a.Sa, secureTokenEndpoint: a.Ya, identityPlatformEndpoint: a.Va }; } return null; } var Da; Da = Ca("__EID__") ? "__EID__" : void 0; function Ea(a) { if (!a) return !1; try { return !!a.$goog_Thenable; } catch (b) { return !1; } } ; function u(a) { if (Error.captureStackTrace) Error.captureStackTrace(this, u);else { var b = Error().stack; b && (this.stack = b); } a && (this.message = String(a)); } r(u, Error); u.prototype.name = "CustomError"; function Fa(a, b) { a = a.split("%s"); for (var c = "", d = a.length - 1, e = 0; e < d; e++) { c += a[e] + (e < b.length ? b[e] : "%s"); } u.call(this, c + a[d]); } r(Fa, u); Fa.prototype.name = "AssertionError"; function Ga(a, b) { throw new Fa("Failure" + (a ? ": " + a : ""), Array.prototype.slice.call(arguments, 1)); } ; function Ha(a, b) { this.c = a; this.f = b; this.b = 0; this.a = null; } Ha.prototype.get = function () { if (0 < this.b) { this.b--; var a = this.a; this.a = a.next; a.next = null; } else a = this.c(); return a; }; function Ia(a, b) { a.f(b); 100 > a.b && (a.b++, b.next = a.a, a.a = b); } ; function Ja() { this.b = this.a = null; } var La = new Ha(function () { return new Ka(); }, function (a) { a.reset(); }); Ja.prototype.add = function (a, b) { var c = La.get(); c.set(a, b); this.b ? this.b.next = c : this.a = c; this.b = c; }; function Ma() { var a = Na, b = null; a.a && (b = a.a, a.a = a.a.next, a.a || (a.b = null), b.next = null); return b; } function Ka() { this.next = this.b = this.a = null; } Ka.prototype.set = function (a, b) { this.a = a; this.b = b; this.next = null; }; Ka.prototype.reset = function () { this.next = this.b = this.a = null; }; var Oa = Array.prototype.indexOf ? function (a, b) { return Array.prototype.indexOf.call(a, b, void 0); } : function (a, b) { if ("string" === typeof a) return "string" !== typeof b || 1 != b.length ? -1 : a.indexOf(b, 0); for (var c = 0; c < a.length; c++) { if (c in a && a[c] === b) return c; } return -1; }, w = Array.prototype.forEach ? function (a, b, c) { Array.prototype.forEach.call(a, b, c); } : function (a, b, c) { for (var d = a.length, e = "string" === typeof a ? a.split("") : a, f = 0; f < d; f++) { f in e && b.call(c, e[f], f, a); } }; function Pa(a, b) { for (var c = "string" === typeof a ? a.split("") : a, d = a.length - 1; 0 <= d; --d) { d in c && b.call(void 0, c[d], d, a); } } var Qa = Array.prototype.filter ? function (a, b) { return Array.prototype.filter.call(a, b, void 0); } : function (a, b) { for (var c = a.length, d = [], e = 0, f = "string" === typeof a ? a.split("") : a, g = 0; g < c; g++) { if (g in f) { var h = f[g]; b.call(void 0, h, g, a) && (d[e++] = h); } } return d; }, Ra = Array.prototype.map ? function (a, b) { return Array.prototype.map.call(a, b, void 0); } : function (a, b) { for (var c = a.length, d = Array(c), e = "string" === typeof a ? a.split("") : a, f = 0; f < c; f++) { f in e && (d[f] = b.call(void 0, e[f], f, a)); } return d; }, Sa = Array.prototype.some ? function (a, b) { return Array.prototype.some.call(a, b, void 0); } : function (a, b) { for (var c = a.length, d = "string" === typeof a ? a.split("") : a, e = 0; e < c; e++) { if (e in d && b.call(void 0, d[e], e, a)) return !0; } return !1; }; function Ta(a) { a: { var b = Ua; for (var c = a.length, d = "string" === typeof a ? a.split("") : a, e = 0; e < c; e++) { if (e in d && b.call(void 0, d[e], e, a)) { b = e; break a; } } b = -1; } return 0 > b ? null : "string" === typeof a ? a.charAt(b) : a[b]; } function Va(a, b) { return 0 <= Oa(a, b); } function Wa(a, b) { b = Oa(a, b); var c; (c = 0 <= b) && Array.prototype.splice.call(a, b, 1); return c; } function Xa(a, b) { var c = 0; Pa(a, function (d, e) { b.call(void 0, d, e, a) && 1 == Array.prototype.splice.call(a, e, 1).length && c++; }); } function Ya(a) { return Array.prototype.concat.apply([], arguments); } function Za(a) { var b = a.length; if (0 < b) { for (var c = Array(b), d = 0; d < b; d++) { c[d] = a[d]; } return c; } return []; } ; var $a = String.prototype.trim ? function (a) { return a.trim(); } : function (a) { return /^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]; }, ab = /&/g, bb = /</g, cb = />/g, db = /"/g, eb = /'/g, fb = /\x00/g, gb = /[\x00&<>"']/; function x(a, b) { return -1 != a.indexOf(b); } function hb(a, b) { return a < b ? -1 : a > b ? 1 : 0; } ; var ib; a: { var jb = l.navigator; if (jb) { var kb = jb.userAgent; if (kb) { ib = kb; break a; } } ib = ""; } function y(a) { return x(ib, a); } ; function lb(a, b) { for (var c in a) { b.call(void 0, a[c], c, a); } } function mb(a) { for (var b in a) { return !1; } return !0; } function nb(a) { var b = {}, c; for (c in a) { b[c] = a[c]; } return b; } var ob = "constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "); function z(a, b) { for (var c, d, e = 1; e < arguments.length; e++) { d = arguments[e]; for (c in d) { a[c] = d[c]; } for (var f = 0; f < ob.length; f++) { c = ob[f], Object.prototype.hasOwnProperty.call(d, c) && (a[c] = d[c]); } } } ; function pb(a, b) { a: { try { var c = a && a.ownerDocument, d = c && (c.defaultView || c.parentWindow); d = d || l; if (d.Element && d.Location) { var e = d; break a; } } catch (g) {} e = null; } if (e && "undefined" != typeof e[b] && (!a || !(a instanceof e[b]) && (a instanceof e.Location || a instanceof e.Element))) { if (m(a)) try { var f = a.constructor.displayName || a.constructor.name || Object.prototype.toString.call(a); } catch (g) { f = "<object could not be stringified>"; } else f = void 0 === a ? "undefined" : null === a ? "null" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a); Ga("Argument is not a %s (or a non-Element, non-Location mock); got: %s", b, f); } } ; function qb(a, b) { this.a = a === rb && b || ""; this.b = sb; } qb.prototype.sa = !0; qb.prototype.ra = function () { return this.a; }; qb.prototype.toString = function () { return "Const{" + this.a + "}"; }; function tb(a) { if (a instanceof qb && a.constructor === qb && a.b === sb) return a.a; Ga("expected object of type Const, got '" + a + "'"); return "type_error:Const"; } var sb = {}, rb = {}; var ub; function vb() { if (void 0 === ub) { var a = null, b = l.trustedTypes; if (b && b.createPolicy) { try { a = b.createPolicy("goog#html", { createHTML: wa, createScript: wa, createScriptURL: wa }); } catch (c) { l.console && l.console.error(c.message); } ub = a; } else ub = a; } return ub; } ; function wb(a, b) { this.a = b === xb ? a : ""; } wb.prototype.sa = !0; wb.prototype.ra = function () { return this.a.toString(); }; wb.prototype.toString = function () { return "TrustedResourceUrl{" + this.a + "}"; }; function yb(a) { if (a instanceof wb && a.constructor === wb) return a.a; Ga("expected object of type TrustedResourceUrl, got '" + a + "' of type " + ma(a)); return "type_error:TrustedResourceUrl"; } function zb(a, b) { var c = tb(a); if (!Ab.test(c)) throw Error("Invalid TrustedResourceUrl format: " + c); a = c.replace(Bb, function (d, e) { if (!Object.prototype.hasOwnProperty.call(b, e)) throw Error('Found marker, "' + e + '", in format string, "' + c + '", but no valid label mapping found in args: ' + JSON.stringify(b)); d = b[e]; return d instanceof qb ? tb(d) : encodeURIComponent(String(d)); }); return Cb(a); } var Bb = /%{(\w+)}/g, Ab = /^((https:)?\/\/[0-9a-z.:[\]-]+\/|\/[^/\\]|[^:/\\%]+\/|[^:/\\%]*[?#]|about:blank#)/i, xb = {}; function Cb(a) { var b = vb(); a = b ? b.createScriptURL(a) : a; return new wb(a, xb); } ; function C(a, b) { this.a = b === Db ? a : ""; } C.prototype.sa = !0; C.prototype.ra = function () { return this.a.toString(); }; C.prototype.toString = function () { return "SafeUrl{" + this.a + "}"; }; function Eb(a) { if (a instanceof C && a.constructor === C) return a.a; Ga("expected object of type SafeUrl, got '" + a + "' of type " + ma(a)); return "type_error:SafeUrl"; } var Fb = /^(?:audio\/(?:3gpp2|3gpp|aac|L16|midi|mp3|mp4|mpeg|oga|ogg|opus|x-m4a|x-matroska|x-wav|wav|webm)|font\/\w+|image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp|x-icon)|text\/csv|video\/(?:mpeg|mp4|ogg|webm|quicktime|x-matroska))(?:;\w+=(?:\w+|"[\w;,= ]+"))*$/i, Gb = /^data:(.*);base64,[a-z0-9+\/]+=*$/i, Hb = /^(?:(?:https?|mailto|ftp):|[^:/?#]*(?:[/?#]|$))/i; function Ib(a) { if (a instanceof C) return a; a = "object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && a.sa ? a.ra() : String(a); if (Hb.test(a)) a = new C(a, Db);else { a = String(a); a = a.replace(/(%0A|%0D)/g, ""); var b = a.match(Gb); a = b && Fb.test(b[1]) ? new C(a, Db) : null; } return a; } function Jb(a) { if (a instanceof C) return a; a = "object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && a.sa ? a.ra() : String(a); Hb.test(a) || (a = "about:invalid#zClosurez"); return new C(a, Db); } var Db = {}, Kb = new C("about:invalid#zClosurez", Db); function Lb(a, b, c) { this.a = c === Mb ? a : ""; } Lb.prototype.sa = !0; Lb.prototype.ra = function () { return this.a.toString(); }; Lb.prototype.toString = function () { return "SafeHtml{" + this.a + "}"; }; function Nb(a) { if (a instanceof Lb && a.constructor === Lb) return a.a; Ga("expected object of type SafeHtml, got '" + a + "' of type " + ma(a)); return "type_error:SafeHtml"; } var Mb = {}; function Ob(a, b) { pb(a, "HTMLScriptElement"); a.src = yb(b); (b = a.ownerDocument && a.ownerDocument.defaultView) && b != l ? b = ka(b.document) : (null === ja && (ja = ka(l.document)), b = ja); b && a.setAttribute("nonce", b); } function Pb(a, b, c, d) { a = a instanceof C ? a : Jb(a); b = b || l; c = c instanceof qb ? tb(c) : c || ""; return b.open(Eb(a), c, d, void 0); } ; function Qb(a, b) { for (var c = a.split("%s"), d = "", e = Array.prototype.slice.call(arguments, 1); e.length && 1 < c.length;) { d += c.shift() + e.shift(); } return d + c.join("%s"); } function Rb(a) { gb.test(a) && (-1 != a.indexOf("&") && (a = a.replace(ab, "&")), -1 != a.indexOf("<") && (a = a.replace(bb, "<")), -1 != a.indexOf(">") && (a = a.replace(cb, ">")), -1 != a.indexOf('"') && (a = a.replace(db, """)), -1 != a.indexOf("'") && (a = a.replace(eb, "'")), -1 != a.indexOf("\x00") && (a = a.replace(fb, "�"))); return a; } ; function Sb(a) { Sb[" "](a); return a; } Sb[" "] = la; function Tb(a, b) { var c = Ub; return Object.prototype.hasOwnProperty.call(c, a) ? c[a] : c[a] = b(a); } ; var Vb = y("Opera"), Wb = y("Trident") || y("MSIE"), Xb = y("Edge"), Yb = Xb || Wb, Zb = y("Gecko") && !(x(ib.toLowerCase(), "webkit") && !y("Edge")) && !(y("Trident") || y("MSIE")) && !y("Edge"), $b = x(ib.toLowerCase(), "webkit") && !y("Edge"); function ac() { var a = l.document; return a ? a.documentMode : void 0; } var bc; a: { var cc = "", dc = function () { var a = ib; if (Zb) return /rv:([^\);]+)(\)|;)/.exec(a); if (Xb) return /Edge\/([\d\.]+)/.exec(a); if (Wb) return /\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a); if ($b) return /WebKit\/(\S+)/.exec(a); if (Vb) return /(?:Version)[ \/]?(\S+)/.exec(a); }(); dc && (cc = dc ? dc[1] : ""); if (Wb) { var ec = ac(); if (null != ec && ec > parseFloat(cc)) { bc = String(ec); break a; } } bc = cc; } var Ub = {}; function fc(a) { return Tb(a, function () { for (var b = 0, c = $a(String(bc)).split("."), d = $a(String(a)).split("."), e = Math.max(c.length, d.length), f = 0; 0 == b && f < e; f++) { var g = c[f] || "", h = d[f] || ""; do { g = /(\d*)(\D*)(.*)/.exec(g) || ["", "", "", ""]; h = /(\d*)(\D*)(.*)/.exec(h) || ["", "", "", ""]; if (0 == g[0].length && 0 == h[0].length) break; b = hb(0 == g[1].length ? 0 : parseInt(g[1], 10), 0 == h[1].length ? 0 : parseInt(h[1], 10)) || hb(0 == g[2].length, 0 == h[2].length) || hb(g[2], h[2]); g = g[3]; h = h[3]; } while (0 == b); } return 0 <= b; }); } var gc; if (l.document && Wb) { var hc = ac(); gc = hc ? hc : parseInt(bc, 10) || void 0; } else gc = void 0; var ic = gc; try { new self.OffscreenCanvas(0, 0).getContext("2d"); } catch (a) {} var jc = !Wb || 9 <= Number(ic); function kc(a) { var b = document; return "string" === typeof a ? b.getElementById(a) : a; } function lc(a, b) { lb(b, function (c, d) { c && "object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(c) && c.sa && (c = c.ra()); "style" == d ? a.style.cssText = c : "class" == d ? a.className = c : "for" == d ? a.htmlFor = c : mc.hasOwnProperty(d) ? a.setAttribute(mc[d], c) : 0 == d.lastIndexOf("aria-", 0) || 0 == d.lastIndexOf("data-", 0) ? a.setAttribute(d, c) : a[d] = c; }); } var mc = { cellpadding: "cellPadding", cellspacing: "cellSpacing", colspan: "colSpan", frameborder: "frameBorder", height: "height", maxlength: "maxLength", nonce: "nonce", role: "role", rowspan: "rowSpan", type: "type", usemap: "useMap", valign: "vAlign", width: "width" }; function nc(a, b, c) { var d = arguments, e = document, f = String(d[0]), g = d[1]; if (!jc && g && (g.name || g.type)) { f = ["<", f]; g.name && f.push(' name="', Rb(g.name), '"'); if (g.type) { f.push(' type="', Rb(g.type), '"'); var h = {}; z(h, g); delete h.type; g = h; } f.push(">"); f = f.join(""); } f = oc(e, f); g && ("string" === typeof g ? f.className = g : Array.isArray(g) ? f.className = g.join(" ") : lc(f, g)); 2 < d.length && pc(e, f, d); return f; } function pc(a, b, c) { function d(h) { h && b.appendChild("string" === typeof h ? a.createTextNode(h) : h); } for (var e = 2; e < c.length; e++) { var f = c[e]; if (!na(f) || m(f) && 0 < f.nodeType) d(f);else { a: { if (f && "number" == typeof f.length) { if (m(f)) { var g = "function" == typeof f.item || "string" == typeof f.item; break a; } if (oa(f)) { g = "function" == typeof f.item; break a; } } g = !1; } w(g ? Za(f) : f, d); } } } function oc(a, b) { b = String(b); "application/xhtml+xml" === a.contentType && (b = b.toLowerCase()); return a.createElement(b); } ; function qc(a) { l.setTimeout(function () { throw a; }, 0); } var rc; function sc() { var a = l.MessageChannel; "undefined" === typeof a && "undefined" !== typeof window && window.postMessage && window.addEventListener && !y("Presto") && (a = function a() { var e = oc(document, "IFRAME"); e.style.display = "none"; document.documentElement.appendChild(e); var f = e.contentWindow; e = f.document; e.open(); e.close(); var g = "callImmediate" + Math.random(), h = "file:" == f.location.protocol ? "*" : f.location.protocol + "//" + f.location.host; e = q(function (n) { if (("*" == h || n.origin == h) && n.data == g) this.port1.onmessage(); }, this); f.addEventListener("message", e, !1); this.port1 = {}; this.port2 = { postMessage: function postMessage() { f.postMessage(g, h); } }; }); if ("undefined" !== typeof a && !y("Trident") && !y("MSIE")) { var b = new a(), c = {}, d = c; b.port1.onmessage = function () { if (void 0 !== c.next) { c = c.next; var e = c.Fb; c.Fb = null; e(); } }; return function (e) { d.next = { Fb: e }; d = d.next; b.port2.postMessage(0); }; } return function (e) { l.setTimeout(e, 0); }; } ; function tc(a, b) { uc || vc(); wc || (uc(), wc = !0); Na.add(a, b); } var uc; function vc() { if (l.Promise && l.Promise.resolve) { var a = l.Promise.resolve(void 0); uc = function uc() { a.then(xc); }; } else uc = function uc() { var b = xc; !oa(l.setImmediate) || l.Window && l.Window.prototype && !y("Edge") && l.Window.prototype.setImmediate == l.setImmediate ? (rc || (rc = sc()), rc(b)) : l.setImmediate(b); }; } var wc = !1, Na = new Ja(); function xc() { for (var a; a = Ma();) { try { a.a.call(a.b); } catch (b) { qc(b); } Ia(La, a); } wc = !1; } ; function D(a, b) { this.a = yc; this.h = void 0; this.f = this.b = this.c = null; this.g = this.i = !1; if (a != la) try { var c = this; a.call(b, function (d) { zc(c, Ac, d); }, function (d) { if (!(d instanceof Bc)) try { if (d instanceof Error) throw d; throw Error("Promise rejected."); } catch (e) {} zc(c, Cc, d); }); } catch (d) { zc(this, Cc, d); } } var yc = 0, Ac = 2, Cc = 3; function Dc() { this.next = this.f = this.b = this.g = this.a = null; this.c = !1; } Dc.prototype.reset = function () { this.f = this.b = this.g = this.a = null; this.c = !1; }; var Ec = new Ha(function () { return new Dc(); }, function (a) { a.reset(); }); function Fc(a, b, c) { var d = Ec.get(); d.g = a; d.b = b; d.f = c; return d; } function E(a) { if (a instanceof D) return a; var b = new D(la); zc(b, Ac, a); return b; } function F(a) { return new D(function (b, c) { c(a); }); } function Gc(a, b, c) { Hc(a, b, c, null) || tc(ua(b, a)); } function Ic(a) { return new D(function (b, c) { var d = a.length, e = []; if (d) for (var f = function f(p, v) { d--; e[p] = v; 0 == d && b(e); }, g = function g(p) { c(p); }, h = 0, n; h < a.length; h++) { n = a[h], Gc(n, ua(f, h), g); } else b(e); }); } function Jc(a) { return new D(function (b) { var c = a.length, d = []; if (c) for (var e = function e(h, n, p) { c--; d[h] = n ? { Ob: !0, value: p } : { Ob: !1, reason: p }; 0 == c && b(d); }, f = 0, g; f < a.length; f++) { g = a[f], Gc(g, ua(e, f, !0), ua(e, f, !1)); } else b(d); }); } D.prototype.then = function (a, b, c) { return Kc(this, oa(a) ? a : null, oa(b) ? b : null, c); }; D.prototype.$goog_Thenable = !0; k = D.prototype; k.na = function (a, b) { a = Fc(a, a, b); a.c = !0; Lc(this, a); return this; }; k.o = function (a, b) { return Kc(this, null, a, b); }; k.cancel = function (a) { if (this.a == yc) { var b = new Bc(a); tc(function () { Mc(this, b); }, this); } }; function Mc(a, b) { if (a.a == yc) if (a.c) { var c = a.c; if (c.b) { for (var d = 0, e = null, f = null, g = c.b; g && (g.c || (d++, g.a == a && (e = g), !(e && 1 < d))); g = g.next) { e || (f = g); } e && (c.a == yc && 1 == d ? Mc(c, b) : (f ? (d = f, d.next == c.f && (c.f = d), d.next = d.next.next) : Nc(c), Oc(c, e, Cc, b))); } a.c = null; } else zc(a, Cc, b); } function Lc(a, b) { a.b || a.a != Ac && a.a != Cc || Pc(a); a.f ? a.f.next = b : a.b = b; a.f = b; } function Kc(a, b, c, d) { var e = Fc(null, null, null); e.a = new D(function (f, g) { e.g = b ? function (h) { try { var n = b.call(d, h); f(n); } catch (p) { g(p); } } : f; e.b = c ? function (h) { try { var n = c.call(d, h); void 0 === n && h instanceof Bc ? g(h) : f(n); } catch (p) { g(p); } } : g; }); e.a.c = a; Lc(a, e); return e.a; } k.Zc = function (a) { this.a = yc; zc(this, Ac, a); }; k.$c = function (a) { this.a = yc; zc(this, Cc, a); }; function zc(a, b, c) { a.a == yc && (a === c && (b = Cc, c = new TypeError("Promise cannot resolve to itself")), a.a = 1, Hc(c, a.Zc, a.$c, a) || (a.h = c, a.a = b, a.c = null, Pc(a), b != Cc || c instanceof Bc || Qc(a, c))); } function Hc(a, b, c, d) { if (a instanceof D) return Lc(a, Fc(b || la, c || null, d)), !0; if (Ea(a)) return a.then(b, c, d), !0; if (m(a)) try { var e = a.then; if (oa(e)) return Rc(a, e, b, c, d), !0; } catch (f) { return c.call(d, f), !0; } return !1; } function Rc(a, b, c, d, e) { function f(n) { h || (h = !0, d.call(e, n)); } function g(n) { h || (h = !0, c.call(e, n)); } var h = !1; try { b.call(a, g, f); } catch (n) { f(n); } } function Pc(a) { a.i || (a.i = !0, tc(a.fc, a)); } function Nc(a) { var b = null; a.b && (b = a.b, a.b = b.next, b.next = null); a.b || (a.f = null); return b; } k.fc = function () { for (var a; a = Nc(this);) { Oc(this, a, this.a, this.h); } this.i = !1; }; function Oc(a, b, c, d) { if (c == Cc && b.b && !b.c) for (; a && a.g; a = a.c) { a.g = !1; } if (b.a) b.a.c = null, Sc(b, c, d);else try { b.c ? b.g.call(b.f) : Sc(b, c, d); } catch (e) { Tc.call(null, e); } Ia(Ec, b); } function Sc(a, b, c) { b == Ac ? a.g.call(a.f, c) : a.b && a.b.call(a.f, c); } function Qc(a, b) { a.g = !0; tc(function () { a.g && Tc.call(null, b); }); } var Tc = qc; function Bc(a) { u.call(this, a); } r(Bc, u); Bc.prototype.name = "cancel"; function Uc() { 0 != Vc && (Wc[pa(this)] = this); this.xa = this.xa; this.oa = this.oa; } var Vc = 0, Wc = {}; Uc.prototype.xa = !1; function Xc(a) { if (!a.xa && (a.xa = !0, a.Da(), 0 != Vc)) { var b = pa(a); if (0 != Vc && a.oa && 0 < a.oa.length) throw Error(a + " did not empty its onDisposeCallbacks queue. This probably means it overrode dispose() or disposeInternal() without calling the superclass' method."); delete Wc[b]; } } Uc.prototype.Da = function () { if (this.oa) for (; this.oa.length;) { this.oa.shift()(); } }; var Yc = Object.freeze || function (a) { return a; }; var Zc = !Wb || 9 <= Number(ic), $c = Wb && !fc("9"), ad = function () { if (!l.addEventListener || !Object.defineProperty) return !1; var a = !1, b = Object.defineProperty({}, "passive", { get: function get() { a = !0; } }); try { l.addEventListener("test", la, b), l.removeEventListener("test", la, b); } catch (c) {} return a; }(); function G(a, b) { this.type = a; this.b = this.target = b; this.defaultPrevented = !1; } G.prototype.preventDefault = function () { this.defaultPrevented = !0; }; function bd(a, b) { G.call(this, a ? a.type : ""); this.relatedTarget = this.b = this.target = null; this.button = this.screenY = this.screenX = this.clientY = this.clientX = 0; this.key = ""; this.metaKey = this.shiftKey = this.altKey = this.ctrlKey = !1; this.pointerId = 0; this.pointerType = ""; this.a = null; if (a) { var c = this.type = a.type, d = a.changedTouches && a.changedTouches.length ? a.changedTouches[0] : null; this.target = a.target || a.srcElement; this.b = b; if (b = a.relatedTarget) { if (Zb) { a: { try { Sb(b.nodeName); var e = !0; break a; } catch (f) {} e = !1; } e || (b = null); } } else "mouseover" == c ? b = a.fromElement : "mouseout" == c && (b = a.toElement); this.relatedTarget = b; d ? (this.clientX = void 0 !== d.clientX ? d.clientX : d.pageX, this.clientY = void 0 !== d.clientY ? d.clientY : d.pageY, this.screenX = d.screenX || 0, this.screenY = d.screenY || 0) : (this.clientX = void 0 !== a.clientX ? a.clientX : a.pageX, this.clientY = void 0 !== a.clientY ? a.clientY : a.pageY, this.screenX = a.screenX || 0, this.screenY = a.screenY || 0); this.button = a.button; this.key = a.key || ""; this.ctrlKey = a.ctrlKey; this.altKey = a.altKey; this.shiftKey = a.shiftKey; this.metaKey = a.metaKey; this.pointerId = a.pointerId || 0; this.pointerType = "string" === typeof a.pointerType ? a.pointerType : cd[a.pointerType] || ""; this.a = a; a.defaultPrevented && this.preventDefault(); } } r(bd, G); var cd = Yc({ 2: "touch", 3: "pen", 4: "mouse" }); bd.prototype.preventDefault = function () { bd.$a.preventDefault.call(this); var a = this.a; if (a.preventDefault) a.preventDefault();else if (a.returnValue = !1, $c) try { if (a.ctrlKey || 112 <= a.keyCode && 123 >= a.keyCode) a.keyCode = -1; } catch (b) {} }; bd.prototype.g = function () { return this.a; }; var dd = "closure_listenable_" + (1E6 * Math.random() | 0), ed = 0; function fd(a, b, c, d, e) { this.listener = a; this.proxy = null; this.src = b; this.type = c; this.capture = !!d; this.Ua = e; this.key = ++ed; this.va = this.Oa = !1; } function gd(a) { a.va = !0; a.listener = null; a.proxy = null; a.src = null; a.Ua = null; } ; function hd(a) { this.src = a; this.a = {}; this.b = 0; } hd.prototype.add = function (a, b, c, d, e) { var f = a.toString(); a = this.a[f]; a || (a = this.a[f] = [], this.b++); var g = id(a, b, d, e); -1 < g ? (b = a[g], c || (b.Oa = !1)) : (b = new fd(b, this.src, f, !!d, e), b.Oa = c, a.push(b)); return b; }; function jd(a, b) { var c = b.type; c in a.a && Wa(a.a[c], b) && (gd(b), 0 == a.a[c].length && (delete a.a[c], a.b--)); } function id(a, b, c, d) { for (var e = 0; e < a.length; ++e) { var f = a[e]; if (!f.va && f.listener == b && f.capture == !!c && f.Ua == d) return e; } return -1; } ; var kd = "closure_lm_" + (1E6 * Math.random() | 0), ld = {}, md = 0; function nd(a, b, c, d, e) { if (d && d.once) od(a, b, c, d, e);else if (Array.isArray(b)) for (var f = 0; f < b.length; f++) { nd(a, b[f], c, d, e); } else c = pd(c), a && a[dd] ? qd(a, b, c, m(d) ? !!d.capture : !!d, e) : rd(a, b, c, !1, d, e); } function rd(a, b, c, d, e, f) { if (!b) throw Error("Invalid event type"); var g = m(e) ? !!e.capture : !!e, h = sd(a); h || (a[kd] = h = new hd(a)); c = h.add(b, c, d, g, f); if (!c.proxy) { d = td(); c.proxy = d; d.src = a; d.listener = c; if (a.addEventListener) ad || (e = g), void 0 === e && (e = !1), a.addEventListener(b.toString(), d, e);else if (a.attachEvent) a.attachEvent(ud(b.toString()), d);else if (a.addListener && a.removeListener) a.addListener(d);else throw Error("addEventListener and attachEvent are unavailable."); md++; } } function td() { var a = vd, b = Zc ? function (c) { return a.call(b.src, b.listener, c); } : function (c) { c = a.call(b.src, b.listener, c); if (!c) return c; }; return b; } function od(a, b, c, d, e) { if (Array.isArray(b)) for (var f = 0; f < b.length; f++) { od(a, b[f], c, d, e); } else c = pd(c), a && a[dd] ? wd(a, b, c, m(d) ? !!d.capture : !!d, e) : rd(a, b, c, !0, d, e); } function H(a, b, c, d, e) { if (Array.isArray(b)) for (var f = 0; f < b.length; f++) { H(a, b[f], c, d, e); } else (d = m(d) ? !!d.capture : !!d, c = pd(c), a && a[dd]) ? (a = a.v, b = String(b).toString(), b in a.a && (f = a.a[b], c = id(f, c, d, e), -1 < c && (gd(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.a[b], a.b--)))) : a && (a = sd(a)) && (b = a.a[b.toString()], a = -1, b && (a = id(b, c, d, e)), (c = -1 < a ? b[a] : null) && xd(c)); } function xd(a) { if ("number" !== typeof a && a && !a.va) { var b = a.src; if (b && b[dd]) jd(b.v, a);else { var c = a.type, d = a.proxy; b.removeEventListener ? b.removeEventListener(c, d, a.capture) : b.detachEvent ? b.detachEvent(ud(c), d) : b.addListener && b.removeListener && b.removeListener(d); md--; (c = sd(b)) ? (jd(c, a), 0 == c.b && (c.src = null, b[kd] = null)) : gd(a); } } } function ud(a) { return a in ld ? ld[a] : ld[a] = "on" + a; } function yd(a, b, c, d) { var e = !0; if (a = sd(a)) if (b = a.a[b.toString()]) for (b = b.concat(), a = 0; a < b.length; a++) { var f = b[a]; f && f.capture == c && !f.va && (f = zd(f, d), e = e && !1 !== f); } return e; } function zd(a, b) { var c = a.listener, d = a.Ua || a.src; a.Oa && xd(a); return c.call(d, b); } function vd(a, b) { if (a.va) return !0; if (!Zc) { if (!b) a: { b = ["window", "event"]; for (var c = l, d = 0; d < b.length; d++) { if (c = c[b[d]], null == c) { b = null; break a; } } b = c; } d = b; b = new bd(d, this); c = !0; if (!(0 > d.keyCode || void 0 != d.returnValue)) { a: { var e = !1; if (0 == d.keyCode) try { d.keyCode = -1; break a; } catch (g) { e = !0; } if (e || void 0 == d.returnValue) d.returnValue = !0; } d = []; for (e = b.b; e; e = e.parentNode) { d.push(e); } a = a.type; for (e = d.length - 1; 0 <= e; e--) { b.b = d[e]; var f = yd(d[e], a, !0, b); c = c && f; } for (e = 0; e < d.length; e++) { b.b = d[e], f = yd(d[e], a, !1, b), c = c && f; } } return c; } return zd(a, new bd(b, this)); } function sd(a) { a = a[kd]; return a instanceof hd ? a : null; } var Bd = "__closure_events_fn_" + (1E9 * Math.random() >>> 0); function pd(a) { if (oa(a)) return a; a[Bd] || (a[Bd] = function (b) { return a.handleEvent(b); }); return a[Bd]; } ; function I() { Uc.call(this); this.v = new hd(this); this.$b = this; this.fb = null; } r(I, Uc); I.prototype[dd] = !0; I.prototype.addEventListener = function (a, b, c, d) { nd(this, a, b, c, d); }; I.prototype.removeEventListener = function (a, b, c, d) { H(this, a, b, c, d); }; I.prototype.dispatchEvent = function (a) { var b, c = this.fb; if (c) for (b = []; c; c = c.fb) { b.push(c); } c = this.$b; var d = a.type || a; if ("string" === typeof a) a = new G(a, c);else if (a instanceof G) a.target = a.target || c;else { var e = a; a = new G(d, c); z(a, e); } e = !0; if (b) for (var f = b.length - 1; 0 <= f; f--) { var g = a.b = b[f]; e = Cd(g, d, !0, a) && e; } g = a.b = c; e = Cd(g, d, !0, a) && e; e = Cd(g, d, !1, a) && e; if (b) for (f = 0; f < b.length; f++) { g = a.b = b[f], e = Cd(g, d, !1, a) && e; } return e; }; I.prototype.Da = function () { I.$a.Da.call(this); if (this.v) { var a = this.v, b = 0, c; for (c in a.a) { for (var d = a.a[c], e = 0; e < d.length; e++) { ++b, gd(d[e]); } delete a.a[c]; a.b--; } } this.fb = null; }; function qd(a, b, c, d, e) { a.v.add(String(b), c, !1, d, e); } function wd(a, b, c, d, e) { a.v.add(String(b), c, !0, d, e); } function Cd(a, b, c, d) { b = a.v.a[String(b)]; if (!b) return !0; b = b.concat(); for (var e = !0, f = 0; f < b.length; ++f) { var g = b[f]; if (g && !g.va && g.capture == c) { var h = g.listener, n = g.Ua || g.src; g.Oa && jd(a.v, g); e = !1 !== h.call(n, d) && e; } } return e && !d.defaultPrevented; } ; function Dd(a, b, c) { if (oa(a)) c && (a = q(a, c));else if (a && "function" == typeof a.handleEvent) a = q(a.handleEvent, a);else throw Error("Invalid listener argument"); return 2147483647 < Number(b) ? -1 : l.setTimeout(a, b || 0); } function Ed(a) { var b = null; return new D(function (c, d) { b = Dd(function () { c(void 0); }, a); -1 == b && d(Error("Failed to schedule timer.")); }).o(function (c) { l.clearTimeout(b); throw c; }); } ; function Fd(a) { if (a.V && "function" == typeof a.V) return a.V(); if ("string" === typeof a) return a.split(""); if (na(a)) { for (var b = [], c = a.length, d = 0; d < c; d++) { b.push(a[d]); } return b; } b = []; c = 0; for (d in a) { b[c++] = a[d]; } return b; } function Gd(a) { if (a.Y && "function" == typeof a.Y) return a.Y(); if (!a.V || "function" != typeof a.V) { if (na(a) || "string" === typeof a) { var b = []; a = a.length; for (var c = 0; c < a; c++) { b.push(c); } return b; } b = []; c = 0; for (var d in a) { b[c++] = d; } return b; } } function Hd(a, b) { if (a.forEach && "function" == typeof a.forEach) a.forEach(b, void 0);else if (na(a) || "string" === typeof a) w(a, b, void 0);else for (var c = Gd(a), d = Fd(a), e = d.length, f = 0; f < e; f++) { b.call(void 0, d[f], c && c[f], a); } } ; function Id(a, b) { this.b = {}; this.a = []; this.c = 0; var c = arguments.length; if (1 < c) { if (c % 2) throw Error("Uneven number of arguments"); for (var d = 0; d < c; d += 2) { this.set(arguments[d], arguments[d + 1]); } } else if (a) if (a instanceof Id) for (c = a.Y(), d = 0; d < c.length; d++) { this.set(c[d], a.get(c[d])); } else for (d in a) { this.set(d, a[d]); } } k = Id.prototype; k.V = function () { Jd(this); for (var a = [], b = 0; b < this.a.length; b++) { a.push(this.b[this.a[b]]); } return a; }; k.Y = function () { Jd(this); return this.a.concat(); }; k.clear = function () { this.b = {}; this.c = this.a.length = 0; }; function Jd(a) { if (a.c != a.a.length) { for (var b = 0, c = 0; b < a.a.length;) { var d = a.a[b]; Kd(a.b, d) && (a.a[c++] = d); b++; } a.a.length = c; } if (a.c != a.a.length) { var e = {}; for (c = b = 0; b < a.a.length;) { d = a.a[b], Kd(e, d) || (a.a[c++] = d, e[d] = 1), b++; } a.a.length = c; } } k.get = function (a, b) { return Kd(this.b, a) ? this.b[a] : b; }; k.set = function (a, b) { Kd(this.b, a) || (this.c++, this.a.push(a)); this.b[a] = b; }; k.forEach = function (a, b) { for (var c = this.Y(), d = 0; d < c.length; d++) { var e = c[d], f = this.get(e); a.call(b, f, e, this); } }; function Kd(a, b) { return Object.prototype.hasOwnProperty.call(a, b); } ; var Ld = /^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/; function Md(a, b) { if (a) { a = a.split("&"); for (var c = 0; c < a.length; c++) { var d = a[c].indexOf("="), e = null; if (0 <= d) { var f = a[c].substring(0, d); e = a[c].substring(d + 1); } else f = a[c]; b(f, e ? decodeURIComponent(e.replace(/\+/g, " ")) : ""); } } } ; function Nd(a, b) { this.a = this.l = this.f = ""; this.g = null; this.i = this.c = ""; this.h = !1; var c; a instanceof Nd ? (this.h = void 0 !== b ? b : a.h, Od(this, a.f), this.l = a.l, this.a = a.a, Pd(this, a.g), this.c = a.c, Qd(this, Rd(a.b)), this.i = a.i) : a && (c = String(a).match(Ld)) ? (this.h = !!b, Od(this, c[1] || "", !0), this.l = Sd(c[2] || ""), this.a = Sd(c[3] || "", !0), Pd(this, c[4]), this.c = Sd(c[5] || "", !0), Qd(this, c[6] || "", !0), this.i = Sd(c[7] || "")) : (this.h = !!b, this.b = new Td(null, this.h)); } Nd.prototype.toString = function () { var a = [], b = this.f; b && a.push(Ud(b, Vd, !0), ":"); var c = this.a; if (c || "file" == b) a.push("//"), (b = this.l) && a.push(Ud(b, Vd, !0), "@"), a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g, "%$1")), c = this.g, null != c && a.push(":", String(c)); if (c = this.c) this.a && "/" != c.charAt(0) && a.push("/"), a.push(Ud(c, "/" == c.charAt(0) ? Wd : Xd, !0)); (c = this.b.toString()) && a.push("?", c); (c = this.i) && a.push("#", Ud(c, Yd)); return a.join(""); }; Nd.prototype.resolve = function (a) { var b = new Nd(this), c = !!a.f; c ? Od(b, a.f) : c = !!a.l; c ? b.l = a.l : c = !!a.a; c ? b.a = a.a : c = null != a.g; var d = a.c; if (c) Pd(b, a.g);else if (c = !!a.c) { if ("/" != d.charAt(0)) if (this.a && !this.c) d = "/" + d;else { var e = b.c.lastIndexOf("/"); -1 != e && (d = b.c.substr(0, e + 1) + d); } e = d; if (".." == e || "." == e) d = "";else if (x(e, "./") || x(e, "/.")) { d = 0 == e.lastIndexOf("/", 0); e = e.split("/"); for (var f = [], g = 0; g < e.length;) { var h = e[g++]; "." == h ? d && g == e.length && f.push("") : ".." == h ? ((1 < f.length || 1 == f.length && "" != f[0]) && f.pop(), d && g == e.length && f.push("")) : (f.push(h), d = !0); } d = f.join("/"); } else d = e; } c ? b.c = d : c = "" !== a.b.toString(); c ? Qd(b, Rd(a.b)) : c = !!a.i; c && (b.i = a.i); return b; }; function Od(a, b, c) { a.f = c ? Sd(b, !0) : b; a.f && (a.f = a.f.replace(/:$/, "")); } function Pd(a, b) { if (b) { b = Number(b); if (isNaN(b) || 0 > b) throw Error("Bad port number " + b); a.g = b; } else a.g = null; } function Qd(a, b, c) { b instanceof Td ? (a.b = b, Zd(a.b, a.h)) : (c || (b = Ud(b, $d)), a.b = new Td(b, a.h)); } function J(a, b, c) { a.b.set(b, c); } function ae(a, b) { return a.b.get(b); } function be(a) { return a instanceof Nd ? new Nd(a) : new Nd(a, void 0); } function ce(a, b, c, d) { var e = new Nd(null, void 0); a && Od(e, a); b && (e.a = b); c && Pd(e, c); d && (e.c = d); return e; } function Sd(a, b) { return a ? b ? decodeURI(a.replace(/%25/g, "%2525")) : decodeURIComponent(a) : ""; } function Ud(a, b, c) { return "string" === typeof a ? (a = encodeURI(a).replace(b, de), c && (a = a.replace(/%25([0-9a-fA-F]{2})/g, "%$1")), a) : null; } function de(a) { a = a.charCodeAt(0); return "%" + (a >> 4 & 15).toString(16) + (a & 15).toString(16); } var Vd = /[#\/\?@]/g, Xd = /[#\?:]/g, Wd = /[#\?]/g, $d = /[#\?@]/g, Yd = /#/g; function Td(a, b) { this.b = this.a = null; this.c = a || null; this.f = !!b; } function ee(a) { a.a || (a.a = new Id(), a.b = 0, a.c && Md(a.c, function (b, c) { a.add(decodeURIComponent(b.replace(/\+/g, " ")), c); })); } function fe(a) { var b = Gd(a); if ("undefined" == typeof b) throw Error("Keys are undefined"); var c = new Td(null, void 0); a = Fd(a); for (var d = 0; d < b.length; d++) { var e = b[d], f = a[d]; Array.isArray(f) ? ge(c, e, f) : c.add(e, f); } return c; } k = Td.prototype; k.add = function (a, b) { ee(this); this.c = null; a = he(this, a); var c = this.a.get(a); c || this.a.set(a, c = []); c.push(b); this.b += 1; return this; }; function ie(a, b) { ee(a); b = he(a, b); Kd(a.a.b, b) && (a.c = null, a.b -= a.a.get(b).length, a = a.a, Kd(a.b, b) && (delete a.b[b], a.c--, a.a.length > 2 * a.c && Jd(a))); } k.clear = function () { this.a = this.c = null; this.b = 0; }; function je(a, b) { ee(a); b = he(a, b); return Kd(a.a.b, b); } k.forEach = function (a, b) { ee(this); this.a.forEach(function (c, d) { w(c, function (e) { a.call(b, e, d, this); }, this); }, this); }; k.Y = function () { ee(this); for (var a = this.a.V(), b = this.a.Y(), c = [], d = 0; d < b.length; d++) { for (var e = a[d], f = 0; f < e.length; f++) { c.push(b[d]); } } return c; }; k.V = function (a) { ee(this); var b = []; if ("string" === typeof a) je(this, a) && (b = Ya(b, this.a.get(he(this, a))));else { a = this.a.V(); for (var c = 0; c < a.length; c++) { b = Ya(b, a[c]); } } return b; }; k.set = function (a, b) { ee(this); this.c = null; a = he(this, a); je(this, a) && (this.b -= this.a.get(a).length); this.a.set(a, [b]); this.b += 1; return this; }; k.get = function (a, b) { if (!a) return b; a = this.V(a); return 0 < a.length ? String(a[0]) : b; }; function ge(a, b, c) { ie(a, b); 0 < c.length && (a.c = null, a.a.set(he(a, b), Za(c)), a.b += c.length); } k.toString = function () { if (this.c) return this.c; if (!this.a) return ""; for (var a = [], b = this.a.Y(), c = 0; c < b.length; c++) { var d = b[c], e = encodeURIComponent(String(d)); d = this.V(d); for (var f = 0; f < d.length; f++) { var g = e; "" !== d[f] && (g += "=" + encodeURIComponent(String(d[f]))); a.push(g); } } return this.c = a.join("&"); }; function Rd(a) { var b = new Td(); b.c = a.c; a.a && (b.a = new Id(a.a), b.b = a.b); return b; } function he(a, b) { b = String(b); a.f && (b = b.toLowerCase()); return b; } function Zd(a, b) { b && !a.f && (ee(a), a.c = null, a.a.forEach(function (c, d) { var e = d.toLowerCase(); d != e && (ie(this, d), ge(this, e, c)); }, a)); a.f = b; } ; function ke(a) { var b = []; le(new me(), a, b); return b.join(""); } function me() {} function le(a, b, c) { if (null == b) c.push("null");else { if ("object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(b)) { if (Array.isArray(b)) { var d = b; b = d.length; c.push("["); for (var e = "", f = 0; f < b; f++) { c.push(e), le(a, d[f], c), e = ","; } c.push("]"); return; } if (b instanceof String || b instanceof Number || b instanceof Boolean) b = b.valueOf();else { c.push("{"); e = ""; for (d in b) { Object.prototype.hasOwnProperty.call(b, d) && (f = b[d], "function" != typeof f && (c.push(e), ne(d, c), c.push(":"), le(a, f, c), e = ",")); } c.push("}"); return; } } switch (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(b)) { case "string": ne(b, c); break; case "number": c.push(isFinite(b) && !isNaN(b) ? String(b) : "null"); break; case "boolean": c.push(String(b)); break; case "function": c.push("null"); break; default: throw Error("Unknown type: " + Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(b)); } } } var oe = { '"': '\\"', "\\": "\\\\", "/": "\\/", "\b": "\\b", "\f": "\\f", "\n": "\\n", "\r": "\\r", "\t": "\\t", "\x0B": "\\u000b" }, pe = /\uffff/.test("\uFFFF") ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g; function ne(a, b) { b.push('"', a.replace(pe, function (c) { var d = oe[c]; d || (d = "\\u" + (c.charCodeAt(0) | 65536).toString(16).substr(1), oe[c] = d); return d; }), '"'); } ; function qe() { var a = K(); return Wb && !!ic && 11 == ic || /Edge\/\d+/.test(a); } function re() { return l.window && l.window.location.href || self && self.location && self.location.href || ""; } function se(a, b) { b = b || l.window; var c = "about:blank"; a && (c = Eb(Ib(a) || Kb)); b.location.href = c; } function te(a, b) { var c = [], d; for (d in a) { d in b ? Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a[d]) != Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(b[d]) ? c.push(d) : "object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a[d]) && null != a[d] && null != b[d] ? 0 < te(a[d], b[d]).length && c.push(d) : a[d] !== b[d] && c.push(d) : c.push(d); } for (d in b) { d in a || c.push(d); } return c; } function ue() { var a = K(); a = ve(a) != we ? null : (a = a.match(/\sChrome\/(\d+)/i)) && 2 == a.length ? parseInt(a[1], 10) : null; return a && 30 > a ? !1 : !Wb || !ic || 9 < ic; } function xe(a) { a = (a || K()).toLowerCase(); return a.match(/android/) || a.match(/webos/) || a.match(/iphone|ipad|ipod/) || a.match(/blackberry/) || a.match(/windows phone/) || a.match(/iemobile/) ? !0 : !1; } function ye(a) { a = a || l.window; try { a.close(); } catch (b) {} } function ze(a, b, c) { var d = Math.floor(1E9 * Math.random()).toString(); b = b || 500; c = c || 600; var e = (window.screen.availHeight - c) / 2, f = (window.screen.availWidth - b) / 2; b = { width: b, height: c, top: 0 < e ? e : 0, left: 0 < f ? f : 0, location: !0, resizable: !0, statusbar: !0, toolbar: !1 }; c = K().toLowerCase(); d && (b.target = d, x(c, "crios/") && (b.target = "_blank")); ve(K()) == Ae && (a = a || "http://localhost", b.scrollbars = !0); c = a || ""; (a = b) || (a = {}); d = window; b = c instanceof C ? c : Ib("undefined" != typeof c.href ? c.href : String(c)) || Kb; c = a.target || c.target; e = []; for (g in a) { switch (g) { case "width": case "height": case "top": case "left": e.push(g + "=" + a[g]); break; case "target": case "noopener": case "noreferrer": break; default: e.push(g + "=" + (a[g] ? 1 : 0)); } } var g = e.join(","); if ((y("iPhone") && !y("iPod") && !y("iPad") || y("iPad") || y("iPod")) && d.navigator && d.navigator.standalone && c && "_self" != c) g = oc(document, "A"), pb(g, "HTMLAnchorElement"), b = b instanceof C ? b : Jb(b), g.href = Eb(b), g.setAttribute("target", c), a.noreferrer && g.setAttribute("rel", "noreferrer"), a = document.createEvent("MouseEvent"), a.initMouseEvent("click", !0, !0, d, 1), g.dispatchEvent(a), g = {};else if (a.noreferrer) { if (g = Pb("", d, c, g), a = Eb(b), g && (Yb && x(a, ";") && (a = "'" + a.replace(/'/g, "%27") + "'"), g.opener = null, a = '<meta name="referrer" content="no-referrer"><meta http-equiv="refresh" content="0; url=' + Rb(a) + '">', a = (d = vb()) ? d.createHTML(a) : a, a = new Lb(a, null, Mb), d = g.document)) d.write(Nb(a)), d.close(); } else (g = Pb(b, d, c, g)) && a.noopener && (g.opener = null); if (g) try { g.focus(); } catch (h) {} return g; } function Be(a) { return new D(function (b) { function c() { Ed(2E3).then(function () { if (!a || a.closed) b();else return c(); }); } return c(); }); } var Ce = /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/, De = /^[^@]+@[^@]+$/; function Ee() { var a = null; return new D(function (b) { "complete" == l.document.readyState ? b() : (a = function a() { b(); }, od(window, "load", a)); }).o(function (b) { H(window, "load", a); throw b; }); } function Fe() { return Ge(void 0) ? Ee().then(function () { return new D(function (a, b) { var c = l.document, d = setTimeout(function () { b(Error("Cordova framework is not ready.")); }, 1E3); c.addEventListener("deviceready", function () { clearTimeout(d); a(); }, !1); }); }) : F(Error("Cordova must run in an Android or iOS file scheme.")); } function Ge(a) { a = a || K(); return !("file:" !== He() && "ionic:" !== He() || !a.toLowerCase().match(/iphone|ipad|ipod|android/)); } function Ie() { var a = l.window; try { return !(!a || a == a.top); } catch (b) { return !1; } } function Je() { return "undefined" !== typeof l.WorkerGlobalScope && "function" === typeof l.importScripts; } function Ke() { return _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.hasOwnProperty("reactNative") ? "ReactNative" : _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.hasOwnProperty("node") ? "Node" : Je() ? "Worker" : "Browser"; } function Le() { var a = Ke(); return "ReactNative" === a || "Node" === a; } function Me() { for (var a = 50, b = []; 0 < a;) { b.push("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".charAt(Math.floor(62 * Math.random()))), a--; } return b.join(""); } var Ae = "Firefox", we = "Chrome"; function ve(a) { var b = a.toLowerCase(); if (x(b, "opera/") || x(b, "opr/") || x(b, "opios/")) return "Opera"; if (x(b, "iemobile")) return "IEMobile"; if (x(b, "msie") || x(b, "trident/")) return "IE"; if (x(b, "edge/")) return "Edge"; if (x(b, "firefox/")) return Ae; if (x(b, "silk/")) return "Silk"; if (x(b, "blackberry")) return "Blackberry"; if (x(b, "webos")) return "Webos"; if (!x(b, "safari/") || x(b, "chrome/") || x(b, "crios/") || x(b, "android")) { if (!x(b, "chrome/") && !x(b, "crios/") || x(b, "edge/")) { if (x(b, "android")) return "Android"; if ((a = a.match(/([a-zA-Z\d\.]+)\/[a-zA-Z\d\.]*$/)) && 2 == a.length) return a[1]; } else return we; } else return "Safari"; return "Other"; } var Ne = { ld: "FirebaseCore-web", nd: "FirebaseUI-web" }; function Oe(a, b) { b = b || []; var c = [], d = {}, e; for (e in Ne) { d[Ne[e]] = !0; } for (e = 0; e < b.length; e++) { "undefined" !== typeof d[b[e]] && (delete d[b[e]], c.push(b[e])); } c.sort(); b = c; b.length || (b = ["FirebaseCore-web"]); c = Ke(); "Browser" === c ? (d = K(), c = ve(d)) : "Worker" === c && (d = K(), c = ve(d) + "-" + c); return c + "/JsCore/" + a + "/" + b.join(","); } function K() { return l.navigator && l.navigator.userAgent || ""; } function L(a, b) { a = a.split("."); b = b || l; for (var c = 0; c < a.length && "object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(b) && null != b; c++) { b = b[a[c]]; } c != a.length && (b = void 0); return b; } function Pe() { try { var a = l.localStorage, b = Qe(); if (a) return a.setItem(b, "1"), a.removeItem(b), qe() ? !!l.indexedDB : !0; } catch (c) { return Je() && !!l.indexedDB; } return !1; } function Re() { return (Se() || "chrome-extension:" === He() || Ge()) && !Le() && Pe() && !Je(); } function Se() { return "http:" === He() || "https:" === He(); } function He() { return l.location && l.location.protocol || null; } function Te(a) { a = a || K(); return xe(a) || ve(a) == Ae ? !1 : !0; } function Ue(a) { return "undefined" === typeof a ? null : ke(a); } function Ve(a) { var b = {}, c; for (c in a) { a.hasOwnProperty(c) && null !== a[c] && void 0 !== a[c] && (b[c] = a[c]); } return b; } function We(a) { if (null !== a) return JSON.parse(a); } function Qe(a) { return a ? a : Math.floor(1E9 * Math.random()).toString(); } function Xe(a) { a = a || K(); return "Safari" == ve(a) || a.toLowerCase().match(/iphone|ipad|ipod/) ? !1 : !0; } function Ye() { var a = l.___jsl; if (a && a.H) for (var b in a.H) { if (a.H[b].r = a.H[b].r || [], a.H[b].L = a.H[b].L || [], a.H[b].r = a.H[b].L.concat(), a.CP) for (var c = 0; c < a.CP.length; c++) { a.CP[c] = null; } } } function Ze(a, b) { if (a > b) throw Error("Short delay should be less than long delay!"); this.a = a; this.c = b; a = K(); b = Ke(); this.b = xe(a) || "ReactNative" === b; } Ze.prototype.get = function () { var a = l.navigator; return (a && "boolean" === typeof a.onLine && (Se() || "chrome-extension:" === He() || "undefined" !== typeof a.connection) ? a.onLine : 1) ? this.b ? this.c : this.a : Math.min(5E3, this.a); }; function $e() { var a = l.document; return a && "undefined" !== typeof a.visibilityState ? "visible" == a.visibilityState : !0; } function af() { var a = l.document, _b = null; return $e() || !a ? E() : new D(function (c) { _b = function b() { $e() && (a.removeEventListener("visibilitychange", _b, !1), c()); }; a.addEventListener("visibilitychange", _b, !1); }).o(function (c) { a.removeEventListener("visibilitychange", _b, !1); throw c; }); } function bf(a) { try { var b = new Date(parseInt(a, 10)); if (!isNaN(b.getTime()) && !/[^0-9]/.test(a)) return b.toUTCString(); } catch (c) {} return null; } function cf() { return !(!L("fireauth.oauthhelper", l) && !L("fireauth.iframe", l)); } function df() { var a = l.navigator; return a && a.serviceWorker && a.serviceWorker.controller || null; } function ef() { var a = l.navigator; return a && a.serviceWorker ? E().then(function () { return a.serviceWorker.ready; }).then(function (b) { return b.active || null; }).o(function () { return null; }) : E(null); } ; var ff = {}; function gf(a) { ff[a] || (ff[a] = !0, "undefined" !== typeof console && "function" === typeof console.warn && console.warn(a)); } ; var hf; try { var jf = {}; Object.defineProperty(jf, "abcd", { configurable: !0, enumerable: !0, value: 1 }); Object.defineProperty(jf, "abcd", { configurable: !0, enumerable: !0, value: 2 }); hf = 2 == jf.abcd; } catch (a) { hf = !1; } function M(a, b, c) { hf ? Object.defineProperty(a, b, { configurable: !0, enumerable: !0, value: c }) : a[b] = c; } function N(a, b) { if (b) for (var c in b) { b.hasOwnProperty(c) && M(a, c, b[c]); } } function kf(a) { var b = {}; N(b, a); return b; } function lf(a) { var b = {}, c; for (c in a) { a.hasOwnProperty(c) && (b[c] = a[c]); } return b; } function mf(a, b) { if (!b || !b.length) return !0; if (!a) return !1; for (var c = 0; c < b.length; c++) { var d = a[b[c]]; if (void 0 === d || null === d || "" === d) return !1; } return !0; } function nf(a) { var b = a; if ("object" == Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a) && null != a) { b = "length" in a ? [] : {}; for (var c in a) { M(b, c, nf(a[c])); } } return b; } ; /* Copyright 2019 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ function of(a) { var b = a && (a[pf] ? "phone" : null); if (b && a && a[qf]) { M(this, "uid", a[qf]); M(this, "displayName", a[rf] || null); var c = null; a[sf] && (c = new Date(a[sf]).toUTCString()); M(this, "enrollmentTime", c); M(this, "factorId", b); } else throw new t("internal-error", "Internal assert: invalid MultiFactorInfo object"); } of.prototype.w = function () { return { uid: this.uid, displayName: this.displayName, factorId: this.factorId, enrollmentTime: this.enrollmentTime }; }; function tf(a) { try { var b = new uf(a); } catch (c) { b = null; } return b; } var rf = "displayName", sf = "enrolledAt", qf = "mfaEnrollmentId", pf = "phoneInfo"; function uf(a) { of.call(this, a); M(this, "phoneNumber", a[pf]); } r(uf, of); uf.prototype.w = function () { var a = uf.$a.w.call(this); a.phoneNumber = this.phoneNumber; return a; }; function vf(a) { var b = {}, c = a[wf], d = a[xf], e = a[yf]; a = tf(a[zf]); if (!e || e != Af && e != Bf && !c || e == Bf && !d || e == Cf && !a) throw Error("Invalid checkActionCode response!"); e == Bf ? (b[Df] = c || null, b[Ef] = c || null, b[Ff] = d) : (b[Df] = d || null, b[Ef] = d || null, b[Ff] = c || null); b[Gf] = a || null; M(this, Hf, e); M(this, If, nf(b)); } var Cf = "REVERT_SECOND_FACTOR_ADDITION", Af = "EMAIL_SIGNIN", Bf = "VERIFY_AND_CHANGE_EMAIL", wf = "email", zf = "mfaInfo", xf = "newEmail", yf = "requestType", Ff = "email", Df = "fromEmail", Gf = "multiFactorInfo", Ef = "previousEmail", If = "data", Hf = "operation"; function Jf(a) { a = be(a); var b = ae(a, Kf) || null, c = ae(a, Lf) || null, d = ae(a, Mf) || null; d = d ? Nf[d] || null : null; if (!b || !c || !d) throw new t("argument-error", Kf + ", " + Lf + "and " + Mf + " are required in a valid action code URL."); N(this, { apiKey: b, operation: d, code: c, continueUrl: ae(a, Of) || null, languageCode: ae(a, Pf) || null, tenantId: ae(a, Qf) || null }); } var Kf = "apiKey", Lf = "oobCode", Of = "continueUrl", Pf = "languageCode", Mf = "mode", Qf = "tenantId", Nf = { recoverEmail: "RECOVER_EMAIL", resetPassword: "PASSWORD_RESET", revertSecondFactorAddition: Cf, signIn: Af, verifyAndChangeEmail: Bf, verifyEmail: "VERIFY_EMAIL" }; function Rf(a) { try { return new Jf(a); } catch (b) { return null; } } ; function Sf(a) { var b = a[Tf]; if ("undefined" === typeof b) throw new t("missing-continue-uri"); if ("string" !== typeof b || "string" === typeof b && !b.length) throw new t("invalid-continue-uri"); this.i = b; this.b = this.a = null; this.g = !1; var c = a[Uf]; if (c && "object" === Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(c)) { b = c[Vf]; var d = c[Wf]; c = c[Xf]; if ("string" === typeof b && b.length) { this.a = b; if ("undefined" !== typeof d && "boolean" !== typeof d) throw new t("argument-error", Wf + " property must be a boolean when specified."); this.g = !!d; if ("undefined" !== typeof c && ("string" !== typeof c || "string" === typeof c && !c.length)) throw new t("argument-error", Xf + " property must be a non empty string when specified."); this.b = c || null; } else { if ("undefined" !== typeof b) throw new t("argument-error", Vf + " property must be a non empty string when specified."); if ("undefined" !== typeof d || "undefined" !== typeof c) throw new t("missing-android-pkg-name"); } } else if ("undefined" !== typeof c) throw new t("argument-error", Uf + " property must be a non null object when specified."); this.f = null; if ((b = a[Yf]) && "object" === Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(b)) { if (b = b[Zf], "string" === typeof b && b.length) this.f = b;else { if ("undefined" !== typeof b) throw new t("argument-error", Zf + " property must be a non empty string when specified."); } } else if ("undefined" !== typeof b) throw new t("argument-error", Yf + " property must be a non null object when specified."); b = a[$f]; if ("undefined" !== typeof b && "boolean" !== typeof b) throw new t("argument-error", $f + " property must be a boolean when specified."); this.c = !!b; a = a[ag]; if ("undefined" !== typeof a && ("string" !== typeof a || "string" === typeof a && !a.length)) throw new t("argument-error", ag + " property must be a non empty string when specified."); this.h = a || null; } var Uf = "android", ag = "dynamicLinkDomain", $f = "handleCodeInApp", Yf = "iOS", Tf = "url", Wf = "installApp", Xf = "minimumVersion", Vf = "packageName", Zf = "bundleId"; function bg(a) { var b = {}; b.continueUrl = a.i; b.canHandleCodeInApp = a.c; if (b.androidPackageName = a.a) b.androidMinimumVersion = a.b, b.androidInstallApp = a.g; b.iOSBundleId = a.f; b.dynamicLinkDomain = a.h; for (var c in b) { null === b[c] && delete b[c]; } return b; } ; function cg(a) { return Ra(a, function (b) { b = b.toString(16); return 1 < b.length ? b : "0" + b; }).join(""); } ; var dg = null; function eg(a) { var b = ""; fg(a, function (c) { b += String.fromCharCode(c); }); return b; } function fg(a, b) { function c(n) { for (; d < a.length;) { var p = a.charAt(d++), v = dg[p]; if (null != v) return v; if (!/^[\s\xa0]*$/.test(p)) throw Error("Unknown base64 encoding at char: " + p); } return n; } gg(); for (var d = 0;;) { var e = c(-1), f = c(0), g = c(64), h = c(64); if (64 === h && -1 === e) break; b(e << 2 | f >> 4); 64 != g && (b(f << 4 & 240 | g >> 2), 64 != h && b(g << 6 & 192 | h)); } } function gg() { if (!dg) { dg = {}; for (var a = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789".split(""), b = ["+/=", "+/", "-_=", "-_.", "-_"], c = 0; 5 > c; c++) { for (var d = a.concat(b[c].split("")), e = 0; e < d.length; e++) { var f = d[e]; void 0 === dg[f] && (dg[f] = e); } } } } ; function hg(a) { var b = ig(a); if (!(b && b.sub && b.iss && b.aud && b.exp)) throw Error("Invalid JWT"); this.i = a; this.a = b.exp; this.h = b.sub; a = Date.now() / 1E3; this.g = b.iat || (a > this.a ? this.a : a); this.b = b.provider_id || b.firebase && b.firebase.sign_in_provider || null; this.f = b.firebase && b.firebase.tenant || null; this.c = !!b.is_anonymous || "anonymous" == this.b; } hg.prototype.S = function () { return this.f; }; hg.prototype.l = function () { return this.c; }; hg.prototype.toString = function () { return this.i; }; function jg(a) { try { return new hg(a); } catch (b) { return null; } } function ig(a) { if (!a) return null; a = a.split("."); if (3 != a.length) return null; a = a[1]; for (var b = (4 - a.length % 4) % 4, c = 0; c < b; c++) { a += "."; } try { return JSON.parse(eg(a)); } catch (d) {} return null; } ; var kg = "oauth_consumer_key oauth_nonce oauth_signature oauth_signature_method oauth_timestamp oauth_token oauth_version".split(" "), lg = ["client_id", "response_type", "scope", "redirect_uri", "state"], mg = { md: { Ja: "locale", ua: 700, ta: 600, fa: "facebook.com", Wa: lg }, od: { Ja: null, ua: 500, ta: 750, fa: "github.com", Wa: lg }, pd: { Ja: "hl", ua: 515, ta: 680, fa: "google.com", Wa: lg }, vd: { Ja: "lang", ua: 485, ta: 705, fa: "twitter.com", Wa: kg }, jd: { Ja: "locale", ua: 640, ta: 600, fa: "apple.com", Wa: [] } }; function ng(a) { for (var b in mg) { if (mg[b].fa == a) return mg[b]; } return null; } ; function og(a) { var b = {}; b["facebook.com"] = pg; b["google.com"] = qg; b["github.com"] = rg; b["twitter.com"] = sg; var c = a && a[tg]; try { if (c) return b[c] ? new b[c](a) : new ug(a); if ("undefined" !== typeof a[vg]) return new wg(a); } catch (d) {} return null; } var vg = "idToken", tg = "providerId"; function wg(a) { var b = a[tg]; if (!b && a[vg]) { var c = jg(a[vg]); c && c.b && (b = c.b); } if (!b) throw Error("Invalid additional user info!"); if ("anonymous" == b || "custom" == b) b = null; c = !1; "undefined" !== typeof a.isNewUser ? c = !!a.isNewUser : "identitytoolkit#SignupNewUserResponse" === a.kind && (c = !0); M(this, "providerId", b); M(this, "isNewUser", c); } function ug(a) { wg.call(this, a); a = We(a.rawUserInfo || "{}"); M(this, "profile", nf(a || {})); } r(ug, wg); function pg(a) { ug.call(this, a); if ("facebook.com" != this.providerId) throw Error("Invalid provider ID!"); } r(pg, ug); function rg(a) { ug.call(this, a); if ("github.com" != this.providerId) throw Error("Invalid provider ID!"); M(this, "username", this.profile && this.profile.login || null); } r(rg, ug); function qg(a) { ug.call(this, a); if ("google.com" != this.providerId) throw Error("Invalid provider ID!"); } r(qg, ug); function sg(a) { ug.call(this, a); if ("twitter.com" != this.providerId) throw Error("Invalid provider ID!"); M(this, "username", a.screenName || null); } r(sg, ug); function xg(a) { var b = be(a), c = ae(b, "link"), d = ae(be(c), "link"); b = ae(b, "deep_link_id"); return ae(be(b), "link") || b || d || c || a; } ; function yg(a, b) { if (!a && !b) throw new t("internal-error", "Internal assert: no raw session string available"); if (a && b) throw new t("internal-error", "Internal assert: unable to determine the session type"); this.a = a || null; this.b = b || null; this.type = this.a ? zg : Ag; } var zg = "enroll", Ag = "signin"; yg.prototype.Ha = function () { return this.a ? E(this.a) : E(this.b); }; yg.prototype.w = function () { return this.type == zg ? { multiFactorSession: { idToken: this.a } } : { multiFactorSession: { pendingCredential: this.b } }; }; function Bg() {} Bg.prototype.ja = function () {}; Bg.prototype.b = function () {}; Bg.prototype.c = function () {}; Bg.prototype.w = function () {}; function Cg(a, b) { return a.then(function (c) { if (c[Dg]) { var d = jg(c[Dg]); if (!d || b != d.h) throw new t("user-mismatch"); return c; } throw new t("user-mismatch"); }).o(function (c) { throw c && c.code && c.code == ya + "user-not-found" ? new t("user-mismatch") : c; }); } function Eg(a, b) { if (b) this.a = b;else throw new t("internal-error", "failed to construct a credential"); M(this, "providerId", a); M(this, "signInMethod", a); } Eg.prototype.ja = function (a) { return Fg(a, Gg(this)); }; Eg.prototype.b = function (a, b) { var c = Gg(this); c.idToken = b; return Hg(a, c); }; Eg.prototype.c = function (a, b) { return Cg(Ig(a, Gg(this)), b); }; function Gg(a) { return { pendingToken: a.a, requestUri: "http://localhost" }; } Eg.prototype.w = function () { return { providerId: this.providerId, signInMethod: this.signInMethod, pendingToken: this.a }; }; function Jg(a) { if (a && a.providerId && a.signInMethod && 0 == a.providerId.indexOf("saml.") && a.pendingToken) try { return new Eg(a.providerId, a.pendingToken); } catch (b) {} return null; } function Kg(a, b, c) { this.a = null; if (b.idToken || b.accessToken) b.idToken && M(this, "idToken", b.idToken), b.accessToken && M(this, "accessToken", b.accessToken), b.nonce && !b.pendingToken && M(this, "nonce", b.nonce), b.pendingToken && (this.a = b.pendingToken);else if (b.oauthToken && b.oauthTokenSecret) M(this, "accessToken", b.oauthToken), M(this, "secret", b.oauthTokenSecret);else throw new t("internal-error", "failed to construct a credential"); M(this, "providerId", a); M(this, "signInMethod", c); } Kg.prototype.ja = function (a) { return Fg(a, Lg(this)); }; Kg.prototype.b = function (a, b) { var c = Lg(this); c.idToken = b; return Hg(a, c); }; Kg.prototype.c = function (a, b) { var c = Lg(this); return Cg(Ig(a, c), b); }; function Lg(a) { var b = {}; a.idToken && (b.id_token = a.idToken); a.accessToken && (b.access_token = a.accessToken); a.secret && (b.oauth_token_secret = a.secret); b.providerId = a.providerId; a.nonce && !a.a && (b.nonce = a.nonce); b = { postBody: fe(b).toString(), requestUri: "http://localhost" }; a.a && (delete b.postBody, b.pendingToken = a.a); return b; } Kg.prototype.w = function () { var a = { providerId: this.providerId, signInMethod: this.signInMethod }; this.idToken && (a.oauthIdToken = this.idToken); this.accessToken && (a.oauthAccessToken = this.accessToken); this.secret && (a.oauthTokenSecret = this.secret); this.nonce && (a.nonce = this.nonce); this.a && (a.pendingToken = this.a); return a; }; function Mg(a) { if (a && a.providerId && a.signInMethod) { var b = { idToken: a.oauthIdToken, accessToken: a.oauthTokenSecret ? null : a.oauthAccessToken, oauthTokenSecret: a.oauthTokenSecret, oauthToken: a.oauthTokenSecret && a.oauthAccessToken, nonce: a.nonce, pendingToken: a.pendingToken }; try { return new Kg(a.providerId, b, a.signInMethod); } catch (c) {} } return null; } function Ng(a, b) { this.Pc = b || []; N(this, { providerId: a, isOAuthProvider: !0 }); this.Hb = {}; this.ob = (ng(a) || {}).Ja || null; this.nb = null; } Ng.prototype.Ka = function (a) { this.Hb = nb(a); return this; }; function Og(a) { if ("string" !== typeof a || 0 != a.indexOf("saml.")) throw new t("argument-error", 'SAML provider IDs must be prefixed with "saml."'); Ng.call(this, a, []); } r(Og, Ng); function Pg(a) { Ng.call(this, a, lg); this.a = []; } r(Pg, Ng); Pg.prototype.Ca = function (a) { Va(this.a, a) || this.a.push(a); return this; }; Pg.prototype.Pb = function () { return Za(this.a); }; Pg.prototype.credential = function (a, b) { var c; m(a) ? c = { idToken: a.idToken || null, accessToken: a.accessToken || null, nonce: a.rawNonce || null } : c = { idToken: a || null, accessToken: b || null }; if (!c.idToken && !c.accessToken) throw new t("argument-error", "credential failed: must provide the ID token and/or the access token."); return new Kg(this.providerId, c, this.providerId); }; function Qg() { Pg.call(this, "facebook.com"); } r(Qg, Pg); M(Qg, "PROVIDER_ID", "facebook.com"); M(Qg, "FACEBOOK_SIGN_IN_METHOD", "facebook.com"); function Rg(a) { if (!a) throw new t("argument-error", "credential failed: expected 1 argument (the OAuth access token)."); var b = a; m(a) && (b = a.accessToken); return new Qg().credential({ accessToken: b }); } function Sg() { Pg.call(this, "github.com"); } r(Sg, Pg); M(Sg, "PROVIDER_ID", "github.com"); M(Sg, "GITHUB_SIGN_IN_METHOD", "github.com"); function Tg(a) { if (!a) throw new t("argument-error", "credential failed: expected 1 argument (the OAuth access token)."); var b = a; m(a) && (b = a.accessToken); return new Sg().credential({ accessToken: b }); } function Ug() { Pg.call(this, "google.com"); this.Ca("profile"); } r(Ug, Pg); M(Ug, "PROVIDER_ID", "google.com"); M(Ug, "GOOGLE_SIGN_IN_METHOD", "google.com"); function Vg(a, b) { var c = a; m(a) && (c = a.idToken, b = a.accessToken); return new Ug().credential({ idToken: c, accessToken: b }); } function Wg() { Ng.call(this, "twitter.com", kg); } r(Wg, Ng); M(Wg, "PROVIDER_ID", "twitter.com"); M(Wg, "TWITTER_SIGN_IN_METHOD", "twitter.com"); function Xg(a, b) { var c = a; m(c) || (c = { oauthToken: a, oauthTokenSecret: b }); if (!c.oauthToken || !c.oauthTokenSecret) throw new t("argument-error", "credential failed: expected 2 arguments (the OAuth access token and secret)."); return new Kg("twitter.com", c, "twitter.com"); } function Yg(a, b, c) { this.a = a; this.f = b; M(this, "providerId", "password"); M(this, "signInMethod", c === Zg.EMAIL_LINK_SIGN_IN_METHOD ? Zg.EMAIL_LINK_SIGN_IN_METHOD : Zg.EMAIL_PASSWORD_SIGN_IN_METHOD); } Yg.prototype.ja = function (a) { return this.signInMethod == Zg.EMAIL_LINK_SIGN_IN_METHOD ? O(a, $g, { email: this.a, oobCode: this.f }) : O(a, ah, { email: this.a, password: this.f }); }; Yg.prototype.b = function (a, b) { return this.signInMethod == Zg.EMAIL_LINK_SIGN_IN_METHOD ? O(a, bh, { idToken: b, email: this.a, oobCode: this.f }) : O(a, ch, { idToken: b, email: this.a, password: this.f }); }; Yg.prototype.c = function (a, b) { return Cg(this.ja(a), b); }; Yg.prototype.w = function () { return { email: this.a, password: this.f, signInMethod: this.signInMethod }; }; function dh(a) { return a && a.email && a.password ? new Yg(a.email, a.password, a.signInMethod) : null; } function Zg() { N(this, { providerId: "password", isOAuthProvider: !1 }); } function eh(a, b) { b = fh(b); if (!b) throw new t("argument-error", "Invalid email link!"); return new Yg(a, b.code, Zg.EMAIL_LINK_SIGN_IN_METHOD); } function fh(a) { a = xg(a); return (a = Rf(a)) && a.operation === Af ? a : null; } N(Zg, { PROVIDER_ID: "password" }); N(Zg, { EMAIL_LINK_SIGN_IN_METHOD: "emailLink" }); N(Zg, { EMAIL_PASSWORD_SIGN_IN_METHOD: "password" }); function gh(a) { if (!(a.cb && a.bb || a.La && a.ea)) throw new t("internal-error"); this.a = a; M(this, "providerId", "phone"); this.fa = "phone"; M(this, "signInMethod", "phone"); } gh.prototype.ja = function (a) { return a.eb(hh(this)); }; gh.prototype.b = function (a, b) { var c = hh(this); c.idToken = b; return O(a, ih, c); }; gh.prototype.c = function (a, b) { var c = hh(this); c.operation = "REAUTH"; a = O(a, jh, c); return Cg(a, b); }; gh.prototype.w = function () { var a = { providerId: "phone" }; this.a.cb && (a.verificationId = this.a.cb); this.a.bb && (a.verificationCode = this.a.bb); this.a.La && (a.temporaryProof = this.a.La); this.a.ea && (a.phoneNumber = this.a.ea); return a; }; function kh(a) { if (a && "phone" === a.providerId && (a.verificationId && a.verificationCode || a.temporaryProof && a.phoneNumber)) { var b = {}; w(["verificationId", "verificationCode", "temporaryProof", "phoneNumber"], function (c) { a[c] && (b[c] = a[c]); }); return new gh(b); } return null; } function hh(a) { return a.a.La && a.a.ea ? { temporaryProof: a.a.La, phoneNumber: a.a.ea } : { sessionInfo: a.a.cb, code: a.a.bb }; } function lh(a) { try { this.a = a || _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].auth(); } catch (b) { throw new t("argument-error", "Either an instance of firebase.auth.Auth must be passed as an argument to the firebase.auth.PhoneAuthProvider constructor, or the default firebase App instance must be initialized via firebase.initializeApp()."); } N(this, { providerId: "phone", isOAuthProvider: !1 }); } lh.prototype.eb = function (a, b) { var c = this.a.a; return E(b.verify()).then(function (d) { if ("string" !== typeof d) throw new t("argument-error", "An implementation of firebase.auth.ApplicationVerifier.prototype.verify() must return a firebase.Promise that resolves with a string."); switch (b.type) { case "recaptcha": var e = m(a) ? a.session : null, f = m(a) ? a.phoneNumber : a, g; e && e.type == zg ? g = e.Ha().then(function (h) { return mh(c, { idToken: h, phoneEnrollmentInfo: { phoneNumber: f, recaptchaToken: d } }); }) : e && e.type == Ag ? g = e.Ha().then(function (h) { return nh(c, { mfaPendingCredential: h, mfaEnrollmentId: a.multiFactorHint && a.multiFactorHint.uid || a.multiFactorUid, phoneSignInInfo: { recaptchaToken: d } }); }) : g = oh(c, { phoneNumber: f, recaptchaToken: d }); return g.then(function (h) { "function" === typeof b.reset && b.reset(); return h; }, function (h) { "function" === typeof b.reset && b.reset(); throw h; }); default: throw new t("argument-error", 'Only firebase.auth.ApplicationVerifiers with type="recaptcha" are currently supported.'); } }); }; function ph(a, b) { if (!a) throw new t("missing-verification-id"); if (!b) throw new t("missing-verification-code"); return new gh({ cb: a, bb: b }); } N(lh, { PROVIDER_ID: "phone" }); N(lh, { PHONE_SIGN_IN_METHOD: "phone" }); function qh(a) { if (a.temporaryProof && a.phoneNumber) return new gh({ La: a.temporaryProof, ea: a.phoneNumber }); var b = a && a.providerId; if (!b || "password" === b) return null; var c = a && a.oauthAccessToken, d = a && a.oauthTokenSecret, e = a && a.nonce, f = a && a.oauthIdToken, g = a && a.pendingToken; try { switch (b) { case "google.com": return Vg(f, c); case "facebook.com": return Rg(c); case "github.com": return Tg(c); case "twitter.com": return Xg(c, d); default: return c || d || f || g ? g ? 0 == b.indexOf("saml.") ? new Eg(b, g) : new Kg(b, { pendingToken: g, idToken: a.oauthIdToken, accessToken: a.oauthAccessToken }, b) : new Pg(b).credential({ idToken: f, accessToken: c, rawNonce: e }) : null; } } catch (h) { return null; } } function rh(a) { if (!a.isOAuthProvider) throw new t("invalid-oauth-provider"); } ; function sh(a, b, c, d, e, f, g) { this.c = a; this.b = b || null; this.g = c || null; this.f = d || null; this.h = f || null; this.i = g || null; this.a = e || null; if (this.g || this.a) { if (this.g && this.a) throw new t("invalid-auth-event"); if (this.g && !this.f) throw new t("invalid-auth-event"); } else throw new t("invalid-auth-event"); } sh.prototype.getUid = function () { var a = []; a.push(this.c); this.b && a.push(this.b); this.f && a.push(this.f); this.i && a.push(this.i); return a.join("-"); }; sh.prototype.S = function () { return this.i; }; sh.prototype.w = function () { return { type: this.c, eventId: this.b, urlResponse: this.g, sessionId: this.f, postBody: this.h, tenantId: this.i, error: this.a && this.a.w() }; }; function th(a) { a = a || {}; return a.type ? new sh(a.type, a.eventId, a.urlResponse, a.sessionId, a.error && Aa(a.error), a.postBody, a.tenantId) : null; } ; /* Copyright 2018 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ function uh() { this.b = null; this.a = []; } var vh = null; function wh(a) { var b = vh; b.a.push(a); b.b || (b.b = function (c) { for (var d = 0; d < b.a.length; d++) { b.a[d](c); } }, a = L("universalLinks.subscribe", l), "function" === typeof a && a(null, b.b)); } ; function xh(a) { var b = "unauthorized-domain", c = void 0, d = be(a); a = d.a; d = d.f; "chrome-extension" == d ? c = Qb("This chrome extension ID (chrome-extension://%s) is not authorized to run this operation. Add it to the OAuth redirect domains list in the Firebase console -> Auth section -> Sign in method tab.", a) : "http" == d || "https" == d ? c = Qb("This domain (%s) is not authorized to run this operation. Add it to the OAuth redirect domains list in the Firebase console -> Auth section -> Sign in method tab.", a) : b = "operation-not-supported-in-this-environment"; t.call(this, b, c); } r(xh, t); function yh(a, b, c) { t.call(this, a, c); a = b || {}; a.Ib && M(this, "email", a.Ib); a.ea && M(this, "phoneNumber", a.ea); a.credential && M(this, "credential", a.credential); a.Yb && M(this, "tenantId", a.Yb); } r(yh, t); yh.prototype.w = function () { var a = { code: this.code, message: this.message }; this.email && (a.email = this.email); this.phoneNumber && (a.phoneNumber = this.phoneNumber); this.tenantId && (a.tenantId = this.tenantId); var b = this.credential && this.credential.w(); b && z(a, b); return a; }; yh.prototype.toJSON = function () { return this.w(); }; function zh(a) { if (a.code) { var b = a.code || ""; 0 == b.indexOf(ya) && (b = b.substring(ya.length)); var c = { credential: qh(a), Yb: a.tenantId }; if (a.email) c.Ib = a.email;else if (a.phoneNumber) c.ea = a.phoneNumber;else if (!c.credential) return new t(b, a.message || void 0); return new yh(b, c, a.message); } return null; } ; function Ah() {} Ah.prototype.c = null; function Bh(a) { return a.c || (a.c = a.b()); } ; var Ch; function Dh() {} r(Dh, Ah); Dh.prototype.a = function () { var a = Eh(this); return a ? new ActiveXObject(a) : new XMLHttpRequest(); }; Dh.prototype.b = function () { var a = {}; Eh(this) && (a[0] = !0, a[1] = !0); return a; }; function Eh(a) { if (!a.f && "undefined" == typeof XMLHttpRequest && "undefined" != typeof ActiveXObject) { for (var b = ["MSXML2.XMLHTTP.6.0", "MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"], c = 0; c < b.length; c++) { var d = b[c]; try { return new ActiveXObject(d), a.f = d; } catch (e) {} } throw Error("Could not create ActiveXObject. ActiveX might be disabled, or MSXML might not be installed"); } return a.f; } Ch = new Dh(); function Fh() {} r(Fh, Ah); Fh.prototype.a = function () { var a = new XMLHttpRequest(); if ("withCredentials" in a) return a; if ("undefined" != typeof XDomainRequest) return new Gh(); throw Error("Unsupported browser"); }; Fh.prototype.b = function () { return {}; }; function Gh() { this.a = new XDomainRequest(); this.readyState = 0; this.onreadystatechange = null; this.responseType = this.responseText = this.response = ""; this.status = -1; this.statusText = ""; this.a.onload = q(this.pc, this); this.a.onerror = q(this.Rb, this); this.a.onprogress = q(this.qc, this); this.a.ontimeout = q(this.uc, this); } k = Gh.prototype; k.open = function (a, b, c) { if (null != c && !c) throw Error("Only async requests are supported."); this.a.open(a, b); }; k.send = function (a) { if (a) { if ("string" == typeof a) this.a.send(a);else throw Error("Only string data is supported"); } else this.a.send(); }; k.abort = function () { this.a.abort(); }; k.setRequestHeader = function () {}; k.getResponseHeader = function (a) { return "content-type" == a.toLowerCase() ? this.a.contentType : ""; }; k.pc = function () { this.status = 200; this.response = this.responseText = this.a.responseText; Hh(this, 4); }; k.Rb = function () { this.status = 500; this.response = this.responseText = ""; Hh(this, 4); }; k.uc = function () { this.Rb(); }; k.qc = function () { this.status = 200; Hh(this, 1); }; function Hh(a, b) { a.readyState = b; if (a.onreadystatechange) a.onreadystatechange(); } k.getAllResponseHeaders = function () { return "content-type: " + this.a.contentType; }; function Ih(a, b, c) { this.reset(a, b, c, void 0, void 0); } Ih.prototype.a = null; var Jh = 0; Ih.prototype.reset = function (a, b, c, d, e) { "number" == typeof e || Jh++; d || va(); delete this.a; }; function Kh(a) { this.f = a; this.b = this.c = this.a = null; } function Lh(a, b) { this.name = a; this.value = b; } Lh.prototype.toString = function () { return this.name; }; var Mh = new Lh("SEVERE", 1E3), Nh = new Lh("WARNING", 900), Oh = new Lh("CONFIG", 700), Ph = new Lh("FINE", 500); function Qh(a) { if (a.c) return a.c; if (a.a) return Qh(a.a); Ga("Root logger has no level set."); return null; } Kh.prototype.log = function (a, b, c) { if (a.value >= Qh(this).value) for (oa(b) && (b = b()), a = new Ih(a, String(b), this.f), c && (a.a = c), c = this; c;) { c = c.a; } }; var Rh = {}, Sh = null; function Th(a) { Sh || (Sh = new Kh(""), Rh[""] = Sh, Sh.c = Oh); var b; if (!(b = Rh[a])) { b = new Kh(a); var c = a.lastIndexOf("."), d = a.substr(c + 1); c = Th(a.substr(0, c)); c.b || (c.b = {}); c.b[d] = b; b.a = c; Rh[a] = b; } return b; } ; function Uh(a, b) { a && a.log(Ph, b, void 0); } ; function Vh(a) { this.f = a; } r(Vh, Ah); Vh.prototype.a = function () { return new Wh(this.f); }; Vh.prototype.b = function (a) { return function () { return a; }; }({}); function Wh(a) { I.call(this); this.u = a; this.i = void 0; this.readyState = Xh; this.status = 0; this.responseType = this.responseText = this.response = this.statusText = ""; this.onreadystatechange = null; this.l = new Headers(); this.b = null; this.s = "GET"; this.f = ""; this.a = !1; this.h = Th("goog.net.FetchXmlHttp"); this.m = this.c = this.g = null; } r(Wh, I); var Xh = 0; k = Wh.prototype; k.open = function (a, b) { if (this.readyState != Xh) throw this.abort(), Error("Error reopening a connection"); this.s = a; this.f = b; this.readyState = 1; Yh(this); }; k.send = function (a) { if (1 != this.readyState) throw this.abort(), Error("need to call open() first. "); this.a = !0; var b = { headers: this.l, method: this.s, credentials: this.i, cache: void 0 }; a && (b.body = a); this.u.fetch(new Request(this.f, b)).then(this.tc.bind(this), this.Ta.bind(this)); }; k.abort = function () { this.response = this.responseText = ""; this.l = new Headers(); this.status = 0; this.c && this.c.cancel("Request was aborted."); 1 <= this.readyState && this.a && 4 != this.readyState && (this.a = !1, Zh(this)); this.readyState = Xh; }; k.tc = function (a) { this.a && (this.g = a, this.b || (this.status = this.g.status, this.statusText = this.g.statusText, this.b = a.headers, this.readyState = 2, Yh(this)), this.a && (this.readyState = 3, Yh(this), this.a && ("arraybuffer" === this.responseType ? a.arrayBuffer().then(this.rc.bind(this), this.Ta.bind(this)) : "undefined" !== typeof l.ReadableStream && "body" in a ? (this.response = this.responseText = "", this.c = a.body.getReader(), this.m = new TextDecoder(), $h(this)) : a.text().then(this.sc.bind(this), this.Ta.bind(this))))); }; function $h(a) { a.c.read().then(a.oc.bind(a)).catch(a.Ta.bind(a)); } k.oc = function (a) { if (this.a) { var b = this.m.decode(a.value ? a.value : new Uint8Array(0), { stream: !a.done }); b && (this.response = this.responseText += b); a.done ? Zh(this) : Yh(this); 3 == this.readyState && $h(this); } }; k.sc = function (a) { this.a && (this.response = this.responseText = a, Zh(this)); }; k.rc = function (a) { this.a && (this.response = a, Zh(this)); }; k.Ta = function (a) { var b = this.h; b && b.log(Nh, "Failed to fetch url " + this.f, a instanceof Error ? a : Error(a)); this.a && Zh(this); }; function Zh(a) { a.readyState = 4; a.g = null; a.c = null; a.m = null; Yh(a); } k.setRequestHeader = function (a, b) { this.l.append(a, b); }; k.getResponseHeader = function (a) { return this.b ? this.b.get(a.toLowerCase()) || "" : ((a = this.h) && a.log(Nh, "Attempting to get response header but no headers have been received for url: " + this.f, void 0), ""); }; k.getAllResponseHeaders = function () { if (!this.b) { var a = this.h; a && a.log(Nh, "Attempting to get all response headers but no headers have been received for url: " + this.f, void 0); return ""; } a = []; for (var b = this.b.entries(), c = b.next(); !c.done;) { c = c.value, a.push(c[0] + ": " + c[1]), c = b.next(); } return a.join("\r\n"); }; function Yh(a) { a.onreadystatechange && a.onreadystatechange.call(a); } Object.defineProperty(Wh.prototype, "withCredentials", { get: function get() { return "include" === this.i; }, set: function set(a) { this.i = a ? "include" : "same-origin"; } }); function ai(a) { I.call(this); this.headers = new Id(); this.O = a || null; this.c = !1; this.A = this.a = null; this.i = this.P = this.l = ""; this.f = this.N = this.h = this.G = !1; this.g = 0; this.s = null; this.m = bi; this.u = this.R = !1; } r(ai, I); var bi = ""; ai.prototype.b = Th("goog.net.XhrIo"); var ci = /^https?$/i, di = ["POST", "PUT"]; function ei(a, b, c, d, e) { if (a.a) throw Error("[goog.net.XhrIo] Object is active with another request=" + a.l + "; newUri=" + b); c = c ? c.toUpperCase() : "GET"; a.l = b; a.i = ""; a.P = c; a.G = !1; a.c = !0; a.a = a.O ? a.O.a() : Ch.a(); a.A = a.O ? Bh(a.O) : Bh(Ch); a.a.onreadystatechange = q(a.Ub, a); try { Uh(a.b, fi(a, "Opening Xhr")), a.N = !0, a.a.open(c, String(b), !0), a.N = !1; } catch (g) { Uh(a.b, fi(a, "Error opening Xhr: " + g.message)); gi(a, g); return; } b = d || ""; var f = new Id(a.headers); e && Hd(e, function (g, h) { f.set(h, g); }); e = Ta(f.Y()); d = l.FormData && b instanceof l.FormData; !Va(di, c) || e || d || f.set("Content-Type", "application/x-www-form-urlencoded;charset=utf-8"); f.forEach(function (g, h) { this.a.setRequestHeader(h, g); }, a); a.m && (a.a.responseType = a.m); "withCredentials" in a.a && a.a.withCredentials !== a.R && (a.a.withCredentials = a.R); try { hi(a), 0 < a.g && (a.u = ii(a.a), Uh(a.b, fi(a, "Will abort after " + a.g + "ms if incomplete, xhr2 " + a.u)), a.u ? (a.a.timeout = a.g, a.a.ontimeout = q(a.Ma, a)) : a.s = Dd(a.Ma, a.g, a)), Uh(a.b, fi(a, "Sending request")), a.h = !0, a.a.send(b), a.h = !1; } catch (g) { Uh(a.b, fi(a, "Send error: " + g.message)), gi(a, g); } } function ii(a) { return Wb && fc(9) && "number" === typeof a.timeout && void 0 !== a.ontimeout; } function Ua(a) { return "content-type" == a.toLowerCase(); } k = ai.prototype; k.Ma = function () { "undefined" != typeof ha && this.a && (this.i = "Timed out after " + this.g + "ms, aborting", Uh(this.b, fi(this, this.i)), this.dispatchEvent("timeout"), this.abort(8)); }; function gi(a, b) { a.c = !1; a.a && (a.f = !0, a.a.abort(), a.f = !1); a.i = b; ji(a); ki(a); } function ji(a) { a.G || (a.G = !0, a.dispatchEvent("complete"), a.dispatchEvent("error")); } k.abort = function () { this.a && this.c && (Uh(this.b, fi(this, "Aborting")), this.c = !1, this.f = !0, this.a.abort(), this.f = !1, this.dispatchEvent("complete"), this.dispatchEvent("abort"), ki(this)); }; k.Da = function () { this.a && (this.c && (this.c = !1, this.f = !0, this.a.abort(), this.f = !1), ki(this, !0)); ai.$a.Da.call(this); }; k.Ub = function () { this.xa || (this.N || this.h || this.f ? li(this) : this.Ic()); }; k.Ic = function () { li(this); }; function li(a) { if (a.c && "undefined" != typeof ha) if (a.A[1] && 4 == mi(a) && 2 == ni(a)) Uh(a.b, fi(a, "Local request error detected and ignored"));else if (a.h && 4 == mi(a)) Dd(a.Ub, 0, a);else if (a.dispatchEvent("readystatechange"), 4 == mi(a)) { Uh(a.b, fi(a, "Request complete")); a.c = !1; try { var b = ni(a); a: switch (b) { case 200: case 201: case 202: case 204: case 206: case 304: case 1223: var c = !0; break a; default: c = !1; } var d; if (!(d = c)) { var e; if (e = 0 === b) { var f = String(a.l).match(Ld)[1] || null; if (!f && l.self && l.self.location) { var g = l.self.location.protocol; f = g.substr(0, g.length - 1); } e = !ci.test(f ? f.toLowerCase() : ""); } d = e; } if (d) a.dispatchEvent("complete"), a.dispatchEvent("success");else { try { var h = 2 < mi(a) ? a.a.statusText : ""; } catch (n) { Uh(a.b, "Can not get status: " + n.message), h = ""; } a.i = h + " [" + ni(a) + "]"; ji(a); } } finally { ki(a); } } } function ki(a, b) { if (a.a) { hi(a); var c = a.a, d = a.A[0] ? la : null; a.a = null; a.A = null; b || a.dispatchEvent("ready"); try { c.onreadystatechange = d; } catch (e) { (a = a.b) && a.log(Mh, "Problem encountered resetting onreadystatechange: " + e.message, void 0); } } } function hi(a) { a.a && a.u && (a.a.ontimeout = null); a.s && (l.clearTimeout(a.s), a.s = null); } function mi(a) { return a.a ? a.a.readyState : 0; } function ni(a) { try { return 2 < mi(a) ? a.a.status : -1; } catch (b) { return -1; } } function oi(a) { try { return a.a ? a.a.responseText : ""; } catch (b) { return Uh(a.b, "Can not get responseText: " + b.message), ""; } } k.getResponse = function () { try { if (!this.a) return null; if ("response" in this.a) return this.a.response; switch (this.m) { case bi: case "text": return this.a.responseText; case "arraybuffer": if ("mozResponseArrayBuffer" in this.a) return this.a.mozResponseArrayBuffer; } var a = this.b; a && a.log(Mh, "Response type " + this.m + " is not supported on this browser", void 0); return null; } catch (b) { return Uh(this.b, "Can not get response: " + b.message), null; } }; function fi(a, b) { return b + " [" + a.P + " " + a.l + " " + ni(a) + "]"; } ; /* Portions of this code are from MochiKit, received by The Closure Authors under the MIT license. All other code is Copyright 2005-2009 The Closure Authors. All Rights Reserved. */ function pi(a) { var b = qi; this.g = []; this.u = b; this.s = a || null; this.f = this.a = !1; this.c = void 0; this.m = this.A = this.h = !1; this.i = 0; this.b = null; this.l = 0; } pi.prototype.cancel = function (a) { if (this.a) this.c instanceof pi && this.c.cancel();else { if (this.b) { var b = this.b; delete this.b; a ? b.cancel(a) : (b.l--, 0 >= b.l && b.cancel()); } this.u ? this.u.call(this.s, this) : this.m = !0; this.a || (a = new ri(this), si(this), ti(this, !1, a)); } }; pi.prototype.v = function (a, b) { this.h = !1; ti(this, a, b); }; function ti(a, b, c) { a.a = !0; a.c = c; a.f = !b; ui(a); } function si(a) { if (a.a) { if (!a.m) throw new vi(a); a.m = !1; } } function wi(a, b) { xi(a, null, b, void 0); } function xi(a, b, c, d) { a.g.push([b, c, d]); a.a && ui(a); } pi.prototype.then = function (a, b, c) { var d, e, f = new D(function (g, h) { d = g; e = h; }); xi(this, d, function (g) { g instanceof ri ? f.cancel() : e(g); }); return f.then(a, b, c); }; pi.prototype.$goog_Thenable = !0; function yi(a) { return Sa(a.g, function (b) { return oa(b[1]); }); } function ui(a) { if (a.i && a.a && yi(a)) { var b = a.i, c = zi[b]; c && (l.clearTimeout(c.a), delete zi[b]); a.i = 0; } a.b && (a.b.l--, delete a.b); b = a.c; for (var d = c = !1; a.g.length && !a.h;) { var e = a.g.shift(), f = e[0], g = e[1]; e = e[2]; if (f = a.f ? g : f) try { var h = f.call(e || a.s, b); void 0 !== h && (a.f = a.f && (h == b || h instanceof Error), a.c = b = h); if (Ea(b) || "function" === typeof l.Promise && b instanceof l.Promise) d = !0, a.h = !0; } catch (n) { b = n, a.f = !0, yi(a) || (c = !0); } } a.c = b; d && (h = q(a.v, a, !0), d = q(a.v, a, !1), b instanceof pi ? (xi(b, h, d), b.A = !0) : b.then(h, d)); c && (b = new Ai(b), zi[b.a] = b, a.i = b.a); } function vi() { u.call(this); } r(vi, u); vi.prototype.message = "Deferred has already fired"; vi.prototype.name = "AlreadyCalledError"; function ri() { u.call(this); } r(ri, u); ri.prototype.message = "Deferred was canceled"; ri.prototype.name = "CanceledError"; function Ai(a) { this.a = l.setTimeout(q(this.c, this), 0); this.b = a; } Ai.prototype.c = function () { delete zi[this.a]; throw this.b; }; var zi = {}; function Bi(a) { var b = {}, c = b.document || document, d = yb(a).toString(), e = oc(document, "SCRIPT"), f = { Vb: e, Ma: void 0 }, g = new pi(f), h = null, n = null != b.timeout ? b.timeout : 5E3; 0 < n && (h = window.setTimeout(function () { Ci(e, !0); var p = new Di(Ei, "Timeout reached for loading script " + d); si(g); ti(g, !1, p); }, n), f.Ma = h); e.onload = e.onreadystatechange = function () { e.readyState && "loaded" != e.readyState && "complete" != e.readyState || (Ci(e, b.wd || !1, h), si(g), ti(g, !0, null)); }; e.onerror = function () { Ci(e, !0, h); var p = new Di(Fi, "Error while loading script " + d); si(g); ti(g, !1, p); }; f = b.attributes || {}; z(f, { type: "text/javascript", charset: "UTF-8" }); lc(e, f); Ob(e, a); Gi(c).appendChild(e); return g; } function Gi(a) { var b; return (b = (a || document).getElementsByTagName("HEAD")) && 0 != b.length ? b[0] : a.documentElement; } function qi() { if (this && this.Vb) { var a = this.Vb; a && "SCRIPT" == a.tagName && Ci(a, !0, this.Ma); } } function Ci(a, b, c) { null != c && l.clearTimeout(c); a.onload = la; a.onerror = la; a.onreadystatechange = la; b && window.setTimeout(function () { a && a.parentNode && a.parentNode.removeChild(a); }, 0); } var Fi = 0, Ei = 1; function Di(a, b) { var c = "Jsloader error (code #" + a + ")"; b && (c += ": " + b); u.call(this, c); this.code = a; } r(Di, u); function Hi(a) { this.f = a; } r(Hi, Ah); Hi.prototype.a = function () { return new this.f(); }; Hi.prototype.b = function () { return {}; }; function Ii(a, b, c) { this.c = a; a = b || {}; this.l = a.secureTokenEndpoint || "https://securetoken.googleapis.com/v1/token"; this.v = a.secureTokenTimeout || Ji; this.g = nb(a.secureTokenHeaders || Ki); this.i = a.firebaseEndpoint || "https://www.googleapis.com/identitytoolkit/v3/relyingparty/"; this.h = a.identityPlatformEndpoint || "https://identitytoolkit.googleapis.com/v2/"; this.m = a.firebaseTimeout || Li; this.a = nb(a.firebaseHeaders || Mi); c && (this.a["X-Client-Version"] = c, this.g["X-Client-Version"] = c); c = "Node" == Ke(); c = l.XMLHttpRequest || c && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node.XMLHttpRequest; if (!c && !Je()) throw new t("internal-error", "The XMLHttpRequest compatibility library was not found."); this.f = void 0; Je() ? this.f = new Vh(self) : Le() ? this.f = new Hi(c) : this.f = new Fh(); this.b = null; } var Ni, Dg = "idToken", Ji = new Ze(3E4, 6E4), Ki = { "Content-Type": "application/x-www-form-urlencoded" }, Li = new Ze(3E4, 6E4), Mi = { "Content-Type": "application/json" }; function Oi(a, b) { b ? a.a["X-Firebase-Locale"] = b : delete a.a["X-Firebase-Locale"]; } function Pi(a, b) { b && (a.l = Qi("https://securetoken.googleapis.com/v1/token", b), a.i = Qi("https://www.googleapis.com/identitytoolkit/v3/relyingparty/", b), a.h = Qi("https://identitytoolkit.googleapis.com/v2/", b)); } function Qi(a, b) { a = be(a); b = be(b.url); a.c = a.a + a.c; Od(a, b.f); a.a = b.a; Pd(a, b.g); return a.toString(); } function Ri(a, b) { b ? (a.a["X-Client-Version"] = b, a.g["X-Client-Version"] = b) : (delete a.a["X-Client-Version"], delete a.g["X-Client-Version"]); } Ii.prototype.S = function () { return this.b; }; function Si(a, b, c, d, e, f, g) { ue() || Je() ? a = q(a.u, a) : (Ni || (Ni = new D(function (h, n) { Ti(h, n); })), a = q(a.s, a)); a(b, c, d, e, f, g); } Ii.prototype.u = function (a, b, c, d, e, f) { if (Je() && ("undefined" === typeof l.fetch || "undefined" === typeof l.Headers || "undefined" === typeof l.Request)) throw new t("operation-not-supported-in-this-environment", "fetch, Headers and Request native APIs or equivalent Polyfills must be available to support HTTP requests from a Worker environment."); var g = new ai(this.f); if (f) { g.g = Math.max(0, f); var h = setTimeout(function () { g.dispatchEvent("timeout"); }, f); } qd(g, "complete", function () { h && clearTimeout(h); var n = null; try { n = JSON.parse(oi(this)) || null; } catch (p) { n = null; } b && b(n); }); wd(g, "ready", function () { h && clearTimeout(h); Xc(this); }); wd(g, "timeout", function () { h && clearTimeout(h); Xc(this); b && b(null); }); ei(g, a, c, d, e); }; var Ui = new qb(rb, "https://apis.google.com/js/client.js?onload=%{onload}"), Vi = "__fcb" + Math.floor(1E6 * Math.random()).toString(); function Ti(a, b) { if (((window.gapi || {}).client || {}).request) a();else { l[Vi] = function () { ((window.gapi || {}).client || {}).request ? a() : b(Error("CORS_UNSUPPORTED")); }; var c = zb(Ui, { onload: Vi }); wi(Bi(c), function () { b(Error("CORS_UNSUPPORTED")); }); } } Ii.prototype.s = function (a, b, c, d, e) { var f = this; Ni.then(function () { window.gapi.client.setApiKey(f.c); var g = window.gapi.auth.getToken(); window.gapi.auth.setToken(null); window.gapi.client.request({ path: a, method: c, body: d, headers: e, authType: "none", callback: function callback(h) { window.gapi.auth.setToken(g); b && b(h); } }); }).o(function (g) { b && b({ error: { message: g && g.message || "CORS_UNSUPPORTED" } }); }); }; function Wi(a, b) { return new D(function (c, d) { "refresh_token" == b.grant_type && b.refresh_token || "authorization_code" == b.grant_type && b.code ? Si(a, a.l + "?key=" + encodeURIComponent(a.c), function (e) { e ? e.error ? d(Xi(e)) : e.access_token && e.refresh_token ? c(e) : d(new t("internal-error")) : d(new t("network-request-failed")); }, "POST", fe(b).toString(), a.g, a.v.get()) : d(new t("internal-error")); }); } function Yi(a, b, c, d, e, f, g) { var h = be(b + c); J(h, "key", a.c); g && J(h, "cb", va().toString()); var n = "GET" == d; if (n) for (var p in e) { e.hasOwnProperty(p) && J(h, p, e[p]); } return new D(function (v, B) { Si(a, h.toString(), function (A) { A ? A.error ? B(Xi(A, f || {})) : v(A) : B(new t("network-request-failed")); }, d, n ? void 0 : ke(Ve(e)), a.a, a.m.get()); }); } function Zi(a) { a = a.email; if ("string" !== typeof a || !De.test(a)) throw new t("invalid-email"); } function $i(a) { "email" in a && Zi(a); } function aj(a, b) { return O(a, bj, { identifier: b, continueUri: Se() ? re() : "http://localhost" }).then(function (c) { return c.signinMethods || []; }); } function cj(a) { return O(a, dj, {}).then(function (b) { return b.authorizedDomains || []; }); } function P(a) { if (!a[Dg]) { if (a.mfaPendingCredential) throw new t("multi-factor-auth-required", null, nb(a)); throw new t("internal-error"); } } function ej(a) { if (a.phoneNumber || a.temporaryProof) { if (!a.phoneNumber || !a.temporaryProof) throw new t("internal-error"); } else { if (!a.sessionInfo) throw new t("missing-verification-id"); if (!a.code) throw new t("missing-verification-code"); } } Ii.prototype.yb = function () { return O(this, fj, {}); }; Ii.prototype.Ab = function (a, b) { return O(this, gj, { idToken: a, email: b }); }; Ii.prototype.Bb = function (a, b) { return O(this, ch, { idToken: a, password: b }); }; var hj = { displayName: "DISPLAY_NAME", photoUrl: "PHOTO_URL" }; k = Ii.prototype; k.Cb = function (a, b) { var c = { idToken: a }, d = []; lb(hj, function (e, f) { var g = b[f]; null === g ? d.push(e) : f in b && (c[f] = g); }); d.length && (c.deleteAttribute = d); return O(this, gj, c); }; k.ub = function (a, b) { a = { requestType: "PASSWORD_RESET", email: a }; z(a, b); return O(this, ij, a); }; k.vb = function (a, b) { a = { requestType: "EMAIL_SIGNIN", email: a }; z(a, b); return O(this, jj, a); }; k.tb = function (a, b) { a = { requestType: "VERIFY_EMAIL", idToken: a }; z(a, b); return O(this, kj, a); }; k.Db = function (a, b, c) { a = { requestType: "VERIFY_AND_CHANGE_EMAIL", idToken: a, newEmail: b }; z(a, c); return O(this, lj, a); }; function oh(a, b) { return O(a, mj, b); } k.eb = function (a) { return O(this, nj, a); }; function mh(a, b) { return O(a, oj, b).then(function (c) { return c.phoneSessionInfo.sessionInfo; }); } function pj(a) { if (!a.phoneVerificationInfo) throw new t("internal-error"); if (!a.phoneVerificationInfo.sessionInfo) throw new t("missing-verification-id"); if (!a.phoneVerificationInfo.code) throw new t("missing-verification-code"); } function nh(a, b) { return O(a, qj, b).then(function (c) { return c.phoneResponseInfo.sessionInfo; }); } function rj(a, b, c) { return O(a, sj, { idToken: b, deleteProvider: c }); } function tj(a) { if (!a.requestUri || !a.sessionId && !a.postBody && !a.pendingToken) throw new t("internal-error"); } function uj(a, b) { b.oauthIdToken && b.providerId && 0 == b.providerId.indexOf("oidc.") && !b.pendingToken && (a.sessionId ? b.nonce = a.sessionId : a.postBody && (a = new Td(a.postBody), je(a, "nonce") && (b.nonce = a.get("nonce")))); return b; } function vj(a) { var b = null; a.needConfirmation ? (a.code = "account-exists-with-different-credential", b = zh(a)) : "FEDERATED_USER_ID_ALREADY_LINKED" == a.errorMessage ? (a.code = "credential-already-in-use", b = zh(a)) : "EMAIL_EXISTS" == a.errorMessage ? (a.code = "email-already-in-use", b = zh(a)) : a.errorMessage && (b = wj(a.errorMessage)); if (b) throw b; P(a); } function Fg(a, b) { b.returnIdpCredential = !0; return O(a, xj, b); } function Hg(a, b) { b.returnIdpCredential = !0; return O(a, yj, b); } function Ig(a, b) { b.returnIdpCredential = !0; b.autoCreate = !1; return O(a, zj, b); } function Aj(a) { if (!a.oobCode) throw new t("invalid-action-code"); } k.mb = function (a, b) { return O(this, Bj, { oobCode: a, newPassword: b }); }; k.Qa = function (a) { return O(this, Cj, { oobCode: a }); }; k.ib = function (a) { return O(this, Dj, { oobCode: a }); }; var Dj = { endpoint: "setAccountInfo", B: Aj, Z: "email", C: !0 }, Cj = { endpoint: "resetPassword", B: Aj, F: function F(a) { var b = a.requestType; if (!b || !a.email && "EMAIL_SIGNIN" != b && "VERIFY_AND_CHANGE_EMAIL" != b) throw new t("internal-error"); }, C: !0 }, Ej = { endpoint: "signupNewUser", B: function B(a) { Zi(a); if (!a.password) throw new t("weak-password"); }, F: P, U: !0, C: !0 }, bj = { endpoint: "createAuthUri", C: !0 }, Fj = { endpoint: "deleteAccount", M: ["idToken"] }, sj = { endpoint: "setAccountInfo", M: ["idToken", "deleteProvider"], B: function B(a) { if (!Array.isArray(a.deleteProvider)) throw new t("internal-error"); } }, $g = { endpoint: "emailLinkSignin", M: ["email", "oobCode"], B: Zi, F: P, U: !0, C: !0 }, bh = { endpoint: "emailLinkSignin", M: ["idToken", "email", "oobCode"], B: Zi, F: P, U: !0 }, Gj = { endpoint: "accounts/mfaEnrollment:finalize", M: ["idToken", "phoneVerificationInfo"], B: pj, F: P, C: !0, Na: !0 }, Hj = { endpoint: "accounts/mfaSignIn:finalize", M: ["mfaPendingCredential", "phoneVerificationInfo"], B: pj, F: P, C: !0, Na: !0 }, Ij = { endpoint: "getAccountInfo" }, jj = { endpoint: "getOobConfirmationCode", M: ["requestType"], B: function B(a) { if ("EMAIL_SIGNIN" != a.requestType) throw new t("internal-error"); Zi(a); }, Z: "email", C: !0 }, kj = { endpoint: "getOobConfirmationCode", M: ["idToken", "requestType"], B: function B(a) { if ("VERIFY_EMAIL" != a.requestType) throw new t("internal-error"); }, Z: "email", C: !0 }, lj = { endpoint: "getOobConfirmationCode", M: ["idToken", "newEmail", "requestType"], B: function B(a) { if ("VERIFY_AND_CHANGE_EMAIL" != a.requestType) throw new t("internal-error"); }, Z: "email", C: !0 }, ij = { endpoint: "getOobConfirmationCode", M: ["requestType"], B: function B(a) { if ("PASSWORD_RESET" != a.requestType) throw new t("internal-error"); Zi(a); }, Z: "email", C: !0 }, dj = { kb: !0, endpoint: "getProjectConfig", Tb: "GET" }, Jj = { kb: !0, endpoint: "getRecaptchaParam", Tb: "GET", F: function F(a) { if (!a.recaptchaSiteKey) throw new t("internal-error"); } }, Bj = { endpoint: "resetPassword", B: Aj, Z: "email", C: !0 }, mj = { endpoint: "sendVerificationCode", M: ["phoneNumber", "recaptchaToken"], Z: "sessionInfo", C: !0 }, gj = { endpoint: "setAccountInfo", M: ["idToken"], B: $i, U: !0 }, ch = { endpoint: "setAccountInfo", M: ["idToken"], B: function B(a) { $i(a); if (!a.password) throw new t("weak-password"); }, F: P, U: !0 }, fj = { endpoint: "signupNewUser", F: P, U: !0, C: !0 }, oj = { endpoint: "accounts/mfaEnrollment:start", M: ["idToken", "phoneEnrollmentInfo"], B: function B(a) { if (!a.phoneEnrollmentInfo) throw new t("internal-error"); if (!a.phoneEnrollmentInfo.phoneNumber) throw new t("missing-phone-number"); if (!a.phoneEnrollmentInfo.recaptchaToken) throw new t("missing-app-credential"); }, F: function F(a) { if (!a.phoneSessionInfo || !a.phoneSessionInfo.sessionInfo) throw new t("internal-error"); }, C: !0, Na: !0 }, qj = { endpoint: "accounts/mfaSignIn:start", M: ["mfaPendingCredential", "mfaEnrollmentId", "phoneSignInInfo"], B: function B(a) { if (!a.phoneSignInInfo || !a.phoneSignInInfo.recaptchaToken) throw new t("missing-app-credential"); }, F: function F(a) { if (!a.phoneResponseInfo || !a.phoneResponseInfo.sessionInfo) throw new t("internal-error"); }, C: !0, Na: !0 }, xj = { endpoint: "verifyAssertion", B: tj, Xa: uj, F: vj, U: !0, C: !0 }, zj = { endpoint: "verifyAssertion", B: tj, Xa: uj, F: function F(a) { if (a.errorMessage && "USER_NOT_FOUND" == a.errorMessage) throw new t("user-not-found"); if (a.errorMessage) throw wj(a.errorMessage); P(a); }, U: !0, C: !0 }, yj = { endpoint: "verifyAssertion", B: function B(a) { tj(a); if (!a.idToken) throw new t("internal-error"); }, Xa: uj, F: vj, U: !0 }, Kj = { endpoint: "verifyCustomToken", B: function B(a) { if (!a.token) throw new t("invalid-custom-token"); }, F: P, U: !0, C: !0 }, ah = { endpoint: "verifyPassword", B: function B(a) { Zi(a); if (!a.password) throw new t("wrong-password"); }, F: P, U: !0, C: !0 }, nj = { endpoint: "verifyPhoneNumber", B: ej, F: P, C: !0 }, ih = { endpoint: "verifyPhoneNumber", B: function B(a) { if (!a.idToken) throw new t("internal-error"); ej(a); }, F: function F(a) { if (a.temporaryProof) throw a.code = "credential-already-in-use", zh(a); P(a); } }, jh = { Gb: { USER_NOT_FOUND: "user-not-found" }, endpoint: "verifyPhoneNumber", B: ej, F: P, C: !0 }, Lj = { endpoint: "accounts/mfaEnrollment:withdraw", M: ["idToken", "mfaEnrollmentId"], F: function F(a) { if (!!a[Dg] ^ !!a.refreshToken) throw new t("internal-error"); }, C: !0, Na: !0 }; function O(a, b, c) { if (!mf(c, b.M)) return F(new t("internal-error")); var d = !!b.Na, e = b.Tb || "POST", f; return E(c).then(b.B).then(function () { b.U && (c.returnSecureToken = !0); b.C && a.b && "undefined" === typeof c.tenantId && (c.tenantId = a.b); return d ? Yi(a, a.h, b.endpoint, e, c, b.Gb, b.kb || !1) : Yi(a, a.i, b.endpoint, e, c, b.Gb, b.kb || !1); }).then(function (g) { f = g; return b.Xa ? b.Xa(c, f) : f; }).then(b.F).then(function () { if (!b.Z) return f; if (!(b.Z in f)) throw new t("internal-error"); return f[b.Z]; }); } function wj(a) { return Xi({ error: { errors: [{ message: a }], code: 400, message: a } }); } function Xi(a, b) { var c = (a.error && a.error.errors && a.error.errors[0] || {}).reason || ""; var d = { keyInvalid: "invalid-api-key", ipRefererBlocked: "app-not-authorized" }; if (c = d[c] ? new t(d[c]) : null) return c; c = a.error && a.error.message || ""; d = { INVALID_CUSTOM_TOKEN: "invalid-custom-token", CREDENTIAL_MISMATCH: "custom-token-mismatch", MISSING_CUSTOM_TOKEN: "internal-error", INVALID_IDENTIFIER: "invalid-email", MISSING_CONTINUE_URI: "internal-error", INVALID_EMAIL: "invalid-email", INVALID_PASSWORD: "wrong-password", USER_DISABLED: "user-disabled", MISSING_PASSWORD: "internal-error", EMAIL_EXISTS: "email-already-in-use", PASSWORD_LOGIN_DISABLED: "operation-not-allowed", INVALID_IDP_RESPONSE: "invalid-credential", INVALID_PENDING_TOKEN: "invalid-credential", FEDERATED_USER_ID_ALREADY_LINKED: "credential-already-in-use", MISSING_OR_INVALID_NONCE: "missing-or-invalid-nonce", INVALID_MESSAGE_PAYLOAD: "invalid-message-payload", INVALID_RECIPIENT_EMAIL: "invalid-recipient-email", INVALID_SENDER: "invalid-sender", EMAIL_NOT_FOUND: "user-not-found", RESET_PASSWORD_EXCEED_LIMIT: "too-many-requests", EXPIRED_OOB_CODE: "expired-action-code", INVALID_OOB_CODE: "invalid-action-code", MISSING_OOB_CODE: "internal-error", INVALID_PROVIDER_ID: "invalid-provider-id", CREDENTIAL_TOO_OLD_LOGIN_AGAIN: "requires-recent-login", INVALID_ID_TOKEN: "invalid-user-token", TOKEN_EXPIRED: "user-token-expired", USER_NOT_FOUND: "user-token-expired", CORS_UNSUPPORTED: "cors-unsupported", DYNAMIC_LINK_NOT_ACTIVATED: "dynamic-link-not-activated", INVALID_APP_ID: "invalid-app-id", TOO_MANY_ATTEMPTS_TRY_LATER: "too-many-requests", WEAK_PASSWORD: "weak-password", OPERATION_NOT_ALLOWED: "operation-not-allowed", USER_CANCELLED: "user-cancelled", CAPTCHA_CHECK_FAILED: "captcha-check-failed", INVALID_APP_CREDENTIAL: "invalid-app-credential", INVALID_CODE: "invalid-verification-code", INVALID_PHONE_NUMBER: "invalid-phone-number", INVALID_SESSION_INFO: "invalid-verification-id", INVALID_TEMPORARY_PROOF: "invalid-credential", MISSING_APP_CREDENTIAL: "missing-app-credential", MISSING_CODE: "missing-verification-code", MISSING_PHONE_NUMBER: "missing-phone-number", MISSING_SESSION_INFO: "missing-verification-id", QUOTA_EXCEEDED: "quota-exceeded", SESSION_EXPIRED: "code-expired", REJECTED_CREDENTIAL: "rejected-credential", INVALID_CONTINUE_URI: "invalid-continue-uri", MISSING_ANDROID_PACKAGE_NAME: "missing-android-pkg-name", MISSING_IOS_BUNDLE_ID: "missing-ios-bundle-id", UNAUTHORIZED_DOMAIN: "unauthorized-continue-uri", INVALID_DYNAMIC_LINK_DOMAIN: "invalid-dynamic-link-domain", INVALID_OAUTH_CLIENT_ID: "invalid-oauth-client-id", INVALID_CERT_HASH: "invalid-cert-hash", UNSUPPORTED_TENANT_OPERATION: "unsupported-tenant-operation", INVALID_TENANT_ID: "invalid-tenant-id", TENANT_ID_MISMATCH: "tenant-id-mismatch", ADMIN_ONLY_OPERATION: "admin-restricted-operation", INVALID_MFA_PENDING_CREDENTIAL: "invalid-multi-factor-session", MFA_ENROLLMENT_NOT_FOUND: "multi-factor-info-not-found", MISSING_MFA_PENDING_CREDENTIAL: "missing-multi-factor-session", MISSING_MFA_ENROLLMENT_ID: "missing-multi-factor-info", EMAIL_CHANGE_NEEDS_VERIFICATION: "email-change-needs-verification", SECOND_FACTOR_EXISTS: "second-factor-already-in-use", SECOND_FACTOR_LIMIT_EXCEEDED: "maximum-second-factor-count-exceeded", UNSUPPORTED_FIRST_FACTOR: "unsupported-first-factor", UNVERIFIED_EMAIL: "unverified-email" }; z(d, b || {}); b = (b = c.match(/^[^\s]+\s*:\s*([\s\S]*)$/)) && 1 < b.length ? b[1] : void 0; for (var e in d) { if (0 === c.indexOf(e)) return new t(d[e], b); } !b && a && (b = Ue(a)); return new t("internal-error", b); } ; function Mj(a) { this.b = a; this.a = null; this.qb = Nj(this); } function Nj(a) { return Oj().then(function () { return new D(function (b, c) { L("gapi.iframes.getContext")().open({ where: document.body, url: a.b, messageHandlersFilter: L("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER"), attributes: { style: { position: "absolute", top: "-100px", width: "1px", height: "1px" } }, dontclear: !0 }, function (d) { function e() { clearTimeout(f); b(); } a.a = d; a.a.restyle({ setHideOnLeave: !1 }); var f = setTimeout(function () { c(Error("Network Error")); }, Pj.get()); d.ping(e).then(e, function () { c(Error("Network Error")); }); }); }); }); } function Qj(a, b) { return a.qb.then(function () { return new D(function (c) { a.a.send(b.type, b, c, L("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER")); }); }); } function Rj(a, b) { a.qb.then(function () { a.a.register("authEvent", b, L("gapi.iframes.CROSS_ORIGIN_IFRAMES_FILTER")); }); } var Sj = new qb(rb, "https://apis.google.com/js/api.js?onload=%{onload}"), Tj = new Ze(3E4, 6E4), Pj = new Ze(5E3, 15E3), Uj = null; function Oj() { return Uj ? Uj : Uj = new D(function (a, b) { function c() { Ye(); L("gapi.load")("gapi.iframes", { callback: a, ontimeout: function ontimeout() { Ye(); b(Error("Network Error")); }, timeout: Tj.get() }); } if (L("gapi.iframes.Iframe")) a();else if (L("gapi.load")) c();else { var d = "__iframefcb" + Math.floor(1E6 * Math.random()).toString(); l[d] = function () { L("gapi.load") ? c() : b(Error("Network Error")); }; d = zb(Sj, { onload: d }); E(Bi(d)).o(function () { b(Error("Network Error")); }); } }).o(function (a) { Uj = null; throw a; }); } ; function Vj(a, b, c, d) { this.l = a; this.i = b; this.h = c; this.g = d; this.f = null; this.g ? (a = be(this.g.url), a = ce(a.f, a.a, a.g, "/emulator/auth/iframe")) : a = ce("https", this.l, null, "/__/auth/iframe"); this.a = a; J(this.a, "apiKey", this.i); J(this.a, "appName", this.h); this.b = null; this.c = []; } Vj.prototype.toString = function () { this.f ? J(this.a, "v", this.f) : ie(this.a.b, "v"); this.b ? J(this.a, "eid", this.b) : ie(this.a.b, "eid"); this.c.length ? J(this.a, "fw", this.c.join(",")) : ie(this.a.b, "fw"); return this.a.toString(); }; function Wj(a, b, c, d, e, f) { this.u = a; this.s = b; this.c = c; this.v = d; this.m = f; this.h = this.g = this.l = null; this.a = e; this.i = this.f = null; } Wj.prototype.xb = function (a) { this.i = a; return this; }; Wj.prototype.toString = function () { if (this.m) { var a = be(this.m.url); a = ce(a.f, a.a, a.g, "/emulator/auth/handler"); } else a = ce("https", this.u, null, "/__/auth/handler"); J(a, "apiKey", this.s); J(a, "appName", this.c); J(a, "authType", this.v); if (this.a.isOAuthProvider) { var b = this.a; try { var c = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].app(this.c).auth().ka(); } catch (h) { c = null; } b.nb = c; J(a, "providerId", this.a.providerId); c = this.a; b = Ve(c.Hb); for (var d in b) { b[d] = b[d].toString(); } d = c.Pc; b = nb(b); for (var e = 0; e < d.length; e++) { var f = d[e]; f in b && delete b[f]; } c.ob && c.nb && !b[c.ob] && (b[c.ob] = c.nb); mb(b) || J(a, "customParameters", Ue(b)); } "function" === typeof this.a.Pb && (c = this.a.Pb(), c.length && J(a, "scopes", c.join(","))); this.l ? J(a, "redirectUrl", this.l) : ie(a.b, "redirectUrl"); this.g ? J(a, "eventId", this.g) : ie(a.b, "eventId"); this.h ? J(a, "v", this.h) : ie(a.b, "v"); if (this.b) for (var g in this.b) { this.b.hasOwnProperty(g) && !ae(a, g) && J(a, g, this.b[g]); } this.i ? J(a, "tid", this.i) : ie(a.b, "tid"); this.f ? J(a, "eid", this.f) : ie(a.b, "eid"); g = Xj(this.c); g.length && J(a, "fw", g.join(",")); return a.toString(); }; function Xj(a) { try { return _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].app(a).auth().Ga(); } catch (b) { return []; } } function Yj(a, b, c, d, e, f) { this.s = a; this.g = b; this.b = c; this.f = f; this.c = d || null; this.h = e || null; this.l = this.u = this.A = null; this.i = []; this.v = this.a = null; } function Zj(a) { var b = re(); return cj(a).then(function (c) { a: { var d = be(b), e = d.f; d = d.a; for (var f = 0; f < c.length; f++) { var g = c[f]; var h = d; var n = e; 0 == g.indexOf("chrome-extension://") ? h = be(g).a == h && "chrome-extension" == n : "http" != n && "https" != n ? h = !1 : Ce.test(g) ? h = h == g : (g = g.split(".").join("\\."), h = new RegExp("^(.+\\." + g + "|" + g + ")$", "i").test(h)); if (h) { c = !0; break a; } } c = !1; } if (!c) throw new xh(re()); }); } function ak(a) { if (a.v) return a.v; a.v = Ee().then(function () { if (!a.u) { var b = a.c, c = a.h, d = Xj(a.b), e = new Vj(a.s, a.g, a.b, a.f); e.f = b; e.b = c; e.c = Za(d || []); a.u = e.toString(); } a.m = new Mj(a.u); bk(a); }); return a.v; } k = Yj.prototype; k.Nb = function (a, b, c) { var d = new t("popup-closed-by-user"), e = new t("web-storage-unsupported"), f = this, g = !1; return this.la().then(function () { ck(f).then(function (h) { h || (a && ye(a), b(e), g = !0); }); }).o(function () {}).then(function () { if (!g) return Be(a); }).then(function () { if (!g) return Ed(c).then(function () { b(d); }); }); }; k.Wb = function () { var a = K(); return !Te(a) && !Xe(a); }; k.Sb = function () { return !1; }; k.Lb = function (a, b, c, d, e, f, g, h) { if (!a) return F(new t("popup-blocked")); if (g && !Te()) return this.la().o(function (p) { ye(a); e(p); }), d(), E(); this.a || (this.a = Zj(dk(this))); var n = this; return this.a.then(function () { var p = n.la().o(function (v) { ye(a); e(v); throw v; }); d(); return p; }).then(function () { rh(c); if (!g) { var p = ek(n.s, n.g, n.b, b, c, null, f, n.c, void 0, n.h, h, n.f); se(p, a); } }).o(function (p) { "auth/network-request-failed" == p.code && (n.a = null); throw p; }); }; function dk(a) { a.l || (a.A = a.c ? Oe(a.c, Xj(a.b)) : null, a.l = new Ii(a.g, Ca(a.h), a.A), a.f && Pi(a.l, a.f)); return a.l; } k.Mb = function (a, b, c, d) { this.a || (this.a = Zj(dk(this))); var e = this; return this.a.then(function () { rh(b); var f = ek(e.s, e.g, e.b, a, b, re(), c, e.c, void 0, e.h, d, e.f); se(f); }).o(function (f) { "auth/network-request-failed" == f.code && (e.a = null); throw f; }); }; k.la = function () { var a = this; return ak(this).then(function () { return a.m.qb; }).o(function () { a.a = null; throw new t("network-request-failed"); }); }; k.Zb = function () { return !0; }; function ek(a, b, c, d, e, f, g, h, n, p, v, B) { a = new Wj(a, b, c, d, e, B); a.l = f; a.g = g; a.h = h; a.b = nb(n || null); a.f = p; return a.xb(v).toString(); } function bk(a) { if (!a.m) throw Error("IfcHandler must be initialized!"); Rj(a.m, function (b) { var c = {}; if (b && b.authEvent) { var d = !1; b = th(b.authEvent); for (c = 0; c < a.i.length; c++) { d = a.i[c](b) || d; } c = {}; c.status = d ? "ACK" : "ERROR"; return E(c); } c.status = "ERROR"; return E(c); }); } function ck(a) { var b = { type: "webStorageSupport" }; return ak(a).then(function () { return Qj(a.m, b); }).then(function (c) { if (c && c.length && "undefined" !== typeof c[0].webStorageSupport) return c[0].webStorageSupport; throw Error(); }); } k.Ea = function (a) { this.i.push(a); }; k.Ra = function (a) { Xa(this.i, function (b) { return b == a; }); }; function fk(a) { this.a = a || _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.reactNative && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.reactNative.AsyncStorage; if (!this.a) throw new t("internal-error", "The React Native compatibility library was not found."); this.type = "asyncStorage"; } k = fk.prototype; k.get = function (a) { return E(this.a.getItem(a)).then(function (b) { return b && We(b); }); }; k.set = function (a, b) { return E(this.a.setItem(a, Ue(b))); }; k.T = function (a) { return E(this.a.removeItem(a)); }; k.ca = function () {}; k.ia = function () {}; function gk(a) { this.b = a; this.a = {}; this.f = q(this.c, this); } var hk = []; function ik() { var a = Je() ? self : null; w(hk, function (c) { c.b == a && (b = c); }); if (!b) { var b = new gk(a); hk.push(b); } return b; } gk.prototype.c = function (a) { var b = a.data.eventType, c = a.data.eventId, d = this.a[b]; if (d && 0 < d.length) { a.ports[0].postMessage({ status: "ack", eventId: c, eventType: b, response: null }); var e = []; w(d, function (f) { e.push(E().then(function () { return f(a.origin, a.data.data); })); }); Jc(e).then(function (f) { var g = []; w(f, function (h) { g.push({ fulfilled: h.Ob, value: h.value, reason: h.reason ? h.reason.message : void 0 }); }); w(g, function (h) { for (var n in h) { "undefined" === typeof h[n] && delete h[n]; } }); a.ports[0].postMessage({ status: "done", eventId: c, eventType: b, response: g }); }); } }; function jk(a, b, c) { mb(a.a) && a.b.addEventListener("message", a.f); "undefined" === typeof a.a[b] && (a.a[b] = []); a.a[b].push(c); } ; function kk(a) { this.a = a; } kk.prototype.postMessage = function (a, b) { this.a.postMessage(a, b); }; function lk(a) { this.c = a; this.b = !1; this.a = []; } function mk(a, b, c, d) { var e, f = c || {}, g, h, n, p = null; if (a.b) return F(Error("connection_unavailable")); var v = d ? 800 : 50, B = "undefined" !== typeof MessageChannel ? new MessageChannel() : null; return new D(function (A, Q) { B ? (e = Math.floor(Math.random() * Math.pow(10, 20)).toString(), B.port1.start(), h = setTimeout(function () { Q(Error("unsupported_event")); }, v), g = function g(xa) { xa.data.eventId === e && ("ack" === xa.data.status ? (clearTimeout(h), n = setTimeout(function () { Q(Error("timeout")); }, 3E3)) : "done" === xa.data.status ? (clearTimeout(n), "undefined" !== typeof xa.data.response ? A(xa.data.response) : Q(Error("unknown_error"))) : (clearTimeout(h), clearTimeout(n), Q(Error("invalid_response")))); }, p = { messageChannel: B, onMessage: g }, a.a.push(p), B.port1.addEventListener("message", g), a.c.postMessage({ eventType: b, eventId: e, data: f }, [B.port2])) : Q(Error("connection_unavailable")); }).then(function (A) { nk(a, p); return A; }).o(function (A) { nk(a, p); throw A; }); } function nk(a, b) { if (b) { var c = b.messageChannel, d = b.onMessage; c && (c.port1.removeEventListener("message", d), c.port1.close()); Xa(a.a, function (e) { return e == b; }); } } lk.prototype.close = function () { for (; 0 < this.a.length;) { nk(this, this.a[0]); } this.b = !0; }; function ok() { if (!pk()) throw new t("web-storage-unsupported"); this.c = {}; this.a = []; this.b = 0; this.v = l.indexedDB; this.type = "indexedDB"; this.g = this.m = this.f = this.l = null; this.s = !1; this.i = null; var a = this; Je() && self ? (this.m = ik(), jk(this.m, "keyChanged", function (b, c) { return qk(a).then(function (d) { 0 < d.length && w(a.a, function (e) { e(d); }); return { keyProcessed: Va(d, c.key) }; }); }), jk(this.m, "ping", function () { return E(["keyChanged"]); })) : ef().then(function (b) { if (a.i = b) a.g = new lk(new kk(b)), mk(a.g, "ping", null, !0).then(function (c) { c[0].fulfilled && Va(c[0].value, "keyChanged") && (a.s = !0); }).o(function () {}); }); } var rk; function sk(a) { return new D(function (b, c) { var d = a.v.deleteDatabase("firebaseLocalStorageDb"); d.onsuccess = function () { b(); }; d.onerror = function (e) { c(Error(e.target.error)); }; }); } function tk(a) { return new D(function (b, c) { var d = a.v.open("firebaseLocalStorageDb", 1); d.onerror = function (e) { try { e.preventDefault(); } catch (f) {} c(Error(e.target.error)); }; d.onupgradeneeded = function (e) { e = e.target.result; try { e.createObjectStore("firebaseLocalStorage", { keyPath: "fbase_key" }); } catch (f) { c(f); } }; d.onsuccess = function (e) { e = e.target.result; e.objectStoreNames.contains("firebaseLocalStorage") ? b(e) : sk(a).then(function () { return tk(a); }).then(function (f) { b(f); }).o(function (f) { c(f); }); }; }); } function uk(a) { a.h || (a.h = tk(a)); return a.h; } function vk(a, b) { function c(e, f) { uk(a).then(b).then(e).o(function (g) { if (3 < ++d) f(g);else return uk(a).then(function (h) { h.close(); a.h = void 0; return c(e, f); }).o(function (h) { f(h); }); }); } var d = 0; return new D(c); } function pk() { try { return !!l.indexedDB; } catch (a) { return !1; } } function wk(a) { return a.objectStore("firebaseLocalStorage"); } function xk(a, b) { return a.transaction(["firebaseLocalStorage"], b ? "readwrite" : "readonly"); } function yk(a) { return new D(function (b, c) { a.onsuccess = function (d) { d && d.target ? b(d.target.result) : b(); }; a.onerror = function (d) { c(d.target.error); }; }); } k = ok.prototype; k.set = function (a, b) { var c = this, d = !1; return vk(this, function (e) { e = wk(xk(e, !0)); return yk(e.get(a)); }).then(function (e) { return vk(c, function (f) { f = wk(xk(f, !0)); if (e) return e.value = b, yk(f.put(e)); c.b++; d = !0; var g = {}; g.fbase_key = a; g.value = b; return yk(f.add(g)); }); }).then(function () { c.c[a] = b; return zk(c, a); }).na(function () { d && c.b--; }); }; function zk(a, b) { return a.g && a.i && df() === a.i ? mk(a.g, "keyChanged", { key: b }, a.s).then(function () {}).o(function () {}) : E(); } k.get = function (a) { return vk(this, function (b) { return yk(wk(xk(b, !1)).get(a)); }).then(function (b) { return b && b.value; }); }; k.T = function (a) { var b = this, c = !1; return vk(this, function (d) { c = !0; b.b++; return yk(wk(xk(d, !0))["delete"](a)); }).then(function () { delete b.c[a]; return zk(b, a); }).na(function () { c && b.b--; }); }; function qk(a) { return uk(a).then(function (b) { var c = wk(xk(b, !1)); return c.getAll ? yk(c.getAll()) : new D(function (d, e) { var f = [], g = c.openCursor(); g.onsuccess = function (h) { (h = h.target.result) ? (f.push(h.value), h["continue"]()) : d(f); }; g.onerror = function (h) { e(h.target.error); }; }); }).then(function (b) { var c = {}, d = []; if (0 == a.b) { for (d = 0; d < b.length; d++) { c[b[d].fbase_key] = b[d].value; } d = te(a.c, c); a.c = c; } return d; }); } k.ca = function (a) { 0 == this.a.length && Ak(this); this.a.push(a); }; k.ia = function (a) { Xa(this.a, function (b) { return b == a; }); 0 == this.a.length && Bk(this); }; function Ak(a) { function b() { a.f = setTimeout(function () { a.l = qk(a).then(function (c) { 0 < c.length && w(a.a, function (d) { d(c); }); }).then(function () { b(); }).o(function (c) { "STOP_EVENT" != c.message && b(); }); }, 800); } Bk(a); b(); } function Bk(a) { a.l && a.l.cancel("STOP_EVENT"); a.f && (clearTimeout(a.f), a.f = null); } ; function Ck(a) { var b = this, c = null; this.a = []; this.type = "indexedDB"; this.c = a; this.b = E().then(function () { if (pk()) { var d = Qe(), e = "__sak" + d; rk || (rk = new ok()); c = rk; return c.set(e, d).then(function () { return c.get(e); }).then(function (f) { if (f !== d) throw Error("indexedDB not supported!"); return c.T(e); }).then(function () { return c; }).o(function () { return b.c; }); } return b.c; }).then(function (d) { b.type = d.type; d.ca(function (e) { w(b.a, function (f) { f(e); }); }); return d; }); } k = Ck.prototype; k.get = function (a) { return this.b.then(function (b) { return b.get(a); }); }; k.set = function (a, b) { return this.b.then(function (c) { return c.set(a, b); }); }; k.T = function (a) { return this.b.then(function (b) { return b.T(a); }); }; k.ca = function (a) { this.a.push(a); }; k.ia = function (a) { Xa(this.a, function (b) { return b == a; }); }; function Dk() { this.a = {}; this.type = "inMemory"; } k = Dk.prototype; k.get = function (a) { return E(this.a[a]); }; k.set = function (a, b) { this.a[a] = b; return E(); }; k.T = function (a) { delete this.a[a]; return E(); }; k.ca = function () {}; k.ia = function () {}; function Ek() { if (!Fk()) { if ("Node" == Ke()) throw new t("internal-error", "The LocalStorage compatibility library was not found."); throw new t("web-storage-unsupported"); } this.a = Gk() || _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node.localStorage; this.type = "localStorage"; } function Gk() { try { var a = l.localStorage, b = Qe(); a && (a.setItem(b, "1"), a.removeItem(b)); return a; } catch (c) { return null; } } function Fk() { var a = "Node" == Ke(); a = Gk() || a && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node.localStorage; if (!a) return !1; try { return a.setItem("__sak", "1"), a.removeItem("__sak"), !0; } catch (b) { return !1; } } k = Ek.prototype; k.get = function (a) { var b = this; return E().then(function () { var c = b.a.getItem(a); return We(c); }); }; k.set = function (a, b) { var c = this; return E().then(function () { var d = Ue(b); null === d ? c.T(a) : c.a.setItem(a, d); }); }; k.T = function (a) { var b = this; return E().then(function () { b.a.removeItem(a); }); }; k.ca = function (a) { l.window && nd(l.window, "storage", a); }; k.ia = function (a) { l.window && H(l.window, "storage", a); }; function Hk() { this.type = "nullStorage"; } k = Hk.prototype; k.get = function () { return E(null); }; k.set = function () { return E(); }; k.T = function () { return E(); }; k.ca = function () {}; k.ia = function () {}; function Ik() { if (!Jk()) { if ("Node" == Ke()) throw new t("internal-error", "The SessionStorage compatibility library was not found."); throw new t("web-storage-unsupported"); } this.a = Kk() || _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node.sessionStorage; this.type = "sessionStorage"; } function Kk() { try { var a = l.sessionStorage, b = Qe(); a && (a.setItem(b, "1"), a.removeItem(b)); return a; } catch (c) { return null; } } function Jk() { var a = "Node" == Ke(); a = Kk() || a && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.node.sessionStorage; if (!a) return !1; try { return a.setItem("__sak", "1"), a.removeItem("__sak"), !0; } catch (b) { return !1; } } k = Ik.prototype; k.get = function (a) { var b = this; return E().then(function () { var c = b.a.getItem(a); return We(c); }); }; k.set = function (a, b) { var c = this; return E().then(function () { var d = Ue(b); null === d ? c.T(a) : c.a.setItem(a, d); }); }; k.T = function (a) { var b = this; return E().then(function () { b.a.removeItem(a); }); }; k.ca = function () {}; k.ia = function () {}; function Lk() { var a = {}; a.Browser = Mk; a.Node = Nk; a.ReactNative = Ok; a.Worker = Pk; this.a = a[Ke()]; } var Qk, Mk = { D: Ek, ab: Ik }, Nk = { D: Ek, ab: Ik }, Ok = { D: fk, ab: Hk }, Pk = { D: Ek, ab: Hk }; var Rk = { qd: "local", NONE: "none", sd: "session" }; function Sk(a) { var b = new t("invalid-persistence-type"), c = new t("unsupported-persistence-type"); a: { for (d in Rk) { if (Rk[d] == a) { var d = !0; break a; } } d = !1; } if (!d || "string" !== typeof a) throw b; switch (Ke()) { case "ReactNative": if ("session" === a) throw c; break; case "Node": if ("none" !== a) throw c; break; case "Worker": if ("session" === a || !pk() && "none" !== a) throw c; break; default: if (!Pe() && "none" !== a) throw c; } } function Tk() { var a = !Xe(K()) && Ie() ? !0 : !1, b = Te(), c = Pe(); this.v = a; this.i = b; this.l = c; this.a = {}; Qk || (Qk = new Lk()); a = Qk; try { this.g = !qe() && cf() || !l.indexedDB ? new a.a.D() : new Ck(Je() ? new Dk() : new a.a.D()); } catch (d) { this.g = new Dk(), this.i = !0; } try { this.h = new a.a.ab(); } catch (d) { this.h = new Dk(); } this.m = new Dk(); this.f = q(this.Xb, this); this.b = {}; } var Uk; function Vk() { Uk || (Uk = new Tk()); return Uk; } function Wk(a, b) { switch (b) { case "session": return a.h; case "none": return a.m; default: return a.g; } } function Xk(a, b) { return "firebase:" + a.name + (b ? ":" + b : ""); } function Yk(a, b, c) { var d = Xk(b, c), e = Wk(a, b.D); return a.get(b, c).then(function (f) { var g = null; try { g = We(l.localStorage.getItem(d)); } catch (h) {} if (g && !f) return l.localStorage.removeItem(d), a.set(b, g, c); g && f && "localStorage" != e.type && l.localStorage.removeItem(d); }); } k = Tk.prototype; k.get = function (a, b) { return Wk(this, a.D).get(Xk(a, b)); }; function Zk(a, b, c) { c = Xk(b, c); "local" == b.D && (a.b[c] = null); return Wk(a, b.D).T(c); } k.set = function (a, b, c) { var d = Xk(a, c), e = this, f = Wk(this, a.D); return f.set(d, b).then(function () { return f.get(d); }).then(function (g) { "local" == a.D && (e.b[d] = g); }); }; k.addListener = function (a, b, c) { a = Xk(a, b); this.l && (this.b[a] = l.localStorage.getItem(a)); mb(this.a) && (Wk(this, "local").ca(this.f), this.i || (qe() || !cf()) && l.indexedDB || !this.l || $k(this)); this.a[a] || (this.a[a] = []); this.a[a].push(c); }; k.removeListener = function (a, b, c) { a = Xk(a, b); this.a[a] && (Xa(this.a[a], function (d) { return d == c; }), 0 == this.a[a].length && delete this.a[a]); mb(this.a) && (Wk(this, "local").ia(this.f), al(this)); }; function $k(a) { al(a); a.c = setInterval(function () { for (var b in a.a) { var c = l.localStorage.getItem(b), d = a.b[b]; c != d && (a.b[b] = c, c = new bd({ type: "storage", key: b, target: window, oldValue: d, newValue: c, a: !0 }), a.Xb(c)); } }, 1E3); } function al(a) { a.c && (clearInterval(a.c), a.c = null); } k.Xb = function (a) { if (a && a.g) { var b = a.a.key; if (null == b) for (var c in this.a) { var d = this.b[c]; "undefined" === typeof d && (d = null); var e = l.localStorage.getItem(c); e !== d && (this.b[c] = e, this.lb(c)); } else if (0 == b.indexOf("firebase:") && this.a[b]) { "undefined" !== typeof a.a.a ? Wk(this, "local").ia(this.f) : al(this); if (this.v) if (c = l.localStorage.getItem(b), d = a.a.newValue, d !== c) null !== d ? l.localStorage.setItem(b, d) : l.localStorage.removeItem(b);else if (this.b[b] === d && "undefined" === typeof a.a.a) return; var f = this; c = function c() { if ("undefined" !== typeof a.a.a || f.b[b] !== l.localStorage.getItem(b)) f.b[b] = l.localStorage.getItem(b), f.lb(b); }; Wb && ic && 10 == ic && l.localStorage.getItem(b) !== a.a.newValue && a.a.newValue !== a.a.oldValue ? setTimeout(c, 10) : c(); } } else w(a, q(this.lb, this)); }; k.lb = function (a) { this.a[a] && w(this.a[a], function (b) { b(); }); }; function bl(a) { this.a = a; this.b = Vk(); } var cl = { name: "authEvent", D: "local" }; function dl(a) { return a.b.get(cl, a.a).then(function (b) { return th(b); }); } ; function el() { this.a = Vk(); } ; function fl() { this.b = -1; } ; function gl(a, b) { this.b = hl; this.f = l.Uint8Array ? new Uint8Array(this.b) : Array(this.b); this.g = this.c = 0; this.a = []; this.h = a; this.i = b; this.l = l.Int32Array ? new Int32Array(64) : Array(64); void 0 === il && (l.Int32Array ? il = new Int32Array(jl) : il = jl); this.reset(); } var il; r(gl, fl); for (var hl = 64, kl = hl - 1, ll = [], ml = 0; ml < kl; ml++) { ll[ml] = 0; } var nl = Ya(128, ll); gl.prototype.reset = function () { this.g = this.c = 0; this.a = l.Int32Array ? new Int32Array(this.i) : Za(this.i); }; function ol(a) { for (var b = a.f, c = a.l, d = 0, e = 0; e < b.length;) { c[d++] = b[e] << 24 | b[e + 1] << 16 | b[e + 2] << 8 | b[e + 3], e = 4 * d; } for (b = 16; 64 > b; b++) { e = c[b - 15] | 0; d = c[b - 2] | 0; var f = (c[b - 16] | 0) + ((e >>> 7 | e << 25) ^ (e >>> 18 | e << 14) ^ e >>> 3) | 0, g = (c[b - 7] | 0) + ((d >>> 17 | d << 15) ^ (d >>> 19 | d << 13) ^ d >>> 10) | 0; c[b] = f + g | 0; } d = a.a[0] | 0; e = a.a[1] | 0; var h = a.a[2] | 0, n = a.a[3] | 0, p = a.a[4] | 0, v = a.a[5] | 0, B = a.a[6] | 0; f = a.a[7] | 0; for (b = 0; 64 > b; b++) { var A = ((d >>> 2 | d << 30) ^ (d >>> 13 | d << 19) ^ (d >>> 22 | d << 10)) + (d & e ^ d & h ^ e & h) | 0; g = p & v ^ ~p & B; f = f + ((p >>> 6 | p << 26) ^ (p >>> 11 | p << 21) ^ (p >>> 25 | p << 7)) | 0; g = g + (il[b] | 0) | 0; g = f + (g + (c[b] | 0) | 0) | 0; f = B; B = v; v = p; p = n + g | 0; n = h; h = e; e = d; d = g + A | 0; } a.a[0] = a.a[0] + d | 0; a.a[1] = a.a[1] + e | 0; a.a[2] = a.a[2] + h | 0; a.a[3] = a.a[3] + n | 0; a.a[4] = a.a[4] + p | 0; a.a[5] = a.a[5] + v | 0; a.a[6] = a.a[6] + B | 0; a.a[7] = a.a[7] + f | 0; } function pl(a, b, c) { void 0 === c && (c = b.length); var d = 0, e = a.c; if ("string" === typeof b) for (; d < c;) { a.f[e++] = b.charCodeAt(d++), e == a.b && (ol(a), e = 0); } else if (na(b)) for (; d < c;) { var f = b[d++]; if (!("number" == typeof f && 0 <= f && 255 >= f && f == (f | 0))) throw Error("message must be a byte array"); a.f[e++] = f; e == a.b && (ol(a), e = 0); } else throw Error("message must be string or array"); a.c = e; a.g += c; } var jl = [1116352408, 1899447441, 3049323471, 3921009573, 961987163, 1508970993, 2453635748, 2870763221, 3624381080, 310598401, 607225278, 1426881987, 1925078388, 2162078206, 2614888103, 3248222580, 3835390401, 4022224774, 264347078, 604807628, 770255983, 1249150122, 1555081692, 1996064986, 2554220882, 2821834349, 2952996808, 3210313671, 3336571891, 3584528711, 113926993, 338241895, 666307205, 773529912, 1294757372, 1396182291, 1695183700, 1986661051, 2177026350, 2456956037, 2730485921, 2820302411, 3259730800, 3345764771, 3516065817, 3600352804, 4094571909, 275423344, 430227734, 506948616, 659060556, 883997877, 958139571, 1322822218, 1537002063, 1747873779, 1955562222, 2024104815, 2227730452, 2361852424, 2428436474, 2756734187, 3204031479, 3329325298]; function ql() { gl.call(this, 8, rl); } r(ql, gl); var rl = [1779033703, 3144134277, 1013904242, 2773480762, 1359893119, 2600822924, 528734635, 1541459225]; function sl(a, b, c, d, e, f) { this.m = a; this.h = b; this.l = c; this.v = d || null; this.u = e || null; this.s = f; this.i = b + ":" + c; this.A = new el(); this.g = new bl(this.i); this.f = null; this.b = []; this.a = this.c = null; } function tl(a) { return new t("invalid-cordova-configuration", a); } k = sl.prototype; k.la = function () { return this.Ia ? this.Ia : this.Ia = Fe().then(function () { if ("function" !== typeof L("universalLinks.subscribe", l)) throw tl("cordova-universal-links-plugin-fix is not installed"); if ("undefined" === typeof L("BuildInfo.packageName", l)) throw tl("cordova-plugin-buildinfo is not installed"); if ("function" !== typeof L("cordova.plugins.browsertab.openUrl", l)) throw tl("cordova-plugin-browsertab is not installed"); if ("function" !== typeof L("cordova.InAppBrowser.open", l)) throw tl("cordova-plugin-inappbrowser is not installed"); }, function () { throw new t("cordova-not-ready"); }); }; function ul() { for (var a = 20, b = []; 0 < a;) { b.push("1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ".charAt(Math.floor(62 * Math.random()))), a--; } return b.join(""); } function vl(a) { var b = new ql(); pl(b, a); a = []; var c = 8 * b.g; 56 > b.c ? pl(b, nl, 56 - b.c) : pl(b, nl, b.b - (b.c - 56)); for (var d = 63; 56 <= d; d--) { b.f[d] = c & 255, c /= 256; } ol(b); for (d = c = 0; d < b.h; d++) { for (var e = 24; 0 <= e; e -= 8) { a[c++] = b.a[d] >> e & 255; } } return cg(a); } k.Nb = function (a, b) { b(new t("operation-not-supported-in-this-environment")); return E(); }; k.Lb = function () { return F(new t("operation-not-supported-in-this-environment")); }; k.Zb = function () { return !1; }; k.Wb = function () { return !0; }; k.Sb = function () { return !0; }; k.Mb = function (a, b, c, d) { if (this.c) return F(new t("redirect-operation-pending")); var e = this, f = l.document, g = null, h = null, n = null, p = null; return this.c = E().then(function () { rh(b); return wl(e); }).then(function () { return xl(e, a, b, c, d); }).then(function () { return new D(function (v, B) { h = function h() { var A = L("cordova.plugins.browsertab.close", l); v(); "function" === typeof A && A(); e.a && "function" === typeof e.a.close && (e.a.close(), e.a = null); return !1; }; e.Ea(h); n = function n() { g || (g = Ed(2E3).then(function () { B(new t("redirect-cancelled-by-user")); })); }; p = function p() { $e() && n(); }; f.addEventListener("resume", n, !1); K().toLowerCase().match(/android/) || f.addEventListener("visibilitychange", p, !1); }).o(function (v) { return yl(e).then(function () { throw v; }); }); }).na(function () { n && f.removeEventListener("resume", n, !1); p && f.removeEventListener("visibilitychange", p, !1); g && g.cancel(); h && e.Ra(h); e.c = null; }); }; function xl(a, b, c, d, e) { var f = ul(), g = new sh(b, d, null, f, new t("no-auth-event"), null, e), h = L("BuildInfo.packageName", l); if ("string" !== typeof h) throw new t("invalid-cordova-configuration"); var n = L("BuildInfo.displayName", l), p = {}; if (K().toLowerCase().match(/iphone|ipad|ipod/)) p.ibi = h;else if (K().toLowerCase().match(/android/)) p.apn = h;else return F(new t("operation-not-supported-in-this-environment")); n && (p.appDisplayName = n); f = vl(f); p.sessionId = f; var v = ek(a.m, a.h, a.l, b, c, null, d, a.v, p, a.u, e, a.s); return a.la().then(function () { var B = a.i; return a.A.a.set(cl, g.w(), B); }).then(function () { var B = L("cordova.plugins.browsertab.isAvailable", l); if ("function" !== typeof B) throw new t("invalid-cordova-configuration"); var A = null; B(function (Q) { if (Q) { A = L("cordova.plugins.browsertab.openUrl", l); if ("function" !== typeof A) throw new t("invalid-cordova-configuration"); A(v); } else { A = L("cordova.InAppBrowser.open", l); if ("function" !== typeof A) throw new t("invalid-cordova-configuration"); Q = K(); a.a = A(v, Q.match(/(iPad|iPhone|iPod).*OS 7_\d/i) || Q.match(/(iPad|iPhone|iPod).*OS 8_\d/i) ? "_blank" : "_system", "location=yes"); } }); }); } function zl(a, b) { for (var c = 0; c < a.b.length; c++) { try { a.b[c](b); } catch (d) {} } } function wl(a) { a.f || (a.f = a.la().then(function () { return new D(function (b) { function c(d) { b(d); a.Ra(c); return !1; } a.Ea(c); Al(a); }); })); return a.f; } function yl(a) { var b = null; return dl(a.g).then(function (c) { b = c; c = a.g; return Zk(c.b, cl, c.a); }).then(function () { return b; }); } function Al(a) { function b(g) { d = !0; e && e.cancel(); yl(a).then(function (h) { var n = c; if (h && g && g.url) { var p = null; n = xg(g.url); -1 != n.indexOf("/__/auth/callback") && (p = be(n), p = We(ae(p, "firebaseError") || null), p = (p = "object" === Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(p) ? Aa(p) : null) ? new sh(h.c, h.b, null, null, p, null, h.S()) : new sh(h.c, h.b, n, h.f, null, null, h.S())); n = p || c; } zl(a, n); }); } var c = new sh("unknown", null, null, null, new t("no-auth-event")), d = !1, e = Ed(500).then(function () { return yl(a).then(function () { d || zl(a, c); }); }), f = l.handleOpenURL; l.handleOpenURL = function (g) { 0 == g.toLowerCase().indexOf(L("BuildInfo.packageName", l).toLowerCase() + "://") && b({ url: g }); if ("function" === typeof f) try { f(g); } catch (h) { console.error(h); } }; vh || (vh = new uh()); wh(b); } k.Ea = function (a) { this.b.push(a); wl(this).o(function (b) { "auth/invalid-cordova-configuration" === b.code && (b = new sh("unknown", null, null, null, new t("no-auth-event")), a(b)); }); }; k.Ra = function (a) { Xa(this.b, function (b) { return b == a; }); }; function Bl(a) { this.a = a; this.b = Vk(); } var Cl = { name: "pendingRedirect", D: "session" }; function Dl(a) { return a.b.set(Cl, "pending", a.a); } function El(a) { return Zk(a.b, Cl, a.a); } function Fl(a) { return a.b.get(Cl, a.a).then(function (b) { return "pending" == b; }); } ; function Gl(a, b, c, d) { this.h = {}; this.u = 0; this.O = a; this.m = b; this.v = c; this.G = d; this.i = []; this.f = !1; this.l = q(this.s, this); this.b = new Hl(); this.A = new Il(); this.g = new Bl(Jl(this.m, this.v)); this.c = {}; this.c.unknown = this.b; this.c.signInViaRedirect = this.b; this.c.linkViaRedirect = this.b; this.c.reauthViaRedirect = this.b; this.c.signInViaPopup = this.A; this.c.linkViaPopup = this.A; this.c.reauthViaPopup = this.A; this.a = Kl(this.O, this.m, this.v, Da, this.G); } function Kl(a, b, c, d, e) { var f = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION || null; return Ge() ? new sl(a, b, c, f, d, e) : new Yj(a, b, c, f, d, e); } Gl.prototype.reset = function () { this.f = !1; this.a.Ra(this.l); this.a = Kl(this.O, this.m, this.v, null, this.G); this.h = {}; }; function Ll(a) { a.f || (a.f = !0, a.a.Ea(a.l)); var b = a.a; return a.a.la().o(function (c) { a.a == b && a.reset(); throw c; }); } function Ml(a) { a.a.Wb() && Ll(a).o(function (b) { var c = new sh("unknown", null, null, null, new t("operation-not-supported-in-this-environment")); Nl(b) && a.s(c); }); a.a.Sb() || Ol(a.b); } function Pl(a, b) { Va(a.i, b) || a.i.push(b); a.f || Fl(a.g).then(function (c) { c ? El(a.g).then(function () { Ll(a).o(function (d) { var e = new sh("unknown", null, null, null, new t("operation-not-supported-in-this-environment")); Nl(d) && a.s(e); }); }) : Ml(a); }).o(function () { Ml(a); }); } function Ql(a, b) { Xa(a.i, function (c) { return c == b; }); } Gl.prototype.s = function (a) { if (!a) throw new t("invalid-auth-event"); 6E5 <= va() - this.u && (this.h = {}, this.u = 0); if (a && a.getUid() && this.h.hasOwnProperty(a.getUid())) return !1; for (var b = !1, c = 0; c < this.i.length; c++) { var d = this.i[c]; if (d.Eb(a.c, a.b)) { if (b = this.c[a.c]) b.i(a, d), a && (a.f || a.b) && (this.h[a.getUid()] = !0, this.u = va()); b = !0; break; } } Ol(this.b); return b; }; var Rl = new Ze(2E3, 1E4), Sl = new Ze(3E4, 6E4); Gl.prototype.qa = function () { return this.b.qa(); }; function Tl(a, b, c, d, e, f, g) { return a.a.Lb(b, c, d, function () { a.f || (a.f = !0, a.a.Ea(a.l)); }, function () { a.reset(); }, e, f, g); } function Nl(a) { return a && "auth/cordova-not-ready" == a.code ? !0 : !1; } function Ul(a, b, c, d, e) { var f; return Dl(a.g).then(function () { return a.a.Mb(b, c, d, e).o(function (g) { if (Nl(g)) throw new t("operation-not-supported-in-this-environment"); f = g; return El(a.g).then(function () { throw f; }); }).then(function () { return a.a.Zb() ? new D(function () {}) : El(a.g).then(function () { return a.qa(); }).then(function () {}).o(function () {}); }); }); } function Vl(a, b, c, d, e) { return a.a.Nb(d, function (f) { b.ma(c, null, f, e); }, Rl.get()); } var Wl = {}; function Jl(a, b, c) { a = a + ":" + b; c && (a = a + ":" + c.url); return a; } function Xl(a, b, c, d) { var e = Jl(b, c, d); Wl[e] || (Wl[e] = new Gl(a, b, c, d)); return Wl[e]; } function Hl() { this.b = null; this.f = []; this.c = []; this.a = null; this.h = this.g = !1; } Hl.prototype.reset = function () { this.b = null; this.a && (this.a.cancel(), this.a = null); }; Hl.prototype.i = function (a, b) { if (a) { this.reset(); this.g = !0; var c = a.c, d = a.b, e = a.a && "auth/web-storage-unsupported" == a.a.code, f = a.a && "auth/operation-not-supported-in-this-environment" == a.a.code; this.h = !(!e && !f); "unknown" != c || e || f ? a.a ? (Yl(this, !0, null, a.a), E()) : b.Fa(c, d) ? Zl(this, a, b) : F(new t("invalid-auth-event")) : (Yl(this, !1, null, null), E()); } else F(new t("invalid-auth-event")); }; function Ol(a) { a.g || (a.g = !0, Yl(a, !1, null, null)); } function $l(a) { a.g && !a.h && Yl(a, !1, null, null); } function Zl(a, b, c) { c = c.Fa(b.c, b.b); var d = b.g, e = b.f, f = b.h, g = b.S(), h = !!b.c.match(/Redirect$/); c(d, e, g, f).then(function (n) { Yl(a, h, n, null); }).o(function (n) { Yl(a, h, null, n); }); } function am(a, b) { a.b = function () { return F(b); }; if (a.c.length) for (var c = 0; c < a.c.length; c++) { a.c[c](b); } } function bm(a, b) { a.b = function () { return E(b); }; if (a.f.length) for (var c = 0; c < a.f.length; c++) { a.f[c](b); } } function Yl(a, b, c, d) { b ? d ? am(a, d) : bm(a, c) : bm(a, { user: null }); a.f = []; a.c = []; } Hl.prototype.qa = function () { var a = this; return new D(function (b, c) { a.b ? a.b().then(b, c) : (a.f.push(b), a.c.push(c), cm(a)); }); }; function cm(a) { var b = new t("timeout"); a.a && a.a.cancel(); a.a = Ed(Sl.get()).then(function () { a.b || (a.g = !0, Yl(a, !0, null, b)); }); } function Il() {} Il.prototype.i = function (a, b) { if (a) { var c = a.c, d = a.b; a.a ? (b.ma(a.c, null, a.a, a.b), E()) : b.Fa(c, d) ? dm(a, b) : F(new t("invalid-auth-event")); } else F(new t("invalid-auth-event")); }; function dm(a, b) { var c = a.b, d = a.c; b.Fa(d, c)(a.g, a.f, a.S(), a.h).then(function (e) { b.ma(d, e, null, c); }).o(function (e) { b.ma(d, null, e, c); }); } ; function em() { this.hb = !1; Object.defineProperty(this, "appVerificationDisabled", { get: function get() { return this.hb; }, set: function set(a) { this.hb = a; }, enumerable: !1 }); } ; function fm(a, b) { this.a = b; M(this, "verificationId", a); } fm.prototype.confirm = function (a) { a = ph(this.verificationId, a); return this.a(a); }; function gm(a, b, c, d) { return new lh(a).eb(b, c).then(function (e) { return new fm(e, d); }); } ; function hm(a) { var b = ig(a); if (!(b && b.exp && b.auth_time && b.iat)) throw new t("internal-error", "An internal error occurred. The token obtained by Firebase appears to be malformed. Please retry the operation."); N(this, { token: a, expirationTime: bf(1E3 * b.exp), authTime: bf(1E3 * b.auth_time), issuedAtTime: bf(1E3 * b.iat), signInProvider: b.firebase && b.firebase.sign_in_provider ? b.firebase.sign_in_provider : null, signInSecondFactor: b.firebase && b.firebase.sign_in_second_factor ? b.firebase.sign_in_second_factor : null, claims: b }); } ; function im(a, b, c) { var d = b && b[jm]; if (!d) throw new t("argument-error", "Internal assert: Invalid MultiFactorResolver"); this.a = a; this.f = nb(b); this.g = c; this.c = new yg(null, d); this.b = []; var e = this; w(b[km] || [], function (f) { (f = tf(f)) && e.b.push(f); }); M(this, "auth", this.a); M(this, "session", this.c); M(this, "hints", this.b); } var km = "mfaInfo", jm = "mfaPendingCredential"; im.prototype.Qc = function (a) { var b = this; return a.rb(this.a.a, this.c).then(function (c) { var d = nb(b.f); delete d[km]; delete d[jm]; z(d, c); return b.g(d); }); }; function lm(a, b, c, d) { t.call(this, "multi-factor-auth-required", d, b); this.b = new im(a, b, c); M(this, "resolver", this.b); } r(lm, t); function mm(a, b, c) { if (a && m(a.serverResponse) && "auth/multi-factor-auth-required" === a.code) try { return new lm(b, a.serverResponse, c, a.message); } catch (d) {} return null; } ; function nm() {} nm.prototype.rb = function (a, b, c) { return b.type == zg ? om(this, a, b, c) : pm(this, a, b); }; function om(a, b, c, d) { return c.Ha().then(function (e) { e = { idToken: e }; "undefined" !== typeof d && (e.displayName = d); z(e, { phoneVerificationInfo: hh(a.a) }); return O(b, Gj, e); }); } function pm(a, b, c) { return c.Ha().then(function (d) { d = { mfaPendingCredential: d }; z(d, { phoneVerificationInfo: hh(a.a) }); return O(b, Hj, d); }); } function qm(a) { M(this, "factorId", a.fa); this.a = a; } r(qm, nm); function rm(a) { qm.call(this, a); if (this.a.fa != lh.PROVIDER_ID) throw new t("argument-error", "firebase.auth.PhoneMultiFactorAssertion requires a valid firebase.auth.PhoneAuthCredential"); } r(rm, qm); function sm(a, b) { G.call(this, a); for (var c in b) { this[c] = b[c]; } } r(sm, G); function tm(a, b) { this.a = a; this.b = []; this.c = q(this.xc, this); nd(this.a, "userReloaded", this.c); var c = []; b && b.multiFactor && b.multiFactor.enrolledFactors && w(b.multiFactor.enrolledFactors, function (d) { var e = null, f = {}; if (d) { d.uid && (f[qf] = d.uid); d.displayName && (f[rf] = d.displayName); d.enrollmentTime && (f[sf] = new Date(d.enrollmentTime).toISOString()); d.phoneNumber && (f[pf] = d.phoneNumber); try { e = new uf(f); } catch (g) {} d = e; } else d = null; d && c.push(d); }); um(this, c); } function vm(a) { var b = []; w(a.mfaInfo || [], function (c) { (c = tf(c)) && b.push(c); }); return b; } k = tm.prototype; k.xc = function (a) { um(this, vm(a.gd)); }; function um(a, b) { a.b = b; M(a, "enrolledFactors", b); } k.Qb = function () { return this.a.I().then(function (a) { return new yg(a, null); }); }; k.ec = function (a, b) { var c = this, d = this.a.a; return this.Qb().then(function (e) { return a.rb(d, e, b); }).then(function (e) { wm(c.a, e); return c.a.reload(); }); }; k.ad = function (a) { var b = this, c = "string" === typeof a ? a : a.uid, d = this.a.a; return this.a.I().then(function (e) { return O(d, Lj, { idToken: e, mfaEnrollmentId: c }); }).then(function (e) { var f = Qa(b.b, function (g) { return g.uid != c; }); um(b, f); wm(b.a, e); return b.a.reload().o(function (g) { if ("auth/user-token-expired" != g.code) throw g; }); }); }; k.w = function () { return { multiFactor: { enrolledFactors: Ra(this.b, function (a) { return a.w(); }) } }; }; function xm(a, b, c) { this.i = a; this.h = b; this.g = c; this.c = 3E4; this.f = 96E4; this.b = null; this.a = this.c; if (this.f < this.c) throw Error("Proactive refresh lower bound greater than upper bound!"); } xm.prototype.start = function () { this.a = this.c; ym(this, !0); }; function zm(a, b) { if (b) return a.a = a.c, a.g(); b = a.a; a.a *= 2; a.a > a.f && (a.a = a.f); return b; } function ym(a, b) { a.stop(); a.b = Ed(zm(a, b)).then(function () { return af(); }).then(function () { return a.i(); }).then(function () { ym(a, !0); }).o(function (c) { a.h(c) && ym(a, !1); }); } xm.prototype.stop = function () { this.b && (this.b.cancel(), this.b = null); }; function Am(a) { this.f = a; this.b = this.a = null; this.c = Date.now(); } Am.prototype.w = function () { return { apiKey: this.f.c, refreshToken: this.a, accessToken: this.b && this.b.toString(), expirationTime: this.c }; }; function Bm(a, b) { "undefined" === typeof b && (a.b ? (b = a.b, b = b.a - b.g) : b = 0); a.c = Date.now() + 1E3 * b; } function Cm(a, b) { a.b = jg(b[Dg] || ""); a.a = b.refreshToken; b = b.expiresIn; Bm(a, "undefined" !== typeof b ? Number(b) : void 0); } function Dm(a, b) { a.b = b.b; a.a = b.a; a.c = b.c; } function Em(a, b) { return Wi(a.f, b).then(function (c) { a.b = jg(c.access_token); a.a = c.refresh_token; Bm(a, c.expires_in); return { accessToken: a.b.toString(), refreshToken: a.a }; }).o(function (c) { "auth/user-token-expired" == c.code && (a.a = null); throw c; }); } Am.prototype.getToken = function (a) { a = !!a; return this.b && !this.a ? F(new t("user-token-expired")) : a || !this.b || Date.now() > this.c - 3E4 ? this.a ? Em(this, { grant_type: "refresh_token", refresh_token: this.a }) : E(null) : E({ accessToken: this.b.toString(), refreshToken: this.a }); }; function Fm(a, b) { this.a = a || null; this.b = b || null; N(this, { lastSignInTime: bf(b || null), creationTime: bf(a || null) }); } function Gm(a) { return new Fm(a.a, a.b); } Fm.prototype.w = function () { return { lastLoginAt: this.b, createdAt: this.a }; }; function Hm(a, b, c, d, e, f) { N(this, { uid: a, displayName: d || null, photoURL: e || null, email: c || null, phoneNumber: f || null, providerId: b }); } function Im(a, b, c) { this.G = []; this.l = a.apiKey; this.m = a.appName; this.s = a.authDomain || null; var d = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION ? Oe(_firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION) : null; this.a = new Ii(this.l, Ca(Da), d); a.emulatorConfig && Pi(this.a, a.emulatorConfig); this.b = new Am(this.a); Jm(this, b[Dg]); Cm(this.b, b); M(this, "refreshToken", this.b.a); Km(this, c || {}); I.call(this); this.P = !1; this.s && Re() && (this.h = Xl(this.s, this.l, this.m)); this.R = []; this.f = null; this.u = Lm(this); this.$ = q(this.gb, this); var e = this; this.pa = null; this.Ba = function (f) { e.wa(f.i); }; this.ba = null; this.za = function (f) { Pi(e.a, f.c); }; this.W = null; this.X = []; this.Aa = function (f) { Mm(e, f.f); }; this.aa = null; this.N = new tm(this, c); M(this, "multiFactor", this.N); } r(Im, I); Im.prototype.wa = function (a) { this.pa = a; Oi(this.a, a); }; Im.prototype.ka = function () { return this.pa; }; function Nm(a, b) { a.ba && H(a.ba, "languageCodeChanged", a.Ba); (a.ba = b) && nd(b, "languageCodeChanged", a.Ba); } function Om(a, b) { a.W && H(a.W, "emulatorConfigChanged", a.za); (a.W = b) && nd(b, "emulatorConfigChanged", a.za); } function Mm(a, b) { a.X = b; Ri(a.a, _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION ? Oe(_firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION, a.X) : null); } Im.prototype.Ga = function () { return Za(this.X); }; function Pm(a, b) { a.aa && H(a.aa, "frameworkChanged", a.Aa); (a.aa = b) && nd(b, "frameworkChanged", a.Aa); } Im.prototype.gb = function () { this.u.b && (this.u.stop(), this.u.start()); }; function Qm(a) { try { return _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].app(a.m).auth(); } catch (b) { throw new t("internal-error", "No firebase.auth.Auth instance is available for the Firebase App '" + a.m + "'!"); } } function Lm(a) { return new xm(function () { return a.I(!0); }, function (b) { return b && "auth/network-request-failed" == b.code ? !0 : !1; }, function () { var b = a.b.c - Date.now() - 3E5; return 0 < b ? b : 0; }); } function Rm(a) { a.A || a.u.b || (a.u.start(), H(a, "tokenChanged", a.$), nd(a, "tokenChanged", a.$)); } function Sm(a) { H(a, "tokenChanged", a.$); a.u.stop(); } function Jm(a, b) { a.ya = b; M(a, "_lat", b); } function Tm(a, b) { Xa(a.R, function (c) { return c == b; }); } function Um(a) { for (var b = [], c = 0; c < a.R.length; c++) { b.push(a.R[c](a)); } return Jc(b).then(function () { return a; }); } function Vm(a) { a.h && !a.P && (a.P = !0, Pl(a.h, a)); } function Km(a, b) { N(a, { uid: b.uid, displayName: b.displayName || null, photoURL: b.photoURL || null, email: b.email || null, emailVerified: b.emailVerified || !1, phoneNumber: b.phoneNumber || null, isAnonymous: b.isAnonymous || !1, tenantId: b.tenantId || null, metadata: new Fm(b.createdAt, b.lastLoginAt), providerData: [] }); a.a.b = a.tenantId; } M(Im.prototype, "providerId", "firebase"); function Wm() {} function Xm(a) { return E().then(function () { if (a.A) throw new t("app-deleted"); }); } function Ym(a) { return Ra(a.providerData, function (b) { return b.providerId; }); } function Zm(a, b) { b && ($m(a, b.providerId), a.providerData.push(b)); } function $m(a, b) { Xa(a.providerData, function (c) { return c.providerId == b; }); } function an(a, b, c) { ("uid" != b || c) && a.hasOwnProperty(b) && M(a, b, c); } function bn(a, b) { a != b && (N(a, { uid: b.uid, displayName: b.displayName, photoURL: b.photoURL, email: b.email, emailVerified: b.emailVerified, phoneNumber: b.phoneNumber, isAnonymous: b.isAnonymous, tenantId: b.tenantId, providerData: [] }), b.metadata ? M(a, "metadata", Gm(b.metadata)) : M(a, "metadata", new Fm()), w(b.providerData, function (c) { Zm(a, c); }), Dm(a.b, b.b), M(a, "refreshToken", a.b.a), um(a.N, b.N.b)); } k = Im.prototype; k.reload = function () { var a = this; return R(this, Xm(this).then(function () { return cn(a).then(function () { return Um(a); }).then(Wm); })); }; function cn(a) { return a.I().then(function (b) { var c = a.isAnonymous; return dn(a, b).then(function () { c || an(a, "isAnonymous", !1); return b; }); }); } k.nc = function (a) { return this.I(a).then(function (b) { return new hm(b); }); }; k.I = function (a) { var b = this; return R(this, Xm(this).then(function () { return b.b.getToken(a); }).then(function (c) { if (!c) throw new t("internal-error"); c.accessToken != b.ya && (Jm(b, c.accessToken), b.dispatchEvent(new sm("tokenChanged"))); an(b, "refreshToken", c.refreshToken); return c.accessToken; })); }; function wm(a, b) { b[Dg] && a.ya != b[Dg] && (Cm(a.b, b), a.dispatchEvent(new sm("tokenChanged")), Jm(a, b[Dg]), an(a, "refreshToken", a.b.a)); } function dn(a, b) { return O(a.a, Ij, { idToken: b }).then(q(a.Jc, a)); } k.Jc = function (a) { a = a.users; if (!a || !a.length) throw new t("internal-error"); a = a[0]; Km(this, { uid: a.localId, displayName: a.displayName, photoURL: a.photoUrl, email: a.email, emailVerified: !!a.emailVerified, phoneNumber: a.phoneNumber, lastLoginAt: a.lastLoginAt, createdAt: a.createdAt, tenantId: a.tenantId }); for (var b = en(a), c = 0; c < b.length; c++) { Zm(this, b[c]); } an(this, "isAnonymous", !(this.email && a.passwordHash) && !(this.providerData && this.providerData.length)); this.dispatchEvent(new sm("userReloaded", { gd: a })); }; function en(a) { return (a = a.providerUserInfo) && a.length ? Ra(a, function (b) { return new Hm(b.rawId, b.providerId, b.email, b.displayName, b.photoUrl, b.phoneNumber); }) : []; } k.Kc = function (a) { gf("firebase.User.prototype.reauthenticateAndRetrieveDataWithCredential is deprecated. Please use firebase.User.prototype.reauthenticateWithCredential instead."); return this.sb(a); }; k.sb = function (a) { var b = this, c = null; return R(this, a.c(this.a, this.uid).then(function (d) { wm(b, d); c = fn(b, d, "reauthenticate"); b.f = null; return b.reload(); }).then(function () { return c; }), !0); }; function gn(a, b) { return cn(a).then(function () { if (Va(Ym(a), b)) return Um(a).then(function () { throw new t("provider-already-linked"); }); }); } k.Bc = function (a) { gf("firebase.User.prototype.linkAndRetrieveDataWithCredential is deprecated. Please use firebase.User.prototype.linkWithCredential instead."); return this.pb(a); }; k.pb = function (a) { var b = this, c = null; return R(this, gn(this, a.providerId).then(function () { return b.I(); }).then(function (d) { return a.b(b.a, d); }).then(function (d) { c = fn(b, d, "link"); return hn(b, d); }).then(function () { return c; })); }; k.Cc = function (a, b) { var c = this; return R(this, gn(this, "phone").then(function () { return gm(Qm(c), a, b, q(c.pb, c)); })); }; k.Lc = function (a, b) { var c = this; return R(this, E().then(function () { return gm(Qm(c), a, b, q(c.sb, c)); }), !0); }; function fn(a, b, c) { var d = qh(b); b = og(b); return kf({ user: a, credential: d, additionalUserInfo: b, operationType: c }); } function hn(a, b) { wm(a, b); return a.reload().then(function () { return a; }); } k.Ab = function (a) { var b = this; return R(this, this.I().then(function (c) { return b.a.Ab(c, a); }).then(function (c) { wm(b, c); return b.reload(); })); }; k.dd = function (a) { var b = this; return R(this, this.I().then(function (c) { return a.b(b.a, c); }).then(function (c) { wm(b, c); return b.reload(); })); }; k.Bb = function (a) { var b = this; return R(this, this.I().then(function (c) { return b.a.Bb(c, a); }).then(function (c) { wm(b, c); return b.reload(); })); }; k.Cb = function (a) { if (void 0 === a.displayName && void 0 === a.photoURL) return Xm(this); var b = this; return R(this, this.I().then(function (c) { return b.a.Cb(c, { displayName: a.displayName, photoUrl: a.photoURL }); }).then(function (c) { wm(b, c); an(b, "displayName", c.displayName || null); an(b, "photoURL", c.photoUrl || null); w(b.providerData, function (d) { "password" === d.providerId && (M(d, "displayName", b.displayName), M(d, "photoURL", b.photoURL)); }); return Um(b); }).then(Wm)); }; k.bd = function (a) { var b = this; return R(this, cn(this).then(function (c) { return Va(Ym(b), a) ? rj(b.a, c, [a]).then(function (d) { var e = {}; w(d.providerUserInfo || [], function (f) { e[f.providerId] = !0; }); w(Ym(b), function (f) { e[f] || $m(b, f); }); e[lh.PROVIDER_ID] || M(b, "phoneNumber", null); return Um(b); }) : Um(b).then(function () { throw new t("no-such-provider"); }); })); }; k.delete = function () { var a = this; return R(this, this.I().then(function (b) { return O(a.a, Fj, { idToken: b }); }).then(function () { a.dispatchEvent(new sm("userDeleted")); })).then(function () { for (var b = 0; b < a.G.length; b++) { a.G[b].cancel("app-deleted"); } Nm(a, null); Om(a, null); Pm(a, null); a.G = []; a.A = !0; Sm(a); M(a, "refreshToken", null); a.h && Ql(a.h, a); }); }; k.Eb = function (a, b) { return "linkViaPopup" == a && (this.i || null) == b && this.g || "reauthViaPopup" == a && (this.i || null) == b && this.g || "linkViaRedirect" == a && (this.ga || null) == b || "reauthViaRedirect" == a && (this.ga || null) == b ? !0 : !1; }; k.ma = function (a, b, c, d) { "linkViaPopup" != a && "reauthViaPopup" != a || d != (this.i || null) || (c && this.O ? this.O(c) : b && !c && this.g && this.g(b), this.c && (this.c.cancel(), this.c = null), delete this.g, delete this.O); }; k.Fa = function (a, b) { return "linkViaPopup" == a && b == (this.i || null) ? q(this.Jb, this) : "reauthViaPopup" == a && b == (this.i || null) ? q(this.Kb, this) : "linkViaRedirect" == a && (this.ga || null) == b ? q(this.Jb, this) : "reauthViaRedirect" == a && (this.ga || null) == b ? q(this.Kb, this) : null; }; k.Dc = function (a) { var b = this; return jn(this, "linkViaPopup", a, function () { return gn(b, a.providerId).then(function () { return Um(b); }); }, !1); }; k.Mc = function (a) { return jn(this, "reauthViaPopup", a, function () { return E(); }, !0); }; function jn(a, b, c, d, e) { if (!Re()) return F(new t("operation-not-supported-in-this-environment")); if (a.f && !e) return F(a.f); var f = ng(c.providerId), g = Qe(a.uid + ":::"), h = null; (!Te() || Ie()) && a.s && c.isOAuthProvider && (h = ek(a.s, a.l, a.m, b, c, null, g, _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION || null, null, null, a.tenantId)); var n = ze(h, f && f.ua, f && f.ta); d = d().then(function () { kn(a); if (!e) return a.I().then(function () {}); }).then(function () { return Tl(a.h, n, b, c, g, !!h, a.tenantId); }).then(function () { return new D(function (p, v) { a.ma(b, null, new t("cancelled-popup-request"), a.i || null); a.g = p; a.O = v; a.i = g; a.c = Vl(a.h, a, b, n, g); }); }).then(function (p) { n && ye(n); return p ? kf(p) : null; }).o(function (p) { n && ye(n); throw p; }); return R(a, d, e); } k.Ec = function (a) { var b = this; return ln(this, "linkViaRedirect", a, function () { return gn(b, a.providerId); }, !1); }; k.Nc = function (a) { return ln(this, "reauthViaRedirect", a, function () { return E(); }, !0); }; function ln(a, b, c, d, e) { if (!Re()) return F(new t("operation-not-supported-in-this-environment")); if (a.f && !e) return F(a.f); var f = null, g = Qe(a.uid + ":::"); d = d().then(function () { kn(a); if (!e) return a.I().then(function () {}); }).then(function () { a.ga = g; return Um(a); }).then(function (h) { a.ha && (h = a.ha, h = h.b.set(mn, a.w(), h.a)); return h; }).then(function () { return Ul(a.h, b, c, g, a.tenantId); }).o(function (h) { f = h; if (a.ha) return nn(a.ha); throw f; }).then(function () { if (f) throw f; }); return R(a, d, e); } function kn(a) { if (!a.h || !a.P) { if (a.h && !a.P) throw new t("internal-error"); throw new t("auth-domain-config-required"); } } k.Jb = function (a, b, c, d) { var e = this; this.c && (this.c.cancel(), this.c = null); var f = null; c = this.I().then(function (g) { return Hg(e.a, { requestUri: a, postBody: d, sessionId: b, idToken: g }); }).then(function (g) { f = fn(e, g, "link"); return hn(e, g); }).then(function () { return f; }); return R(this, c); }; k.Kb = function (a, b, c, d) { var e = this; this.c && (this.c.cancel(), this.c = null); var f = null, g = E().then(function () { return Cg(Ig(e.a, { requestUri: a, sessionId: b, postBody: d, tenantId: c }), e.uid); }).then(function (h) { f = fn(e, h, "reauthenticate"); wm(e, h); e.f = null; return e.reload(); }).then(function () { return f; }); return R(this, g, !0); }; k.tb = function (a) { var b = this, c = null; return R(this, this.I().then(function (d) { c = d; return "undefined" === typeof a || mb(a) ? {} : bg(new Sf(a)); }).then(function (d) { return b.a.tb(c, d); }).then(function (d) { if (b.email != d) return b.reload(); }).then(function () {})); }; k.Db = function (a, b) { var c = this, d = null; return R(this, this.I().then(function (e) { d = e; return "undefined" === typeof b || mb(b) ? {} : bg(new Sf(b)); }).then(function (e) { return c.a.Db(d, a, e); }).then(function (e) { if (c.email != e) return c.reload(); }).then(function () {})); }; function R(a, b, c) { var d = on(a, b, c); a.G.push(d); d.na(function () { Wa(a.G, d); }); return d.o(function (e) { var f = null; e && "auth/multi-factor-auth-required" === e.code && (f = mm(e.w(), Qm(a), q(a.ic, a))); throw f || e; }); } k.ic = function (a) { var b = null, c = this; a = Cg(E(a), c.uid).then(function (d) { b = fn(c, d, "reauthenticate"); wm(c, d); c.f = null; return c.reload(); }).then(function () { return b; }); return R(this, a, !0); }; function on(a, b, c) { return a.f && !c ? (b.cancel(), F(a.f)) : b.o(function (d) { !d || "auth/user-disabled" != d.code && "auth/user-token-expired" != d.code || (a.f || a.dispatchEvent(new sm("userInvalidated")), a.f = d); throw d; }); } k.toJSON = function () { return this.w(); }; k.w = function () { var a = { uid: this.uid, displayName: this.displayName, photoURL: this.photoURL, email: this.email, emailVerified: this.emailVerified, phoneNumber: this.phoneNumber, isAnonymous: this.isAnonymous, tenantId: this.tenantId, providerData: [], apiKey: this.l, appName: this.m, authDomain: this.s, stsTokenManager: this.b.w(), redirectEventId: this.ga || null }; this.metadata && z(a, this.metadata.w()); w(this.providerData, function (b) { a.providerData.push(lf(b)); }); z(a, this.N.w()); return a; }; function pn(a) { if (!a.apiKey) return null; var b = { apiKey: a.apiKey, authDomain: a.authDomain, appName: a.appName, emulatorConfig: a.emulatorConfig }, c = {}; if (a.stsTokenManager && a.stsTokenManager.accessToken) { c[Dg] = a.stsTokenManager.accessToken; c.refreshToken = a.stsTokenManager.refreshToken || null; var d = a.stsTokenManager.expirationTime; d && (c.expiresIn = (d - Date.now()) / 1E3); } else return null; var e = new Im(b, c, a); a.providerData && w(a.providerData, function (f) { f && Zm(e, kf(f)); }); a.redirectEventId && (e.ga = a.redirectEventId); return e; } function qn(a, b, c, d) { var e = new Im(a, b); c && (e.ha = c); d && Mm(e, d); return e.reload().then(function () { return e; }); } function rn(a, b, c, d) { var e = a.b, f = {}; f[Dg] = e.b && e.b.toString(); f.refreshToken = e.a; b = new Im(b || { apiKey: a.l, authDomain: a.s, appName: a.m }, f); c && (b.ha = c); d && Mm(b, d); bn(b, a); return b; } ; function sn(a) { this.a = a; this.b = Vk(); } var mn = { name: "redirectUser", D: "session" }; function nn(a) { return Zk(a.b, mn, a.a); } function tn(a, b) { return a.b.get(mn, a.a).then(function (c) { c && b && (c.authDomain = b); return pn(c || {}); }); } ; function un(a) { this.a = a; this.b = Vk(); this.c = null; this.f = vn(this); this.b.addListener(wn("local"), this.a, q(this.g, this)); } un.prototype.g = function () { var a = this, b = wn("local"); xn(this, function () { return E().then(function () { return a.c && "local" != a.c.D ? a.b.get(b, a.a) : null; }).then(function (c) { if (c) return yn(a, "local").then(function () { a.c = b; }); }); }); }; function yn(a, b) { var c = [], d; for (d in Rk) { Rk[d] !== b && c.push(Zk(a.b, wn(Rk[d]), a.a)); } c.push(Zk(a.b, zn, a.a)); return Ic(c); } function vn(a) { var b = wn("local"), c = wn("session"), d = wn("none"); return Yk(a.b, b, a.a).then(function () { return a.b.get(c, a.a); }).then(function (e) { return e ? c : a.b.get(d, a.a).then(function (f) { return f ? d : a.b.get(b, a.a).then(function (g) { return g ? b : a.b.get(zn, a.a).then(function (h) { return h ? wn(h) : b; }); }); }); }).then(function (e) { a.c = e; return yn(a, e.D); }).o(function () { a.c || (a.c = b); }); } var zn = { name: "persistence", D: "session" }; function wn(a) { return { name: "authUser", D: a }; } un.prototype.wb = function (a) { var b = null, c = this; Sk(a); return xn(this, function () { return a != c.c.D ? c.b.get(c.c, c.a).then(function (d) { b = d; return yn(c, a); }).then(function () { c.c = wn(a); if (b) return c.b.set(c.c, b, c.a); }) : E(); }); }; function An(a) { return xn(a, function () { return a.b.set(zn, a.c.D, a.a); }); } function Bn(a, b) { return xn(a, function () { return a.b.set(a.c, b.w(), a.a); }); } function Cn(a) { return xn(a, function () { return Zk(a.b, a.c, a.a); }); } function Dn(a, b, c) { return xn(a, function () { return a.b.get(a.c, a.a).then(function (d) { d && b && (d.authDomain = b); d && c && (d.emulatorConfig = c); return pn(d || {}); }); }); } function xn(a, b) { a.f = a.f.then(b, b); return a.f; } ; function En(a) { this.m = !1; M(this, "settings", new em()); M(this, "app", a); if (S(this).options && S(this).options.apiKey) a = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION ? Oe(_firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION) : null, this.a = new Ii(S(this).options && S(this).options.apiKey, Ca(Da), a);else throw new t("invalid-api-key"); this.R = []; this.u = []; this.P = []; this.ac = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.createSubscribe(q(this.yc, this)); this.X = void 0; this.bc = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.createSubscribe(q(this.zc, this)); Fn(this, null); this.l = new un(S(this).options.apiKey + ":" + S(this).name); this.G = new sn(S(this).options.apiKey + ":" + S(this).name); this.$ = T(this, Gn(this)); this.h = T(this, Hn(this)); this.ba = !1; this.pa = q(this.Yc, this); this.Ba = q(this.da, this); this.ya = q(this.kc, this); this.za = q(this.vc, this); this.Aa = q(this.wc, this); this.b = null; In(this); this.INTERNAL = {}; this.INTERNAL["delete"] = q(this.delete, this); this.INTERNAL.logFramework = q(this.Fc, this); this.A = 0; I.call(this); Jn(this); this.N = []; this.f = null; } r(En, I); function Kn(a) { G.call(this, "languageCodeChanged"); this.i = a; } r(Kn, G); function Ln(a) { G.call(this, "emulatorConfigChanged"); this.c = a; } r(Ln, G); function Mn(a) { G.call(this, "frameworkChanged"); this.f = a; } r(Mn, G); k = En.prototype; k.wb = function (a) { a = this.l.wb(a); return T(this, a); }; k.wa = function (a) { this.aa === a || this.m || (this.aa = a, Oi(this.a, this.aa), this.dispatchEvent(new Kn(this.ka()))); }; k.ka = function () { return this.aa; }; k.ed = function () { var a = l.navigator; this.wa(a ? a.languages && a.languages[0] || a.language || a.userLanguage || null : null); }; k.fd = function (a, b) { if (!this.f) { if (!/^https?:\/\//.test(a)) throw new t("argument-error", "Emulator URL must start with a valid scheme (http:// or https://)."); Nn(b ? !!b.disableWarnings : !1); this.f = { url: a }; this.settings.hb = !0; Pi(this.a, this.f); this.dispatchEvent(new Ln(this.f)); } }; function Nn(a) { "undefined" !== typeof console && "function" === typeof console.info && console.info("WARNING: You are using the Auth Emulator, which is intended for local testing only. Do not use with production credentials."); l.document && !a && Ee().then(function () { var b = l.document.createElement("div"); b.innerText = "Running in emulator mode. Do not use with production credentials."; b.style.position = "fixed"; b.style.width = "100%"; b.style.backgroundColor = "#ffffff"; b.style.border = ".1em solid #000000"; b.style.color = "#ff0000"; b.style.bottom = "0px"; b.style.left = "0px"; b.style.margin = "0px"; b.style.zIndex = 1E4; b.style.textAlign = "center"; b.classList.add("firebase-emulator-warning"); l.document.body.appendChild(b); }); } k.Fc = function (a) { this.N.push(a); Ri(this.a, _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION ? Oe(_firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION, this.N) : null); this.dispatchEvent(new Mn(this.N)); }; k.Ga = function () { return Za(this.N); }; k.xb = function (a) { this.W === a || this.m || (this.W = a, this.a.b = this.W); }; k.S = function () { return this.W; }; function Jn(a) { Object.defineProperty(a, "lc", { get: function get() { return this.ka(); }, set: function set(b) { this.wa(b); }, enumerable: !1 }); a.aa = null; Object.defineProperty(a, "ti", { get: function get() { return this.S(); }, set: function set(b) { this.xb(b); }, enumerable: !1 }); a.W = null; } k.toJSON = function () { return { apiKey: S(this).options.apiKey, authDomain: S(this).options.authDomain, appName: S(this).name, currentUser: U(this) && U(this).w() }; }; function On(a) { return a.gb || F(new t("auth-domain-config-required")); } function In(a) { var b = S(a).options.authDomain, c = S(a).options.apiKey; b && Re() && (a.gb = a.$.then(function () { if (!a.m) { a.b = Xl(b, c, S(a).name, a.f); Pl(a.b, a); U(a) && Vm(U(a)); if (a.s) { Vm(a.s); var d = a.s; d.wa(a.ka()); Nm(d, a); d = a.s; Mm(d, a.N); Pm(d, a); d = a.s; Pi(d.a, a.f); Om(d, a); a.s = null; } return a.b; } })); } k.Eb = function (a, b) { switch (a) { case "unknown": case "signInViaRedirect": return !0; case "signInViaPopup": return this.i == b && !!this.g; default: return !1; } }; k.ma = function (a, b, c, d) { "signInViaPopup" == a && this.i == d && (c && this.O ? this.O(c) : b && !c && this.g && this.g(b), this.c && (this.c.cancel(), this.c = null), delete this.g, delete this.O); }; k.Fa = function (a, b) { return "signInViaRedirect" == a || "signInViaPopup" == a && this.i == b && this.g ? q(this.hc, this) : null; }; k.hc = function (a, b, c, d) { var e = this, f = { requestUri: a, postBody: d, sessionId: b, tenantId: c }; this.c && (this.c.cancel(), this.c = null); return e.$.then(function () { return Pn(e, Fg(e.a, f)); }); }; k.Wc = function (a) { if (!Re()) return F(new t("operation-not-supported-in-this-environment")); var b = this, c = ng(a.providerId), d = Qe(), e = null; (!Te() || Ie()) && S(this).options.authDomain && a.isOAuthProvider && (e = ek(S(this).options.authDomain, S(this).options.apiKey, S(this).name, "signInViaPopup", a, null, d, _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION || null, null, null, this.S(), this.f)); var f = ze(e, c && c.ua, c && c.ta); c = On(this).then(function (g) { return Tl(g, f, "signInViaPopup", a, d, !!e, b.S()); }).then(function () { return new D(function (g, h) { b.ma("signInViaPopup", null, new t("cancelled-popup-request"), b.i); b.g = g; b.O = h; b.i = d; b.c = Vl(b.b, b, "signInViaPopup", f, d); }); }).then(function (g) { f && ye(f); return g ? kf(g) : null; }).o(function (g) { f && ye(f); throw g; }); return T(this, c); }; k.Xc = function (a) { if (!Re()) return F(new t("operation-not-supported-in-this-environment")); var b = this, c = On(this).then(function () { return An(b.l); }).then(function () { return Ul(b.b, "signInViaRedirect", a, void 0, b.S()); }); return T(this, c); }; function Qn(a) { if (!Re()) return F(new t("operation-not-supported-in-this-environment")); var b = On(a).then(function () { return a.b.qa(); }).then(function (c) { return c ? kf(c) : null; }); return T(a, b); } k.qa = function () { var a = this; return Qn(this).then(function (b) { a.b && $l(a.b.b); return b; }).o(function (b) { a.b && $l(a.b.b); throw b; }); }; k.cd = function (a) { if (!a) return F(new t("null-user")); if (this.W != a.tenantId) return F(new t("tenant-id-mismatch")); var b = this, c = {}; c.apiKey = S(this).options.apiKey; c.authDomain = S(this).options.authDomain; c.appName = S(this).name; var d = rn(a, c, b.G, b.Ga()); return T(this, this.h.then(function () { if (S(b).options.apiKey != a.l) return d.reload(); }).then(function () { if (U(b) && a.uid == U(b).uid) return bn(U(b), a), b.da(a); Fn(b, d); Vm(d); return b.da(d); }).then(function () { Rn(b); })); }; function Sn(a, b) { var c = {}; c.apiKey = S(a).options.apiKey; c.authDomain = S(a).options.authDomain; c.appName = S(a).name; a.f && (c.emulatorConfig = a.f); return a.$.then(function () { return qn(c, b, a.G, a.Ga()); }).then(function (d) { if (U(a) && d.uid == U(a).uid) return bn(U(a), d), a.da(d); Fn(a, d); Vm(d); return a.da(d); }).then(function () { Rn(a); }); } function Fn(a, b) { U(a) && (Tm(U(a), a.Ba), H(U(a), "tokenChanged", a.ya), H(U(a), "userDeleted", a.za), H(U(a), "userInvalidated", a.Aa), Sm(U(a))); b && (b.R.push(a.Ba), nd(b, "tokenChanged", a.ya), nd(b, "userDeleted", a.za), nd(b, "userInvalidated", a.Aa), 0 < a.A && Rm(b)); M(a, "currentUser", b); b && (b.wa(a.ka()), Nm(b, a), Mm(b, a.N), Pm(b, a), Pi(b.a, a.f), Om(b, a)); } k.zb = function () { var a = this, b = this.h.then(function () { a.b && $l(a.b.b); if (!U(a)) return E(); Fn(a, null); return Cn(a.l).then(function () { Rn(a); }); }); return T(this, b); }; function Tn(a) { var b = tn(a.G, S(a).options.authDomain).then(function (c) { if (a.s = c) c.ha = a.G; return nn(a.G); }); return T(a, b); } function Gn(a) { var b = S(a).options.authDomain, c = Tn(a).then(function () { return Dn(a.l, b, a.f); }).then(function (d) { return d ? (d.ha = a.G, a.s && (a.s.ga || null) == (d.ga || null) ? d : d.reload().then(function () { return Bn(a.l, d).then(function () { return d; }); }).o(function (e) { return "auth/network-request-failed" == e.code ? d : Cn(a.l); })) : null; }).then(function (d) { Fn(a, d || null); }); return T(a, c); } function Hn(a) { return a.$.then(function () { return Qn(a); }).o(function () {}).then(function () { if (!a.m) return a.pa(); }).o(function () {}).then(function () { if (!a.m) { a.ba = !0; var b = a.l; b.b.addListener(wn("local"), b.a, a.pa); } }); } k.Yc = function () { var a = this; return Dn(this.l, S(this).options.authDomain).then(function (b) { if (!a.m) { var c; if (c = U(a) && b) { c = U(a).uid; var d = b.uid; c = void 0 === c || null === c || "" === c || void 0 === d || null === d || "" === d ? !1 : c == d; } if (c) return bn(U(a), b), U(a).I(); if (U(a) || b) Fn(a, b), b && (Vm(b), b.ha = a.G), a.b && Pl(a.b, a), Rn(a); } }); }; k.da = function (a) { return Bn(this.l, a); }; k.kc = function () { Rn(this); this.da(U(this)); }; k.vc = function () { this.zb(); }; k.wc = function () { this.zb(); }; function Pn(a, b) { var c = null, d = null; return T(a, b.then(function (e) { c = qh(e); d = og(e); return Sn(a, e); }, function (e) { var f = null; e && "auth/multi-factor-auth-required" === e.code && (f = mm(e.w(), a, q(a.jc, a))); throw f || e; }).then(function () { return kf({ user: U(a), credential: c, additionalUserInfo: d, operationType: "signIn" }); })); } k.jc = function (a) { var b = this; return this.h.then(function () { return Pn(b, E(a)); }); }; k.yc = function (a) { var b = this; this.addAuthTokenListener(function () { a.next(U(b)); }); }; k.zc = function (a) { var b = this; Un(this, function () { a.next(U(b)); }); }; k.Hc = function (a, b, c) { var d = this; this.ba && Promise.resolve().then(function () { "function" === typeof a ? a(U(d)) : "function" === typeof a.next && a.next(U(d)); }); return this.ac(a, b, c); }; k.Gc = function (a, b, c) { var d = this; this.ba && Promise.resolve().then(function () { d.X = d.getUid(); "function" === typeof a ? a(U(d)) : "function" === typeof a.next && a.next(U(d)); }); return this.bc(a, b, c); }; k.mc = function (a) { var b = this, c = this.h.then(function () { return U(b) ? U(b).I(a).then(function (d) { return { accessToken: d }; }) : null; }); return T(this, c); }; k.Sc = function (a) { var b = this; return this.h.then(function () { return Pn(b, O(b.a, Kj, { token: a })); }).then(function (c) { var d = c.user; an(d, "isAnonymous", !1); b.da(d); return c; }); }; k.Tc = function (a, b) { var c = this; return this.h.then(function () { return Pn(c, O(c.a, ah, { email: a, password: b })); }); }; k.dc = function (a, b) { var c = this; return this.h.then(function () { return Pn(c, O(c.a, Ej, { email: a, password: b })); }); }; k.Za = function (a) { var b = this; return this.h.then(function () { return Pn(b, a.ja(b.a)); }); }; k.Rc = function (a) { gf("firebase.auth.Auth.prototype.signInAndRetrieveDataWithCredential is deprecated. Please use firebase.auth.Auth.prototype.signInWithCredential instead."); return this.Za(a); }; k.yb = function () { var a = this; return this.h.then(function () { var b = U(a); if (b && b.isAnonymous) { var c = kf({ providerId: null, isNewUser: !1 }); return kf({ user: b, credential: null, additionalUserInfo: c, operationType: "signIn" }); } return Pn(a, a.a.yb()).then(function (d) { var e = d.user; an(e, "isAnonymous", !0); a.da(e); return d; }); }); }; function S(a) { return a.app; } function U(a) { return a.currentUser; } k.getUid = function () { return U(this) && U(this).uid || null; }; function Vn(a) { return U(a) && U(a)._lat || null; } function Rn(a) { if (a.ba) { for (var b = 0; b < a.u.length; b++) { if (a.u[b]) a.u[b](Vn(a)); } if (a.X !== a.getUid() && a.P.length) for (a.X = a.getUid(), b = 0; b < a.P.length; b++) { if (a.P[b]) a.P[b](Vn(a)); } } } k.cc = function (a) { this.addAuthTokenListener(a); this.A++; 0 < this.A && U(this) && Rm(U(this)); }; k.Oc = function (a) { var b = this; w(this.u, function (c) { c == a && b.A--; }); 0 > this.A && (this.A = 0); 0 == this.A && U(this) && Sm(U(this)); this.removeAuthTokenListener(a); }; k.addAuthTokenListener = function (a) { var b = this; this.u.push(a); T(this, this.h.then(function () { b.m || Va(b.u, a) && a(Vn(b)); })); }; k.removeAuthTokenListener = function (a) { Xa(this.u, function (b) { return b == a; }); }; function Un(a, b) { a.P.push(b); T(a, a.h.then(function () { !a.m && Va(a.P, b) && a.X !== a.getUid() && (a.X = a.getUid(), b(Vn(a))); })); } k.delete = function () { this.m = !0; for (var a = 0; a < this.R.length; a++) { this.R[a].cancel("app-deleted"); } this.R = []; this.l && (a = this.l, a.b.removeListener(wn("local"), a.a, this.pa)); this.b && (Ql(this.b, this), $l(this.b.b)); return Promise.resolve(); }; function T(a, b) { a.R.push(b); b.na(function () { Wa(a.R, b); }); return b; } k.gc = function (a) { return T(this, aj(this.a, a)); }; k.Ac = function (a) { return !!fh(a); }; k.vb = function (a, b) { var c = this; return T(this, E().then(function () { var d = new Sf(b); if (!d.c) throw new t("argument-error", $f + " must be true when sending sign in link to email"); return bg(d); }).then(function (d) { return c.a.vb(a, d); }).then(function () {})); }; k.hd = function (a) { return this.Qa(a).then(function (b) { return b.data.email; }); }; k.mb = function (a, b) { return T(this, this.a.mb(a, b).then(function () {})); }; k.Qa = function (a) { return T(this, this.a.Qa(a).then(function (b) { return new vf(b); })); }; k.ib = function (a) { return T(this, this.a.ib(a).then(function () {})); }; k.ub = function (a, b) { var c = this; return T(this, E().then(function () { return "undefined" === typeof b || mb(b) ? {} : bg(new Sf(b)); }).then(function (d) { return c.a.ub(a, d); }).then(function () {})); }; k.Vc = function (a, b) { return T(this, gm(this, a, b, q(this.Za, this))); }; k.Uc = function (a, b) { var c = this; return T(this, E().then(function () { var d = b || re(), e = eh(a, d); d = fh(d); if (!d) throw new t("argument-error", "Invalid email link!"); if (d.tenantId !== c.S()) throw new t("tenant-id-mismatch"); return c.Za(e); })); }; function Wn() {} Wn.prototype.render = function () {}; Wn.prototype.reset = function () {}; Wn.prototype.getResponse = function () {}; Wn.prototype.execute = function () {}; function Xn() { this.a = {}; this.b = 1E12; } var Yn = null; Xn.prototype.render = function (a, b) { this.a[this.b.toString()] = new Zn(a, b); return this.b++; }; Xn.prototype.reset = function (a) { var b = $n(this, a); a = ao(a); b && a && (b.delete(), delete this.a[a]); }; Xn.prototype.getResponse = function (a) { return (a = $n(this, a)) ? a.getResponse() : null; }; Xn.prototype.execute = function (a) { (a = $n(this, a)) && a.execute(); }; function $n(a, b) { return (b = ao(b)) ? a.a[b] || null : null; } function ao(a) { return (a = "undefined" === typeof a ? 1E12 : a) ? a.toString() : null; } function Zn(a, b) { this.g = !1; this.c = b; this.a = this.b = null; this.i = "invisible" !== this.c.size; this.f = kc(a); var c = this; this.h = function () { c.execute(); }; this.i ? this.execute() : nd(this.f, "click", this.h); } Zn.prototype.getResponse = function () { bo(this); return this.b; }; Zn.prototype.execute = function () { bo(this); var a = this; this.a || (this.a = setTimeout(function () { a.b = Me(); var b = a.c.callback, c = a.c["expired-callback"]; if (b) try { b(a.b); } catch (d) {} a.a = setTimeout(function () { a.a = null; a.b = null; if (c) try { c(); } catch (d) {} a.i && a.execute(); }, 6E4); }, 500)); }; Zn.prototype.delete = function () { bo(this); this.g = !0; clearTimeout(this.a); this.a = null; H(this.f, "click", this.h); }; function bo(a) { if (a.g) throw Error("reCAPTCHA mock was already deleted!"); } ; function co() {} M(co, "FACTOR_ID", "phone"); function eo() {} eo.prototype.g = function () { Yn || (Yn = new Xn()); return E(Yn); }; eo.prototype.c = function () {}; var fo = null; function go() { this.b = l.grecaptcha ? Infinity : 0; this.f = null; this.a = "__rcb" + Math.floor(1E6 * Math.random()).toString(); } var ho = new qb(rb, "https://www.google.com/recaptcha/api.js?onload=%{onload}&render=explicit&hl=%{hl}"), io = new Ze(3E4, 6E4); go.prototype.g = function (a) { var b = this; return new D(function (c, d) { var e = setTimeout(function () { d(new t("network-request-failed")); }, io.get()); if (!l.grecaptcha || a !== b.f && !b.b) { l[b.a] = function () { if (l.grecaptcha) { b.f = a; var g = l.grecaptcha.render; l.grecaptcha.render = function (h, n) { h = g(h, n); b.b++; return h; }; clearTimeout(e); c(l.grecaptcha); } else clearTimeout(e), d(new t("internal-error")); delete l[b.a]; }; var f = zb(ho, { onload: b.a, hl: a || "" }); E(Bi(f)).o(function () { clearTimeout(e); d(new t("internal-error", "Unable to load external reCAPTCHA dependencies!")); }); } else clearTimeout(e), c(l.grecaptcha); }); }; go.prototype.c = function () { this.b--; }; var jo = null; function ko(a, b, c, d, e, f, g) { M(this, "type", "recaptcha"); this.c = this.f = null; this.A = !1; this.m = b; this.g = null; g ? (fo || (fo = new eo()), g = fo) : (jo || (jo = new go()), g = jo); this.v = g; this.a = c || { theme: "light", type: "image" }; this.i = []; if (this.a[lo]) throw new t("argument-error", "sitekey should not be provided for reCAPTCHA as one is automatically provisioned for the current project."); this.h = "invisible" === this.a[mo]; if (!l.document) throw new t("operation-not-supported-in-this-environment", "RecaptchaVerifier is only supported in a browser HTTP/HTTPS environment with DOM support."); if (!kc(b) || !this.h && kc(b).hasChildNodes()) throw new t("argument-error", "reCAPTCHA container is either not found or already contains inner elements!"); this.s = new Ii(a, f || null, e || null); this.u = d || function () { return null; }; var h = this; this.l = []; var n = this.a[no]; this.a[no] = function (v) { oo(h, v); if ("function" === typeof n) n(v);else if ("string" === typeof n) { var B = L(n, l); "function" === typeof B && B(v); } }; var p = this.a[po]; this.a[po] = function () { oo(h, null); if ("function" === typeof p) p();else if ("string" === typeof p) { var v = L(p, l); "function" === typeof v && v(); } }; } var no = "callback", po = "expired-callback", lo = "sitekey", mo = "size"; function oo(a, b) { for (var c = 0; c < a.l.length; c++) { try { a.l[c](b); } catch (d) {} } } function qo(a, b) { Xa(a.l, function (c) { return c == b; }); } function ro(a, b) { a.i.push(b); b.na(function () { Wa(a.i, b); }); return b; } k = ko.prototype; k.Ia = function () { var a = this; return this.f ? this.f : this.f = ro(this, E().then(function () { if (Se() && !Je()) return Ee(); throw new t("operation-not-supported-in-this-environment", "RecaptchaVerifier is only supported in a browser HTTP/HTTPS environment."); }).then(function () { return a.v.g(a.u()); }).then(function (b) { a.g = b; return O(a.s, Jj, {}); }).then(function (b) { a.a[lo] = b.recaptchaSiteKey; }).o(function (b) { a.f = null; throw b; })); }; k.render = function () { so(this); var a = this; return ro(this, this.Ia().then(function () { if (null === a.c) { var b = a.m; if (!a.h) { var c = kc(b); b = nc("DIV"); c.appendChild(b); } a.c = a.g.render(b, a.a); } return a.c; })); }; k.verify = function () { so(this); var a = this; return ro(this, this.render().then(function (b) { return new D(function (c) { var d = a.g.getResponse(b); if (d) c(d);else { var e = function e(f) { f && (qo(a, e), c(f)); }; a.l.push(e); a.h && a.g.execute(a.c); } }); })); }; k.reset = function () { so(this); null !== this.c && this.g.reset(this.c); }; function so(a) { if (a.A) throw new t("internal-error", "RecaptchaVerifier instance has been destroyed."); } k.clear = function () { so(this); this.A = !0; this.v.c(); for (var a = 0; a < this.i.length; a++) { this.i[a].cancel("RecaptchaVerifier instance has been destroyed."); } if (!this.h) { a = kc(this.m); for (var b; b = a.firstChild;) { a.removeChild(b); } } }; function to(a, b, c) { var d = !1; try { this.b = c || _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].app(); } catch (g) { throw new t("argument-error", "No firebase.app.App instance is currently initialized."); } if (this.b.options && this.b.options.apiKey) c = this.b.options.apiKey;else throw new t("invalid-api-key"); var e = this, f = null; try { f = this.b.auth().Ga(); } catch (g) {} try { d = this.b.auth().settings.appVerificationDisabledForTesting; } catch (g) {} f = _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION ? Oe(_firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].SDK_VERSION, f) : null; ko.call(this, c, a, b, function () { try { var g = e.b.auth().ka(); } catch (h) { g = null; } return g; }, f, Ca(Da), d); } r(to, ko); function uo(a, b, c, d) { a: { c = Array.prototype.slice.call(c); var e = 0; for (var f = !1, g = 0; g < b.length; g++) { if (b[g].optional) f = !0;else { if (f) throw new t("internal-error", "Argument validator encountered a required argument after an optional argument."); e++; } } f = b.length; if (c.length < e || f < c.length) d = "Expected " + (e == f ? 1 == e ? "1 argument" : e + " arguments" : e + "-" + f + " arguments") + " but got " + c.length + ".";else { for (e = 0; e < c.length; e++) { if (f = b[e].optional && void 0 === c[e], !b[e].K(c[e]) && !f) { b = b[e]; if (0 > e || e >= vo.length) throw new t("internal-error", "Argument validator received an unsupported number of arguments."); c = vo[e]; d = (d ? "" : c + " argument ") + (b.name ? '"' + b.name + '" ' : "") + "must be " + b.J + "."; break a; } } d = null; } } if (d) throw new t("argument-error", a + " failed: " + d); } var vo = "First Second Third Fourth Fifth Sixth Seventh Eighth Ninth".split(" "); function V(a, b) { return { name: a || "", J: "a valid string", optional: !!b, K: function K(c) { return "string" === typeof c; } }; } function wo(a, b) { return { name: a || "", J: "a boolean", optional: !!b, K: function K(c) { return "boolean" === typeof c; } }; } function W(a, b) { return { name: a || "", J: "a valid object", optional: !!b, K: m }; } function xo(a, b) { return { name: a || "", J: "a function", optional: !!b, K: function K(c) { return "function" === typeof c; } }; } function yo(a, b) { return { name: a || "", J: "null", optional: !!b, K: function K(c) { return null === c; } }; } function zo() { return { name: "", J: "an HTML element", optional: !1, K: function K(a) { return !!(a && a instanceof Element); } }; } function Ao() { return { name: "auth", J: "an instance of Firebase Auth", optional: !0, K: function K(a) { return !!(a && a instanceof En); } }; } function Bo() { return { name: "app", J: "an instance of Firebase App", optional: !0, K: function K(a) { return !!(a && a instanceof _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].app.App); } }; } function Co(a) { return { name: a ? a + "Credential" : "credential", J: a ? "a valid " + a + " credential" : "a valid credential", optional: !1, K: function K(b) { if (!b) return !1; var c = !a || b.providerId === a; return !(!b.ja || !c); } }; } function Do() { return { name: "multiFactorAssertion", J: "a valid multiFactorAssertion", optional: !1, K: function K(a) { return a ? !!a.rb : !1; } }; } function Eo() { return { name: "authProvider", J: "a valid Auth provider", optional: !1, K: function K(a) { return !!(a && a.providerId && a.hasOwnProperty && a.hasOwnProperty("isOAuthProvider")); } }; } function Fo(a, b) { return m(a) && "string" === typeof a.type && a.type === b && "function" === typeof a.Ha; } function Go(a) { return m(a) && "string" === typeof a.uid; } function Ho() { return { name: "applicationVerifier", J: "an implementation of firebase.auth.ApplicationVerifier", optional: !1, K: function K(a) { return !(!a || "string" !== typeof a.type || "function" !== typeof a.verify); } }; } function X(a, b, c, d) { return { name: c || "", J: a.J + " or " + b.J, optional: !!d, K: function K(e) { return a.K(e) || b.K(e); } }; } ; function Y(a, b) { for (var c in b) { var d = b[c].name; a[d] = Io(d, a[c], b[c].j); } } function Jo(a, b) { for (var c in b) { var d = b[c].name; d !== c && Object.defineProperty(a, d, { get: ua(function (e) { return this[e]; }, c), set: ua(function (e, f, g, h) { uo(e, [g], [h], !0); this[f] = h; }, d, c, b[c].jb), enumerable: !0 }); } } function Z(a, b, c, d) { a[b] = Io(b, c, d); } function Io(a, b, c) { function d() { var g = Array.prototype.slice.call(arguments); uo(e, c, g); return b.apply(this, g); } if (!c) return b; var e = Ko(a), f; for (f in b) { d[f] = b[f]; } for (f in b.prototype) { d.prototype[f] = b.prototype[f]; } return d; } function Ko(a) { a = a.split("."); return a[a.length - 1]; } ; Y(En.prototype, { ib: { name: "applyActionCode", j: [V("code")] }, Qa: { name: "checkActionCode", j: [V("code")] }, mb: { name: "confirmPasswordReset", j: [V("code"), V("newPassword")] }, dc: { name: "createUserWithEmailAndPassword", j: [V("email"), V("password")] }, gc: { name: "fetchSignInMethodsForEmail", j: [V("email")] }, qa: { name: "getRedirectResult", j: [] }, Ac: { name: "isSignInWithEmailLink", j: [V("emailLink")] }, Gc: { name: "onAuthStateChanged", j: [X(W(), xo(), "nextOrObserver"), xo("opt_error", !0), xo("opt_completed", !0)] }, Hc: { name: "onIdTokenChanged", j: [X(W(), xo(), "nextOrObserver"), xo("opt_error", !0), xo("opt_completed", !0)] }, ub: { name: "sendPasswordResetEmail", j: [V("email"), X(W("opt_actionCodeSettings", !0), yo(null, !0), "opt_actionCodeSettings", !0)] }, vb: { name: "sendSignInLinkToEmail", j: [V("email"), W("actionCodeSettings")] }, wb: { name: "setPersistence", j: [V("persistence")] }, Rc: { name: "signInAndRetrieveDataWithCredential", j: [Co()] }, yb: { name: "signInAnonymously", j: [] }, Za: { name: "signInWithCredential", j: [Co()] }, Sc: { name: "signInWithCustomToken", j: [V("token")] }, Tc: { name: "signInWithEmailAndPassword", j: [V("email"), V("password")] }, Uc: { name: "signInWithEmailLink", j: [V("email"), V("emailLink", !0)] }, Vc: { name: "signInWithPhoneNumber", j: [V("phoneNumber"), Ho()] }, Wc: { name: "signInWithPopup", j: [Eo()] }, Xc: { name: "signInWithRedirect", j: [Eo()] }, cd: { name: "updateCurrentUser", j: [X(function (a) { return { name: "user", J: "an instance of Firebase User", optional: !!a, K: function K(b) { return !!(b && b instanceof Im); } }; }(), yo(), "user")] }, zb: { name: "signOut", j: [] }, toJSON: { name: "toJSON", j: [V(null, !0)] }, ed: { name: "useDeviceLanguage", j: [] }, fd: { name: "useEmulator", j: [V("url"), W("options", !0)] }, hd: { name: "verifyPasswordResetCode", j: [V("code")] } }); Jo(En.prototype, { lc: { name: "languageCode", jb: X(V(), yo(), "languageCode") }, ti: { name: "tenantId", jb: X(V(), yo(), "tenantId") } }); En.Persistence = Rk; En.Persistence.LOCAL = "local"; En.Persistence.SESSION = "session"; En.Persistence.NONE = "none"; Y(Im.prototype, { "delete": { name: "delete", j: [] }, nc: { name: "getIdTokenResult", j: [wo("opt_forceRefresh", !0)] }, I: { name: "getIdToken", j: [wo("opt_forceRefresh", !0)] }, Bc: { name: "linkAndRetrieveDataWithCredential", j: [Co()] }, pb: { name: "linkWithCredential", j: [Co()] }, Cc: { name: "linkWithPhoneNumber", j: [V("phoneNumber"), Ho()] }, Dc: { name: "linkWithPopup", j: [Eo()] }, Ec: { name: "linkWithRedirect", j: [Eo()] }, Kc: { name: "reauthenticateAndRetrieveDataWithCredential", j: [Co()] }, sb: { name: "reauthenticateWithCredential", j: [Co()] }, Lc: { name: "reauthenticateWithPhoneNumber", j: [V("phoneNumber"), Ho()] }, Mc: { name: "reauthenticateWithPopup", j: [Eo()] }, Nc: { name: "reauthenticateWithRedirect", j: [Eo()] }, reload: { name: "reload", j: [] }, tb: { name: "sendEmailVerification", j: [X(W("opt_actionCodeSettings", !0), yo(null, !0), "opt_actionCodeSettings", !0)] }, toJSON: { name: "toJSON", j: [V(null, !0)] }, bd: { name: "unlink", j: [V("provider")] }, Ab: { name: "updateEmail", j: [V("email")] }, Bb: { name: "updatePassword", j: [V("password")] }, dd: { name: "updatePhoneNumber", j: [Co("phone")] }, Cb: { name: "updateProfile", j: [W("profile")] }, Db: { name: "verifyBeforeUpdateEmail", j: [V("email"), X(W("opt_actionCodeSettings", !0), yo(null, !0), "opt_actionCodeSettings", !0)] } }); Y(Xn.prototype, { execute: { name: "execute" }, render: { name: "render" }, reset: { name: "reset" }, getResponse: { name: "getResponse" } }); Y(Wn.prototype, { execute: { name: "execute" }, render: { name: "render" }, reset: { name: "reset" }, getResponse: { name: "getResponse" } }); Y(D.prototype, { na: { name: "finally" }, o: { name: "catch" }, then: { name: "then" } }); Jo(em.prototype, { appVerificationDisabled: { name: "appVerificationDisabledForTesting", jb: wo("appVerificationDisabledForTesting") } }); Y(fm.prototype, { confirm: { name: "confirm", j: [V("verificationCode")] } }); Z(Bg, "fromJSON", function (a) { a = "string" === typeof a ? JSON.parse(a) : a; for (var b, c = [Mg, dh, kh, Jg], d = 0; d < c.length; d++) { if (b = c[d](a)) return b; } return null; }, [X(V(), W(), "json")]); Z(Zg, "credential", function (a, b) { return new Yg(a, b); }, [V("email"), V("password")]); Y(Yg.prototype, { w: { name: "toJSON", j: [V(null, !0)] } }); Y(Qg.prototype, { Ca: { name: "addScope", j: [V("scope")] }, Ka: { name: "setCustomParameters", j: [W("customOAuthParameters")] } }); Z(Qg, "credential", Rg, [X(V(), W(), "token")]); Z(Zg, "credentialWithLink", eh, [V("email"), V("emailLink")]); Y(Sg.prototype, { Ca: { name: "addScope", j: [V("scope")] }, Ka: { name: "setCustomParameters", j: [W("customOAuthParameters")] } }); Z(Sg, "credential", Tg, [X(V(), W(), "token")]); Y(Ug.prototype, { Ca: { name: "addScope", j: [V("scope")] }, Ka: { name: "setCustomParameters", j: [W("customOAuthParameters")] } }); Z(Ug, "credential", Vg, [X(V(), X(W(), yo()), "idToken"), X(V(), yo(), "accessToken", !0)]); Y(Wg.prototype, { Ka: { name: "setCustomParameters", j: [W("customOAuthParameters")] } }); Z(Wg, "credential", Xg, [X(V(), W(), "token"), V("secret", !0)]); Y(Pg.prototype, { Ca: { name: "addScope", j: [V("scope")] }, credential: { name: "credential", j: [X(V(), X(W(), yo()), "optionsOrIdToken"), X(V(), yo(), "accessToken", !0)] }, Ka: { name: "setCustomParameters", j: [W("customOAuthParameters")] } }); Y(Kg.prototype, { w: { name: "toJSON", j: [V(null, !0)] } }); Y(Eg.prototype, { w: { name: "toJSON", j: [V(null, !0)] } }); Z(lh, "credential", ph, [V("verificationId"), V("verificationCode")]); Y(lh.prototype, { eb: { name: "verifyPhoneNumber", j: [X(V(), function (a, b) { return { name: a || "phoneInfoOptions", J: "valid phone info options", optional: !!b, K: function K(c) { return c ? c.session && c.phoneNumber ? Fo(c.session, zg) && "string" === typeof c.phoneNumber : c.session && c.multiFactorHint ? Fo(c.session, Ag) && Go(c.multiFactorHint) : c.session && c.multiFactorUid ? Fo(c.session, Ag) && "string" === typeof c.multiFactorUid : c.phoneNumber ? "string" === typeof c.phoneNumber : !1 : !1; } }; }(), "phoneInfoOptions"), Ho()] } }); Y(gh.prototype, { w: { name: "toJSON", j: [V(null, !0)] } }); Y(t.prototype, { toJSON: { name: "toJSON", j: [V(null, !0)] } }); Y(yh.prototype, { toJSON: { name: "toJSON", j: [V(null, !0)] } }); Y(xh.prototype, { toJSON: { name: "toJSON", j: [V(null, !0)] } }); Y(lm.prototype, { toJSON: { name: "toJSON", j: [V(null, !0)] } }); Y(im.prototype, { Qc: { name: "resolveSignIn", j: [Do()] } }); Y(tm.prototype, { Qb: { name: "getSession", j: [] }, ec: { name: "enroll", j: [Do(), V("displayName", !0)] }, ad: { name: "unenroll", j: [X({ name: "multiFactorInfo", J: "a valid multiFactorInfo", optional: !1, K: Go }, V(), "multiFactorInfoIdentifier")] } }); Y(to.prototype, { clear: { name: "clear", j: [] }, render: { name: "render", j: [] }, verify: { name: "verify", j: [] } }); Z(Jf, "parseLink", Rf, [V("link")]); Z(co, "assertion", function (a) { return new rm(a); }, [Co("phone")]); (function () { if ("undefined" !== typeof _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"] && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL && _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.registerComponent) { var a = { ActionCodeInfo: { Operation: { EMAIL_SIGNIN: Af, PASSWORD_RESET: "PASSWORD_RESET", RECOVER_EMAIL: "RECOVER_EMAIL", REVERT_SECOND_FACTOR_ADDITION: Cf, VERIFY_AND_CHANGE_EMAIL: Bf, VERIFY_EMAIL: "VERIFY_EMAIL" } }, Auth: En, AuthCredential: Bg, Error: t }; Z(a, "EmailAuthProvider", Zg, []); Z(a, "FacebookAuthProvider", Qg, []); Z(a, "GithubAuthProvider", Sg, []); Z(a, "GoogleAuthProvider", Ug, []); Z(a, "TwitterAuthProvider", Wg, []); Z(a, "OAuthProvider", Pg, [V("providerId")]); Z(a, "SAMLAuthProvider", Og, [V("providerId")]); Z(a, "PhoneAuthProvider", lh, [Ao()]); Z(a, "RecaptchaVerifier", to, [X(V(), zo(), "recaptchaContainer"), W("recaptchaParameters", !0), Bo()]); Z(a, "ActionCodeURL", Jf, []); Z(a, "PhoneMultiFactorGenerator", co, []); _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.registerComponent({ name: "auth", instanceFactory: function instanceFactory(b) { b = b.getProvider("app").getImmediate(); return new En(b); }, multipleInstances: !1, serviceProps: a, instantiationMode: "LAZY", type: "PUBLIC" }); _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.registerComponent({ name: "auth-internal", instanceFactory: function instanceFactory(b) { b = b.getProvider("auth").getImmediate(); return { getUid: q(b.getUid, b), getToken: q(b.mc, b), addAuthTokenListener: q(b.cc, b), removeAuthTokenListener: q(b.Oc, b) }; }, multipleInstances: !1, instantiationMode: "LAZY", type: "PRIVATE" }); _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].registerVersion("@firebase/auth", "0.16.1"); _firebase_app__WEBPACK_IMPORTED_MODULE_53__["default"].INTERNAL.extendNamespace({ User: Im }); } else throw Error("Cannot find the firebase namespace; be sure to include firebase-app.js before this library."); })(); }).apply(typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : {}); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../AxE2/node_modules/webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/component/dist/index.esm.js": /*!****************************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/component/dist/index.esm.js ***! \****************************************************************************/ /*! exports provided: Component, ComponentContainer, Provider */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Component", function() { return Component; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ComponentContainer", function() { return ComponentContainer; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Provider", function() { return Provider; }); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.map.js */ "./node_modules/core-js/modules/es.map.js"); /* harmony import */ var core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.array.from.js */ "./node_modules/core-js/modules/es.array.from.js"); /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _firebase_util__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @firebase/util */ "../CORE_FW/models/node_modules/@firebase/util/dist/index.esm.js"); /** * Component for service name T, e.g. `auth`, `auth-internal` */ var Component = /** @class */ function () { /** * * @param name The public service name, e.g. app, auth, firestore, database * @param instanceFactory Service factory responsible for creating the public interface * @param type whether the service provided by the component is public or private */ function Component(name, instanceFactory, type) { this.name = name; this.instanceFactory = instanceFactory; this.type = type; this.multipleInstances = false; /** * Properties to be added to the service namespace */ this.serviceProps = {}; this.instantiationMode = "LAZY" /* LAZY */ ; } Component.prototype.setInstantiationMode = function (mode) { this.instantiationMode = mode; return this; }; Component.prototype.setMultipleInstances = function (multipleInstances) { this.multipleInstances = multipleInstances; return this; }; Component.prototype.setServiceProps = function (props) { this.serviceProps = props; return this; }; return Component; }(); /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var DEFAULT_ENTRY_NAME = '[DEFAULT]'; /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Provider for instance for service name T, e.g. 'auth', 'auth-internal' * NameServiceMapping[T] is an alias for the type of the instance */ var Provider = /** @class */ function () { function Provider(name, container) { this.name = name; this.container = container; this.component = null; this.instances = new Map(); this.instancesDeferred = new Map(); } /** * @param identifier A provider can provide mulitple instances of a service * if this.component.multipleInstances is true. */ Provider.prototype.get = function (identifier) { if (identifier === void 0) { identifier = DEFAULT_ENTRY_NAME; } // if multipleInstances is not supported, use the default name var normalizedIdentifier = this.normalizeInstanceIdentifier(identifier); if (!this.instancesDeferred.has(normalizedIdentifier)) { var deferred = new _firebase_util__WEBPACK_IMPORTED_MODULE_9__["Deferred"](); this.instancesDeferred.set(normalizedIdentifier, deferred); // If the service instance is available, resolve the promise with it immediately try { var instance = this.getOrInitializeService(normalizedIdentifier); if (instance) { deferred.resolve(instance); } } catch (e) {// when the instance factory throws an exception during get(), it should not cause // a fatal error. We just return the unresolved promise in this case. } } return this.instancesDeferred.get(normalizedIdentifier).promise; }; Provider.prototype.getImmediate = function (options) { var _a = Object(tslib__WEBPACK_IMPORTED_MODULE_8__["__assign"])({ identifier: DEFAULT_ENTRY_NAME, optional: false }, options), identifier = _a.identifier, optional = _a.optional; // if multipleInstances is not supported, use the default name var normalizedIdentifier = this.normalizeInstanceIdentifier(identifier); try { var instance = this.getOrInitializeService(normalizedIdentifier); if (!instance) { if (optional) { return null; } throw Error("Service " + this.name + " is not available"); } return instance; } catch (e) { if (optional) { return null; } else { throw e; } } }; Provider.prototype.getComponent = function () { return this.component; }; Provider.prototype.setComponent = function (component) { var e_1, _a; if (component.name !== this.name) { throw Error("Mismatching Component " + component.name + " for Provider " + this.name + "."); } if (this.component) { throw Error("Component for " + this.name + " has already been provided"); } this.component = component; // if the service is eager, initialize the default instance if (isComponentEager(component)) { try { this.getOrInitializeService(DEFAULT_ENTRY_NAME); } catch (e) {// when the instance factory for an eager Component throws an exception during the eager // initialization, it should not cause a fatal error. // TODO: Investigate if we need to make it configurable, because some component may want to cause // a fatal error in this case? } } try { // Create service instances for the pending promises and resolve them // NOTE: if this.multipleInstances is false, only the default instance will be created // and all promises with resolve with it regardless of the identifier. for (var _b = Object(tslib__WEBPACK_IMPORTED_MODULE_8__["__values"])(this.instancesDeferred.entries()), _c = _b.next(); !_c.done; _c = _b.next()) { var _d = Object(tslib__WEBPACK_IMPORTED_MODULE_8__["__read"])(_c.value, 2), instanceIdentifier = _d[0], instanceDeferred = _d[1]; var normalizedIdentifier = this.normalizeInstanceIdentifier(instanceIdentifier); try { // `getOrInitializeService()` should always return a valid instance since a component is guaranteed. use ! to make typescript happy. var instance = this.getOrInitializeService(normalizedIdentifier); instanceDeferred.resolve(instance); } catch (e) {// when the instance factory throws an exception, it should not cause // a fatal error. We just leave the promise unresolved. } } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } }; Provider.prototype.clearInstance = function (identifier) { if (identifier === void 0) { identifier = DEFAULT_ENTRY_NAME; } this.instancesDeferred.delete(identifier); this.instances.delete(identifier); }; // app.delete() will call this method on every provider to delete the services // TODO: should we mark the provider as deleted? Provider.prototype.delete = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_8__["__awaiter"])(this, void 0, void 0, function () { var services; return Object(tslib__WEBPACK_IMPORTED_MODULE_8__["__generator"])(this, function (_a) { switch (_a.label) { case 0: services = Array.from(this.instances.values()); return [4 /*yield*/ , Promise.all(Object(tslib__WEBPACK_IMPORTED_MODULE_8__["__spread"])(services.filter(function (service) { return 'INTERNAL' in service; }) // legacy services // eslint-disable-next-line @typescript-eslint/no-explicit-any .map(function (service) { return service.INTERNAL.delete(); }), services.filter(function (service) { return '_delete' in service; }) // modularized services // eslint-disable-next-line @typescript-eslint/no-explicit-any .map(function (service) { return service._delete(); })))]; case 1: _a.sent(); return [2 /*return*/ ]; } }); }); }; Provider.prototype.isComponentSet = function () { return this.component != null; }; Provider.prototype.getOrInitializeService = function (identifier) { var instance = this.instances.get(identifier); if (!instance && this.component) { instance = this.component.instanceFactory(this.container, normalizeIdentifierForFactory(identifier)); this.instances.set(identifier, instance); } return instance || null; }; Provider.prototype.normalizeInstanceIdentifier = function (identifier) { if (this.component) { return this.component.multipleInstances ? identifier : DEFAULT_ENTRY_NAME; } else { return identifier; // assume multiple instances are supported before the component is provided. } }; return Provider; }(); // undefined should be passed to the service factory for the default instance function normalizeIdentifierForFactory(identifier) { return identifier === DEFAULT_ENTRY_NAME ? undefined : identifier; } function isComponentEager(component) { return component.instantiationMode === "EAGER" /* EAGER */ ; } /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * ComponentContainer that provides Providers for service name T, e.g. `auth`, `auth-internal` */ var ComponentContainer = /** @class */ function () { function ComponentContainer(name) { this.name = name; this.providers = new Map(); } /** * * @param component Component being added * @param overwrite When a component with the same name has already been registered, * if overwrite is true: overwrite the existing component with the new component and create a new * provider with the new component. It can be useful in tests where you want to use different mocks * for different tests. * if overwrite is false: throw an exception */ ComponentContainer.prototype.addComponent = function (component) { var provider = this.getProvider(component.name); if (provider.isComponentSet()) { throw new Error("Component " + component.name + " has already been registered with " + this.name); } provider.setComponent(component); }; ComponentContainer.prototype.addOrOverwriteComponent = function (component) { var provider = this.getProvider(component.name); if (provider.isComponentSet()) { // delete the existing provider from the container, so we can register the new component this.providers.delete(component.name); } this.addComponent(component); }; /** * getProvider provides a type safe interface where it can only be called with a field name * present in NameServiceMapping interface. * * Firebase SDKs providing services should extend NameServiceMapping interface to register * themselves. */ ComponentContainer.prototype.getProvider = function (name) { if (this.providers.has(name)) { return this.providers.get(name); } // create a Provider for a service that hasn't registered with Firebase var provider = new Provider(name, this); this.providers.set(name, provider); return provider; }; ComponentContainer.prototype.getProviders = function () { return Array.from(this.providers.values()); }; return ComponentContainer; }(); /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/firestore/dist/esm5/index.js": /*!*****************************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/firestore/dist/esm5/index.js ***! \*****************************************************************************/ /*! exports provided: registerFirestore */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "registerFirestore", function() { return d; }); /* harmony import */ var _firebase_app__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @firebase/app */ "../CORE_FW/models/node_modules/@firebase/app/dist/index.esm.js"); /* harmony import */ var _firebase_logger__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @firebase/logger */ "../CORE_FW/models/node_modules/@firebase/logger/dist/index.esm.js"); /* harmony import */ var _firebase_util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @firebase/util */ "../CORE_FW/models/node_modules/@firebase/util/dist/index.esm.js"); /* harmony import */ var _firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @firebase/webchannel-wrapper */ "../CORE_FW/models/node_modules/@firebase/webchannel-wrapper/dist/index.esm.js"); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /* harmony import */ var _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./prebuilt-89214b55-2a7b2673.js */ "../CORE_FW/models/node_modules/@firebase/firestore/dist/esm5/prebuilt-89214b55-2a7b2673.js"); /* harmony import */ var _firebase_component__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @firebase/component */ "../CORE_FW/models/node_modules/@firebase/component/dist/index.esm.js"); var P = { Firestore: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["U"], GeoPoint: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["n"], Timestamp: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["z"], Blob: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["L"], Transaction: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["W"], WriteBatch: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["j"], DocumentReference: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["G"], DocumentSnapshot: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["Y"], Query: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["a"], QueryDocumentSnapshot: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["X"], QuerySnapshot: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["e"], CollectionReference: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["b"], FieldPath: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["i"], FieldValue: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["r"], setLogLevel: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["K"], CACHE_SIZE_UNLIMITED: _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["c"] }; /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Registers the main Firestore build with the components framework. * Persistence can be enabled via `firebase.firestore().enablePersistence()`. */ function d(e) { ! /** * Configures Firestore as part of the Firebase SDK by calling registerService. * * @param firebase - The FirebaseNamespace to register Firestore with * @param firestoreFactory - A factory function that returns a new Firestore * instance. */ function (e, r) { e.INTERNAL.registerComponent(new _firebase_component__WEBPACK_IMPORTED_MODULE_6__["Component"]("firestore", function (e) { var t = e.getProvider("app").getImmediate(); return r(t, e.getProvider("auth-internal")); }, "PUBLIC" /* PUBLIC */ ).setServiceProps(Object.assign({}, P))); }(e, function (e, i) { return new _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["U"](e, new _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["Z"](e, i), new _prebuilt_89214b55_2a7b2673_js__WEBPACK_IMPORTED_MODULE_5__["q"]()); }), e.registerVersion("@firebase/firestore", "2.1.1"); } d(_firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"]); /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/firestore/dist/esm5/prebuilt-89214b55-2a7b2673.js": /*!**************************************************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/firestore/dist/esm5/prebuilt-89214b55-2a7b2673.js ***! \**************************************************************************************************/ /*! exports provided: G, K, L, U, W, X, Y, Z, a, b, c, d, e, f, i, j, n, q, r, z */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(process) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "G", function() { return Dc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "K", function() { return Ac; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "L", function() { return z; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "U", function() { return Tc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "W", function() { return Sc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "X", function() { return Lc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Y", function() { return Cc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Z", function() { return qa; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Rc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return Uc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return Ua; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return Gc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return Mc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return Bc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return Fc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return xc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return Ys; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return Ec; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return jc; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return X; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.typed-array.uint8-array.js */ "./node_modules/core-js/modules/es.typed-array.uint8-array.js"); /* harmony import */ var core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.typed-array.copy-within.js */ "./node_modules/core-js/modules/es.typed-array.copy-within.js"); /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.typed-array.every.js */ "./node_modules/core-js/modules/es.typed-array.every.js"); /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.typed-array.fill.js */ "./node_modules/core-js/modules/es.typed-array.fill.js"); /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.typed-array.filter.js */ "./node_modules/core-js/modules/es.typed-array.filter.js"); /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.typed-array.find.js */ "./node_modules/core-js/modules/es.typed-array.find.js"); /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.typed-array.find-index.js */ "./node_modules/core-js/modules/es.typed-array.find-index.js"); /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.typed-array.for-each.js */ "./node_modules/core-js/modules/es.typed-array.for-each.js"); /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.typed-array.includes.js */ "./node_modules/core-js/modules/es.typed-array.includes.js"); /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.typed-array.index-of.js */ "./node_modules/core-js/modules/es.typed-array.index-of.js"); /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! core-js/modules/es.typed-array.iterator.js */ "./node_modules/core-js/modules/es.typed-array.iterator.js"); /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_13__); /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! core-js/modules/es.typed-array.join.js */ "./node_modules/core-js/modules/es.typed-array.join.js"); /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_14__); /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! core-js/modules/es.typed-array.last-index-of.js */ "./node_modules/core-js/modules/es.typed-array.last-index-of.js"); /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_15__); /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! core-js/modules/es.typed-array.map.js */ "./node_modules/core-js/modules/es.typed-array.map.js"); /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_16__); /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! core-js/modules/es.typed-array.reduce.js */ "./node_modules/core-js/modules/es.typed-array.reduce.js"); /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_17__); /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! core-js/modules/es.typed-array.reduce-right.js */ "./node_modules/core-js/modules/es.typed-array.reduce-right.js"); /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_18__); /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! core-js/modules/es.typed-array.reverse.js */ "./node_modules/core-js/modules/es.typed-array.reverse.js"); /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_19__); /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! core-js/modules/es.typed-array.set.js */ "./node_modules/core-js/modules/es.typed-array.set.js"); /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_20__); /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! core-js/modules/es.typed-array.slice.js */ "./node_modules/core-js/modules/es.typed-array.slice.js"); /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_21__); /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! core-js/modules/es.typed-array.some.js */ "./node_modules/core-js/modules/es.typed-array.some.js"); /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_22__); /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! core-js/modules/es.typed-array.sort.js */ "./node_modules/core-js/modules/es.typed-array.sort.js"); /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_23__); /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! core-js/modules/es.typed-array.subarray.js */ "./node_modules/core-js/modules/es.typed-array.subarray.js"); /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_24__); /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! core-js/modules/es.typed-array.to-locale-string.js */ "./node_modules/core-js/modules/es.typed-array.to-locale-string.js"); /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_25__); /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! core-js/modules/es.typed-array.to-string.js */ "./node_modules/core-js/modules/es.typed-array.to-string.js"); /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_26__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_27__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_28__); /* harmony import */ var core_js_modules_web_url_to_json_js__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! core-js/modules/web.url.to-json.js */ "./node_modules/core-js/modules/web.url.to-json.js"); /* harmony import */ var core_js_modules_web_url_to_json_js__WEBPACK_IMPORTED_MODULE_29___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_url_to_json_js__WEBPACK_IMPORTED_MODULE_29__); /* harmony import */ var core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! core-js/modules/es.string.pad-start.js */ "./node_modules/core-js/modules/es.string.pad-start.js"); /* harmony import */ var core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_30___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_30__); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_31___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_31__); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_32___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_32__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_33___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_33__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_34___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_34__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_35___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_35__); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js"); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_36___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_36__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_37___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_37__); /* harmony import */ var core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! core-js/modules/es.regexp.constructor.js */ "./node_modules/core-js/modules/es.regexp.constructor.js"); /* harmony import */ var core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_38___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_constructor_js__WEBPACK_IMPORTED_MODULE_38__); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_39___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_39__); /* harmony import */ var core_js_modules_es_number_is_integer_js__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! core-js/modules/es.number.is-integer.js */ "./node_modules/core-js/modules/es.number.is-integer.js"); /* harmony import */ var core_js_modules_es_number_is_integer_js__WEBPACK_IMPORTED_MODULE_40___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_is_integer_js__WEBPACK_IMPORTED_MODULE_40__); /* harmony import */ var core_js_modules_es_number_max_safe_integer_js__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! core-js/modules/es.number.max-safe-integer.js */ "./node_modules/core-js/modules/es.number.max-safe-integer.js"); /* harmony import */ var core_js_modules_es_number_max_safe_integer_js__WEBPACK_IMPORTED_MODULE_41___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_max_safe_integer_js__WEBPACK_IMPORTED_MODULE_41__); /* harmony import */ var core_js_modules_es_number_min_safe_integer_js__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! core-js/modules/es.number.min-safe-integer.js */ "./node_modules/core-js/modules/es.number.min-safe-integer.js"); /* harmony import */ var core_js_modules_es_number_min_safe_integer_js__WEBPACK_IMPORTED_MODULE_42___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_min_safe_integer_js__WEBPACK_IMPORTED_MODULE_42__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_43___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_43__); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_44___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_44__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_45__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_45___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_45__); /* harmony import */ var core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_46__ = __webpack_require__(/*! core-js/modules/es.map.js */ "./node_modules/core-js/modules/es.map.js"); /* harmony import */ var core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_46___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_map_js__WEBPACK_IMPORTED_MODULE_46__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_47__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_47___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_47__); /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_48__ = __webpack_require__(/*! core-js/modules/es.object.entries.js */ "./node_modules/core-js/modules/es.object.entries.js"); /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_48___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_48__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_49__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_49___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_49__); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_50__ = __webpack_require__(/*! core-js/modules/es.string.match.js */ "./node_modules/core-js/modules/es.string.match.js"); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_50___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_50__); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_51__ = __webpack_require__(/*! core-js/modules/es.array.splice.js */ "./node_modules/core-js/modules/es.array.splice.js"); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_51___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_51__); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_52__ = __webpack_require__(/*! core-js/modules/es.object.values.js */ "./node_modules/core-js/modules/es.object.values.js"); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_52___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_52__); /* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_53__ = __webpack_require__(/*! core-js/modules/es.set.js */ "./node_modules/core-js/modules/es.set.js"); /* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_53___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_53__); /* harmony import */ var core_js_modules_es_array_find_index_js__WEBPACK_IMPORTED_MODULE_54__ = __webpack_require__(/*! core-js/modules/es.array.find-index.js */ "./node_modules/core-js/modules/es.array.find-index.js"); /* harmony import */ var core_js_modules_es_array_find_index_js__WEBPACK_IMPORTED_MODULE_54___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_index_js__WEBPACK_IMPORTED_MODULE_54__); /* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_55__ = __webpack_require__(/*! core-js/modules/es.object.get-prototype-of.js */ "./node_modules/core-js/modules/es.object.get-prototype-of.js"); /* harmony import */ var core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_55___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_prototype_of_js__WEBPACK_IMPORTED_MODULE_55__); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_56__ = __webpack_require__(/*! core-js/modules/es.string.search.js */ "./node_modules/core-js/modules/es.string.search.js"); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_56___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_56__); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_57__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ "./node_modules/core-js/modules/es.array.includes.js"); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_57___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_57__); /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_58__ = __webpack_require__(/*! core-js/modules/es.string.includes.js */ "./node_modules/core-js/modules/es.string.includes.js"); /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_58___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_58__); /* harmony import */ var core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_59__ = __webpack_require__(/*! core-js/modules/es.array-buffer.constructor.js */ "./node_modules/core-js/modules/es.array-buffer.constructor.js"); /* harmony import */ var core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_59___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_buffer_constructor_js__WEBPACK_IMPORTED_MODULE_59__); /* harmony import */ var _firebase_logger__WEBPACK_IMPORTED_MODULE_60__ = __webpack_require__(/*! @firebase/logger */ "../CORE_FW/models/node_modules/@firebase/logger/dist/index.esm.js"); /* harmony import */ var _firebase_util__WEBPACK_IMPORTED_MODULE_61__ = __webpack_require__(/*! @firebase/util */ "../CORE_FW/models/node_modules/@firebase/util/dist/index.esm.js"); /* harmony import */ var _firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__ = __webpack_require__(/*! @firebase/webchannel-wrapper */ "../CORE_FW/models/node_modules/@firebase/webchannel-wrapper/dist/index.esm.js"); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_63__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Converts a Base64 encoded string to a binary string. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var I=new _firebase_logger__WEBPACK_IMPORTED_MODULE_60__["Logger"]("@firebase/firestore");// Helper methods are needed because variables can't be exported as read/write function _(){return I.logLevel;}/** * Sets the verbosity of Cloud Firestore logs (debug, error, or silent). * * @param logLevel - The verbosity you set for activity and error logging. Can * be any of the following values: * * <ul> * <li>`debug` for the most verbose logging level, primarily for * debugging.</li> * <li>`error` to log errors only.</li> * <li><code>`silent` to turn off logging.</li> * </ul> */function E(t){for(var n=[],r=1;r<arguments.length;r++){n[r-1]=arguments[r];}if(I.logLevel<=_firebase_logger__WEBPACK_IMPORTED_MODULE_60__["LogLevel"].DEBUG){var i=n.map(A);I.debug.apply(I,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])(["Firestore (8.2.1): "+t],i));}}function T(t){for(var n=[],r=1;r<arguments.length;r++){n[r-1]=arguments[r];}if(I.logLevel<=_firebase_logger__WEBPACK_IMPORTED_MODULE_60__["LogLevel"].ERROR){var i=n.map(A);I.error.apply(I,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])(["Firestore (8.2.1): "+t],i));}}function N(t){for(var n=[],r=1;r<arguments.length;r++){n[r-1]=arguments[r];}if(I.logLevel<=_firebase_logger__WEBPACK_IMPORTED_MODULE_60__["LogLevel"].WARN){var i=n.map(A);I.warn.apply(I,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])(["Firestore (8.2.1): "+t],i));}}/** * Converts an additional log parameter to a string representation. */function A(t){if("string"==typeof t)return t;try{return e=t,JSON.stringify(e);}catch(e){// Converting to JSON failed, just log the object directly return t;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Formats an object as a JSON string, suitable for logging. */var e;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Unconditionally fails, throwing an Error with the given message. * Messages are stripped in production builds. * * Returns `never` and can be used in expressions: * @example * let futureVar = fail('not implemented yet'); */function S(t){void 0===t&&(t="Unexpected state");// Log the failure in addition to throw an exception, just in case the // exception is swallowed. var e="FIRESTORE (8.2.1) INTERNAL ASSERTION FAILED: "+t;// NOTE: We don't use FirestoreError here because these are internal failures // that cannot be handled by the user. (Also it would create a circular // dependency between the error and assert modules which doesn't work.) throw T(e),new Error(e)/** * Fails if the given assertion condition is false, throwing an Error with the * given message if it did. * * Messages are stripped in production builds. */;}function x(t,e){t||S();}/** * Casts `obj` to `T`. In non-production builds, verifies that `obj` is an * instance of `T` before casting. */function D(t,// eslint-disable-next-line @typescript-eslint/no-explicit-any e){return t;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Generates `nBytes` of random bytes. * * If `nBytes < 0` , an error will be thrown. */function k(t){// Polyfills for IE and WebWorker by using `self` and `msCrypto` when `crypto` is not available. var e=// eslint-disable-next-line @typescript-eslint/no-explicit-any "undefined"!=typeof self&&(self.crypto||self.msCrypto),n=new Uint8Array(t);if(e&&"function"==typeof e.getRandomValues)e.getRandomValues(n);else// Falls back to Math.random for(var r=0;r<t;r++){n[r]=Math.floor(256*Math.random());}return n;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var O=/** @class */function(){function t(){}return t.t=function(){for(// Alphanumeric characters var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",e=Math.floor(256/t.length)*t.length,n=""// The largest byte value that is a multiple of `char.length`. ;n.length<20;){for(var r=k(40),i=0;i<r.length;++i){// Only accept values that are [0, maxMultiple), this ensures they can // be evenly mapped to indices of `chars` via a modulo operation. n.length<20&&r[i]<e&&(n+=t.charAt(r[i]%t.length));}}return n;},t;}();function P(t,e){return t<e?-1:t>e?1:0;}/** Helper to compare arrays using isEqual(). */function C(t,e,n){return t.length===e.length&&t.every(function(t,r){return n(t,e[r]);});}/** * Returns the immediate lexicographically-following string. This is useful to * construct an inclusive range for indexeddb iterators. */function L(t){// Return the input string, with an additional NUL byte appended. return t+"\0";}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Immutable class that represents a "proto" byte string. * * Proto byte strings can either be Base64-encoded strings or Uint8Arrays when * sent on the wire. This class abstracts away this differentiation by holding * the proto byte string in a common class that must be converted into a string * before being sent as a proto. */var R=/** @class */function(){function t(t){this.i=t;}return t.fromBase64String=function(e){return new t(atob(e));},t.fromUint8Array=function(e){return new t(/** * Helper function to convert an Uint8array to a binary string. */function(t){for(var e="",n=0;n<t.length;++n){e+=String.fromCharCode(t[n]);}return e;}(e));},t.prototype.toBase64=function(){return t=this.i,btoa(t);/** Converts a binary string to a Base64 encoded string. */var t;/** True if and only if the Base64 conversion functions are available. */},t.prototype.toUint8Array=function(){return function(t){for(var e=new Uint8Array(t.length),n=0;n<t.length;n++){e[n]=t.charCodeAt(n);}return e;}(this.i);},t.prototype.o=function(){return 2*this.i.length;},t.prototype.u=function(t){return P(this.i,t.i);},t.prototype.isEqual=function(t){return this.i===t.i;},t;}();R.h=new R("");var V={// Causes are copied from: // https://github.com/grpc/grpc/blob/bceec94ea4fc5f0085d81235d8e1c06798dc341a/include/grpc%2B%2B/impl/codegen/status_code_enum.h /** Not an error; returned on success. */OK:"ok",/** The operation was cancelled (typically by the caller). */CANCELLED:"cancelled",/** Unknown error or an error from a different error domain. */UNKNOWN:"unknown",/** * Client specified an invalid argument. Note that this differs from * FAILED_PRECONDITION. INVALID_ARGUMENT indicates arguments that are * problematic regardless of the state of the system (e.g., a malformed file * name). */INVALID_ARGUMENT:"invalid-argument",/** * Deadline expired before operation could complete. For operations that * change the state of the system, this error may be returned even if the * operation has completed successfully. For example, a successful response * from a server could have been delayed long enough for the deadline to * expire. */DEADLINE_EXCEEDED:"deadline-exceeded",/** Some requested entity (e.g., file or directory) was not found. */NOT_FOUND:"not-found",/** * Some entity that we attempted to create (e.g., file or directory) already * exists. */ALREADY_EXISTS:"already-exists",/** * The caller does not have permission to execute the specified operation. * PERMISSION_DENIED must not be used for rejections caused by exhausting * some resource (use RESOURCE_EXHAUSTED instead for those errors). * PERMISSION_DENIED must not be used if the caller can not be identified * (use UNAUTHENTICATED instead for those errors). */PERMISSION_DENIED:"permission-denied",/** * The request does not have valid authentication credentials for the * operation. */UNAUTHENTICATED:"unauthenticated",/** * Some resource has been exhausted, perhaps a per-user quota, or perhaps the * entire file system is out of space. */RESOURCE_EXHAUSTED:"resource-exhausted",/** * Operation was rejected because the system is not in a state required for * the operation's execution. For example, directory to be deleted may be * non-empty, an rmdir operation is applied to a non-directory, etc. * * A litmus test that may help a service implementor in deciding * between FAILED_PRECONDITION, ABORTED, and UNAVAILABLE: * (a) Use UNAVAILABLE if the client can retry just the failing call. * (b) Use ABORTED if the client should retry at a higher-level * (e.g., restarting a read-modify-write sequence). * (c) Use FAILED_PRECONDITION if the client should not retry until * the system state has been explicitly fixed. E.g., if an "rmdir" * fails because the directory is non-empty, FAILED_PRECONDITION * should be returned since the client should not retry unless * they have first fixed up the directory by deleting files from it. * (d) Use FAILED_PRECONDITION if the client performs conditional * REST Get/Update/Delete on a resource and the resource on the * server does not match the condition. E.g., conflicting * read-modify-write on the same resource. */FAILED_PRECONDITION:"failed-precondition",/** * The operation was aborted, typically due to a concurrency issue like * sequencer check failures, transaction aborts, etc. * * See litmus test above for deciding between FAILED_PRECONDITION, ABORTED, * and UNAVAILABLE. */ABORTED:"aborted",/** * Operation was attempted past the valid range. E.g., seeking or reading * past end of file. * * Unlike INVALID_ARGUMENT, this error indicates a problem that may be fixed * if the system state changes. For example, a 32-bit file system will * generate INVALID_ARGUMENT if asked to read at an offset that is not in the * range [0,2^32-1], but it will generate OUT_OF_RANGE if asked to read from * an offset past the current file size. * * There is a fair bit of overlap between FAILED_PRECONDITION and * OUT_OF_RANGE. We recommend using OUT_OF_RANGE (the more specific error) * when it applies so that callers who are iterating through a space can * easily look for an OUT_OF_RANGE error to detect when they are done. */OUT_OF_RANGE:"out-of-range",/** Operation is not implemented or not supported/enabled in this service. */UNIMPLEMENTED:"unimplemented",/** * Internal errors. Means some invariants expected by underlying System has * been broken. If you see one of these errors, Something is very broken. */INTERNAL:"internal",/** * The service is currently unavailable. This is a most likely a transient * condition and may be corrected by retrying with a backoff. * * See litmus test above for deciding between FAILED_PRECONDITION, ABORTED, * and UNAVAILABLE. */UNAVAILABLE:"unavailable",/** Unrecoverable data loss or corruption. */DATA_LOSS:"data-loss"},M=/** @class */function(t){/** @hideconstructor */function e(e,n){var r=this;return(r=t.call(this,n)||this).code=e,r.message=n,r.name="FirebaseError",// HACK: We write a toString property directly because Error is not a real // class and so inheritance does not work correctly. We could alternatively // do the same "back-door inheritance" trick that FirebaseError does. r.toString=function(){return r.name+": [code="+r.code+"]: "+r.message;},r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(Error),U=/** @class */function(){/** @hideconstructor */function t(t){this.l=t;}/** * Creates a new `Bytes` object from the given Base64 string, converting it to * bytes. * * @param base64 - The Base64 string used to create the `Bytes` object. */return t.fromBase64String=function(e){try{return new t(R.fromBase64String(e));}catch(e){throw new M(V.INVALID_ARGUMENT,"Failed to construct data from Base64 string: "+e);}},/** * Creates a new `Bytes` object from the given Uint8Array. * * @param array - The Uint8Array used to create the `Bytes` object. */t.fromUint8Array=function(e){return new t(R.fromUint8Array(e));},/** * Returns the underlying bytes as a Base64-encoded string. * * @returns The Base64-encoded string created from the `Bytes` object. */t.prototype.toBase64=function(){return this.l.toBase64();},/** * Returns the underlying bytes in a new `Uint8Array`. * * @returns The Uint8Array created from the `Bytes` object. */t.prototype.toUint8Array=function(){return this.l.toUint8Array();},/** * Returns a string representation of the `Bytes` object. * * @returns A string representation of the `Bytes` object. */t.prototype.toString=function(){return"Bytes(base64: "+this.toBase64()+")";},/** * Returns true if this `Bytes` object is equal to the provided one. * * @param other - The `Bytes` object to compare against. * @returns true if this `Bytes` object is equal to the provided one. */t.prototype.isEqual=function(t){return this.l.isEqual(t.l);},t;}(),q=function q(t){this._=t;};/** An error returned by a Firestore operation. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Helper function to assert Uint8Array is available at runtime. */function F(){if("undefined"==typeof Uint8Array)throw new M(V.UNIMPLEMENTED,"Uint8Arrays are not available in this environment.");}/** Helper function to assert Base64 functions are available at runtime. */function j(){if("undefined"==typeof atob)throw new M(V.UNIMPLEMENTED,"Blobs are unavailable in Firestore in this environment.");}/** Immutable class holding a blob (binary data) */var z=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.fromBase64String=function(t){return j(),new e(U.fromBase64String(t));},e.fromUint8Array=function(t){return F(),new e(U.fromUint8Array(t));},e.prototype.toBase64=function(){return j(),this._.toBase64();},e.prototype.toUint8Array=function(){return F(),this._.toUint8Array();},e.prototype.isEqual=function(t){return this._.isEqual(t._);},e.prototype.toString=function(){return"Blob(base64: "+this.toBase64()+")";},e;}(q),G=/** * Constructs a DatabaseInfo using the provided host, databaseId and * persistenceKey. * * @param databaseId - The database to use. * @param persistenceKey - A unique identifier for this Firestore's local * storage (used in conjunction with the databaseId). * @param host - The Firestore backend host to connect to. * @param ssl - Whether to use SSL when connecting. * @param forceLongPolling - Whether to use the forceLongPolling option * when using WebChannel as the network transport. * @param autoDetectLongPolling - Whether to use the detectBufferingProxy * option when using WebChannel as the network transport. */function G(t,e,n,r,i,o){this.T=t,this.persistenceKey=e,this.host=n,this.ssl=r,this.forceLongPolling=i,this.I=o;},B=/** @class */function(){function t(t,e){this.projectId=t,this.database=e||"(default)";}return Object.defineProperty(t.prototype,"m",{get:function get(){return"(default)"===this.database;},enumerable:!1,configurable:!0}),t.prototype.isEqual=function(e){return e instanceof t&&e.projectId===this.projectId&&e.database===this.database;},t;}(),K=/** @class */function(){function t(t){this.uid=t;}return t.prototype.A=function(){return null!=this.uid;},/** * Returns a key representing this user, suitable for inclusion in a * dictionary. */t.prototype.R=function(){return this.A()?"uid:"+this.uid:"anonymous-user";},t.prototype.isEqual=function(t){return t.uid===this.uid;},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** A user with a null UID. */K.UNAUTHENTICATED=new K(null),// TODO(mikelehen): Look into getting a proper uid-equivalent for // non-FirebaseAuth providers. K.P=new K("google-credentials-uid"),K.g=new K("first-party-uid");/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var H=function H(t,e){this.user=e,this.type="OAuth",this.V={},// Set the headers using Object Literal notation to avoid minification this.V.Authorization="Bearer "+t;},J=/** @class */function(){function t(){/** * Stores the listener registered with setChangeListener() * This isn't actually necessary since the UID never changes, but we use this * to verify the listen contract is adhered to in tests. */this.p=null;}return t.prototype.getToken=function(){return Promise.resolve(null);},t.prototype.v=function(){},t.prototype.S=function(t){this.p=t,// Fire with initial user. t(K.UNAUTHENTICATED);},t.prototype.D=function(){this.p=null;},t;}(),W=/** @class */function(){function t(t){var e=this;/** * The auth token listener registered with FirebaseApp, retained here so we * can unregister it. */this.C=null,/** Tracks the current User. */this.currentUser=K.UNAUTHENTICATED,this.N=!1,/** * Counter used to detect if the token changed while a getToken request was * outstanding. */this.F=0,/** The listener registered with setChangeListener(). */this.p=null,this.forceRefresh=!1,this.C=function(){e.F++,e.currentUser=e.O(),e.N=!0,e.p&&e.p(e.currentUser);},this.F=0,this.auth=t.getImmediate({optional:!0}),this.auth?this.auth.addAuthTokenListener(this.C):(// if auth is not available, invoke tokenListener once with null token this.C(null),t.get().then(function(t){e.auth=t,e.C&&// tokenListener can be removed by removeChangeListener() e.auth.addAuthTokenListener(e.C);},function(){}));}return t.prototype.getToken=function(){var t=this,e=this.F,n=this.forceRefresh;// Take note of the current value of the tokenCounter so that this method // can fail (with an ABORTED error) if there is a token change while the // request is outstanding. return this.forceRefresh=!1,this.auth?this.auth.getToken(n).then(function(n){// Cancel the request since the token changed while the request was // outstanding so the response is potentially for a previous user (which // user, we can't be sure). return t.F!==e?(E("FirebaseCredentialsProvider","getToken aborted due to token change."),t.getToken()):n?(x("string"==typeof n.accessToken),new H(n.accessToken,t.currentUser)):null;}):Promise.resolve(null);},t.prototype.v=function(){this.forceRefresh=!0;},t.prototype.S=function(t){this.p=t,// Fire the initial event this.N&&t(this.currentUser);},t.prototype.D=function(){this.auth&&this.auth.removeAuthTokenListener(this.C),this.C=null,this.p=null;},// Auth.getUid() can return null even with a user logged in. It is because // getUid() is synchronous, but the auth code populating Uid is asynchronous. // This method should only be called in the AuthTokenListener callback // to guarantee to get the actual user. t.prototype.O=function(){var t=this.auth&&this.auth.getUid();return x(null===t||"string"==typeof t),new K(t);},t;}(),Q=/** @class */function(){function t(t,e){this.k=t,this.M=e,this.type="FirstParty",this.user=K.g;}return Object.defineProperty(t.prototype,"V",{get:function get(){var t={"X-Goog-AuthUser":this.M},e=this.k.auth.getAuthHeaderValueForFirstParty([]);// Use array notation to prevent minification return e&&(t.Authorization=e),t;},enumerable:!1,configurable:!0}),t;}(),Y=/** @class */function(){function t(t,e){this.k=t,this.M=e;}return t.prototype.getToken=function(){return Promise.resolve(new Q(this.k,this.M));},t.prototype.S=function(t){// Fire with initial uid. t(K.g);},t.prototype.D=function(){},t.prototype.v=function(){},t;}(),$=/** @class */function(){function t(t,e){var n=this;this.previousValue=t,e&&(e.L=function(t){return n.$(t);},this.B=function(t){return e.q(t);});}return t.prototype.$=function(t){return this.previousValue=Math.max(t,this.previousValue),this.previousValue;},t.prototype.next=function(){var t=++this.previousValue;return this.B&&this.B(t),t;},t;}();/** A CredentialsProvider that always yields an empty token. */$.U=-1;/** * A `Timestamp` represents a point in time independent of any time zone or * calendar, represented as seconds and fractions of seconds at nanosecond * resolution in UTC Epoch time. * * It is encoded using the Proleptic Gregorian Calendar which extends the * Gregorian calendar backwards to year one. It is encoded assuming all minutes * are 60 seconds long, i.e. leap seconds are "smeared" so that no leap second * table is needed for interpretation. Range is from 0001-01-01T00:00:00Z to * 9999-12-31T23:59:59.999999999Z. * * @see https://github.com/google/protobuf/blob/master/src/google/protobuf/timestamp.proto */var X=/** @class */function(){/** * Creates a new timestamp. * * @param seconds - The number of seconds of UTC time since Unix epoch * 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to * 9999-12-31T23:59:59Z inclusive. * @param nanoseconds - The non-negative fractions of a second at nanosecond * resolution. Negative second values with fractions must still have * non-negative nanoseconds values that count forward in time. Must be * from 0 to 999,999,999 inclusive. */function t(t,e){if(this.seconds=t,this.nanoseconds=e,e<0)throw new M(V.INVALID_ARGUMENT,"Timestamp nanoseconds out of range: "+e);if(e>=1e9)throw new M(V.INVALID_ARGUMENT,"Timestamp nanoseconds out of range: "+e);if(t<-62135596800)throw new M(V.INVALID_ARGUMENT,"Timestamp seconds out of range: "+t);// This will break in the year 10,000. if(t>=253402300800)throw new M(V.INVALID_ARGUMENT,"Timestamp seconds out of range: "+t);}/** * Creates a new timestamp with the current date, with millisecond precision. * * @returns a new timestamp representing the current date. */return t.now=function(){return t.fromMillis(Date.now());},/** * Creates a new timestamp from the given date. * * @param date - The date to initialize the `Timestamp` from. * @returns A new `Timestamp` representing the same point in time as the given * date. */t.fromDate=function(e){return t.fromMillis(e.getTime());},/** * Creates a new timestamp from the given number of milliseconds. * * @param milliseconds - Number of milliseconds since Unix epoch * 1970-01-01T00:00:00Z. * @returns A new `Timestamp` representing the same point in time as the given * number of milliseconds. */t.fromMillis=function(e){var n=Math.floor(e/1e3);return new t(n,1e6*(e-1e3*n));},/** * Converts a `Timestamp` to a JavaScript `Date` object. This conversion causes * a loss of precision since `Date` objects only support millisecond precision. * * @returns JavaScript `Date` object representing the same point in time as * this `Timestamp`, with millisecond precision. */t.prototype.toDate=function(){return new Date(this.toMillis());},/** * Converts a `Timestamp` to a numeric timestamp (in milliseconds since * epoch). This operation causes a loss of precision. * * @returns The point in time corresponding to this timestamp, represented as * the number of milliseconds since Unix epoch 1970-01-01T00:00:00Z. */t.prototype.toMillis=function(){return 1e3*this.seconds+this.nanoseconds/1e6;},t.prototype.K=function(t){return this.seconds===t.seconds?P(this.nanoseconds,t.nanoseconds):P(this.seconds,t.seconds);},/** * Returns true if this `Timestamp` is equal to the provided one. * * @param other - The `Timestamp` to compare against. * @returns true if this `Timestamp` is equal to the provided one. */t.prototype.isEqual=function(t){return t.seconds===this.seconds&&t.nanoseconds===this.nanoseconds;},t.prototype.toString=function(){return"Timestamp(seconds="+this.seconds+", nanoseconds="+this.nanoseconds+")";},t.prototype.toJSON=function(){return{seconds:this.seconds,nanoseconds:this.nanoseconds};},/** * Converts this object to a primitive string, which allows Timestamp objects to be compared * using the `>`, `<=`, `>=` and `>` operators. */t.prototype.valueOf=function(){// This method returns a string of the form <seconds>.<nanoseconds> where <seconds> is // translated to have a non-negative value and both <seconds> and <nanoseconds> are left-padded // with zeroes to be a consistent length. Strings with this format then have a lexiographical // ordering that matches the expected ordering. The <seconds> translation is done to avoid // having a leading negative sign (i.e. a leading '-' character) in its string representation, // which would affect its lexiographical ordering. var t=this.seconds- -62135596800;// Note: Up to 12 decimal digits are required to represent all valid 'seconds' values. return String(t).padStart(12,"0")+"."+String(this.nanoseconds).padStart(9,"0");},t;}(),Z=/** @class */function(){function t(t){this.timestamp=t;}return t.W=function(e){return new t(e);},t.min=function(){return new t(new X(0,0));},t.prototype.u=function(t){return this.timestamp.K(t.timestamp);},t.prototype.isEqual=function(t){return this.timestamp.isEqual(t.timestamp);},/** Returns a number representation of the version for use in spec tests. */t.prototype.j=function(){// Convert to microseconds. return 1e6*this.timestamp.seconds+this.timestamp.nanoseconds/1e3;},t.prototype.toString=function(){return"SnapshotVersion("+this.timestamp.toString()+")";},t.prototype.G=function(){return this.timestamp;},t;}(),tt=/** @class */function(){function t(t,e,n){void 0===e?e=0:e>t.length&&S(),void 0===n?n=t.length-e:n>t.length-e&&S(),this.segments=t,this.offset=e,this.H=n;}return Object.defineProperty(t.prototype,"length",{get:function get(){return this.H;},enumerable:!1,configurable:!0}),t.prototype.isEqual=function(e){return 0===t.J(this,e);},t.prototype.child=function(e){var n=this.segments.slice(this.offset,this.limit());return e instanceof t?e.forEach(function(t){n.push(t);}):n.push(e),this.Y(n);},/** The index of one past the last segment of the path. */t.prototype.limit=function(){return this.offset+this.length;},t.prototype.X=function(t){return t=void 0===t?1:t,this.Y(this.segments,this.offset+t,this.length-t);},t.prototype.Z=function(){return this.Y(this.segments,this.offset,this.length-1);},t.prototype.tt=function(){return this.segments[this.offset];},t.prototype.et=function(){return this.get(this.length-1);},t.prototype.get=function(t){return this.segments[this.offset+t];},t.prototype.nt=function(){return 0===this.length;},t.prototype.st=function(t){if(t.length<this.length)return!1;for(var e=0;e<this.length;e++){if(this.get(e)!==t.get(e))return!1;}return!0;},t.prototype.it=function(t){if(this.length+1!==t.length)return!1;for(var e=0;e<this.length;e++){if(this.get(e)!==t.get(e))return!1;}return!0;},t.prototype.forEach=function(t){for(var e=this.offset,n=this.limit();e<n;e++){t(this.segments[e]);}},t.prototype.rt=function(){return this.segments.slice(this.offset,this.limit());},t.J=function(t,e){for(var n=Math.min(t.length,e.length),r=0;r<n;r++){var i=t.get(r),o=e.get(r);if(i<o)return-1;if(i>o)return 1;}return t.length<e.length?-1:t.length>e.length?1:0;},t;}(),et=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Y=function(t,n,r){return new e(t,n,r);},e.prototype.ot=function(){// NOTE: The client is ignorant of any path segments containing escape // sequences (e.g. __id123__) and just passes them through raw (they exist // for legacy reasons and should not be used frequently). return this.rt().join("/");},e.prototype.toString=function(){return this.ot();},/** * Creates a resource path from the given slash-delimited string. If multiple * arguments are provided, all components are combined. Leading and trailing * slashes from all components are ignored. */e.ct=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}// NOTE: The client is ignorant of any path segments containing escape // sequences (e.g. __id123__) and just passes them through raw (they exist // for legacy reasons and should not be used frequently). for(var r=[],i=0,o=t;i<o.length;i++){var u=o[i];if(u.indexOf("//")>=0)throw new M(V.INVALID_ARGUMENT,"Invalid segment ("+u+"). Paths must not contain // in them.");// Strip leading and traling slashed. r.push.apply(r,u.split("/").filter(function(t){return t.length>0;}));}return new e(r);},e.at=function(){return new e([]);},e;}(tt),nt=/^[_a-zA-Z][_a-zA-Z0-9]*$/,rt=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Y=function(t,n,r){return new e(t,n,r);},/** * Returns true if the string could be used as a segment in a field path * without escaping. */e.ut=function(t){return nt.test(t);},e.prototype.ot=function(){return this.rt().map(function(t){return t=t.replace(/\\/g,"\\\\").replace(/`/g,"\\`"),e.ut(t)||(t="`"+t+"`"),t;}).join(".");},e.prototype.toString=function(){return this.ot();},/** * Returns true if this field references the key of a document. */e.prototype.ht=function(){return 1===this.length&&"__name__"===this.get(0);},/** * The field designating the key of a document. */e.lt=function(){return new e(["__name__"]);},/** * Parses a field string from the given server-formatted string. * * - Splitting the empty string is not allowed (for now at least). * - Empty segments within the string (e.g. if there are two consecutive * separators) are not allowed. * * TODO(b/37244157): we should make this more strict. Right now, it allows * non-identifier path components, even if they aren't escaped. */e._t=function(t){for(var n=[],r="",i=0,o=function o(){if(0===r.length)throw new M(V.INVALID_ARGUMENT,"Invalid field path ("+t+"). Paths must not be empty, begin with '.', end with '.', or contain '..'");n.push(r),r="";},u=!1;i<t.length;){var s=t[i];if("\\"===s){if(i+1===t.length)throw new M(V.INVALID_ARGUMENT,"Path has trailing escape character: "+t);var a=t[i+1];if("\\"!==a&&"."!==a&&"`"!==a)throw new M(V.INVALID_ARGUMENT,"Path has invalid escape sequence: "+t);r+=a,i+=2;}else"`"===s?(u=!u,i++):"."!==s||u?(r+=s,i++):(o(),i++);}if(o(),u)throw new M(V.INVALID_ARGUMENT,"Unterminated ` in path: "+t);return new e(n);},e.at=function(){return new e([]);},e;}(tt),it=/** @class */function(){function t(t){this.path=t;}return t.ft=function(e){return new t(et.ct(e));},t.dt=function(e){return new t(et.ct(e).X(5));},/** Returns true if the document is in the specified collectionId. */t.prototype.wt=function(t){return this.path.length>=2&&this.path.get(this.path.length-2)===t;},t.prototype.isEqual=function(t){return null!==t&&0===et.J(this.path,t.path);},t.prototype.toString=function(){return this.path.toString();},t.J=function(t,e){return et.J(t.path,e.path);},t.Et=function(t){return t.length%2==0;},/** * Creates and returns a new document key with the given segments. * * @param segments - The segments of the path to the document * @returns A new instance of DocumentKey */t.Tt=function(e){return new t(new et(e.slice()));},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A version of a document in Firestore. This corresponds to the version * timestamp, such as update_time or read_time. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function ot(t){var e=0;for(var n in t){Object.prototype.hasOwnProperty.call(t,n)&&e++;}return e;}function ut(t,e){for(var n in t){Object.prototype.hasOwnProperty.call(t,n)&&e(n,t[n]);}}function st(t){for(var e in t){if(Object.prototype.hasOwnProperty.call(t,e))return!1;}return!0;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Provides a set of fields that can be used to partially patch a document. * FieldMask is used in conjunction with ObjectValue. * Examples: * foo - Overwrites foo entirely with the provided value. If foo is not * present in the companion ObjectValue, the field is deleted. * foo.bar - Overwrites only the field bar of the object foo. * If foo is not an object, foo is replaced with an object * containing foo */var at=/** @class */function(){function t(t){this.fields=t,// TODO(dimond): validation of FieldMask // Sort the field mask to support `FieldMask.isEqual()` and assert below. t.sort(rt.J)/** * Verifies that `fieldPath` is included by at least one field in this field * mask. * * This is an O(n) operation, where `n` is the size of the field mask. */;}return t.prototype.It=function(t){for(var e=0,n=this.fields;e<n.length;e++){if(n[e].st(t))return!0;}return!1;},t.prototype.isEqual=function(t){return C(this.fields,t.fields,function(t,e){return t.isEqual(e);});},t;}(),ct=new RegExp(/^\d{4}-\d\d-\d\dT\d\d:\d\d:\d\d(?:\.(\d+))?Z$/);/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // A RegExp matching ISO 8601 UTC timestamps with optional fraction. /** * Converts the possible Proto values for a timestamp value into a "seconds and * nanos" representation. */function ft(t){// The json interface (for the browser) will return an iso timestamp string, // while the proto js library (for node) will return a // google.protobuf.Timestamp instance. if(x(!!t),"string"==typeof t){// The date string can have higher precision (nanos) than the Date class // (millis), so we do some custom parsing here. // Parse the nanos right out of the string. var e=0,n=ct.exec(t);if(x(!!n),n[1]){// Pad the fraction out to 9 digits (nanos). var r=n[1];r=(r+"000000000").substr(0,9),e=Number(r);}// Parse the date to get the seconds. var i=new Date(t);return{seconds:Math.floor(i.getTime()/1e3),nanos:e};}return{seconds:ht(t.seconds),nanos:ht(t.nanos)};}/** * Converts the possible Proto types for numbers into a JavaScript number. * Returns 0 if the value is not numeric. */function ht(t){// TODO(bjornick): Handle int64 greater than 53 bits. return"number"==typeof t?t:"string"==typeof t?Number(t):0;}/** Converts the possible Proto types for Blobs into a ByteString. */function lt(t){return"string"==typeof t?R.fromBase64String(t):R.fromUint8Array(t);}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Represents a locally-applied ServerTimestamp. * * Server Timestamps are backed by MapValues that contain an internal field * `__type__` with a value of `server_timestamp`. The previous value and local * write time are stored in its `__previous_value__` and `__local_write_time__` * fields respectively. * * Notes: * - ServerTimestampValue instances are created as the result of applying a * TransformMutation (see TransformMutation.applyTo()). They can only exist in * the local view of a document. Therefore they do not need to be parsed or * serialized. * - When evaluated locally (e.g. for snapshot.data()), they by default * evaluate to `null`. This behavior can be configured by passing custom * FieldValueOptions to value(). * - With respect to other ServerTimestampValues, they sort by their * localWriteTime. */function pt(t){var e,n;return"server_timestamp"===(null===(n=((null===(e=null==t?void 0:t.mapValue)||void 0===e?void 0:e.fields)||{}).__type__)||void 0===n?void 0:n.stringValue);}/** * Creates a new ServerTimestamp proto value (using the internal format). */ /** * Returns the value of the field before this ServerTimestamp was set. * * Preserving the previous values allows the user to display the last resoled * value until the backend responds with the timestamp. */function dt(t){var e=t.mapValue.fields.__previous_value__;return pt(e)?dt(e):e;}/** * Returns the local time at which this timestamp was first set. */function vt(t){var e=ft(t.mapValue.fields.__local_write_time__.timestampValue);return new X(e.seconds,e.nanos);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Sentinel value that sorts before any Mutation Batch ID. */ /** * Returns whether a variable is either undefined or null. */function yt(t){return null==t;}/** Returns whether the value represents -0. */function mt(t){// Detect if the value is -0.0. Based on polyfill from // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is return 0===t&&1/t==-1/0;}/** * Returns whether a value is an integer and in the safe integer range * @param value - The value to test for being an integer and in the safe range */function gt(t){return"number"==typeof t&&Number.isInteger(t)&&!mt(t)&&t<=Number.MAX_SAFE_INTEGER&&t>=Number.MIN_SAFE_INTEGER;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Extracts the backend's type order for the provided value. */function wt(t){return"nullValue"in t?0/* NullValue */:"booleanValue"in t?1/* BooleanValue */:"integerValue"in t||"doubleValue"in t?2/* NumberValue */:"timestampValue"in t?3/* TimestampValue */:"stringValue"in t?5/* StringValue */:"bytesValue"in t?6/* BlobValue */:"referenceValue"in t?7/* RefValue */:"geoPointValue"in t?8/* GeoPointValue */:"arrayValue"in t?9/* ArrayValue */:"mapValue"in t?pt(t)?4/* ServerTimestampValue */:10/* ObjectValue */:S();}/** Tests `left` and `right` for equality based on the backend semantics. */function bt(t,e){var n=wt(t);if(n!==wt(e))return!1;switch(n){case 0/* NullValue */:return!0;case 1/* BooleanValue */:return t.booleanValue===e.booleanValue;case 4/* ServerTimestampValue */:return vt(t).isEqual(vt(e));case 3/* TimestampValue */:return function(t,e){if("string"==typeof t.timestampValue&&"string"==typeof e.timestampValue&&t.timestampValue.length===e.timestampValue.length)// Use string equality for ISO 8601 timestamps return t.timestampValue===e.timestampValue;var n=ft(t.timestampValue),r=ft(e.timestampValue);return n.seconds===r.seconds&&n.nanos===r.nanos;}(t,e);case 5/* StringValue */:return t.stringValue===e.stringValue;case 6/* BlobValue */:return function(t,e){return lt(t.bytesValue).isEqual(lt(e.bytesValue));}(t,e);case 7/* RefValue */:return t.referenceValue===e.referenceValue;case 8/* GeoPointValue */:return function(t,e){return ht(t.geoPointValue.latitude)===ht(e.geoPointValue.latitude)&&ht(t.geoPointValue.longitude)===ht(e.geoPointValue.longitude);}(t,e);case 2/* NumberValue */:return function(t,e){if("integerValue"in t&&"integerValue"in e)return ht(t.integerValue)===ht(e.integerValue);if("doubleValue"in t&&"doubleValue"in e){var n=ht(t.doubleValue),r=ht(e.doubleValue);return n===r?mt(n)===mt(r):isNaN(n)&&isNaN(r);}return!1;}(t,e);case 9/* ArrayValue */:return C(t.arrayValue.values||[],e.arrayValue.values||[],bt);case 10/* ObjectValue */:return function(t,e){var n=t.mapValue.fields||{},r=e.mapValue.fields||{};if(ot(n)!==ot(r))return!1;for(var i in n){if(n.hasOwnProperty(i)&&(void 0===r[i]||!bt(n[i],r[i])))return!1;}return!0;}(t,e);default:return S();}}function It(t,e){return void 0!==(t.values||[]).find(function(t){return bt(t,e);});}function _t(t,e){var n=wt(t),r=wt(e);if(n!==r)return P(n,r);switch(n){case 0/* NullValue */:return 0;case 1/* BooleanValue */:return P(t.booleanValue,e.booleanValue);case 2/* NumberValue */:return function(t,e){var n=ht(t.integerValue||t.doubleValue),r=ht(e.integerValue||e.doubleValue);return n<r?-1:n>r?1:n===r?0:// one or both are NaN. isNaN(n)?isNaN(r)?0:-1:1;}(t,e);case 3/* TimestampValue */:return Et(t.timestampValue,e.timestampValue);case 4/* ServerTimestampValue */:return Et(vt(t),vt(e));case 5/* StringValue */:return P(t.stringValue,e.stringValue);case 6/* BlobValue */:return function(t,e){var n=lt(t),r=lt(e);return n.u(r);}(t.bytesValue,e.bytesValue);case 7/* RefValue */:return function(t,e){for(var n=t.split("/"),r=e.split("/"),i=0;i<n.length&&i<r.length;i++){var o=P(n[i],r[i]);if(0!==o)return o;}return P(n.length,r.length);}(t.referenceValue,e.referenceValue);case 8/* GeoPointValue */:return function(t,e){var n=P(ht(t.latitude),ht(e.latitude));return 0!==n?n:P(ht(t.longitude),ht(e.longitude));}(t.geoPointValue,e.geoPointValue);case 9/* ArrayValue */:return function(t,e){for(var n=t.values||[],r=e.values||[],i=0;i<n.length&&i<r.length;++i){var o=_t(n[i],r[i]);if(o)return o;}return P(n.length,r.length);}(t.arrayValue,e.arrayValue);case 10/* ObjectValue */:return function(t,e){var n=t.fields||{},r=Object.keys(n),i=e.fields||{},o=Object.keys(i);// Even though MapValues are likely sorted correctly based on their insertion // order (e.g. when received from the backend), local modifications can bring // elements out of order. We need to re-sort the elements to ensure that // canonical IDs are independent of insertion order. r.sort(),o.sort();for(var u=0;u<r.length&&u<o.length;++u){var s=P(r[u],o[u]);if(0!==s)return s;var a=_t(n[r[u]],i[o[u]]);if(0!==a)return a;}return P(r.length,o.length);}(t.mapValue,e.mapValue);default:throw S();}}function Et(t,e){if("string"==typeof t&&"string"==typeof e&&t.length===e.length)return P(t,e);var n=ft(t),r=ft(e),i=P(n.seconds,r.seconds);return 0!==i?i:P(n.nanos,r.nanos);}function Tt(t){return Nt(t);}function Nt(t){return"nullValue"in t?"null":"booleanValue"in t?""+t.booleanValue:"integerValue"in t?""+t.integerValue:"doubleValue"in t?""+t.doubleValue:"timestampValue"in t?function(t){var e=ft(t);return"time("+e.seconds+","+e.nanos+")";}(t.timestampValue):"stringValue"in t?t.stringValue:"bytesValue"in t?lt(t.bytesValue).toBase64():"referenceValue"in t?(n=t.referenceValue,it.dt(n).toString()):"geoPointValue"in t?"geo("+(e=t.geoPointValue).latitude+","+e.longitude+")":"arrayValue"in t?function(t){for(var e="[",n=!0,r=0,i=t.values||[];r<i.length;r++){n?n=!1:e+=",",e+=Nt(i[r]);}return e+"]";}(t.arrayValue):"mapValue"in t?function(t){for(// Iteration order in JavaScript is not guaranteed. To ensure that we generate // matching canonical IDs for identical maps, we need to sort the keys. var e="{",n=!0,r=0,i=Object.keys(t.fields||{}).sort();r<i.length;r++){var o=i[r];n?n=!1:e+=",",e+=o+":"+Nt(t.fields[o]);}return e+"}";}(t.mapValue):S();var e,n;}function At(t,e){return{referenceValue:"projects/"+t.projectId+"/databases/"+t.database+"/documents/"+e.path.ot()};}/** Returns true if `value` is an IntegerValue . */function St(t){return!!t&&"integerValue"in t;}/** Returns true if `value` is a DoubleValue. */ /** Returns true if `value` is an ArrayValue. */function xt(t){return!!t&&"arrayValue"in t;}/** Returns true if `value` is a NullValue. */function Dt(t){return!!t&&"nullValue"in t;}/** Returns true if `value` is NaN. */function kt(t){return!!t&&"doubleValue"in t&&isNaN(Number(t.doubleValue));}/** Returns true if `value` is a MapValue. */function Ot(t){return!!t&&"mapValue"in t;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * An ObjectValue represents a MapValue in the Firestore Proto and offers the * ability to add and remove fields (via the ObjectValueBuilder). */var Pt=/** @class */function(){function t(t){this.proto=t;}return t.empty=function(){return new t({mapValue:{}});},/** * Returns the value at the given path or null. * * @param path - the path to search * @returns The value at the path or if there it doesn't exist. */t.prototype.field=function(t){if(t.nt())return this.proto;for(var e=this.proto,n=0;n<t.length-1;++n){if(!e.mapValue.fields)return null;if(!Ot(e=e.mapValue.fields[t.get(n)]))return null;}return(e=(e.mapValue.fields||{})[t.et()])||null;},t.prototype.isEqual=function(t){return bt(this.proto,t.proto);},t;}(),Ct=/** @class */function(){/** * @param baseObject - The object to mutate. */function t(t){void 0===t&&(t=Pt.empty()),this.At=t,/** A map that contains the accumulated changes in this builder. */this.Rt=new Map();}/** * Sets the field to the provided value. * * @param path - The field path to set. * @param value - The value to set. * @returns The current Builder instance. */return t.prototype.set=function(t,e){return this.Pt(t,e),this;},/** * Removes the field at the specified path. If there is no field at the * specified path, nothing is changed. * * @param path - The field path to remove. * @returns The current Builder instance. */t.prototype.delete=function(t){return this.Pt(t,null),this;},/** * Adds `value` to the overlay map at `path`. Creates nested map entries if * needed. */t.prototype.Pt=function(t,e){for(var n=this.Rt,r=0;r<t.length-1;++r){var i=t.get(r),o=n.get(i);o instanceof Map?// Re-use a previously created map n=o:o&&10/* ObjectValue */===wt(o)?(// Convert the existing Protobuf MapValue into a map o=new Map(Object.entries(o.mapValue.fields||{})),n.set(i,o),n=o):(// Create an empty map to represent the current nesting level o=new Map(),n.set(i,o),n=o);}n.set(t.et(),e);},/** Returns an ObjectValue with all mutations applied. */t.prototype.yt=function(){var t=this.gt(rt.at(),this.Rt);return null!=t?new Pt(t):this.At;},/** * Applies any overlays from `currentOverlays` that exist at `currentPath` * and returns the merged data at `currentPath` (or null if there were no * changes). * * @param currentPath - The path at the current nesting level. Can be set to * FieldValue.emptyPath() to represent the root. * @param currentOverlays - The overlays at the current nesting level in the * same format as `overlayMap`. * @returns The merged data at `currentPath` or null if no modifications * were applied. */t.prototype.gt=function(t,e){var n=this,r=!1,i=this.At.field(t),o=Ot(i)?// If there is already data at the current path, base our Object.assign({},i.mapValue.fields):{};return e.forEach(function(e,i){if(e instanceof Map){var u=n.gt(t.child(i),e);null!=u&&(o[i]=u,r=!0);}else null!==e?(o[i]=e,r=!0):o.hasOwnProperty(i)&&(delete o[i],r=!0);}),r?{mapValue:{fields:o}}:null;},t;}();/** * An ObjectValueBuilder provides APIs to set and delete fields from an * ObjectValue. */ /** * Returns a FieldMask built from all fields in a MapValue. */function Lt(t){var e=[];return ut(t.fields||{},function(t,n){var r=new rt([t]);if(Ot(n)){var i=Lt(n.mapValue).fields;if(0===i.length)// Preserve the empty map by adding it to the FieldMask. e.push(r);else// For nested and non-empty ObjectValues, add the FieldPath of the // leaf nodes. for(var o=0,u=i;o<u.length;o++){var s=u[o];e.push(r.child(s));}}else// For nested and non-empty ObjectValues, add the FieldPath of the leaf // nodes. e.push(r);}),new at(e)/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * The result of a lookup for a given path may be an existing document or a * marker that this document does not exist at a given version. */;}var Rt=function Rt(t,e){this.key=t,this.version=e;},Vt=/** @class */function(t){function e(e,n,r,i){var o=this;return(o=t.call(this,e,n)||this).Vt=r,o.bt=!!i.bt,o.hasCommittedMutations=!!i.hasCommittedMutations,o;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.field=function(t){return this.Vt.field(t);},e.prototype.data=function(){return this.Vt;},e.prototype.vt=function(){return this.Vt.proto;},e.prototype.isEqual=function(t){return t instanceof e&&this.key.isEqual(t.key)&&this.version.isEqual(t.version)&&this.bt===t.bt&&this.hasCommittedMutations===t.hasCommittedMutations&&this.Vt.isEqual(t.Vt);},e.prototype.toString=function(){return"Document("+this.key+", "+this.version+", "+this.Vt.toString()+", {hasLocalMutations: "+this.bt+"}), {hasCommittedMutations: "+this.hasCommittedMutations+"})";},Object.defineProperty(e.prototype,"hasPendingWrites",{get:function get(){return this.bt||this.hasCommittedMutations;},enumerable:!1,configurable:!0}),e;}(Rt),Mt=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this,e,n)||this).hasCommittedMutations=!(!r||!r.hasCommittedMutations),i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.toString=function(){return"NoDocument("+this.key+", "+this.version+")";},Object.defineProperty(e.prototype,"hasPendingWrites",{get:function get(){return this.hasCommittedMutations;},enumerable:!1,configurable:!0}),e.prototype.isEqual=function(t){return t instanceof e&&t.hasCommittedMutations===this.hasCommittedMutations&&t.version.isEqual(this.version)&&t.key.isEqual(this.key);},e;}(Rt),Ut=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.toString=function(){return"UnknownDocument("+this.key+", "+this.version+")";},Object.defineProperty(e.prototype,"hasPendingWrites",{get:function get(){return!0;},enumerable:!1,configurable:!0}),e.prototype.isEqual=function(t){return t instanceof e&&t.version.isEqual(this.version)&&t.key.isEqual(this.key);},e;}(Rt),qt=function qt(t,e,n,r,i,o,u){void 0===e&&(e=null),void 0===n&&(n=[]),void 0===r&&(r=[]),void 0===i&&(i=null),void 0===o&&(o=null),void 0===u&&(u=null),this.path=t,this.collectionGroup=e,this.orderBy=n,this.filters=r,this.limit=i,this.startAt=o,this.endAt=u,this.St=null;};/** * Represents a document in Firestore with a key, version, data and whether the * data has local mutations applied to it. */ /** * Initializes a Target with a path and optional additional query constraints. * Path must currently be empty if this is a collection group query. * * NOTE: you should always construct `Target` from `Query.toTarget` instead of * using this factory method, because `Query` provides an implicit `orderBy` * property. */function Ft(t,e,n,r,i,o,u){return void 0===e&&(e=null),void 0===n&&(n=[]),void 0===r&&(r=[]),void 0===i&&(i=null),void 0===o&&(o=null),void 0===u&&(u=null),new qt(t,e,n,r,i,o,u);}function jt(t){var e=D(t);if(null===e.St){var n=e.path.ot();null!==e.collectionGroup&&(n+="|cg:"+e.collectionGroup),n+="|f:",n+=e.filters.map(function(t){return function(t){// TODO(b/29183165): Technically, this won't be unique if two values have // the same description, such as the int 3 and the string "3". So we should // add the types in here somehow, too. return t.field.ot()+t.op.toString()+Tt(t.value);}(t);}).join(","),n+="|ob:",n+=e.orderBy.map(function(t){return function(t){// TODO(b/29183165): Make this collision robust. return t.field.ot()+t.dir;}(t);}).join(","),yt(e.limit)||(n+="|l:",n+=e.limit),e.startAt&&(n+="|lb:",n+=te(e.startAt)),e.endAt&&(n+="|ub:",n+=te(e.endAt)),e.St=n;}return e.St;}function zt(t,e){if(t.limit!==e.limit)return!1;if(t.orderBy.length!==e.orderBy.length)return!1;for(var n=0;n<t.orderBy.length;n++){if(!ne(t.orderBy[n],e.orderBy[n]))return!1;}if(t.filters.length!==e.filters.length)return!1;for(var r=0;r<t.filters.length;r++){if(i=t.filters[r],o=e.filters[r],i.op!==o.op||!i.field.isEqual(o.field)||!bt(i.value,o.value))return!1;}var i,o;return t.collectionGroup===e.collectionGroup&&!!t.path.isEqual(e.path)&&!!ie(t.startAt,e.startAt)&&ie(t.endAt,e.endAt);}function Gt(t){return it.Et(t.path)&&null===t.collectionGroup&&0===t.filters.length;}var Bt=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).field=e,i.op=n,i.value=r,i;}/** * Creates a filter based on the provided arguments. */return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.create=function(t,n,r){return t.ht()?"in"/* IN */===n||"not-in"/* NOT_IN */===n?this.Dt(t,n,r):new Kt(t,n,r):"array-contains"/* ARRAY_CONTAINS */===n?new Qt(t,r):"in"/* IN */===n?new Yt(t,r):"not-in"/* NOT_IN */===n?new $t(t,r):"array-contains-any"/* ARRAY_CONTAINS_ANY */===n?new Xt(t,r):new e(t,n,r);},e.Dt=function(t,e,n){return"in"/* IN */===e?new Ht(t,n):new Jt(t,n);},e.prototype.matches=function(t){var e=t.field(this.field);// Types do not have to match in NOT_EQUAL filters. return"!="/* NOT_EQUAL */===this.op?null!==e&&this.Ct(_t(e,this.value)):null!==e&&wt(this.value)===wt(e)&&this.Ct(_t(e,this.value));// Only compare types with matching backend order (such as double and int). },e.prototype.Ct=function(t){switch(this.op){case"<"/* LESS_THAN */:return t<0;case"<="/* LESS_THAN_OR_EQUAL */:return t<=0;case"=="/* EQUAL */:return 0===t;case"!="/* NOT_EQUAL */:return 0!==t;case">"/* GREATER_THAN */:return t>0;case">="/* GREATER_THAN_OR_EQUAL */:return t>=0;default:return S();}},e.prototype.xt=function(){return["<"/* LESS_THAN */,"<="/* LESS_THAN_OR_EQUAL */,">"/* GREATER_THAN */,">="/* GREATER_THAN_OR_EQUAL */,"!="/* NOT_EQUAL */,"not-in"/* NOT_IN */].indexOf(this.op)>=0;},e;}(function(){});var Kt=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this,e,n,r)||this).key=it.dt(r.referenceValue),i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){var e=it.J(t.key,this.key);return this.Ct(e);},e;}(Bt),Ht=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e,"in"/* IN */,n)||this).keys=Wt("in"/* IN */,n),r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){return this.keys.some(function(e){return e.isEqual(t.key);});},e;}(Bt),Jt=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e,"not-in"/* NOT_IN */,n)||this).keys=Wt("not-in"/* NOT_IN */,n),r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){return!this.keys.some(function(e){return e.isEqual(t.key);});},e;}(Bt);/** Filter that matches on key fields within an array. */function Wt(t,e){var n;return((null===(n=e.arrayValue)||void 0===n?void 0:n.values)||[]).map(function(t){return it.dt(t.referenceValue);});}/** A Filter that implements the array-contains operator. */var Qt=/** @class */function(t){function e(e,n){return t.call(this,e,"array-contains"/* ARRAY_CONTAINS */,n)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){var e=t.field(this.field);return xt(e)&&It(e.arrayValue,this.value);},e;}(Bt),Yt=/** @class */function(t){function e(e,n){return t.call(this,e,"in"/* IN */,n)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){var e=t.field(this.field);return null!==e&&It(this.value.arrayValue,e);},e;}(Bt),$t=/** @class */function(t){function e(e,n){return t.call(this,e,"not-in"/* NOT_IN */,n)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){if(It(this.value.arrayValue,{nullValue:"NULL_VALUE"}))return!1;var e=t.field(this.field);return null!==e&&!It(this.value.arrayValue,e);},e;}(Bt),Xt=/** @class */function(t){function e(e,n){return t.call(this,e,"array-contains-any"/* ARRAY_CONTAINS_ANY */,n)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.matches=function(t){var e=this,n=t.field(this.field);return!(!xt(n)||!n.arrayValue.values)&&n.arrayValue.values.some(function(t){return It(e.value.arrayValue,t);});},e;}(Bt),Zt=function Zt(t,e){this.position=t,this.before=e;};/** A Filter that implements the IN operator. */function te(t){// TODO(b/29183165): Make this collision robust. return(t.before?"b":"a")+":"+t.position.map(function(t){return Tt(t);}).join(",");}/** * An ordering on a field, in some Direction. Direction defaults to ASCENDING. */var ee=function ee(t,e/* ASCENDING */){void 0===e&&(e="asc"),this.field=t,this.dir=e;};function ne(t,e){return t.dir===e.dir&&t.field.isEqual(e.field);}/** * Returns true if a document sorts before a bound using the provided sort * order. */function re(t,e,n){for(var r=0,i=0;i<t.position.length;i++){var o=e[i],u=t.position[i];if(r=o.field.ht()?it.J(it.dt(u.referenceValue),n.key):_t(u,n.field(o.field)),"desc"/* DESCENDING */===o.dir&&(r*=-1),0!==r)break;}return t.before?r<=0:r<0;}function ie(t,e){if(null===t)return null===e;if(null===e)return!1;if(t.before!==e.before||t.position.length!==e.position.length)return!1;for(var n=0;n<t.position.length;n++){if(!bt(t.position[n],e.position[n]))return!1;}return!0;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Query encapsulates all the query attributes we support in the SDK. It can * be run against the LocalStore, as well as be converted to a `Target` to * query the RemoteStore results. * * Visible for testing. */var oe=/** * Initializes a Query with a path and optional additional query constraints. * Path must currently be empty if this is a collection group query. */function oe(t,e,n,r,i,o/* First */,u,s){void 0===e&&(e=null),void 0===n&&(n=[]),void 0===r&&(r=[]),void 0===i&&(i=null),void 0===o&&(o="F"),void 0===u&&(u=null),void 0===s&&(s=null),this.path=t,this.collectionGroup=e,this.Nt=n,this.filters=r,this.limit=i,this.limitType=o,this.startAt=u,this.endAt=s,this.Ft=null,// The corresponding `Target` of this `Query` instance. this.Ot=null,this.startAt,this.endAt;};/** Creates a new Query instance with the options provided. */function ue(t,e,n,r,i,o,u,s){return new oe(t,e,n,r,i,o,u,s);}/** Creates a new Query for a query that matches all documents at `path` */function se(t){return new oe(t);}/** * Helper to convert a collection group query into a collection query at a * specific path. This is used when executing collection group queries, since * we have to split the query into a set of collection queries at multiple * paths. */function ae(t){return!yt(t.limit)&&"F"/* First */===t.limitType;}function ce(t){return!yt(t.limit)&&"L"/* Last */===t.limitType;}function fe(t){return t.Nt.length>0?t.Nt[0].field:null;}function he(t){for(var e=0,n=t.filters;e<n.length;e++){var r=n[e];if(r.xt())return r.field;}return null;}/** * Checks if any of the provided Operators are included in the query and * returns the first one that is, or null if none are. */ /** * Returns whether the query matches a collection group rather than a specific * collection. */function le(t){return null!==t.collectionGroup;}/** * Returns the implicit order by constraint that is used to execute the Query, * which can be different from the order by constraints the user provided (e.g. * the SDK and backend always orders by `__name__`). */function pe(t){var e=D(t);if(null===e.Ft){e.Ft=[];var n=he(e),r=fe(e);if(null!==n&&null===r)// In order to implicitly add key ordering, we must also add the // inequality filter field for it to be a valid query. // Note that the default inequality field and key ordering is ascending. n.ht()||e.Ft.push(new ee(n)),e.Ft.push(new ee(rt.lt(),"asc"/* ASCENDING */));else{for(var i=!1,o=0,u=e.Nt;o<u.length;o++){var s=u[o];e.Ft.push(s),s.field.ht()&&(i=!0);}if(!i){// The order of the implicit key ordering always matches the last // explicit order by var a=e.Nt.length>0?e.Nt[e.Nt.length-1].dir:"asc"/* ASCENDING */;e.Ft.push(new ee(rt.lt(),a));}}}return e.Ft;}/** * Converts this `Query` instance to it's corresponding `Target` representation. */function de(t){var e=D(t);if(!e.Ot)if("F"/* First */===e.limitType)e.Ot=Ft(e.path,e.collectionGroup,pe(e),e.filters,e.limit,e.startAt,e.endAt);else{for(// Flip the orderBy directions since we want the last results var n=[],r=0,i=pe(e);r<i.length;r++){var o=i[r],u="desc"/* DESCENDING */===o.dir?"asc"/* ASCENDING */:"desc"/* DESCENDING */;n.push(new ee(o.field,u));}// We need to swap the cursors to match the now-flipped query ordering. var s=e.endAt?new Zt(e.endAt.position,!e.endAt.before):null,a=e.startAt?new Zt(e.startAt.position,!e.startAt.before):null;// Now return as a LimitType.First query. e.Ot=Ft(e.path,e.collectionGroup,n,e.filters,e.limit,s,a);}return e.Ot;}function ve(t,e,n){return new oe(t.path,t.collectionGroup,t.Nt.slice(),t.filters.slice(),e,n,t.startAt,t.endAt);}function ye(t,e){return zt(de(t),de(e))&&t.limitType===e.limitType;}// TODO(b/29183165): This is used to get a unique string from a query to, for // example, use as a dictionary key, but the implementation is subject to // collisions. Make it collision-free. function me(t){return jt(de(t))+"|lt:"+t.limitType;}function ge(t){return"Query(target="+function(t){var e=t.path.ot();return null!==t.collectionGroup&&(e+=" collectionGroup="+t.collectionGroup),t.filters.length>0&&(e+=", filters: ["+t.filters.map(function(t){return(e=t).field.ot()+" "+e.op+" "+Tt(e.value);/** Returns a debug description for `filter`. */var e;/** Filter that matches on key fields (i.e. '__name__'). */}).join(", ")+"]"),yt(t.limit)||(e+=", limit: "+t.limit),t.orderBy.length>0&&(e+=", orderBy: ["+t.orderBy.map(function(t){return function(t){return t.field.ot()+" ("+t.dir+")";}(t);}).join(", ")+"]"),t.startAt&&(e+=", startAt: "+te(t.startAt)),t.endAt&&(e+=", endAt: "+te(t.endAt)),"Target("+e+")";}(de(t))+"; limitType="+t.limitType+")";}/** Returns whether `doc` matches the constraints of `query`. */function we(t,e){return function(t,e){var n=e.key.path;return null!==t.collectionGroup?e.key.wt(t.collectionGroup)&&t.path.st(n):it.Et(t.path)?t.path.isEqual(n):t.path.it(n);}(t,e)&&function(t,e){for(var n=0,r=t.Nt;n<r.length;n++){var i=r[n];// order by key always matches if(!i.field.ht()&&null===e.field(i.field))return!1;}return!0;}(t,e)&&function(t,e){for(var n=0,r=t.filters;n<r.length;n++){if(!r[n].matches(e))return!1;}return!0;}(t,e)&&function(t,e){return!(t.startAt&&!re(t.startAt,pe(t),e))&&(!t.endAt||!re(t.endAt,pe(t),e));}(t,e);}function be(t){return function(e,n){for(var r=!1,i=0,o=pe(t);i<o.length;i++){var u=o[i],s=Ie(u,e,n);if(0!==s)return s;r=r||u.field.ht();}return 0;};}function Ie(t,e,n){var r=t.field.ht()?it.J(e.key,n.key):function(t,e,n){var r=e.field(t),i=n.field(t);return null!==r&&null!==i?_t(r,i):S();}(t.field,e,n);switch(t.dir){case"asc"/* ASCENDING */:return r;case"desc"/* DESCENDING */:return-1*r;default:return S();}}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * An immutable set of metadata that the local store tracks for each target. */var _e=/** @class */function(){function t(/** The target being listened to. */t,/** * The target ID to which the target corresponds; Assigned by the * LocalStore for user listens and by the SyncEngine for limbo watches. */e,/** The purpose of the target. */n,/** * The sequence number of the last transaction during which this target data * was modified. */r,/** The latest snapshot version seen for this target. */i/** * The maximum snapshot version at which the associated view * contained no limbo documents. */,o/** * An opaque, server-assigned token that allows watching a target to be * resumed after disconnecting without retransmitting all the data that * matches the target. The resume token essentially identifies a point in * time from which the server should resume sending results. */,u){void 0===i&&(i=Z.min()),void 0===o&&(o=Z.min()),void 0===u&&(u=R.h),this.target=t,this.targetId=e,this.kt=n,this.sequenceNumber=r,this.Mt=i,this.lastLimboFreeSnapshotVersion=o,this.resumeToken=u;}/** Creates a new target data instance with an updated sequence number. */return t.prototype.Lt=function(e){return new t(this.target,this.targetId,this.kt,e,this.Mt,this.lastLimboFreeSnapshotVersion,this.resumeToken);},/** * Creates a new target data instance with an updated resume token and * snapshot version. */t.prototype.$t=function(e,n){return new t(this.target,this.targetId,this.kt,this.sequenceNumber,n,this.lastLimboFreeSnapshotVersion,e);},/** * Creates a new target data instance with an updated last limbo free * snapshot version number. */t.prototype.Bt=function(e){return new t(this.target,this.targetId,this.kt,this.sequenceNumber,this.Mt,e,this.resumeToken);},t;}();/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Returns an DoubleValue for `value` that is encoded based the serializer's * `useProto3Json` setting. */function Ee(t,e){if(t.qt){if(isNaN(e))return{doubleValue:"NaN"};if(e===1/0)return{doubleValue:"Infinity"};if(e===-1/0)return{doubleValue:"-Infinity"};}return{doubleValue:mt(e)?"-0":e};}/** * Returns an IntegerValue for `value`. */function Te(t){return{integerValue:""+t};}/** * Returns a value for a number that's appropriate to put into a proto. * The return value is an IntegerValue if it can safely represent the value, * otherwise a DoubleValue is returned. */function Ne(t,e){return gt(e)?Te(e):Ee(t,e);}/** * @license * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Represents a transform within a TransformMutation. */var Ae=function Ae(){// Make sure that the structural type of `TransformOperation` is unique. // See https://github.com/microsoft/TypeScript/issues/5451 this.Ut=void 0;};/** * Computes the local transform result against the provided `previousValue`, * optionally using the provided localWriteTime. */function Se(t,e,n){return t instanceof ke?function(t,e){var n={fields:{__type__:{stringValue:"server_timestamp"},__local_write_time__:{timestampValue:{seconds:t.seconds,nanos:t.nanoseconds}}}};return e&&(n.fields.__previous_value__=e),{mapValue:n};}(n,e):t instanceof Oe?Pe(t,e):t instanceof Ce?Le(t,e):function(t,e){// PORTING NOTE: Since JavaScript's integer arithmetic is limited to 53 bit // precision and resolves overflows by reducing precision, we do not // manually cap overflows at 2^63. var n=De(t,e),r=Ve(n)+Ve(t.Qt);return St(n)&&St(t.Qt)?Te(r):Ee(t.Kt,r);}(t,e);}/** * Computes a final transform result after the transform has been acknowledged * by the server, potentially using the server-provided transformResult. */function xe(t,e,n){// The server just sends null as the transform result for array operations, // so we have to calculate a result the same as we do for local // applications. return t instanceof Oe?Pe(t,e):t instanceof Ce?Le(t,e):n;}/** * If this transform operation is not idempotent, returns the base value to * persist for this transform. If a base value is returned, the transform * operation is always applied to this base value, even if document has * already been updated. * * Base values provide consistent behavior for non-idempotent transforms and * allow us to return the same latency-compensated value even if the backend * has already applied the transform operation. The base value is null for * idempotent transforms, as they can be re-played even if the backend has * already applied them. * * @returns a base value to store along with the mutation, or null for * idempotent transforms. */function De(t,e){return t instanceof Re?St(n=e)||function(t){return!!t&&"doubleValue"in t;}(n)?e:{integerValue:0}:null;var n;}/** Transforms a value into a server-generated timestamp. */var ke=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(Ae),Oe=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).elements=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(Ae);/** Transforms an array value via a union operation. */function Pe(t,e){for(var n=Me(e),r=function r(t){n.some(function(e){return bt(e,t);})||n.push(t);},i=0,o=t.elements;i<o.length;i++){r(o[i]);}return{arrayValue:{values:n}};}/** Transforms an array value via a remove operation. */var Ce=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).elements=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(Ae);function Le(t,e){for(var n=Me(e),r=function r(t){n=n.filter(function(e){return!bt(e,t);});},i=0,o=t.elements;i<o.length;i++){r(o[i]);}return{arrayValue:{values:n}};}/** * Implements the backend semantics for locally computed NUMERIC_ADD (increment) * transforms. Converts all field values to integers or doubles, but unlike the * backend does not cap integer values at 2^63. Instead, JavaScript number * arithmetic is used and precision loss can occur for values greater than 2^53. */var Re=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this)||this).Kt=e,r.Qt=n,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(Ae);function Ve(t){return ht(t.integerValue||t.doubleValue);}function Me(t){return xt(t)&&t.arrayValue.values?t.arrayValue.values.slice():[];}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** A field path and the TransformOperation to perform upon it. */var Ue=function Ue(t,e){this.field=t,this.transform=e;};/** The result of successfully applying a mutation to the backend. */var qe=function qe(/** * The version at which the mutation was committed: * * - For most operations, this is the updateTime in the WriteResult. * - For deletes, the commitTime of the WriteResponse (because deletes are * not stored and have no updateTime). * * Note that these versions can be different: No-op writes will not change * the updateTime even though the commitTime advances. */t,/** * The resulting fields returned from the backend after a * TransformMutation has been committed. Contains one FieldValue for each * FieldTransform that was in the mutation. * * Will be null if the mutation was not a TransformMutation. */e){this.version=t,this.transformResults=e;},Fe=/** @class */function(){function t(t,e){this.updateTime=t,this.exists=e/** Creates a new empty Precondition. */;}return t.Wt=function(){return new t();},/** Creates a new Precondition with an exists flag. */t.exists=function(e){return new t(void 0,e);},/** Creates a new Precondition based on a version a document exists at. */t.updateTime=function(e){return new t(e);},Object.defineProperty(t.prototype,"jt",{/** Returns whether this Precondition is empty. */get:function get(){return void 0===this.updateTime&&void 0===this.exists;},enumerable:!1,configurable:!0}),t.prototype.isEqual=function(t){return this.exists===t.exists&&(this.updateTime?!!t.updateTime&&this.updateTime.isEqual(t.updateTime):!t.updateTime);},t;}();/** * Encodes a precondition for a mutation. This follows the model that the * backend accepts with the special case of an explicit "empty" precondition * (meaning no precondition). */ /** * Returns true if the preconditions is valid for the given document * (or null if no document is available). */function je(t,e){return void 0!==t.updateTime?e instanceof Vt&&e.version.isEqual(t.updateTime):void 0===t.exists||t.exists===e instanceof Vt;}/** * A mutation describes a self-contained change to a document. Mutations can * create, replace, delete, and update subsets of documents. * * Mutations not only act on the value of the document but also its version. * * For local mutations (mutations that haven't been committed yet), we preserve * the existing version for Set, Patch, and Transform mutations. For Delete * mutations, we reset the version to 0. * * Here's the expected transition table. * * MUTATION APPLIED TO RESULTS IN * * SetMutation Document(v3) Document(v3) * SetMutation NoDocument(v3) Document(v0) * SetMutation null Document(v0) * PatchMutation Document(v3) Document(v3) * PatchMutation NoDocument(v3) NoDocument(v3) * PatchMutation null null * TransformMutation Document(v3) Document(v3) * TransformMutation NoDocument(v3) NoDocument(v3) * TransformMutation null null * DeleteMutation Document(v3) NoDocument(v0) * DeleteMutation NoDocument(v3) NoDocument(v0) * DeleteMutation null NoDocument(v0) * * For acknowledged mutations, we use the updateTime of the WriteResponse as * the resulting version for Set, Patch, and Transform mutations. As deletes * have no explicit update time, we use the commitTime of the WriteResponse for * Delete mutations. * * If a mutation is acknowledged by the backend but fails the precondition check * locally, we return an `UnknownDocument` and rely on Watch to send us the * updated version. * * Note that TransformMutations don't create Documents (in the case of being * applied to a NoDocument), even though they would on the backend. This is * because the client always combines the TransformMutation with a SetMutation * or PatchMutation and we only want to apply the transform if the prior * mutation resulted in a Document (always true for a SetMutation, but not * necessarily for a PatchMutation). * * ## Subclassing Notes * * Subclasses of Mutation need to implement applyToRemoteDocument() and * applyToLocalView() to implement the actual behavior of applying the mutation * to some source document. */var ze=function ze(){};/** * Applies this mutation to the given MaybeDocument or null for the purposes * of computing a new remote document. If the input document doesn't match the * expected state (e.g. it is null or outdated), an `UnknownDocument` can be * returned. * * @param mutation - The mutation to apply. * @param maybeDoc - The document to mutate. The input document can be null if * the client has no knowledge of the pre-mutation state of the document. * @param mutationResult - The result of applying the mutation from the backend. * @returns The mutated document. The returned document may be an * UnknownDocument if the mutation could not be applied to the locally * cached base document. */function Ge(t,e,n){return t instanceof We?function(t,e,n){// Unlike applySetMutationToLocalView, if we're applying a mutation to a // remote document the server has accepted the mutation so the precondition // must have held. var r=t.value;if(n.transformResults){var i=$e(t.fieldTransforms,e,n.transformResults);r=Ze(t.fieldTransforms,r,i);}return new Vt(t.key,n.version,r,{hasCommittedMutations:!0});}(t,e,n):t instanceof Qe?function(t,e,n){if(!je(t.Gt,e))// Since the mutation was not rejected, we know that the precondition // matched on the backend. We therefore must not have the expected version // of the document in our cache and return an UnknownDocument with the // known updateTime. return new Ut(t.key,n.version);var r=Ye(t,e,n.transformResults?$e(t.fieldTransforms,e,n.transformResults):[]);return new Vt(t.key,n.version,r,{hasCommittedMutations:!0});}(t,e,n):function(t,e,n){// Unlike applyToLocalView, if we're applying a mutation to a remote // document the server has accepted the mutation so the precondition must // have held. return new Mt(t.key,n.version,{hasCommittedMutations:!0});}(t,0,n);}/** * Applies this mutation to the given MaybeDocument or null for the purposes * of computing the new local view of a document. Both the input and returned * documents can be null. * * @param mutation - The mutation to apply. * @param maybeDoc - The document to mutate. The input document can be null if * the client has no knowledge of the pre-mutation state of the document. * @param baseDoc - The state of the document prior to this mutation batch. The * input document can be null if the client has no knowledge of the * pre-mutation state of the document. * @param localWriteTime - A timestamp indicating the local write time of the * batch this mutation is a part of. * @returns The mutated document. The returned document may be null, but only * if maybeDoc was null and the mutation would not create a new document. */function Be(t,e,n,r){return t instanceof We?function(t,e,n,r){if(!je(t.Gt,e))return e;var i=t.value;if(t.fieldTransforms){var o=Xe(t.fieldTransforms,n,e,r);i=Ze(t.fieldTransforms,i,o);}var u=Je(e);return new Vt(t.key,u,i,{bt:!0});}(t,e,r,n):t instanceof Qe?function(t,e,n,r){if(!je(t.Gt,e))return e;var i=Je(e),o=Ye(t,e,Xe(t.fieldTransforms,n,e,r));return new Vt(t.key,i,o,{bt:!0});}(t,e,r,n):function(t,e){return je(t.Gt,e)?new Mt(t.key,Z.min()):e;}(t,e);}/** * If this mutation is not idempotent, returns the base value to persist with * this mutation. If a base value is returned, the mutation is always applied * to this base value, even if document has already been updated. * * The base value is a sparse object that consists of only the document * fields for which this mutation contains a non-idempotent transformation * (e.g. a numeric increment). The provided value guarantees consistent * behavior for non-idempotent transforms and allow us to return the same * latency-compensated value even if the backend has already applied the * mutation. The base value is null for idempotent mutations, as they can be * re-played even if the backend has already applied them. * * @returns a base value to store along with the mutation, or null for * idempotent mutations. */function Ke(t,e){return void 0!==t.fieldTransforms?function(t,e){for(var n=null,r=0,i=t;r<i.length;r++){var o=i[r],u=e instanceof Vt?e.field(o.field):void 0,s=De(o.transform,u||null);null!=s&&(n=null==n?new Ct().set(o.field,s):n.set(o.field,s));}return n?n.yt():null;}(t.fieldTransforms,e):null;}function He(t,e){return t.type===e.type&&!!t.key.isEqual(e.key)&&!!t.Gt.isEqual(e.Gt)&&!!function(t,e){return void 0===t&&void 0===e||!(!t||!e)&&C(t,e,function(t,e){return function(t,e){return t.field.isEqual(e.field)&&function(t,e){return t instanceof Oe&&e instanceof Oe||t instanceof Ce&&e instanceof Ce?C(t.elements,e.elements,bt):t instanceof Re&&e instanceof Re?bt(t.Qt,e.Qt):t instanceof ke&&e instanceof ke;}(t.transform,e.transform);}(t,e);});}(t.fieldTransforms,e.fieldTransforms)&&(0/* Set */===t.type?t.value.isEqual(e.value):1/* Patch */!==t.type||t.data.isEqual(e.data)&&t.zt.isEqual(e.zt));}/** * Returns the version from the given document for use as the result of a * mutation. Mutations are defined to return the version of the base document * only if it is an existing document. Deleted and unknown documents have a * post-mutation version of SnapshotVersion.min(). */function Je(t){return t instanceof Vt?t.version:Z.min();}/** * A mutation that creates or replaces the document at the given key with the * object value contents. */var We=/** @class */function(t){function e(e,n,r,i){void 0===i&&(i=[]);var o=this;return(o=t.call(this)||this).key=e,o.value=n,o.Gt=r,o.fieldTransforms=i,o.type=0/* Set */,o;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(ze),Qe=/** @class */function(t){function e(e,n,r,i,o){void 0===o&&(o=[]);var u=this;return(u=t.call(this)||this).key=e,u.data=n,u.zt=r,u.Gt=i,u.fieldTransforms=o,u.type=1/* Patch */,u;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(ze);function Ye(t,e,n){var r;return r=function(t,e){var n=new Ct(e);return t.zt.fields.forEach(function(e){if(!e.nt()){var r=t.data.field(e);null!==r?n.set(e,r):n.delete(e);}}),n.yt();}(t,r=e instanceof Vt?e.data():Pt.empty()),r=Ze(t.fieldTransforms,r,n);}function $e(t,e,n){var r=[];x(t.length===n.length);for(var i=0;i<n.length;i++){var o=t[i],u=o.transform,s=null;e instanceof Vt&&(s=e.field(o.field)),r.push(xe(u,s,n[i]));}return r;}/** * Creates a list of "transform results" (a transform result is a field value * representing the result of applying a transform) for use when applying a * TransformMutation locally. * * @param fieldTransforms - The field transforms to apply the result to. * @param localWriteTime - The local time of the transform mutation (used to * generate ServerTimestampValues). * @param maybeDoc - The current state of the document after applying all * previous mutations. * @param baseDoc - The document prior to applying this mutation batch. * @returns The transform results list. */function Xe(t,e,n,r){for(var i=[],o=0,u=t;o<u.length;o++){var s=u[o],a=s.transform,c=null;n instanceof Vt&&(c=n.field(s.field)),null===c&&r instanceof Vt&&(// If the current document does not contain a value for the mutated // field, use the value that existed before applying this mutation // batch. This solves an edge case where a PatchMutation clears the // values in a nested map before the TransformMutation is applied. c=r.field(s.field)),i.push(Se(a,c,e));}return i;}function Ze(t,e,n){for(var r=new Ct(e),i=0;i<t.length;i++){var o=t[i];r.set(o.field,n[i]);}return r.yt();}/** A mutation that deletes the document at the given key. */var tn,en,nn=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this)||this).key=e,r.Gt=n,r.type=2/* Delete */,r.fieldTransforms=[],r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(ze),rn=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this)||this).key=e,r.Gt=n,r.type=3/* Verify */,r.fieldTransforms=[],r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(ze),on=// TODO(b/33078163): just use simplest form of existence filter for now function on(t){this.count=t;};/** * Determines whether an error code represents a permanent error when received * in response to a non-write operation. * * See isPermanentWriteError for classifying write errors. */function un(t){switch(t){case V.OK:return S();case V.CANCELLED:case V.UNKNOWN:case V.DEADLINE_EXCEEDED:case V.RESOURCE_EXHAUSTED:case V.INTERNAL:case V.UNAVAILABLE:// Unauthenticated means something went wrong with our token and we need // to retry with new credentials which will happen automatically. case V.UNAUTHENTICATED:return!1;case V.INVALID_ARGUMENT:case V.NOT_FOUND:case V.ALREADY_EXISTS:case V.PERMISSION_DENIED:case V.FAILED_PRECONDITION:// Aborted might be retried in some scenarios, but that is dependant on // the context and should handled individually by the calling code. // See https://cloud.google.com/apis/design/errors. case V.ABORTED:case V.OUT_OF_RANGE:case V.UNIMPLEMENTED:case V.DATA_LOSS:return!0;default:return S();}}/** * Determines whether an error code represents a permanent error when received * in response to a write operation. * * Write operations must be handled specially because as of b/119437764, ABORTED * errors on the write stream should be retried too (even though ABORTED errors * are not generally retryable). * * Note that during the initial handshake on the write stream an ABORTED error * signals that we should discard our stream token (i.e. it is permanent). This * means a handshake error should be classified with isPermanentError, above. */ /** * Maps an error Code from GRPC status code number, like 0, 1, or 14. These * are not the same as HTTP status codes. * * @returns The Code equivalent to the given GRPC status code. Fails if there * is no match. */function sn(t){if(void 0===t)// This shouldn't normally happen, but in certain error cases (like trying // to send invalid proto messages) we may get an error with no GRPC code. return T("GRPC error has no .code"),V.UNKNOWN;switch(t){case tn.OK:return V.OK;case tn.CANCELLED:return V.CANCELLED;case tn.UNKNOWN:return V.UNKNOWN;case tn.DEADLINE_EXCEEDED:return V.DEADLINE_EXCEEDED;case tn.RESOURCE_EXHAUSTED:return V.RESOURCE_EXHAUSTED;case tn.INTERNAL:return V.INTERNAL;case tn.UNAVAILABLE:return V.UNAVAILABLE;case tn.UNAUTHENTICATED:return V.UNAUTHENTICATED;case tn.INVALID_ARGUMENT:return V.INVALID_ARGUMENT;case tn.NOT_FOUND:return V.NOT_FOUND;case tn.ALREADY_EXISTS:return V.ALREADY_EXISTS;case tn.PERMISSION_DENIED:return V.PERMISSION_DENIED;case tn.FAILED_PRECONDITION:return V.FAILED_PRECONDITION;case tn.ABORTED:return V.ABORTED;case tn.OUT_OF_RANGE:return V.OUT_OF_RANGE;case tn.UNIMPLEMENTED:return V.UNIMPLEMENTED;case tn.DATA_LOSS:return V.DATA_LOSS;default:return S();}}/** * Converts an HTTP response's error status to the equivalent error code. * * @param status - An HTTP error response status ("FAILED_PRECONDITION", * "UNKNOWN", etc.) * @returns The equivalent Code. Non-matching responses are mapped to * Code.UNKNOWN. */(en=tn||(tn={}))[en.OK=0]="OK",en[en.CANCELLED=1]="CANCELLED",en[en.UNKNOWN=2]="UNKNOWN",en[en.INVALID_ARGUMENT=3]="INVALID_ARGUMENT",en[en.DEADLINE_EXCEEDED=4]="DEADLINE_EXCEEDED",en[en.NOT_FOUND=5]="NOT_FOUND",en[en.ALREADY_EXISTS=6]="ALREADY_EXISTS",en[en.PERMISSION_DENIED=7]="PERMISSION_DENIED",en[en.UNAUTHENTICATED=16]="UNAUTHENTICATED",en[en.RESOURCE_EXHAUSTED=8]="RESOURCE_EXHAUSTED",en[en.FAILED_PRECONDITION=9]="FAILED_PRECONDITION",en[en.ABORTED=10]="ABORTED",en[en.OUT_OF_RANGE=11]="OUT_OF_RANGE",en[en.UNIMPLEMENTED=12]="UNIMPLEMENTED",en[en.INTERNAL=13]="INTERNAL",en[en.UNAVAILABLE=14]="UNAVAILABLE",en[en.DATA_LOSS=15]="DATA_LOSS";/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // An immutable sorted map implementation, based on a Left-leaning Red-Black // tree. var an=/** @class */function(){function t(t,e){this.J=t,this.root=e||fn.EMPTY;}// Returns a copy of the map, with the specified key/value added or replaced. return t.prototype.Ht=function(e,n){return new t(this.J,this.root.Ht(e,n,this.J).copy(null,null,fn.Jt,null,null));},// Returns a copy of the map, with the specified key removed. t.prototype.remove=function(e){return new t(this.J,this.root.remove(e,this.J).copy(null,null,fn.Jt,null,null));},// Returns the value of the node with the given key, or null. t.prototype.get=function(t){for(var e=this.root;!e.nt();){var n=this.J(t,e.key);if(0===n)return e.value;n<0?e=e.left:n>0&&(e=e.right);}return null;},// Returns the index of the element in this sorted map, or -1 if it doesn't // exist. t.prototype.indexOf=function(t){for(// Number of nodes that were pruned when descending right var e=0,n=this.root;!n.nt();){var r=this.J(t,n.key);if(0===r)return e+n.left.size;r<0?n=n.left:(// Count all nodes left of the node plus the node itself e+=n.left.size+1,n=n.right);}// Node not found return-1;},t.prototype.nt=function(){return this.root.nt();},Object.defineProperty(t.prototype,"size",{// Returns the total number of nodes in the map. get:function get(){return this.root.size;},enumerable:!1,configurable:!0}),// Returns the minimum key in the map. t.prototype.Yt=function(){return this.root.Yt();},// Returns the maximum key in the map. t.prototype.Xt=function(){return this.root.Xt();},// Traverses the map in key order and calls the specified action function // for each key/value pair. If action returns true, traversal is aborted. // Returns the first truthy value returned by action, or the last falsey // value returned by action. t.prototype.Zt=function(t){return this.root.Zt(t);},t.prototype.forEach=function(t){this.Zt(function(e,n){return t(e,n),!1;});},t.prototype.toString=function(){var t=[];return this.Zt(function(e,n){return t.push(e+":"+n),!1;}),"{"+t.join(", ")+"}";},// Traverses the map in reverse key order and calls the specified action // function for each key/value pair. If action returns true, traversal is // aborted. // Returns the first truthy value returned by action, or the last falsey // value returned by action. t.prototype.te=function(t){return this.root.te(t);},// Returns an iterator over the SortedMap. t.prototype.ee=function(){return new cn(this.root,null,this.J,!1);},t.prototype.ne=function(t){return new cn(this.root,t,this.J,!1);},t.prototype.se=function(){return new cn(this.root,null,this.J,!0);},t.prototype.ie=function(t){return new cn(this.root,t,this.J,!0);},t;}(),cn=/** @class */function(){function t(t,e,n,r){this.re=r,this.oe=[];for(var i=1;!t.nt();){if(i=e?n(t.key,e):1,// flip the comparison if we're going in reverse r&&(i*=-1),i<0)// This node is less than our start key. ignore it t=this.re?t.left:t.right;else{if(0===i){// This node is exactly equal to our start key. Push it on the stack, // but stop iterating; this.oe.push(t);break;}// This node is greater than our start key, add it to the stack and move // to the next one this.oe.push(t),t=this.re?t.right:t.left;}}}return t.prototype.ce=function(){var t=this.oe.pop(),e={key:t.key,value:t.value};if(this.re)for(t=t.left;!t.nt();){this.oe.push(t),t=t.right;}else for(t=t.right;!t.nt();){this.oe.push(t),t=t.left;}return e;},t.prototype.ae=function(){return this.oe.length>0;},t.prototype.ue=function(){if(0===this.oe.length)return null;var t=this.oe[this.oe.length-1];return{key:t.key,value:t.value};},t;}(),fn=/** @class */function(){function t(e,n,r,i,o){this.key=e,this.value=n,this.color=null!=r?r:t.RED,this.left=null!=i?i:t.EMPTY,this.right=null!=o?o:t.EMPTY,this.size=this.left.size+1+this.right.size;}// Returns a copy of the current node, optionally replacing pieces of it. return t.prototype.copy=function(e,n,r,i,o){return new t(null!=e?e:this.key,null!=n?n:this.value,null!=r?r:this.color,null!=i?i:this.left,null!=o?o:this.right);},t.prototype.nt=function(){return!1;},// Traverses the tree in key order and calls the specified action function // for each node. If action returns true, traversal is aborted. // Returns the first truthy value returned by action, or the last falsey // value returned by action. t.prototype.Zt=function(t){return this.left.Zt(t)||t(this.key,this.value)||this.right.Zt(t);},// Traverses the tree in reverse key order and calls the specified action // function for each node. If action returns true, traversal is aborted. // Returns the first truthy value returned by action, or the last falsey // value returned by action. t.prototype.te=function(t){return this.right.te(t)||t(this.key,this.value)||this.left.te(t);},// Returns the minimum node in the tree. t.prototype.min=function(){return this.left.nt()?this:this.left.min();},// Returns the maximum key in the tree. t.prototype.Yt=function(){return this.min().key;},// Returns the maximum key in the tree. t.prototype.Xt=function(){return this.right.nt()?this.key:this.right.Xt();},// Returns new tree, with the key/value added. t.prototype.Ht=function(t,e,n){var r=this,i=n(t,r.key);return(r=i<0?r.copy(null,null,null,r.left.Ht(t,e,n),null):0===i?r.copy(null,e,null,null,null):r.copy(null,null,null,null,r.right.Ht(t,e,n))).he();},t.prototype.le=function(){if(this.left.nt())return t.EMPTY;var e=this;return e.left._e()||e.left.left._e()||(e=e.fe()),(e=e.copy(null,null,null,e.left.le(),null)).he();},// Returns new tree, with the specified item removed. t.prototype.remove=function(e,n){var r,i=this;if(n(e,i.key)<0)i.left.nt()||i.left._e()||i.left.left._e()||(i=i.fe()),i=i.copy(null,null,null,i.left.remove(e,n),null);else{if(i.left._e()&&(i=i.de()),i.right.nt()||i.right._e()||i.right.left._e()||(i=i.we()),0===n(e,i.key)){if(i.right.nt())return t.EMPTY;r=i.right.min(),i=i.copy(r.key,r.value,null,null,i.right.le());}i=i.copy(null,null,null,null,i.right.remove(e,n));}return i.he();},t.prototype._e=function(){return this.color;},// Returns new tree after performing any needed rotations. t.prototype.he=function(){var t=this;return t.right._e()&&!t.left._e()&&(t=t.Ee()),t.left._e()&&t.left.left._e()&&(t=t.de()),t.left._e()&&t.right._e()&&(t=t.Te()),t;},t.prototype.fe=function(){var t=this.Te();return t.right.left._e()&&(t=(t=(t=t.copy(null,null,null,null,t.right.de())).Ee()).Te()),t;},t.prototype.we=function(){var t=this.Te();return t.left.left._e()&&(t=(t=t.de()).Te()),t;},t.prototype.Ee=function(){var e=this.copy(null,null,t.RED,null,this.right.left);return this.right.copy(null,null,this.color,e,null);},t.prototype.de=function(){var e=this.copy(null,null,t.RED,this.left.right,null);return this.left.copy(null,null,this.color,null,e);},t.prototype.Te=function(){var t=this.left.copy(null,null,!this.left.color,null,null),e=this.right.copy(null,null,!this.right.color,null,null);return this.copy(null,null,!this.color,t,e);},// For testing. t.prototype.Ie=function(){var t=this.me();return Math.pow(2,t)<=this.size+1;},// In a balanced RB tree, the black-depth (number of black nodes) from root to // leaves is equal on both sides. This function verifies that or asserts. t.prototype.me=function(){if(this._e()&&this.left._e())throw S();if(this.right._e())throw S();var t=this.left.me();if(t!==this.right.me())throw S();return t+(this._e()?0:1);},t;}();// end SortedMap // An iterator over an LLRBNode. // end LLRBNode // Empty node is shared between all LLRB trees. // eslint-disable-next-line @typescript-eslint/no-explicit-any fn.EMPTY=null,fn.RED=!0,fn.Jt=!1,// end LLRBEmptyNode fn.EMPTY=new(/** @class */function(){function t(){this.size=0;}return Object.defineProperty(t.prototype,"key",{get:function get(){throw S();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"value",{get:function get(){throw S();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"color",{get:function get(){throw S();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"left",{get:function get(){throw S();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"right",{get:function get(){throw S();},enumerable:!1,configurable:!0}),// Returns a copy of the current node. t.prototype.copy=function(t,e,n,r,i){return this;},// Returns a copy of the tree, with the specified key/value added. t.prototype.Ht=function(t,e,n){return new fn(t,e);},// Returns a copy of the tree, with the specified key removed. t.prototype.remove=function(t,e){return this;},t.prototype.nt=function(){return!0;},t.prototype.Zt=function(t){return!1;},t.prototype.te=function(t){return!1;},t.prototype.Yt=function(){return null;},t.prototype.Xt=function(){return null;},t.prototype._e=function(){return!1;},// For testing. t.prototype.Ie=function(){return!0;},t.prototype.me=function(){return 0;},t;}())();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * SortedSet is an immutable (copy-on-write) collection that holds elements * in order specified by the provided comparator. * * NOTE: if provided comparator returns 0 for two elements, we consider them to * be equal! */var hn=/** @class */function(){function t(t){this.J=t,this.data=new an(this.J);}return t.prototype.has=function(t){return null!==this.data.get(t);},t.prototype.first=function(){return this.data.Yt();},t.prototype.last=function(){return this.data.Xt();},Object.defineProperty(t.prototype,"size",{get:function get(){return this.data.size;},enumerable:!1,configurable:!0}),t.prototype.indexOf=function(t){return this.data.indexOf(t);},/** Iterates elements in order defined by "comparator" */t.prototype.forEach=function(t){this.data.Zt(function(e,n){return t(e),!1;});},/** Iterates over `elem`s such that: range[0] <= elem < range[1]. */t.prototype.Ae=function(t,e){for(var n=this.data.ne(t[0]);n.ae();){var r=n.ce();if(this.J(r.key,t[1])>=0)return;e(r.key);}},/** * Iterates over `elem`s such that: start <= elem until false is returned. */t.prototype.Re=function(t,e){var n;for(n=void 0!==e?this.data.ne(e):this.data.ee();n.ae();){if(!t(n.ce().key))return;}},/** Finds the least element greater than or equal to `elem`. */t.prototype.Pe=function(t){var e=this.data.ne(t);return e.ae()?e.ce().key:null;},t.prototype.ee=function(){return new ln(this.data.ee());},t.prototype.ne=function(t){return new ln(this.data.ne(t));},/** Inserts or updates an element */t.prototype.add=function(t){return this.copy(this.data.remove(t).Ht(t,!0));},/** Deletes an element */t.prototype.delete=function(t){return this.has(t)?this.copy(this.data.remove(t)):this;},t.prototype.nt=function(){return this.data.nt();},t.prototype.ye=function(t){var e=this;// Make sure `result` always refers to the larger one of the two sets. return e.size<t.size&&(e=t,t=this),t.forEach(function(t){e=e.add(t);}),e;},t.prototype.isEqual=function(e){if(!(e instanceof t))return!1;if(this.size!==e.size)return!1;for(var n=this.data.ee(),r=e.data.ee();n.ae();){var i=n.ce().key,o=r.ce().key;if(0!==this.J(i,o))return!1;}return!0;},t.prototype.rt=function(){var t=[];return this.forEach(function(e){t.push(e);}),t;},t.prototype.toString=function(){var t=[];return this.forEach(function(e){return t.push(e);}),"SortedSet("+t.toString()+")";},t.prototype.copy=function(e){var n=new t(this.J);return n.data=e,n;},t;}(),ln=/** @class */function(){function t(t){this.ge=t;}return t.prototype.ce=function(){return this.ge.ce().key;},t.prototype.ae=function(){return this.ge.ae();},t;}(),pn=new an(it.J);function dn(){return pn;}function vn(){return dn();}var yn=new an(it.J);function mn(){return yn;}var gn=new an(it.J);function wn(){return gn;}var bn=new hn(it.J);function In(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}for(var n=bn,r=0,i=t;r<i.length;r++){var o=i[r];n=n.add(o);}return n;}var _n=new hn(P);function En(){return _n;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * DocumentSet is an immutable (copy-on-write) collection that holds documents * in order specified by the provided comparator. We always add a document key * comparator on top of what is provided to guarantee document equality based on * the key. */var Tn=/** @class */function(){/** The default ordering is by key if the comparator is omitted */function t(t){// We are adding document key comparator to the end as it's the only // guaranteed unique property of a document. this.J=t?function(e,n){return t(e,n)||it.J(e.key,n.key);}:function(t,e){return it.J(t.key,e.key);},this.Ve=mn(),this.pe=new an(this.J)/** * Returns an empty copy of the existing DocumentSet, using the same * comparator. */;}return t.be=function(e){return new t(e.J);},t.prototype.has=function(t){return null!=this.Ve.get(t);},t.prototype.get=function(t){return this.Ve.get(t);},t.prototype.first=function(){return this.pe.Yt();},t.prototype.last=function(){return this.pe.Xt();},t.prototype.nt=function(){return this.pe.nt();},/** * Returns the index of the provided key in the document set, or -1 if the * document key is not present in the set; */t.prototype.indexOf=function(t){var e=this.Ve.get(t);return e?this.pe.indexOf(e):-1;},Object.defineProperty(t.prototype,"size",{get:function get(){return this.pe.size;},enumerable:!1,configurable:!0}),/** Iterates documents in order defined by "comparator" */t.prototype.forEach=function(t){this.pe.Zt(function(e,n){return t(e),!1;});},/** Inserts or updates a document with the same key */t.prototype.add=function(t){// First remove the element if we have it. var e=this.delete(t.key);return e.copy(e.Ve.Ht(t.key,t),e.pe.Ht(t,null));},/** Deletes a document with a given key */t.prototype.delete=function(t){var e=this.get(t);return e?this.copy(this.Ve.remove(t),this.pe.remove(e)):this;},t.prototype.isEqual=function(e){if(!(e instanceof t))return!1;if(this.size!==e.size)return!1;for(var n=this.pe.ee(),r=e.pe.ee();n.ae();){var i=n.ce().key,o=r.ce().key;if(!i.isEqual(o))return!1;}return!0;},t.prototype.toString=function(){var t=[];return this.forEach(function(e){t.push(e.toString());}),0===t.length?"DocumentSet ()":"DocumentSet (\n "+t.join(" \n")+"\n)";},t.prototype.copy=function(e,n){var r=new t();return r.J=this.J,r.Ve=e,r.pe=n,r;},t;}(),Nn=/** @class */function(){function t(){this.ve=new an(it.J);}return t.prototype.track=function(t){var e=t.doc.key,n=this.ve.get(e);n?// Merge the new change with the existing change. 0/* Added */!==t.type&&3/* Metadata */===n.type?this.ve=this.ve.Ht(e,t):3/* Metadata */===t.type&&1/* Removed */!==n.type?this.ve=this.ve.Ht(e,{type:n.type,doc:t.doc}):2/* Modified */===t.type&&2/* Modified */===n.type?this.ve=this.ve.Ht(e,{type:2/* Modified */,doc:t.doc}):2/* Modified */===t.type&&0/* Added */===n.type?this.ve=this.ve.Ht(e,{type:0/* Added */,doc:t.doc}):1/* Removed */===t.type&&0/* Added */===n.type?this.ve=this.ve.remove(e):1/* Removed */===t.type&&2/* Modified */===n.type?this.ve=this.ve.Ht(e,{type:1/* Removed */,doc:n.doc}):0/* Added */===t.type&&1/* Removed */===n.type?this.ve=this.ve.Ht(e,{type:2/* Modified */,doc:t.doc}):// This includes these cases, which don't make sense: // Added->Added // Removed->Removed // Modified->Added // Removed->Modified // Metadata->Added // Removed->Metadata S():this.ve=this.ve.Ht(e,t);},t.prototype.Se=function(){var t=[];return this.ve.Zt(function(e,n){t.push(n);}),t;},t;}(),An=/** @class */function(){function t(t,e,n,r,i,o,u,s){this.query=t,this.docs=e,this.De=n,this.docChanges=r,this.Ce=i,this.fromCache=o,this.xe=u,this.Ne=s/** Returns a view snapshot as if all documents in the snapshot were added. */;}return t.Fe=function(e,n,r,i){var o=[];return n.forEach(function(t){o.push({type:0/* Added */,doc:t});}),new t(e,n,Tn.be(n),o,r,i,/* syncStateChanged= */!0,/* excludesMetadataChanges= */!1);},Object.defineProperty(t.prototype,"hasPendingWrites",{get:function get(){return!this.Ce.nt();},enumerable:!1,configurable:!0}),t.prototype.isEqual=function(t){if(!(this.fromCache===t.fromCache&&this.xe===t.xe&&this.Ce.isEqual(t.Ce)&&ye(this.query,t.query)&&this.docs.isEqual(t.docs)&&this.De.isEqual(t.De)))return!1;var e=this.docChanges,n=t.docChanges;if(e.length!==n.length)return!1;for(var r=0;r<e.length;r++){if(e[r].type!==n[r].type||!e[r].doc.isEqual(n[r].doc))return!1;}return!0;},t;}(),Sn=/** @class */function(){function t(/** * The snapshot version this event brings us up to, or MIN if not set. */t,/** * A map from target to changes to the target. See TargetChange. */e,/** * A set of targets that is known to be inconsistent. Listens for these * targets should be re-established without resume tokens. */n,/** * A set of which documents have changed or been deleted, along with the * doc's new values (if not deleted). */r,/** * A set of which document updates are due only to limbo resolution targets. */i){this.Mt=t,this.Oe=e,this.ke=n,this.Me=r,this.Le=i;}/** * HACK: Views require RemoteEvents in order to determine whether the view is * CURRENT, but secondary tabs don't receive remote events. So this method is * used to create a synthesized RemoteEvent that can be used to apply a * CURRENT status change to a View, for queries executed in a different tab. */ // PORTING NOTE: Multi-tab only return t.$e=function(e,n){var r=new Map();return r.set(e,xn.Be(e,n)),new t(Z.min(),r,En(),dn(),In());},t;}(),xn=/** @class */function(){function t(/** * An opaque, server-assigned token that allows watching a query to be resumed * after disconnecting without retransmitting all the data that matches the * query. The resume token essentially identifies a point in time from which * the server should resume sending results. */t,/** * The "current" (synced) status of this target. Note that "current" * has special meaning in the RPC protocol that implies that a target is * both up-to-date and consistent with the rest of the watch stream. */e,/** * The set of documents that were newly assigned to this target as part of * this remote event. */n,/** * The set of documents that were already assigned to this target but received * an update during this remote event. */r,/** * The set of documents that were removed from this target as part of this * remote event. */i){this.resumeToken=t,this.qe=e,this.Ue=n,this.Qe=r,this.Ke=i/** * This method is used to create a synthesized TargetChanges that can be used to * apply a CURRENT status change to a View (for queries executed in a different * tab) or for new queries (to raise snapshots with correct CURRENT status). */;}return t.Be=function(e,n){return new t(R.h,n,In(),In(),In());},t;}(),Dn=function Dn(/** The new document applies to all of these targets. */t,/** The new document is removed from all of these targets. */e,/** The key of the document for this change. */n,/** * The new document or NoDocument if it was deleted. Is null if the * document went out of view without the server sending a new document. */r){this.We=t,this.removedTargetIds=e,this.key=n,this.je=r;},kn=function kn(t,e){this.targetId=t,this.Ge=e;},On=function On(/** What kind of change occurred to the watch target. */t,/** The target IDs that were added/removed/set. */e,/** * An opaque, server-assigned token that allows watching a target to be * resumed after disconnecting without retransmitting all the data that * matches the target. The resume token essentially identifies a point in * time from which the server should resume sending results. */n/** An RPC error indicating why the watch failed. */,r){void 0===n&&(n=R.h),void 0===r&&(r=null),this.state=t,this.targetIds=e,this.resumeToken=n,this.cause=r;},Pn=/** @class */function(){function t(){/** * The number of pending responses (adds or removes) that we are waiting on. * We only consider targets active that have no pending responses. */this.ze=0,/** * Keeps track of the document changes since the last raised snapshot. * * These changes are continuously updated as we receive document updates and * always reflect the current set of changes against the last issued snapshot. */this.He=Rn(),/** See public getters for explanations of these fields. */this.Je=R.h,this.Ye=!1,/** * Whether this target state should be included in the next snapshot. We * initialize to true so that newly-added targets are included in the next * RemoteEvent. */this.Xe=!0;}return Object.defineProperty(t.prototype,"qe",{/** * Whether this target has been marked 'current'. * * 'Current' has special meaning in the RPC protocol: It implies that the * Watch backend has sent us all changes up to the point at which the target * was added and that the target is consistent with the rest of the watch * stream. */get:function get(){return this.Ye;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"resumeToken",{/** The last resume token sent to us for this target. */get:function get(){return this.Je;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"Ze",{/** Whether this target has pending target adds or target removes. */get:function get(){return 0!==this.ze;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tn",{/** Whether we have modified any state that should trigger a snapshot. */get:function get(){return this.Xe;},enumerable:!1,configurable:!0}),/** * Applies the resume token to the TargetChange, but only when it has a new * value. Empty resumeTokens are discarded. */t.prototype.en=function(t){t.o()>0&&(this.Xe=!0,this.Je=t);},/** * Creates a target change from the current set of changes. * * To reset the document changes after raising this snapshot, call * `clearPendingChanges()`. */t.prototype.nn=function(){var t=In(),e=In(),n=In();return this.He.forEach(function(r,i){switch(i){case 0/* Added */:t=t.add(r);break;case 2/* Modified */:e=e.add(r);break;case 1/* Removed */:n=n.add(r);break;default:S();}}),new xn(this.Je,this.Ye,t,e,n);},/** * Resets the document changes and sets `hasPendingChanges` to false. */t.prototype.sn=function(){this.Xe=!1,this.He=Rn();},t.prototype.rn=function(t,e){this.Xe=!0,this.He=this.He.Ht(t,e);},t.prototype.on=function(t){this.Xe=!0,this.He=this.He.remove(t);},t.prototype.cn=function(){this.ze+=1;},t.prototype.an=function(){this.ze-=1;},t.prototype.un=function(){this.Xe=!0,this.Ye=!0;},t;}(),Cn=/** @class */function(){function t(t){this.hn=t,/** The internal state of all tracked targets. */this.ln=new Map(),/** Keeps track of the documents to update since the last raised snapshot. */this._n=dn(),/** A mapping of document keys to their set of target IDs. */this.fn=Ln(),/** * A list of targets with existence filter mismatches. These targets are * known to be inconsistent and their listens needs to be re-established by * RemoteStore. */this.dn=new hn(P)/** * Processes and adds the DocumentWatchChange to the current set of changes. */;}return t.prototype.wn=function(t){for(var e=0,n=t.We;e<n.length;e++){var r=n[e];t.je instanceof Vt?this.En(r,t.je):t.je instanceof Mt&&this.Tn(r,t.key,t.je);}for(var i=0,o=t.removedTargetIds;i<o.length;i++){r=o[i];this.Tn(r,t.key,t.je);}},/** Processes and adds the WatchTargetChange to the current set of changes. */t.prototype.In=function(t){var e=this;this.mn(t,function(n){var r=e.An(n);switch(t.state){case 0/* NoChange */:e.Rn(n)&&r.en(t.resumeToken);break;case 1/* Added */:// We need to decrement the number of pending acks needed from watch // for this targetId. r.an(),r.Ze||// We have a freshly added target, so we need to reset any state // that we had previously. This can happen e.g. when remove and add // back a target for existence filter mismatches. r.sn(),r.en(t.resumeToken);break;case 2/* Removed */:// We need to keep track of removed targets to we can post-filter and // remove any target changes. // We need to decrement the number of pending acks needed from watch // for this targetId. r.an(),r.Ze||e.removeTarget(n);break;case 3/* Current */:e.Rn(n)&&(r.un(),r.en(t.resumeToken));break;case 4/* Reset */:e.Rn(n)&&(// Reset the target and synthesizes removes for all existing // documents. The backend will re-add any documents that still // match the target before it sends the next global snapshot. e.Pn(n),r.en(t.resumeToken));break;default:S();}});},/** * Iterates over all targetIds that the watch change applies to: either the * targetIds explicitly listed in the change or the targetIds of all currently * active targets. */t.prototype.mn=function(t,e){var n=this;t.targetIds.length>0?t.targetIds.forEach(e):this.ln.forEach(function(t,r){n.Rn(r)&&e(r);});},/** * Handles existence filters and synthesizes deletes for filter mismatches. * Targets that are invalidated by filter mismatches are added to * `pendingTargetResets`. */t.prototype.yn=function(t){var e=t.targetId,n=t.Ge.count,r=this.gn(e);if(r){var i=r.target;if(Gt(i)){if(0===n){// The existence filter told us the document does not exist. We deduce // that this document does not exist and apply a deleted document to // our updates. Without applying this deleted document there might be // another query that will raise this document as part of a snapshot // until it is resolved, essentially exposing inconsistency between // queries. var o=new it(i.path);this.Tn(e,o,new Mt(o,Z.min()));}else x(1===n);}else this.Vn(e)!==n&&(// Existence filter mismatch: We reset the mapping and raise a new // snapshot with `isFromCache:true`. this.Pn(e),this.dn=this.dn.add(e));}},/** * Converts the currently accumulated state into a remote event at the * provided snapshot version. Resets the accumulated changes before returning. */t.prototype.pn=function(t){var e=this,n=new Map();this.ln.forEach(function(r,i){var o=e.gn(i);if(o){if(r.qe&&Gt(o.target)){// Document queries for document that don't exist can produce an empty // result set. To update our local cache, we synthesize a document // delete if we have not previously received the document. This // resolves the limbo state of the document, removing it from // limboDocumentRefs. // TODO(dimond): Ideally we would have an explicit lookup target // instead resulting in an explicit delete message and we could // remove this special logic. var u=new it(o.target.path);null!==e._n.get(u)||e.bn(i,u)||e.Tn(i,u,new Mt(u,t));}r.tn&&(n.set(i,r.nn()),r.sn());}});var r=In();// We extract the set of limbo-only document updates as the GC logic // special-cases documents that do not appear in the target cache. // TODO(gsoltis): Expand on this comment once GC is available in the JS // client. this.fn.forEach(function(t,n){var i=!0;n.Re(function(t){var n=e.gn(t);return!n||2/* LimboResolution */===n.kt||(i=!1,!1);}),i&&(r=r.add(t));});var i=new Sn(t,n,this.dn,this._n,r);return this._n=dn(),this.fn=Ln(),this.dn=new hn(P),i;},/** * Adds the provided document to the internal list of document updates and * its document key to the given target's mapping. */ // Visible for testing. t.prototype.En=function(t,e){if(this.Rn(t)){var n=this.bn(t,e.key)?2/* Modified */:0/* Added */;this.An(t).rn(e.key,n),this._n=this._n.Ht(e.key,e),this.fn=this.fn.Ht(e.key,this.vn(e.key).add(t));}},/** * Removes the provided document from the target mapping. If the * document no longer matches the target, but the document's state is still * known (e.g. we know that the document was deleted or we received the change * that caused the filter mismatch), the new document can be provided * to update the remote document cache. */ // Visible for testing. t.prototype.Tn=function(t,e,n){if(this.Rn(t)){var r=this.An(t);this.bn(t,e)?r.rn(e,1/* Removed */):// The document may have entered and left the target before we raised a // snapshot, so we can just ignore the change. r.on(e),this.fn=this.fn.Ht(e,this.vn(e).delete(t)),n&&(this._n=this._n.Ht(e,n));}},t.prototype.removeTarget=function(t){this.ln.delete(t);},/** * Returns the current count of documents in the target. This includes both * the number of documents that the LocalStore considers to be part of the * target as well as any accumulated changes. */t.prototype.Vn=function(t){var e=this.An(t).nn();return this.hn.Sn(t).size+e.Ue.size-e.Ke.size;},/** * Increment the number of acks needed from watch before we can consider the * server to be 'in-sync' with the client's active targets. */t.prototype.cn=function(t){this.An(t).cn();},t.prototype.An=function(t){var e=this.ln.get(t);return e||(e=new Pn(),this.ln.set(t,e)),e;},t.prototype.vn=function(t){var e=this.fn.get(t);return e||(e=new hn(P),this.fn=this.fn.Ht(t,e)),e;},/** * Verifies that the user is still interested in this target (by calling * `getTargetDataForTarget()`) and that we are not waiting for pending ADDs * from watch. */t.prototype.Rn=function(t){var e=null!==this.gn(t);return e||E("WatchChangeAggregator","Detected inactive target",t),e;},/** * Returns the TargetData for an active target (i.e. a target that the user * is still interested in that has no outstanding target change requests). */t.prototype.gn=function(t){var e=this.ln.get(t);return e&&e.Ze?null:this.hn.Dn(t);},/** * Resets the state of a Watch target to its initial state (e.g. sets * 'current' to false, clears the resume token and removes its target mapping * from all documents). */t.prototype.Pn=function(t){var e=this;this.ln.set(t,new Pn()),this.hn.Sn(t).forEach(function(n){e.Tn(t,n,/*updatedDocument=*/null);});},/** * Returns whether the LocalStore considers the document to be part of the * specified target. */t.prototype.bn=function(t,e){return this.hn.Sn(t).has(e);},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * DocumentChangeSet keeps track of a set of changes to docs in a query, merging * duplicate events for the same doc. */function Ln(){return new an(it.J);}function Rn(){return new an(it.J);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var Vn={asc:"ASCENDING",desc:"DESCENDING"},Mn={"<":"LESS_THAN","<=":"LESS_THAN_OR_EQUAL",">":"GREATER_THAN",">=":"GREATER_THAN_OR_EQUAL","==":"EQUAL","!=":"NOT_EQUAL","array-contains":"ARRAY_CONTAINS",in:"IN","not-in":"NOT_IN","array-contains-any":"ARRAY_CONTAINS_ANY"},Un=function Un(t,e){this.T=t,this.qt=e;};/** * This class generates JsonObject values for the Datastore API suitable for * sending to either GRPC stub methods or via the JSON/HTTP REST API. * * The serializer supports both Protobuf.js and Proto3 JSON formats. By * setting `useProto3Json` to true, the serializer will use the Proto3 JSON * format. * * For a description of the Proto3 JSON format check * https://developers.google.com/protocol-buffers/docs/proto3#json * * TODO(klimt): We can remove the databaseId argument if we keep the full * resource name in documents. */ /** * Returns a value for a Date that's appropriate to put into a proto. */function qn(t,e){return t.qt?new Date(1e3*e.seconds).toISOString().replace(/\.\d*/,"").replace("Z","")+"."+("000000000"+e.nanoseconds).slice(-9)+"Z":{seconds:""+e.seconds,nanos:e.nanoseconds};}/** * Returns a value for bytes that's appropriate to put in a proto. * * Visible for testing. */function Fn(t,e){return t.qt?e.toBase64():e.toUint8Array();}/** * Returns a ByteString based on the proto string value. */function jn(t,e){return qn(t,e.G());}function zn(t){return x(!!t),Z.W(function(t){var e=ft(t);return new X(e.seconds,e.nanos);}(t));}function Gn(t,e){return function(t){return new et(["projects",t.projectId,"databases",t.database]);}(t).child("documents").child(e).ot();}function Bn(t){var e=et.ct(t);return x(dr(e)),e;}function Kn(t,e){return Gn(t.T,e.path);}function Hn(t,e){var n=Bn(e);if(n.get(1)!==t.T.projectId)throw new M(V.INVALID_ARGUMENT,"Tried to deserialize key from different project: "+n.get(1)+" vs "+t.T.projectId);if(n.get(3)!==t.T.database)throw new M(V.INVALID_ARGUMENT,"Tried to deserialize key from different database: "+n.get(3)+" vs "+t.T.database);return new it(Yn(n));}function Jn(t,e){return Gn(t.T,e);}function Wn(t){var e=Bn(t);// In v1beta1 queries for collections at the root did not have a trailing // "/documents". In v1 all resource paths contain "/documents". Preserve the // ability to read the v1beta1 form for compatibility with queries persisted // in the local target cache. return 4===e.length?et.at():Yn(e);}function Qn(t){return new et(["projects",t.T.projectId,"databases",t.T.database]).ot();}function Yn(t){return x(t.length>4&&"documents"===t.get(4)),t.X(5)/** Creates a Document proto from key and fields (but no create/update time) */;}function $n(t,e,n){return{name:Kn(t,e),fields:n.proto.mapValue.fields};}function Xn(t,e,n){var r=Hn(t,e.name),i=zn(e.updateTime),o=new Pt({mapValue:{fields:e.fields}});return new Vt(r,i,o,{hasCommittedMutations:!!n});}function Zn(t,e){var n;if(e instanceof We)n={update:$n(t,e.key,e.value)};else if(e instanceof nn)n={delete:Kn(t,e.key)};else if(e instanceof Qe)n={update:$n(t,e.key,e.data),updateMask:pr(e.zt)};else{if(!(e instanceof rn))return S();n={verify:Kn(t,e.key)};}return e.fieldTransforms.length>0&&(n.updateTransforms=e.fieldTransforms.map(function(t){return function(t,e){var n=e.transform;if(n instanceof ke)return{fieldPath:e.field.ot(),setToServerValue:"REQUEST_TIME"};if(n instanceof Oe)return{fieldPath:e.field.ot(),appendMissingElements:{values:n.elements}};if(n instanceof Ce)return{fieldPath:e.field.ot(),removeAllFromArray:{values:n.elements}};if(n instanceof Re)return{fieldPath:e.field.ot(),increment:n.Qt};throw S();}(0,t);})),e.Gt.jt||(n.currentDocument=function(t,e){return void 0!==e.updateTime?{updateTime:jn(t,e.updateTime)}:void 0!==e.exists?{exists:e.exists}:S();}(t,e.Gt)),n;}function tr(t,e){var n=e.currentDocument?function(t){return void 0!==t.updateTime?Fe.updateTime(zn(t.updateTime)):void 0!==t.exists?Fe.exists(t.exists):Fe.Wt();}(e.currentDocument):Fe.Wt(),r=e.updateTransforms?e.updateTransforms.map(function(e){return function(t,e){var n=null;if("setToServerValue"in e)x("REQUEST_TIME"===e.setToServerValue),n=new ke();else if("appendMissingElements"in e){var r=e.appendMissingElements.values||[];n=new Oe(r);}else if("removeAllFromArray"in e){var i=e.removeAllFromArray.values||[];n=new Ce(i);}else"increment"in e?n=new Re(t,e.increment):S();var o=rt._t(e.fieldPath);return new Ue(o,n);}(t,e);}):[];if(e.update){e.update.name;var i=Hn(t,e.update.name),o=new Pt({mapValue:{fields:e.update.fields}});if(e.updateMask){var u=function(t){var e=t.fieldPaths||[];return new at(e.map(function(t){return rt._t(t);}));}(e.updateMask);return new Qe(i,o,u,n,r);}return new We(i,o,n,r);}if(e.delete){var s=Hn(t,e.delete);return new nn(s,n);}if(e.verify){var a=Hn(t,e.verify);return new rn(a,n);}return S();}function er(t,e){return{documents:[Jn(t,e.path)]};}function nr(t,e){// Dissect the path into parent, collectionId, and optional key filter. var n={structuredQuery:{}},r=e.path;null!==e.collectionGroup?(n.parent=Jn(t,r),n.structuredQuery.from=[{collectionId:e.collectionGroup,allDescendants:!0}]):(n.parent=Jn(t,r.Z()),n.structuredQuery.from=[{collectionId:r.et()}]);var i=function(t){if(0!==t.length){var e=t.map(function(t){// visible for testing return function(t){if("=="/* EQUAL */===t.op){if(kt(t.value))return{unaryFilter:{field:cr(t.field),op:"IS_NAN"}};if(Dt(t.value))return{unaryFilter:{field:cr(t.field),op:"IS_NULL"}};}else if("!="/* NOT_EQUAL */===t.op){if(kt(t.value))return{unaryFilter:{field:cr(t.field),op:"IS_NOT_NAN"}};if(Dt(t.value))return{unaryFilter:{field:cr(t.field),op:"IS_NOT_NULL"}};}return{fieldFilter:{field:cr(t.field),op:ar(t.op),value:t.value}};}(t);});return 1===e.length?e[0]:{compositeFilter:{op:"AND",filters:e}};}}(e.filters);i&&(n.structuredQuery.where=i);var o=function(t){if(0!==t.length)return t.map(function(t){// visible for testing return function(t){return{field:cr(t.field),direction:sr(t.dir)};}(t);});}(e.orderBy);o&&(n.structuredQuery.orderBy=o);var u=function(t,e){return t.qt||yt(e)?e:{value:e};}(t,e.limit);return null!==u&&(n.structuredQuery.limit=u),e.startAt&&(n.structuredQuery.startAt=or(e.startAt)),e.endAt&&(n.structuredQuery.endAt=or(e.endAt)),n;}function rr(t){var e=Wn(t.parent),n=t.structuredQuery,r=n.from?n.from.length:0,i=null;if(r>0){x(1===r);var o=n.from[0];o.allDescendants?i=o.collectionId:e=e.child(o.collectionId);}var u=[];n.where&&(u=ir(n.where));var s=[];n.orderBy&&(s=n.orderBy.map(function(t){return function(t){return new ee(fr(t.field),// visible for testing function(t){switch(t){case"ASCENDING":return"asc"/* ASCENDING */;case"DESCENDING":return"desc"/* DESCENDING */;default:return;}}(t.direction));}(t);}));var a=null;n.limit&&(a=function(t){var e;return yt(e="object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(t)?t.value:t)?null:e;}(n.limit));var c=null;n.startAt&&(c=ur(n.startAt));var f=null;return n.endAt&&(f=ur(n.endAt)),ue(e,i,s,u,a,"F"/* First */,c,f);}function ir(t){return t?void 0!==t.unaryFilter?[lr(t)]:void 0!==t.fieldFilter?[hr(t)]:void 0!==t.compositeFilter?t.compositeFilter.filters.map(function(t){return ir(t);}).reduce(function(t,e){return t.concat(e);}):S():[];}function or(t){return{before:t.before,values:t.position};}function ur(t){var e=!!t.before,n=t.values||[];return new Zt(n,e);}// visible for testing function sr(t){return Vn[t];}function ar(t){return Mn[t];}function cr(t){return{fieldPath:t.ot()};}function fr(t){return rt._t(t.fieldPath);}function hr(t){return Bt.create(fr(t.fieldFilter.field),function(t){switch(t){case"EQUAL":return"=="/* EQUAL */;case"NOT_EQUAL":return"!="/* NOT_EQUAL */;case"GREATER_THAN":return">"/* GREATER_THAN */;case"GREATER_THAN_OR_EQUAL":return">="/* GREATER_THAN_OR_EQUAL */;case"LESS_THAN":return"<"/* LESS_THAN */;case"LESS_THAN_OR_EQUAL":return"<="/* LESS_THAN_OR_EQUAL */;case"ARRAY_CONTAINS":return"array-contains"/* ARRAY_CONTAINS */;case"IN":return"in"/* IN */;case"NOT_IN":return"not-in"/* NOT_IN */;case"ARRAY_CONTAINS_ANY":return"array-contains-any"/* ARRAY_CONTAINS_ANY */;case"OPERATOR_UNSPECIFIED":default:return S();}}(t.fieldFilter.op),t.fieldFilter.value);}function lr(t){switch(t.unaryFilter.op){case"IS_NAN":var e=fr(t.unaryFilter.field);return Bt.create(e,"=="/* EQUAL */,{doubleValue:NaN});case"IS_NULL":var n=fr(t.unaryFilter.field);return Bt.create(n,"=="/* EQUAL */,{nullValue:"NULL_VALUE"});case"IS_NOT_NAN":var r=fr(t.unaryFilter.field);return Bt.create(r,"!="/* NOT_EQUAL */,{doubleValue:NaN});case"IS_NOT_NULL":var i=fr(t.unaryFilter.field);return Bt.create(i,"!="/* NOT_EQUAL */,{nullValue:"NULL_VALUE"});case"OPERATOR_UNSPECIFIED":default:return S();}}function pr(t){var e=[];return t.fields.forEach(function(t){return e.push(t.ot());}),{fieldPaths:e};}function dr(t){// Resource names have at least 4 components (project ID, database ID) return t.length>=4&&"projects"===t.get(0)&&"databases"===t.get(2);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var vr=function vr(){var t=this;this.promise=new Promise(function(e,n){t.resolve=e,t.reject=n;});},yr=/** @class */function(){function t(t){var e=this;// NOTE: next/catchCallback will always point to our own wrapper functions, // not the user's raw next() or catch() callbacks. this.Cn=null,this.xn=null,// When the operation resolves, we'll set result or error and mark isDone. this.result=void 0,this.error=void 0,this.Nn=!1,// Set to true when .then() or .catch() are called and prevents additional // chaining. this.Fn=!1,t(function(t){e.Nn=!0,e.result=t,e.Cn&&// value should be defined unless T is Void, but we can't express // that in the type system. e.Cn(t);},function(t){e.Nn=!0,e.error=t,e.xn&&e.xn(t);});}return t.prototype.catch=function(t){return this.next(void 0,t);},t.prototype.next=function(e,n){var r=this;return this.Fn&&S(),this.Fn=!0,this.Nn?this.error?this.On(n,this.error):this.kn(e,this.result):new t(function(t,i){r.Cn=function(n){r.kn(e,n).next(t,i);},r.xn=function(e){r.On(n,e).next(t,i);};});},t.prototype.Mn=function(){var t=this;return new Promise(function(e,n){t.next(e,n);});},t.prototype.Ln=function(e){try{var n=e();return n instanceof t?n:t.resolve(n);}catch(e){return t.reject(e);}},t.prototype.kn=function(e,n){return e?this.Ln(function(){return e(n);}):t.resolve(n);},t.prototype.On=function(e,n){return e?this.Ln(function(){return e(n);}):t.reject(n);},t.resolve=function(e){return new t(function(t,n){t(e);});},t.reject=function(e){return new t(function(t,n){n(e);});},t.$n=function(// Accept all Promise types in waitFor(). // eslint-disable-next-line @typescript-eslint/no-explicit-any e){return new t(function(t,n){var r=0,i=0,o=!1;e.forEach(function(e){++r,e.next(function(){++i,o&&i===r&&t();},function(t){return n(t);});}),o=!0,i===r&&t();});},/** * Given an array of predicate functions that asynchronously evaluate to a * boolean, implements a short-circuiting `or` between the results. Predicates * will be evaluated until one of them returns `true`, then stop. The final * result will be whether any of them returned `true`. */t.Bn=function(e){for(var n=t.resolve(!1),r=function r(e){n=n.next(function(n){return n?t.resolve(n):e();});},i=0,o=e;i<o.length;i++){r(o[i]);}return n;},t.forEach=function(t,e){var n=this,r=[];return t.forEach(function(t,i){r.push(e.call(n,t,i));}),this.$n(r);},t;}(),mr=/** @class */function(){function t(t,e){var n=this;this.action=t,this.transaction=e,this.aborted=!1,/** * A promise that resolves with the result of the IndexedDb transaction. */this.qn=new vr(),this.transaction.oncomplete=function(){n.qn.resolve();},this.transaction.onabort=function(){e.error?n.qn.reject(new br(t,e.error)):n.qn.resolve();},this.transaction.onerror=function(e){var r=Nr(e.target.error);n.qn.reject(new br(t,r));};}return t.open=function(e,n,r,i){try{return new t(n,e.transaction(i,r));}catch(e){throw new br(n,e);}},Object.defineProperty(t.prototype,"Un",{get:function get(){return this.qn.promise;},enumerable:!1,configurable:!0}),t.prototype.abort=function(t){t&&this.qn.reject(t),this.aborted||(E("SimpleDb","Aborting transaction:",t?t.message:"Client-initiated abort"),this.aborted=!0,this.transaction.abort());},/** * Returns a SimpleDbStore<KeyType, ValueType> for the specified store. All * operations performed on the SimpleDbStore happen within the context of this * transaction and it cannot be used anymore once the transaction is * completed. * * Note that we can't actually enforce that the KeyType and ValueType are * correct, but they allow type safety through the rest of the consuming code. */t.prototype.store=function(t){var e=this.transaction.objectStore(t);return new _r(e);},t;}(),gr=/** @class */function(){/* * Creates a new SimpleDb wrapper for IndexedDb database `name`. * * Note that `version` must not be a downgrade. IndexedDB does not support * downgrading the schema version. We currently do not support any way to do * versioning outside of IndexedDB's versioning mechanism, as only * version-upgrade transactions are allowed to do things like create * objectstores. */function t(e,r,i){this.name=e,this.version=r,this.Qn=i,// NOTE: According to https://bugs.webkit.org/show_bug.cgi?id=197050, the // bug we're checking for should exist in iOS >= 12.2 and < 13, but for // whatever reason it's much harder to hit after 12.2 so we only proactively // log on 12.2. 12.2===t.Kn(Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["getUA"])())&&T("Firestore persistence suffers from a bug in iOS 12.2 Safari that may cause your app to stop working. See https://stackoverflow.com/q/56496296/110915 for details and a potential workaround.");}/** Deletes the specified database. */return t.delete=function(t){return E("SimpleDb","Removing database:",t),Er(window.indexedDB.deleteDatabase(t)).Mn();},/** Returns true if IndexedDB is available in the current environment. */t.Wn=function(){if("undefined"==typeof indexedDB)return!1;if(t.jn())return!0;// We extensively use indexed array values and compound keys, // which IE and Edge do not support. However, they still have indexedDB // defined on the window, so we need to check for them here and make sure // to return that persistence is not enabled for those browsers. // For tracking support of this feature, see here: // https://developer.microsoft.com/en-us/microsoft-edge/platform/status/indexeddbarraysandmultientrysupport/ // Check the UA string to find out the browser. var e=Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["getUA"])(),r=t.Kn(e),i=0<r&&r<10,o=t.Gn(e),u=0<o&&o<4.5;// IE 10 // ua = 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)'; // IE 11 // ua = 'Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko'; // Edge // ua = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, // like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0'; // iOS Safari: Disable for users running iOS version < 10. return!(e.indexOf("MSIE ")>0||e.indexOf("Trident/")>0||e.indexOf("Edge/")>0||i||u);},/** * Returns true if the backing IndexedDB store is the Node IndexedDBShim * (see https://github.com/axemclion/IndexedDBShim). */t.jn=function(){var t;return"undefined"!=typeof process&&"YES"===(null===(t=process.env)||void 0===t?void 0:t.zn);},/** Helper to get a typed SimpleDbStore from a transaction. */t.Hn=function(t,e){return t.store(e);},// visible for testing /** Parse User Agent to determine iOS version. Returns -1 if not found. */t.Kn=function(t){var e=t.match(/i(?:phone|pad|pod) os ([\d_]+)/i),n=e?e[1].split("_").slice(0,2).join("."):"-1";return Number(n);},// visible for testing /** Parse User Agent to determine Android version. Returns -1 if not found. */t.Gn=function(t){var e=t.match(/Android ([\d.]+)/i),n=e?e[1].split(".").slice(0,2).join("."):"-1";return Number(n);},/** * Opens the specified database, creating or upgrading it if necessary. */t.prototype.Jn=function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return this.db?[3/*break*/,2]:(E("SimpleDb","Opening database:",this.name),e=this,[4/*yield*/,new Promise(function(e,r){// TODO(mikelehen): Investigate browser compatibility. // https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB // suggests IE9 and older WebKit browsers handle upgrade // differently. They expect setVersion, as described here: // https://developer.mozilla.org/en-US/docs/Web/API/IDBVersionChangeRequest/setVersion var i=indexedDB.open(n.name,n.version);i.onsuccess=function(t){var n=t.target.result;e(n);},i.onblocked=function(){r(new br(t,"Cannot upgrade IndexedDB schema while another tab is open. Close all tabs that access Firestore and reload this page to proceed."));},i.onerror=function(e){var n=e.target.error;"VersionError"===n.name?r(new M(V.FAILED_PRECONDITION,"A newer version of the Firestore SDK was previously used and so the persisted data is not compatible with the version of the SDK you are now using. The SDK will operate with persistence disabled. If you need persistence, please re-upgrade to a newer version of the SDK or else clear the persisted IndexedDB data for your app to start fresh.")):r(new br(t,n));},i.onupgradeneeded=function(t){E("SimpleDb",'Database "'+n.name+'" requires upgrade from version:',t.oldVersion);var e=t.target.result;n.Qn.Yn(e,i.transaction,t.oldVersion,n.version).next(function(){E("SimpleDb","Database upgrade to version "+n.version+" complete");});};})]);case 1:e.db=r.sent(),r.label=2;case 2:return[2/*return*/,(this.Xn&&(this.db.onversionchange=function(t){return n.Xn(t);}),this.db)];}});});},t.prototype.Zn=function(t){this.Xn=t,this.db&&(this.db.onversionchange=function(e){return t(e);});},t.prototype.runTransaction=function(t,e,n,r){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var i,o,u,s,a;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(c){switch(c.label){case 0:i="readonly"===e,o=0,u=function u(){var e,u,a,c,f;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(h){switch(h.label){case 0:++o,h.label=1;case 1:return h.trys.push([1,4,,5]),[4/*yield*/,s.Jn(t)];case 2:// Wait for the transaction to complete (i.e. IndexedDb's onsuccess event to // fire), but still return the original transactionFnResult back to the // caller. return s.db=h.sent(),e=mr.open(s.db,t,i?"readonly":"readwrite",n),u=r(e).catch(function(t){// Abort the transaction if there was an error. return e.abort(t),yr.reject(t);}).Mn(),a={},u.catch(function(){}),[4/*yield*/,e.Un];case 3:return[2/*return*/,(a.value=(// Wait for the transaction to complete (i.e. IndexedDb's onsuccess event to // fire), but still return the original transactionFnResult back to the // caller. h.sent(),u),a)];case 4:return c=h.sent(),f="FirebaseError"!==c.name&&o<3,E("SimpleDb","Transaction failed with error:",c.message,"Retrying:",f),s.close(),f?[3/*break*/,5]:[2/*return*/,{value:Promise.reject(c)}];case 5:return[2/*return*/];}});},s=this,c.label=1;case 1:return[5/*yield**/,u()];case 2:if("object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a=c.sent()))return[2/*return*/,a.value];c.label=3;case 3:return[3/*break*/,1];case 4:return[2/*return*/];}});});},t.prototype.close=function(){this.db&&this.db.close(),this.db=void 0;},t;}(),wr=/** @class */function(){function t(t){this.ts=t,this.es=!1,this.ns=null;}return Object.defineProperty(t.prototype,"Nn",{get:function get(){return this.es;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ss",{get:function get(){return this.ns;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"cursor",{set:function set(t){this.ts=t;},enumerable:!1,configurable:!0}),/** * This function can be called to stop iteration at any point. */t.prototype.done=function(){this.es=!0;},/** * This function can be called to skip to that next key, which could be * an index or a primary key. */t.prototype.rs=function(t){this.ns=t;},/** * Delete the current cursor value from the object store. * * NOTE: You CANNOT do this with a keysOnly query. */t.prototype.delete=function(){return Er(this.ts.delete());},t;}(),br=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,V.UNAVAILABLE,"IndexedDB transaction '"+e+"' failed: "+n)||this).name="IndexedDbTransactionError",r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(M);/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * PersistencePromise is essentially a re-implementation of Promise except * it has a .next() method instead of .then() and .next() and .catch() callbacks * are executed synchronously when a PersistencePromise resolves rather than * asynchronously (Promise implementations use setImmediate() or similar). * * This is necessary to interoperate with IndexedDB which will automatically * commit transactions if control is returned to the event loop without * synchronously initiating another operation on the transaction. * * NOTE: .then() and .catch() only allow a single consumer, unlike normal * Promises. */ /** Verifies whether `e` is an IndexedDbTransactionError. */function Ir(t){// Use name equality, as instanceof checks on errors don't work with errors // that wrap other errors. return"IndexedDbTransactionError"===t.name;}/** * A wrapper around an IDBObjectStore providing an API that: * * 1) Has generic KeyType / ValueType parameters to provide strongly-typed * methods for acting against the object store. * 2) Deals with IndexedDB's onsuccess / onerror event callbacks, making every * method return a PersistencePromise instead. * 3) Provides a higher-level API to avoid needing to do excessive wrapping of * intermediate IndexedDB types (IDBCursorWithValue, etc.) */var _r=/** @class */function(){function t(t){this.store=t;}return t.prototype.put=function(t,e){var n;return void 0!==e?(E("SimpleDb","PUT",this.store.name,t,e),n=this.store.put(e,t)):(E("SimpleDb","PUT",this.store.name,"<auto-key>",t),n=this.store.put(t)),Er(n);},/** * Adds a new value into an Object Store and returns the new key. Similar to * IndexedDb's `add()`, this method will fail on primary key collisions. * * @param value - The object to write. * @returns The key of the value to add. */t.prototype.add=function(t){return E("SimpleDb","ADD",this.store.name,t,t),Er(this.store.add(t));},/** * Gets the object with the specified key from the specified store, or null * if no object exists with the specified key. * * @key The key of the object to get. * @returns The object with the specified key or null if no object exists. */t.prototype.get=function(t){var e=this;// We're doing an unsafe cast to ValueType. // eslint-disable-next-line @typescript-eslint/no-explicit-any return Er(this.store.get(t)).next(function(n){// Normalize nonexistence to null. return void 0===n&&(n=null),E("SimpleDb","GET",e.store.name,t,n),n;});},t.prototype.delete=function(t){return E("SimpleDb","DELETE",this.store.name,t),Er(this.store.delete(t));},/** * If we ever need more of the count variants, we can add overloads. For now, * all we need is to count everything in a store. * * Returns the number of rows in the store. */t.prototype.count=function(){return E("SimpleDb","COUNT",this.store.name),Er(this.store.count());},t.prototype.os=function(t,e){var n=this.cursor(this.options(t,e)),r=[];return this.cs(n,function(t,e){r.push(e);}).next(function(){return r;});},t.prototype.us=function(t,e){E("SimpleDb","DELETE ALL",this.store.name);var n=this.options(t,e);n.hs=!1;var r=this.cursor(n);return this.cs(r,function(t,e,n){return n.delete();});},t.prototype.ls=function(t,e){var n;e?n=t:(n={},e=t);var r=this.cursor(n);return this.cs(r,e);},/** * Iterates over a store, but waits for the given callback to complete for * each entry before iterating the next entry. This allows the callback to do * asynchronous work to determine if this iteration should continue. * * The provided callback should return `true` to continue iteration, and * `false` otherwise. */t.prototype._s=function(t){var e=this.cursor({});return new yr(function(n,r){e.onerror=function(t){var e=Nr(t.target.error);r(e);},e.onsuccess=function(e){var r=e.target.result;r?t(r.primaryKey,r.value).next(function(t){t?r.continue():n();}):n();};});},t.prototype.cs=function(t,e){var n=[];return new yr(function(r,i){t.onerror=function(t){i(t.target.error);},t.onsuccess=function(t){var i=t.target.result;if(i){var o=new wr(i),u=e(i.primaryKey,i.value,o);if(u instanceof yr){var s=u.catch(function(t){return o.done(),yr.reject(t);});n.push(s);}o.Nn?r():null===o.ss?i.continue():i.continue(o.ss);}else r();};}).next(function(){return yr.$n(n);});},t.prototype.options=function(t,e){var n=void 0;return void 0!==t&&("string"==typeof t?n=t:e=t),{index:n,range:e};},t.prototype.cursor=function(t){var e="next";if(t.reverse&&(e="prev"),t.index){var n=this.store.index(t.index);return t.hs?n.openKeyCursor(t.range,e):n.openCursor(t.range,e);}return this.store.openCursor(t.range,e);},t;}();/** * Wraps an IDBRequest in a PersistencePromise, using the onsuccess / onerror * handlers to resolve / reject the PersistencePromise as appropriate. */function Er(t){return new yr(function(e,n){t.onsuccess=function(t){var n=t.target.result;e(n);},t.onerror=function(t){var e=Nr(t.target.error);n(e);};});}// Guard so we only report the error once. var Tr=!1;function Nr(t){var e=gr.Kn(Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["getUA"])());if(e>=12.2&&e<13){var r="An internal error was encountered in the Indexed Database server";if(t.message.indexOf(r)>=0){// Wrap error in a more descriptive one. var i=new M("internal","IOS_INDEXEDDB_BUG1: IndexedDb has thrown '"+r+"'. This is likely due to an unavoidable bug in iOS. See https://stackoverflow.com/q/56496296/110915 for details and a potential workaround.");return Tr||(Tr=!0,// Throw a global exception outside of this promise chain, for the user to // potentially catch. setTimeout(function(){throw i;},0)),i;}}return t;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Represents an operation scheduled to be run in the future on an AsyncQueue. * * It is created via DelayedOperation.createAndSchedule(). * * Supports cancellation (via cancel()) and early execution (via skipDelay()). * * Note: We implement `PromiseLike` instead of `Promise`, as the `Promise` type * in newer versions of TypeScript defines `finally`, which is not available in * IE. */var Ar=/** @class */function(){function t(t,e,n,r,i){this.fs=t,this.ds=e,this.ws=n,this.op=r,this.Es=i,this.Ts=new vr(),this.then=this.Ts.promise.then.bind(this.Ts.promise),// It's normal for the deferred promise to be canceled (due to cancellation) // and so we attach a dummy catch callback to avoid // 'UnhandledPromiseRejectionWarning' log spam. this.Ts.promise.catch(function(t){})/** * Creates and returns a DelayedOperation that has been scheduled to be * executed on the provided asyncQueue after the provided delayMs. * * @param asyncQueue - The queue to schedule the operation on. * @param id - A Timer ID identifying the type of operation this is. * @param delayMs - The delay (ms) before the operation should be scheduled. * @param op - The operation to run. * @param removalCallback - A callback to be called synchronously once the * operation is executed or canceled, notifying the AsyncQueue to remove it * from its delayedOperations list. * PORTING NOTE: This exists to prevent making removeDelayedOperation() and * the DelayedOperation class public. */;}return t.Is=function(e,n,r,i,o){var u=new t(e,n,Date.now()+r,i,o);return u.start(r),u;},/** * Starts the timer. This is called immediately after construction by * createAndSchedule(). */t.prototype.start=function(t){var e=this;this.As=setTimeout(function(){return e.Rs();},t);},/** * Queues the operation to run immediately (if it hasn't already been run or * canceled). */t.prototype.Ps=function(){return this.Rs();},/** * Cancels the operation if it hasn't already been executed or canceled. The * promise will be rejected. * * As long as the operation has not yet been run, calling cancel() provides a * guarantee that the operation will not be run. */t.prototype.cancel=function(t){null!==this.As&&(this.clearTimeout(),this.Ts.reject(new M(V.CANCELLED,"Operation cancelled"+(t?": "+t:""))));},t.prototype.Rs=function(){var t=this;this.fs.ys(function(){return null!==t.As?(t.clearTimeout(),t.op().then(function(e){return t.Ts.resolve(e);})):Promise.resolve();});},t.prototype.clearTimeout=function(){null!==this.As&&(this.Es(this),clearTimeout(this.As),this.As=null);},t;}();/** * Returns a FirestoreError that can be surfaced to the user if the provided * error is an IndexedDbTransactionError. Re-throws the error otherwise. */function Sr(t,e){if(T("AsyncQueue",e+": "+t),Ir(t))return new M(V.UNAVAILABLE,e+": "+t);throw t;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var xr=function xr(t,e){this.progress=t,this.gs=e;},Dr="The current tab is not in the required state to perform this operation. It might be necessary to refresh the browser tab.",kr=/** @class */function(){function t(){this.Vs=[];}return t.prototype.ps=function(t){this.Vs.push(t);},t.prototype.bs=function(){this.Vs.forEach(function(t){return t();});},t;}();/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Encodes a resource path into a IndexedDb-compatible string form. */function Or(t){for(var e="",n=0;n<t.length;n++){e.length>0&&(e=Cr(e)),e=Pr(t.get(n),e);}return Cr(e);}/** Encodes a single segment of a resource path into the given result */function Pr(t,e){for(var n=e,r=t.length,i=0;i<r;i++){var o=t.charAt(i);switch(o){case"\0":n+="";break;case"":n+="";break;default:n+=o;}}return n;}/** Encodes a path separator into the given result */function Cr(t){return t+"";}/** * Decodes the given IndexedDb-compatible string form of a resource path into * a ResourcePath instance. Note that this method is not suitable for use with * decoding resource names from the server; those are One Platform format * strings. */function Lr(t){// Event the empty path must encode as a path of at least length 2. A path // with exactly 2 must be the empty path. var e=t.length;if(x(e>=2),2===e)return x(""===t.charAt(0)&&""===t.charAt(1)),et.at();// Escape characters cannot exist past the second-to-last position in the // source value. for(var n=e-2,r=[],i="",o=0;o<e;){// The last two characters of a valid encoded path must be a separator, so // there must be an end to this segment. var u=t.indexOf("",o);switch((u<0||u>n)&&S(),t.charAt(u+1)){case"":var s=t.substring(o,u),a=void 0;0===i.length?// Avoid copying for the common case of a segment that excludes \0 // and \001 a=s:(a=i+=s,i=""),r.push(a);break;case"":i+=t.substring(o,u),i+="\0";break;case"":// The escape character can be used in the output to encode itself. i+=t.substring(o,u+1);break;default:S();}o=u+2;}return new et(r);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Schema Version for the Web client: * 1. Initial version including Mutation Queue, Query Cache, and Remote * Document Cache * 2. Used to ensure a targetGlobal object exists and add targetCount to it. No * longer required because migration 3 unconditionally clears it. * 3. Dropped and re-created Query Cache to deal with cache corruption related * to limbo resolution. Addresses * https://github.com/firebase/firebase-ios-sdk/issues/1548 * 4. Multi-Tab Support. * 5. Removal of held write acks. * 6. Create document global for tracking document cache size. * 7. Ensure every cached document has a sentinel row with a sequence number. * 8. Add collection-parent index for Collection Group queries. * 9. Change RemoteDocumentChanges store to be keyed by readTime rather than * an auto-incrementing ID. This is required for Index-Free queries. * 10. Rewrite the canonical IDs to the explicit Protobuf-based format. * 11. Add bundles and named_queries for bundle support. */ /** * Wrapper class to store timestamps (seconds and nanos) in IndexedDb objects. */var Rr=function Rr(t,e){this.seconds=t,this.nanoseconds=e;},Vr=function Vr(t,/** Whether to allow shared access from multiple tabs. */e,n){this.ownerId=t,this.allowTabSynchronization=e,this.leaseTimestampMs=n;};/** * A singleton object to be stored in the 'owner' store in IndexedDb. * * A given database can have a single primary tab assigned at a given time. That * tab must validate that it is still holding the primary lease before every * operation that requires locked access. The primary tab should regularly * write an updated timestamp to this lease to prevent other tabs from * "stealing" the primary lease */ /** * Name of the IndexedDb object store. * * Note that the name 'owner' is chosen to ensure backwards compatibility with * older clients that only supported single locked access to the persistence * layer. */Vr.store="owner",/** * The key string used for the single object that exists in the * DbPrimaryClient store. */Vr.key="owner";/** * An object to be stored in the 'mutationQueues' store in IndexedDb. * * Each user gets a single queue of MutationBatches to apply to the server. * DbMutationQueue tracks the metadata about the queue. */var Mr=function Mr(/** * The normalized user ID to which this queue belongs. */t,/** * An identifier for the highest numbered batch that has been acknowledged * by the server. All MutationBatches in this queue with batchIds less * than or equal to this value are considered to have been acknowledged by * the server. * * NOTE: this is deprecated and no longer used by the code. */e,/** * A stream token that was previously sent by the server. * * See StreamingWriteRequest in datastore.proto for more details about * usage. * * After sending this token, earlier tokens may not be used anymore so * only a single stream token is retained. * * NOTE: this is deprecated and no longer used by the code. */n){this.userId=t,this.lastAcknowledgedBatchId=e,this.lastStreamToken=n;};/** Name of the IndexedDb object store. */Mr.store="mutationQueues",/** Keys are automatically assigned via the userId property. */Mr.keyPath="userId";/** * An object to be stored in the 'mutations' store in IndexedDb. * * Represents a batch of user-level mutations intended to be sent to the server * in a single write. Each user-level batch gets a separate DbMutationBatch * with a new batchId. */var Ur=function Ur(/** * The normalized user ID to which this batch belongs. */t,/** * An identifier for this batch, allocated using an auto-generated key. */e,/** * The local write time of the batch, stored as milliseconds since the * epoch. */n,/** * A list of "mutations" that represent a partial base state from when this * write batch was initially created. During local application of the write * batch, these baseMutations are applied prior to the real writes in order * to override certain document fields from the remote document cache. This * is necessary in the case of non-idempotent writes (e.g. `increment()` * transforms) to make sure that the local view of the modified documents * doesn't flicker if the remote document cache receives the result of the * non-idempotent write before the write is removed from the queue. * * These mutations are never sent to the backend. */r,/** * A list of mutations to apply. All mutations will be applied atomically. * * Mutations are serialized via toMutation(). */i){this.userId=t,this.batchId=e,this.localWriteTimeMs=n,this.baseMutations=r,this.mutations=i;};/** Name of the IndexedDb object store. */Ur.store="mutations",/** Keys are automatically assigned via the userId, batchId properties. */Ur.keyPath="batchId",/** The index name for lookup of mutations by user. */Ur.userMutationsIndex="userMutationsIndex",/** The user mutations index is keyed by [userId, batchId] pairs. */Ur.userMutationsKeyPath=["userId","batchId"];/** * An object to be stored in the 'documentMutations' store in IndexedDb. * * A manually maintained index of all the mutation batches that affect a given * document key. The rows in this table are references based on the contents of * DbMutationBatch.mutations. */var qr=/** @class */function(){function t(){}/** * Creates a [userId] key for use in the DbDocumentMutations index to iterate * over all of a user's document mutations. */return t.prefixForUser=function(t){return[t];},/** * Creates a [userId, encodedPath] key for use in the DbDocumentMutations * index to iterate over all at document mutations for a given path or lower. */t.prefixForPath=function(t,e){return[t,Or(e)];},/** * Creates a full index key of [userId, encodedPath, batchId] for inserting * and deleting into the DbDocumentMutations index. */t.key=function(t,e,n){return[t,Or(e),n];},t;}();qr.store="documentMutations",/** * Because we store all the useful information for this store in the key, * there is no useful information to store as the value. The raw (unencoded) * path cannot be stored because IndexedDb doesn't store prototype * information. */qr.PLACEHOLDER=new qr();/** * Represents the known absence of a document at a particular version. * Stored in IndexedDb as part of a DbRemoteDocument object. */var Fr=function Fr(t,e){this.path=t,this.readTime=e;},jr=function jr(t,e){this.path=t,this.version=e;},zr=// TODO: We are currently storing full document keys almost three times // (once as part of the primary key, once - partly - as `parentPath` and once // inside the encoded documents). During our next migration, we should // rewrite the primary key as parentPath + document ID which would allow us // to drop one value. function zr(/** * Set to an instance of DbUnknownDocument if the data for a document is * not known, but it is known that a document exists at the specified * version (e.g. it had a successful update applied to it) */t,/** * Set to an instance of a DbNoDocument if it is known that no document * exists. */e,/** * Set to an instance of a Document if there's a cached version of the * document. */n,/** * Documents that were written to the remote document store based on * a write acknowledgment are marked with `hasCommittedMutations`. These * documents are potentially inconsistent with the backend's copy and use * the write's commit version as their document version. */r,/** * When the document was read from the backend. Undefined for data written * prior to schema version 9. */i,/** * The path of the collection this document is part of. Undefined for data * written prior to schema version 9. */o){this.unknownDocument=t,this.noDocument=e,this.document=n,this.hasCommittedMutations=r,this.readTime=i,this.parentPath=o;};/** * Represents a document that is known to exist but whose data is unknown. * Stored in IndexedDb as part of a DbRemoteDocument object. */zr.store="remoteDocuments",/** * An index that provides access to all entries sorted by read time (which * corresponds to the last modification time of each row). * * This index is used to provide a changelog for Multi-Tab. */zr.readTimeIndex="readTimeIndex",zr.readTimeIndexPath="readTime",/** * An index that provides access to documents in a collection sorted by read * time. * * This index is used to allow the RemoteDocumentCache to fetch newly changed * documents in a collection. */zr.collectionReadTimeIndex="collectionReadTimeIndex",zr.collectionReadTimeIndexPath=["parentPath","readTime"];/** * Contains a single entry that has metadata about the remote document cache. */var Gr=/** * @param byteSize - Approximately the total size in bytes of all the * documents in the document cache. */function Gr(t){this.byteSize=t;};Gr.store="remoteDocumentGlobal",Gr.key="remoteDocumentGlobalKey";/** * An object to be stored in the 'targets' store in IndexedDb. * * This is based on and should be kept in sync with the proto used in the iOS * client. * * Each query the client listens to against the server is tracked on disk so * that the query can be efficiently resumed on restart. */var Br=function Br(/** * An auto-generated sequential numeric identifier for the query. * * Queries are stored using their canonicalId as the key, but these * canonicalIds can be quite long so we additionally assign a unique * queryId which can be used by referenced data structures (e.g. * indexes) to minimize the on-disk cost. */t,/** * The canonical string representing this query. This is not unique. */e,/** * The last readTime received from the Watch Service for this query. * * This is the same value as TargetChange.read_time in the protos. */n,/** * An opaque, server-assigned token that allows watching a query to be * resumed after disconnecting without retransmitting all the data * that matches the query. The resume token essentially identifies a * point in time from which the server should resume sending results. * * This is related to the snapshotVersion in that the resumeToken * effectively also encodes that value, but the resumeToken is opaque * and sometimes encodes additional information. * * A consequence of this is that the resumeToken should be used when * asking the server to reason about where this client is in the watch * stream, but the client should use the snapshotVersion for its own * purposes. * * This is the same value as TargetChange.resume_token in the protos. */r,/** * A sequence number representing the last time this query was * listened to, used for garbage collection purposes. * * Conventionally this would be a timestamp value, but device-local * clocks are unreliable and they must be able to create new listens * even while disconnected. Instead this should be a monotonically * increasing number that's incremented on each listen call. * * This is different from the queryId since the queryId is an * immutable identifier assigned to the Query on first use while * lastListenSequenceNumber is updated every time the query is * listened to. */i,/** * Denotes the maximum snapshot version at which the associated query view * contained no limbo documents. Undefined for data written prior to * schema version 9. */o,/** * The query for this target. * * Because canonical ids are not unique we must store the actual query. We * use the proto to have an object we can persist without having to * duplicate translation logic to and from a `Query` object. */u){this.targetId=t,this.canonicalId=e,this.readTime=n,this.resumeToken=r,this.lastListenSequenceNumber=i,this.lastLimboFreeSnapshotVersion=o,this.query=u;};Br.store="targets",/** Keys are automatically assigned via the targetId property. */Br.keyPath="targetId",/** The name of the queryTargets index. */Br.queryTargetsIndexName="queryTargetsIndex",/** * The index of all canonicalIds to the targets that they match. This is not * a unique mapping because canonicalId does not promise a unique name for all * possible queries, so we append the targetId to make the mapping unique. */Br.queryTargetsKeyPath=["canonicalId","targetId"];/** * An object representing an association between a target and a document, or a * sentinel row marking the last sequence number at which a document was used. * Each document cached must have a corresponding sentinel row before lru * garbage collection is enabled. * * The target associations and sentinel rows are co-located so that orphaned * documents and their sequence numbers can be identified efficiently via a scan * of this store. */var Kr=function Kr(/** * The targetId identifying a target or 0 for a sentinel row. */t,/** * The path to the document, as encoded in the key. */e,/** * If this is a sentinel row, this should be the sequence number of the last * time the document specified by `path` was used. Otherwise, it should be * `undefined`. */n){this.targetId=t,this.path=e,this.sequenceNumber=n;};/** Name of the IndexedDb object store. */Kr.store="targetDocuments",/** Keys are automatically assigned via the targetId, path properties. */Kr.keyPath=["targetId","path"],/** The index name for the reverse index. */Kr.documentTargetsIndex="documentTargetsIndex",/** We also need to create the reverse index for these properties. */Kr.documentTargetsKeyPath=["path","targetId"];/** * A record of global state tracked across all Targets, tracked separately * to avoid the need for extra indexes. * * This should be kept in-sync with the proto used in the iOS client. */var Hr=function Hr(/** * The highest numbered target id across all targets. * * See DbTarget.targetId. */t,/** * The highest numbered lastListenSequenceNumber across all targets. * * See DbTarget.lastListenSequenceNumber. */e,/** * A global snapshot version representing the last consistent snapshot we * received from the backend. This is monotonically increasing and any * snapshots received from the backend prior to this version (e.g. for * targets resumed with a resumeToken) should be suppressed (buffered) * until the backend has caught up to this snapshot version again. This * prevents our cache from ever going backwards in time. */n,/** * The number of targets persisted. */r){this.highestTargetId=t,this.highestListenSequenceNumber=e,this.lastRemoteSnapshotVersion=n,this.targetCount=r;};/** * The key string used for the single object that exists in the * DbTargetGlobal store. */Hr.key="targetGlobalKey",Hr.store="targetGlobal";/** * An object representing an association between a Collection id (e.g. 'messages') * to a parent path (e.g. '/chats/123') that contains it as a (sub)collection. * This is used to efficiently find all collections to query when performing * a Collection Group query. */var Jr=function Jr(/** * The collectionId (e.g. 'messages') */t,/** * The path to the parent (either a document location or an empty path for * a root-level collection). */e){this.collectionId=t,this.parent=e;};/** Name of the IndexedDb object store. */Jr.store="collectionParents",/** Keys are automatically assigned via the collectionId, parent properties. */Jr.keyPath=["collectionId","parent"];/** * A record of the metadata state of each client. * * PORTING NOTE: This is used to synchronize multi-tab state and does not need * to be ported to iOS or Android. */var Wr=function Wr(// Note: Previous schema versions included a field // "lastProcessedDocumentChangeId". Don't use anymore. /** The auto-generated client id assigned at client startup. */t,/** The last time this state was updated. */e,/** Whether the client's network connection is enabled. */n,/** Whether this client is running in a foreground tab. */r){this.clientId=t,this.updateTimeMs=e,this.networkEnabled=n,this.inForeground=r;};/** Name of the IndexedDb object store. */Wr.store="clientMetadata",/** Keys are automatically assigned via the clientId properties. */Wr.keyPath="clientId";/** * A object representing a bundle loaded by the SDK. */var Qr=function Qr(/** The ID of the loaded bundle. */t,/** The create time of the loaded bundle. */e,/** The schema version of the loaded bundle. */n){this.bundleId=t,this.createTime=e,this.version=n;};/** Name of the IndexedDb object store. */Qr.store="bundles",Qr.keyPath="bundleId";/** * A object representing a named query loaded by the SDK via a bundle. */var Yr=function Yr(/** The name of the query. */t,/** The read time of the results saved in the bundle from the named query. */e,/** The query saved in the bundle. */n){this.name=t,this.readTime=e,this.bundledQuery=n;};/** Name of the IndexedDb object store. */Yr.store="namedQueries",Yr.keyPath="name";// Visible for testing var $r=Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])(Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])(Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])(Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([Mr.store,Ur.store,qr.store,zr.store,Br.store,Vr.store,Hr.store,Kr.store],[Wr.store]),[Gr.store]),[Jr.store]),[Qr.store,Yr.store]),Xr=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this)||this).vs=e,r.Ss=n,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(kr);// V2 is no longer usable (see comment at top of file) // Visible for testing /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Zr(t,e){var n=D(t);return gr.Hn(n.vs,e);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A batch of mutations that will be sent as one unit to the backend. */var ti=/** @class */function(){/** * @param batchId - The unique ID of this mutation batch. * @param localWriteTime - The original write time of this mutation. * @param baseMutations - Mutations that are used to populate the base * values when this mutation is applied locally. This can be used to locally * overwrite values that are persisted in the remote document cache. Base * mutations are never sent to the backend. * @param mutations - The user-provided mutations in this mutation batch. * User-provided mutations are applied both locally and remotely on the * backend. */function t(t,e,n,r){this.batchId=t,this.Ds=e,this.baseMutations=n,this.mutations=r/** * Applies all the mutations in this MutationBatch to the specified document * to create a new remote document * * @param docKey - The key of the document to apply mutations to. * @param maybeDoc - The document to apply mutations to. * @param batchResult - The result of applying the MutationBatch to the * backend. */;}return t.prototype.Cs=function(t,e,n){for(var r=n.xs,i=0;i<this.mutations.length;i++){var o=this.mutations[i];o.key.isEqual(t)&&(e=Ge(o,e,r[i]));}return e;},/** * Computes the local view of a document given all the mutations in this * batch. * * @param docKey - The key of the document to apply mutations to. * @param maybeDoc - The document to apply mutations to. */t.prototype.Ns=function(t,e){// First, apply the base state. This allows us to apply non-idempotent // transform against a consistent set of values. for(var n=0,r=this.baseMutations;n<r.length;n++){var i=r[n];i.key.isEqual(t)&&(e=Be(i,e,e,this.Ds));}// Second, apply all user-provided mutations. for(var o=e,u=0,s=this.mutations;u<s.length;u++){var a=s[u];a.key.isEqual(t)&&(e=Be(a,e,o,this.Ds));}return e;},/** * Computes the local view for all provided documents given the mutations in * this batch. */t.prototype.Fs=function(t){var e=this,n=t;// TODO(mrschmidt): This implementation is O(n^2). If we apply the mutations // directly (as done in `applyToLocalView()`), we can reduce the complexity // to O(n). return this.mutations.forEach(function(r){var i=e.Ns(r.key,t.get(r.key));i&&(n=n.Ht(r.key,i));}),n;},t.prototype.keys=function(){return this.mutations.reduce(function(t,e){return t.add(e.key);},In());},t.prototype.isEqual=function(t){return this.batchId===t.batchId&&C(this.mutations,t.mutations,function(t,e){return He(t,e);})&&C(this.baseMutations,t.baseMutations,function(t,e){return He(t,e);});},t;}(),ei=/** @class */function(){function t(t,e,n,/** * A pre-computed mapping from each mutated document to the resulting * version. */r){this.batch=t,this.Os=e,this.xs=n,this.ks=r/** * Creates a new MutationBatchResult for the given batch and results. There * must be one result for each mutation in the batch. This static factory * caches a document=>version mapping (docVersions). */;}return t.from=function(e,n,r){x(e.mutations.length===r.length);for(var i=wn(),o=e.mutations,u=0;u<o.length;u++){i=i.Ht(o[u].key,r[u].version);}return new t(e,n,r,i);},t;}(),ni=function ni(t){this.Ms=t;};/** The result of applying a mutation batch to the backend. */ /** Decodes a remote document from storage locally to a Document. */function ri(t,e){if(e.document)return Xn(t.Ms,e.document,!!e.hasCommittedMutations);if(e.noDocument){var n=it.Tt(e.noDocument.path),r=ai(e.noDocument.readTime);return new Mt(n,r,{hasCommittedMutations:!!e.hasCommittedMutations});}if(e.unknownDocument){var i=it.Tt(e.unknownDocument.path);r=ai(e.unknownDocument.version);return new Ut(i,r);}return S();}/** Encodes a document for storage locally. */function ii(t,e,n){var r=oi(n),i=e.key.path.Z().rt();if(e instanceof Vt){var o=function(t,e){return{name:Kn(t,e.key),fields:e.vt().mapValue.fields,updateTime:qn(t,e.version.G())};}(t.Ms,e),u=e.hasCommittedMutations;return new zr(/* unknownDocument= */null,/* noDocument= */null,o,u,r,i);}if(e instanceof Mt){var s=e.key.path.rt(),a=si(e.version);u=e.hasCommittedMutations;return new zr(/* unknownDocument= */null,new Fr(s,a),/* document= */null,u,r,i);}if(e instanceof Ut){var c=e.key.path.rt(),f=si(e.version);return new zr(new jr(c,f),/* noDocument= */null,/* document= */null,/* hasCommittedMutations= */!0,r,i);}return S();}function oi(t){var e=t.G();return[e.seconds,e.nanoseconds];}function ui(t){var e=new X(t[0],t[1]);return Z.W(e);}function si(t){var e=t.G();return new Rr(e.seconds,e.nanoseconds);}function ai(t){var e=new X(t.seconds,t.nanoseconds);return Z.W(e);}/** Encodes a batch of mutations into a DbMutationBatch for local storage. */ /** Decodes a DbMutationBatch into a MutationBatch */function ci(t,e){// Squash old transform mutations into existing patch or set mutations. // The replacement of representing `transforms` with `update_transforms` // on the SDK means that old `transform` mutations stored in IndexedDB need // to be updated to `update_transforms`. // TODO(b/174608374): Remove this code once we perform a schema migration. for(var n=(e.baseMutations||[]).map(function(e){return tr(t.Ms,e);}),r=e.mutations.length-1;r>=0;--r){var i=e.mutations[r];void 0!==(null==i?void 0:i.transform)&&(e.mutations[r-1].updateTransforms=i.transform.fieldTransforms,e.mutations.splice(r,1),--r);}var o=e.mutations.map(function(e){return tr(t.Ms,e);}),u=X.fromMillis(e.localWriteTimeMs);return new ti(e.batchId,u,n,o);}/** Decodes a DbTarget into TargetData */function fi(t){var e,n,r=ai(t.readTime),i=void 0!==t.lastLimboFreeSnapshotVersion?ai(t.lastLimboFreeSnapshotVersion):Z.min();return void 0!==t.query.documents?(x(1===(n=t.query).documents.length),e=de(se(Wn(n.documents[0])))):e=function(t){return de(rr(t));}(t.query),new _e(e,t.targetId,0/* Listen */,t.lastListenSequenceNumber,r,i,R.fromBase64String(t.resumeToken))/** Encodes TargetData into a DbTarget for storage locally. */;}function hi(t,e){var n,r=si(e.Mt),i=si(e.lastLimboFreeSnapshotVersion);n=Gt(e.target)?er(t.Ms,e.target):nr(t.Ms,e.target);// We can't store the resumeToken as a ByteString in IndexedDb, so we // convert it to a base64 string for storage. var o=e.resumeToken.toBase64();// lastListenSequenceNumber is always 0 until we do real GC. return new Br(e.targetId,jt(e.target),r,o,e.sequenceNumber,i,n);}/** * A helper function for figuring out what kind of query has been stored. */ /** * Encodes a `BundledQuery` from bundle proto to a Query object. * * This reconstructs the original query used to build the bundle being loaded, * including features exists only in SDKs (for example: limit-to-last). */function li(t){var e=rr({parent:t.parent,structuredQuery:t.structuredQuery});return"LAST"===t.limitType?ve(e,e.limit,"L"/* Last */):e;}/** Encodes a NamedQuery proto object to a NamedQuery model object. */ /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var pi=/** @class */function(){function t(){}return t.prototype.Ls=function(t,e){return di(t).get(e).next(function(t){if(t)return{id:(e=t).bundleId,createTime:ai(e.createTime),version:e.version};/** Encodes a DbBundle to a Bundle. */var e;/** Encodes a BundleMetadata to a DbBundle. */});},t.prototype.$s=function(t,e){return di(t).put({bundleId:(n=e).id,createTime:si(zn(n.createTime)),version:n.version});var n;/** Encodes a DbNamedQuery to a NamedQuery. */},t.prototype.Bs=function(t,e){return vi(t).get(e).next(function(t){if(t)return{name:(e=t).name,query:li(e.bundledQuery),readTime:ai(e.readTime)};var e;/** Encodes a NamedQuery from a bundle proto to a DbNamedQuery. */});},t.prototype.qs=function(t,e){return vi(t).put(function(t){return{name:t.name,readTime:si(zn(t.readTime)),bundledQuery:t.bundledQuery};}(e));},t;}();/** * Helper to get a typed SimpleDbStore for the bundles object store. */function di(t){return Zr(t,Qr.store);}/** * Helper to get a typed SimpleDbStore for the namedQueries object store. */function vi(t){return Zr(t,Yr.store);}/** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * An in-memory implementation of IndexManager. */var yi=/** @class */function(){function t(){this.Us=new mi();}return t.prototype.Qs=function(t,e){return this.Us.add(e),yr.resolve();},t.prototype.Ks=function(t,e){return yr.resolve(this.Us.getEntries(e));},t;}(),mi=/** @class */function(){function t(){this.index={};}// Returns false if the entry already existed. return t.prototype.add=function(t){var e=t.et(),n=t.Z(),r=this.index[e]||new hn(et.J),i=!r.has(n);return this.index[e]=r.add(n),i;},t.prototype.has=function(t){var e=t.et(),n=t.Z(),r=this.index[e];return r&&r.has(n);},t.prototype.getEntries=function(t){return(this.index[t]||new hn(et.J)).rt();},t;}(),gi=/** @class */function(){function t(){/** * An in-memory copy of the index entries we've already written since the SDK * launched. Used to avoid re-writing the same entry repeatedly. * * This is *NOT* a complete cache of what's in persistence and so can never be used to * satisfy reads. */this.Ws=new mi();}/** * Adds a new entry to the collection parent index. * * Repeated calls for the same collectionPath should be avoided within a * transaction as IndexedDbIndexManager only caches writes once a transaction * has been committed. */return t.prototype.Qs=function(t,e){var n=this;if(!this.Ws.has(e)){var r=e.et(),i=e.Z();t.ps(function(){// Add the collection to the in memory cache only if the transaction was // successfully committed. n.Ws.add(e);});var o={collectionId:r,parent:Or(i)};return wi(t).put(o);}return yr.resolve();},t.prototype.Ks=function(t,e){var n=[],r=IDBKeyRange.bound([e,""],[L(e),""],/*lowerOpen=*/!1,/*upperOpen=*/!0);return wi(t).os(r).next(function(t){for(var r=0,i=t;r<i.length;r++){var o=i[r];// This collectionId guard shouldn't be necessary (and isn't as long // as we're running in a real browser), but there's a bug in // indexeddbshim that breaks our range in our tests running in node: // https://github.com/axemclion/IndexedDBShim/issues/334 if(o.collectionId!==e)break;n.push(Lr(o.parent));}return n;});},t;}();/** * Internal implementation of the collection-parent index exposed by MemoryIndexManager. * Also used for in-memory caching by IndexedDbIndexManager and initial index population * in indexeddb_schema.ts */ /** * Helper to get a typed SimpleDbStore for the collectionParents * document store. */function wi(t){return Zr(t,Jr.store);}/** * @license * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var bi={js:!1,Gs:0,zs:0,Hs:0},Ii=/** @class */function(){function t(// When we attempt to collect, we will only do so if the cache size is greater than this // threshold. Passing `COLLECTION_DISABLED` here will cause collection to always be skipped. t,// The percentage of sequence numbers that we will attempt to collect e,// A cap on the total number of sequence numbers that will be collected. This prevents // us from collecting a huge number of sequence numbers if the cache has grown very large. n){this.Js=t,this.Ys=e,this.Xs=n;}return t.Zs=function(e){return new t(e,t.ti,t.ei);},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Verifies the error thrown by a LocalStore operation. If a LocalStore * operation fails because the primary lease has been taken by another client, * we ignore the error (the persistence layer will immediately call * `applyPrimaryLease` to propagate the primary state change). All other errors * are re-thrown. * * @param err - An error returned by a LocalStore operation. * @returns A Promise that resolves after we recovered, or the original error. */function _i(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){if(t.code!==V.FAILED_PRECONDITION||t.message!==Dr)throw t;return E("LocalStore","Unexpectedly lost primary lease"),[2/*return*/];});});}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A map implementation that uses objects as keys. Objects must have an * associated equals function and must be immutable. Entries in the map are * stored together with the key being produced from the mapKeyFn. This map * automatically handles collisions of keys. */Ii.ti=10,Ii.ei=1e3,Ii.ni=new Ii(41943040,Ii.ti,Ii.ei),Ii.si=new Ii(-1,0,0);var Ei=/** @class */function(){function t(t,e){this.ii=t,this.ri=e,/** * The inner map for a key/value pair. Due to the possibility of collisions we * keep a list of entries that we do a linear search through to find an actual * match. Note that collisions should be rare, so we still expect near * constant time lookups in practice. */this.oi={}/** Get a value for this key, or undefined if it does not exist. */;}return t.prototype.get=function(t){var e=this.ii(t),n=this.oi[e];if(void 0!==n)for(var r=0,i=n;r<i.length;r++){var o=i[r],u=o[0],s=o[1];if(this.ri(u,t))return s;}},t.prototype.has=function(t){return void 0!==this.get(t);},/** Put this key and value in the map. */t.prototype.set=function(t,e){var n=this.ii(t),r=this.oi[n];if(void 0!==r){for(var i=0;i<r.length;i++){if(this.ri(r[i][0],t))return void(r[i]=[t,e]);}r.push([t,e]);}else this.oi[n]=[[t,e]];},/** * Remove this key from the map. Returns a boolean if anything was deleted. */t.prototype.delete=function(t){var e=this.ii(t),n=this.oi[e];if(void 0===n)return!1;for(var r=0;r<n.length;r++){if(this.ri(n[r][0],t))return 1===n.length?delete this.oi[e]:n.splice(r,1),!0;}return!1;},t.prototype.forEach=function(t){ut(this.oi,function(e,n){for(var r=0,i=n;r<i.length;r++){var o=i[r],u=o[0],s=o[1];t(u,s);}});},t.prototype.nt=function(){return st(this.oi);},t;}(),Ti=/** @class */function(){function t(){// A mapping of document key to the new cache entry that should be written (or null if any // existing cache entry should be removed). this.ci=new Ei(function(t){return t.toString();},function(t,e){return t.isEqual(e);}),this.ai=!1;}return t.prototype.ui=function(t){var e=this.ci.get(t);return e?e.readTime:Z.min();},/** * Buffers a `RemoteDocumentCache.addEntry()` call. * * You can only modify documents that have already been retrieved via * `getEntry()/getEntries()` (enforced via IndexedDbs `apply()`). */t.prototype.hi=function(t,e){this.li(),this.ci.set(t.key,{_i:t,readTime:e});},/** * Buffers a `RemoteDocumentCache.removeEntry()` call. * * You can only remove documents that have already been retrieved via * `getEntry()/getEntries()` (enforced via IndexedDbs `apply()`). */t.prototype.fi=function(t,e){void 0===e&&(e=null),this.li(),this.ci.set(t,{_i:null,readTime:e});},/** * Looks up an entry in the cache. The buffered changes will first be checked, * and if no buffered change applies, this will forward to * `RemoteDocumentCache.getEntry()`. * * @param transaction - The transaction in which to perform any persistence * operations. * @param documentKey - The key of the entry to look up. * @returns The cached Document or NoDocument entry, or null if we have * nothing cached. */t.prototype.di=function(t,e){this.li();var n=this.ci.get(e);return void 0!==n?yr.resolve(n._i):this.wi(t,e);},/** * Looks up several entries in the cache, forwarding to * `RemoteDocumentCache.getEntry()`. * * @param transaction - The transaction in which to perform any persistence * operations. * @param documentKeys - The keys of the entries to look up. * @returns A map of cached `Document`s or `NoDocument`s, indexed by key. If * an entry cannot be found, the corresponding key will be mapped to a * null value. */t.prototype.getEntries=function(t,e){return this.Ei(t,e);},/** * Applies buffered changes to the underlying RemoteDocumentCache, using * the provided transaction. */t.prototype.apply=function(t){return this.li(),this.ai=!0,this.Ti(t);},/** Helper to assert this.changes is not null */t.prototype.li=function(){},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * An in-memory buffer of entries to be written to a RemoteDocumentCache. * It can be used to batch up a set of changes to be written to the cache, but * additionally supports reading entries back with the `getEntry()` method, * falling back to the underlying RemoteDocumentCache if no entry is * buffered. * * Entries added to the cache *must* be read first. This is to facilitate * calculating the size delta of the pending changes. * * PORTING NOTE: This class was implemented then removed from other platforms. * If byte-counting ends up being needed on the other platforms, consider * porting this class as part of that implementation work. */ /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Delete a mutation batch and the associated document mutations. * @returns A PersistencePromise of the document mutations that were removed. */function Ni(t,e,n){var r=t.store(Ur.store),i=t.store(qr.store),o=[],u=IDBKeyRange.only(n.batchId),s=0,a=r.ls({range:u},function(t,e,n){return s++,n.delete();});o.push(a.next(function(){x(1===s);}));for(var c=[],f=0,h=n.mutations;f<h.length;f++){var l=h[f],p=qr.key(e,l.key.path,n.batchId);o.push(i.delete(p)),c.push(l.key);}return yr.$n(o).next(function(){return c;});}/** * Returns an approximate size for the given document. */function Ai(t){var e;if(t.document)e=t.document;else if(t.unknownDocument)e=t.unknownDocument;else{if(!t.noDocument)throw S();e=t.noDocument;}return JSON.stringify(e).length;}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** A mutation queue for a specific user, backed by IndexedDB. */var Si=/** @class */function(){function t(/** * The normalized userId (e.g. null UID => "" userId) used to store / * retrieve mutations. */t,e,n,r){this.userId=t,this.Kt=e,this.Ii=n,this.mi=r,/** * Caches the document keys for pending mutation batches. If the mutation * has been removed from IndexedDb, the cached value may continue to * be used to retrieve the batch's document keys. To remove a cached value * locally, `removeCachedMutationKeys()` should be invoked either directly * or through `removeMutationBatches()`. * * With multi-tab, when the primary client acknowledges or rejects a mutation, * this cache is used by secondary clients to invalidate the local * view of the documents that were previously affected by the mutation. */ // PORTING NOTE: Multi-tab only. this.Ai={}/** * Creates a new mutation queue for the given user. * @param user - The user for which to create a mutation queue. * @param serializer - The serializer to use when persisting to IndexedDb. */;}return t.Ri=function(e,n,r,i){// TODO(mcg): Figure out what constraints there are on userIDs // In particular, are there any reserved characters? are empty ids allowed? // For the moment store these together in the same mutations table assuming // that empty userIDs aren't allowed. return x(""!==e.uid),new t(e.A()?e.uid:"",n,r,i);},t.prototype.Pi=function(t){var e=!0,n=IDBKeyRange.bound([this.userId,Number.NEGATIVE_INFINITY],[this.userId,Number.POSITIVE_INFINITY]);return Di(t).ls({index:Ur.userMutationsIndex,range:n},function(t,n,r){e=!1,r.done();}).next(function(){return e;});},t.prototype.yi=function(t,e,n,r){var i=this,o=ki(t),u=Di(t);// The IndexedDb implementation in Chrome (and Firefox) does not handle // compound indices that include auto-generated keys correctly. To ensure // that the index entry is added correctly in all browsers, we perform two // writes: The first write is used to retrieve the next auto-generated Batch // ID, and the second write populates the index and stores the actual // mutation batch. // See: https://bugs.chromium.org/p/chromium/issues/detail?id=701972 // We write an empty object to obtain key // eslint-disable-next-line @typescript-eslint/no-explicit-any return u.add({}).next(function(s){x("number"==typeof s);for(var a=new ti(s,e,n,r),c=function(t,e,n){var r=n.baseMutations.map(function(e){return Zn(t.Ms,e);}),i=n.mutations.map(function(e){return Zn(t.Ms,e);});return new Ur(e,n.batchId,n.Ds.toMillis(),r,i);}(i.Kt,i.userId,a),f=[],h=new hn(function(t,e){return P(t.ot(),e.ot());}),l=0,p=r;l<p.length;l++){var d=p[l],v=qr.key(i.userId,d.key.path,s);h=h.add(d.key.path.Z()),f.push(u.put(c)),f.push(o.put(v,qr.PLACEHOLDER));}return h.forEach(function(e){f.push(i.Ii.Qs(t,e));}),t.ps(function(){i.Ai[s]=a.keys();}),yr.$n(f).next(function(){return a;});});},t.prototype.gi=function(t,e){var n=this;return Di(t).get(e).next(function(t){return t?(x(t.userId===n.userId),ci(n.Kt,t)):null;});},/** * Returns the document keys for the mutation batch with the given batchId. * For primary clients, this method returns `null` after * `removeMutationBatches()` has been called. Secondary clients return a * cached result until `removeCachedMutationKeys()` is invoked. */ // PORTING NOTE: Multi-tab only. t.prototype.Vi=function(t,e){var n=this;return this.Ai[e]?yr.resolve(this.Ai[e]):this.gi(t,e).next(function(t){if(t){var r=t.keys();return n.Ai[e]=r,r;}return null;});},t.prototype.pi=function(t,e){var n=this,r=e+1,i=IDBKeyRange.lowerBound([this.userId,r]),o=null;return Di(t).ls({index:Ur.userMutationsIndex,range:i},function(t,e,i){e.userId===n.userId&&(x(e.batchId>=r),o=ci(n.Kt,e)),i.done();}).next(function(){return o;});},t.prototype.bi=function(t){var e=IDBKeyRange.upperBound([this.userId,Number.POSITIVE_INFINITY]),n=-1;return Di(t).ls({index:Ur.userMutationsIndex,range:e,reverse:!0},function(t,e,r){n=e.batchId,r.done();}).next(function(){return n;});},t.prototype.vi=function(t){var e=this,n=IDBKeyRange.bound([this.userId,-1],[this.userId,Number.POSITIVE_INFINITY]);return Di(t).os(Ur.userMutationsIndex,n).next(function(t){return t.map(function(t){return ci(e.Kt,t);});});},t.prototype.Si=function(t,e){var n=this,r=qr.prefixForPath(this.userId,e.path),i=IDBKeyRange.lowerBound(r),o=[];// Scan the document-mutation index starting with a prefix starting with // the given documentKey. return ki(t).ls({range:i},function(r,i,u){var s=r[0],a=r[1],c=r[2],f=Lr(a);// Only consider rows matching exactly the specific key of // interest. Note that because we order by path first, and we // order terminators before path separators, we'll encounter all // the index rows for documentKey contiguously. In particular, all // the rows for documentKey will occur before any rows for // documents nested in a subcollection beneath documentKey so we // can stop as soon as we hit any such row. if(s===n.userId&&e.path.isEqual(f))// Look up the mutation batch in the store. return Di(t).get(c).next(function(t){if(!t)throw S();x(t.userId===n.userId),o.push(ci(n.Kt,t));});u.done();}).next(function(){return o;});},t.prototype.Di=function(t,e){var n=this,r=new hn(P),i=[];return e.forEach(function(e){var o=qr.prefixForPath(n.userId,e.path),u=IDBKeyRange.lowerBound(o),s=ki(t).ls({range:u},function(t,i,o){var u=t[0],s=t[1],a=t[2],c=Lr(s);// Only consider rows matching exactly the specific key of // interest. Note that because we order by path first, and we // order terminators before path separators, we'll encounter all // the index rows for documentKey contiguously. In particular, all // the rows for documentKey will occur before any rows for // documents nested in a subcollection beneath documentKey so we // can stop as soon as we hit any such row. u===n.userId&&e.path.isEqual(c)?r=r.add(a):o.done();});i.push(s);}),yr.$n(i).next(function(){return n.Ci(t,r);});},t.prototype.xi=function(t,e){var n=this,r=e.path,i=r.length+1,o=qr.prefixForPath(this.userId,r),u=IDBKeyRange.lowerBound(o),s=new hn(P);return ki(t).ls({range:u},function(t,e,o){var u=t[0],a=t[1],c=t[2],f=Lr(a);u===n.userId&&r.st(f)?// Rows with document keys more than one segment longer than the // query path can't be matches. For example, a query on 'rooms' // can't match the document /rooms/abc/messages/xyx. // TODO(mcg): we'll need a different scanner when we implement // ancestor queries. f.length===i&&(s=s.add(c)):o.done();}).next(function(){return n.Ci(t,s);});},t.prototype.Ci=function(t,e){var n=this,r=[],i=[];// TODO(rockwood): Implement this using iterate. return e.forEach(function(e){i.push(Di(t).get(e).next(function(t){if(null===t)throw S();x(t.userId===n.userId),r.push(ci(n.Kt,t));}));}),yr.$n(i).next(function(){return r;});},t.prototype.Ni=function(t,e){var n=this;return Ni(t.vs,this.userId,e).next(function(r){return t.ps(function(){n.Fi(e.batchId);}),yr.forEach(r,function(e){return n.mi.Oi(t,e);});});},/** * Clears the cached keys for a mutation batch. This method should be * called by secondary clients after they process mutation updates. * * Note that this method does not have to be called from primary clients as * the corresponding cache entries are cleared when an acknowledged or * rejected batch is removed from the mutation queue. */ // PORTING NOTE: Multi-tab only t.prototype.Fi=function(t){delete this.Ai[t];},t.prototype.ki=function(t){var e=this;return this.Pi(t).next(function(n){if(!n)return yr.resolve();// Verify that there are no entries in the documentMutations index if // the queue is empty. var r=IDBKeyRange.lowerBound(qr.prefixForUser(e.userId)),i=[];return ki(t).ls({range:r},function(t,n,r){if(t[0]===e.userId){var o=Lr(t[1]);i.push(o);}else r.done();}).next(function(){x(0===i.length);});});},t.prototype.Mi=function(t,e){return xi(t,this.userId,e);},// PORTING NOTE: Multi-tab only (state is held in memory in other clients). /** Returns the mutation queue's metadata from IndexedDb. */t.prototype.Li=function(t){var e=this;return Oi(t).get(this.userId).next(function(t){return t||new Mr(e.userId,-1,/*lastStreamToken=*/"");});},t;}();/** * @returns true if the mutation queue for the given user contains a pending * mutation for the given key. */function xi(t,e,n){var r=qr.prefixForPath(e,n.path),i=r[1],o=IDBKeyRange.lowerBound(r),u=!1;return ki(t).ls({range:o,hs:!0},function(t,n,r){var o=t[0],s=t[1];t[2];o===e&&s===i&&(u=!0),r.done();}).next(function(){return u;});}/** Returns true if any mutation queue contains the given document. */ /** * Helper to get a typed SimpleDbStore for the mutations object store. */function Di(t){return Zr(t,Ur.store);}/** * Helper to get a typed SimpleDbStore for the mutationQueues object store. */function ki(t){return Zr(t,qr.store);}/** * Helper to get a typed SimpleDbStore for the mutationQueues object store. */function Oi(t){return Zr(t,Mr.store);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Offset to ensure non-overlapping target ids. */ /** * Generates monotonically increasing target IDs for sending targets to the * watch stream. * * The client constructs two generators, one for the target cache, and one for * for the sync engine (to generate limbo documents targets). These * generators produce non-overlapping IDs (by using even and odd IDs * respectively). * * By separating the target ID space, the query cache can generate target IDs * that persist across client restarts, while sync engine can independently * generate in-memory target IDs that are transient and can be reused after a * restart. */var Pi=/** @class */function(){function t(t){this.$i=t;}return t.prototype.next=function(){return this.$i+=2,this.$i;},t.Bi=function(){// The target cache generator must return '2' in its first call to `next()` // as there is no differentiation in the protocol layer between an unset // number and the number '0'. If we were to sent a target with target ID // '0', the backend would consider it unset and replace it with its own ID. return new t(0);},t.qi=function(){// Sync engine assigns target IDs for limbo document detection. return new t(-1);},t;}(),Ci=/** @class */function(){function t(t,e){this.mi=t,this.Kt=e;}// PORTING NOTE: We don't cache global metadata for the target cache, since // some of it (in particular `highestTargetId`) can be modified by secondary // tabs. We could perhaps be more granular (and e.g. still cache // `lastRemoteSnapshotVersion` in memory) but for simplicity we currently go // to IndexedDb whenever we need to read metadata. We can revisit if it turns // out to have a meaningful performance impact. return t.prototype.Ui=function(t){var e=this;return this.Qi(t).next(function(n){var r=new Pi(n.highestTargetId);return n.highestTargetId=r.next(),e.Ki(t,n).next(function(){return n.highestTargetId;});});},t.prototype.Wi=function(t){return this.Qi(t).next(function(t){return Z.W(new X(t.lastRemoteSnapshotVersion.seconds,t.lastRemoteSnapshotVersion.nanoseconds));});},t.prototype.ji=function(t){return this.Qi(t).next(function(t){return t.highestListenSequenceNumber;});},t.prototype.Gi=function(t,e,n){var r=this;return this.Qi(t).next(function(i){return i.highestListenSequenceNumber=e,n&&(i.lastRemoteSnapshotVersion=n.G()),e>i.highestListenSequenceNumber&&(i.highestListenSequenceNumber=e),r.Ki(t,i);});},t.prototype.zi=function(t,e){var n=this;return this.Hi(t,e).next(function(){return n.Qi(t).next(function(r){return r.targetCount+=1,n.Ji(e,r),n.Ki(t,r);});});},t.prototype.Yi=function(t,e){return this.Hi(t,e);},t.prototype.Xi=function(t,e){var n=this;return this.Zi(t,e.targetId).next(function(){return Li(t).delete(e.targetId);}).next(function(){return n.Qi(t);}).next(function(e){return x(e.targetCount>0),e.targetCount-=1,n.Ki(t,e);});},/** * Drops any targets with sequence number less than or equal to the upper bound, excepting those * present in `activeTargetIds`. Document associations for the removed targets are also removed. * Returns the number of targets removed. */t.prototype.tr=function(t,e,n){var r=this,i=0,o=[];return Li(t).ls(function(u,s){var a=fi(s);a.sequenceNumber<=e&&null===n.get(a.targetId)&&(i++,o.push(r.Xi(t,a)));}).next(function(){return yr.$n(o);}).next(function(){return i;});},/** * Call provided function with each `TargetData` that we have cached. */t.prototype.mn=function(t,e){return Li(t).ls(function(t,n){var r=fi(n);e(r);});},t.prototype.Qi=function(t){return Ri(t).get(Hr.key).next(function(t){return x(null!==t),t;});},t.prototype.Ki=function(t,e){return Ri(t).put(Hr.key,e);},t.prototype.Hi=function(t,e){return Li(t).put(hi(this.Kt,e));},/** * In-place updates the provided metadata to account for values in the given * TargetData. Saving is done separately. Returns true if there were any * changes to the metadata. */t.prototype.Ji=function(t,e){var n=!1;return t.targetId>e.highestTargetId&&(e.highestTargetId=t.targetId,n=!0),t.sequenceNumber>e.highestListenSequenceNumber&&(e.highestListenSequenceNumber=t.sequenceNumber,n=!0),n;},t.prototype.er=function(t){return this.Qi(t).next(function(t){return t.targetCount;});},t.prototype.nr=function(t,e){// Iterating by the canonicalId may yield more than one result because // canonicalId values are not required to be unique per target. This query // depends on the queryTargets index to be efficient. var n=jt(e),r=IDBKeyRange.bound([n,Number.NEGATIVE_INFINITY],[n,Number.POSITIVE_INFINITY]),i=null;return Li(t).ls({range:r,index:Br.queryTargetsIndexName},function(t,n,r){var o=fi(n);// After finding a potential match, check that the target is // actually equal to the requested target. zt(e,o.target)&&(i=o,r.done());}).next(function(){return i;});},t.prototype.sr=function(t,e,n){var r=this,i=[],o=Vi(t);// PORTING NOTE: The reverse index (documentsTargets) is maintained by // IndexedDb. return e.forEach(function(e){var u=Or(e.path);i.push(o.put(new Kr(n,u))),i.push(r.mi.ir(t,n,e));}),yr.$n(i);},t.prototype.rr=function(t,e,n){var r=this,i=Vi(t);// PORTING NOTE: The reverse index (documentsTargets) is maintained by // IndexedDb. return yr.forEach(e,function(e){var o=Or(e.path);return yr.$n([i.delete([n,o]),r.mi.cr(t,n,e)]);});},t.prototype.Zi=function(t,e){var n=Vi(t),r=IDBKeyRange.bound([e],[e+1],/*lowerOpen=*/!1,/*upperOpen=*/!0);return n.delete(r);},t.prototype.ar=function(t,e){var n=IDBKeyRange.bound([e],[e+1],/*lowerOpen=*/!1,/*upperOpen=*/!0),r=Vi(t),i=In();return r.ls({range:n,hs:!0},function(t,e,n){var r=Lr(t[1]),o=new it(r);i=i.add(o);}).next(function(){return i;});},t.prototype.Mi=function(t,e){var n=Or(e.path),r=IDBKeyRange.bound([n],[L(n)],/*lowerOpen=*/!1,/*upperOpen=*/!0),i=0;return Vi(t).ls({index:Kr.documentTargetsIndex,hs:!0,range:r},function(t,e,n){var r=t[0];// Having a sentinel row for a document does not count as containing that document; // For the target cache, containing the document means the document is part of some // target. t[1];0!==r&&(i++,n.done());}).next(function(){return i>0;});},/** * Looks up a TargetData entry by target ID. * * @param targetId - The target ID of the TargetData entry to look up. * @returns The cached TargetData entry, or null if the cache has no entry for * the target. */ // PORTING NOTE: Multi-tab only. t.prototype.Dn=function(t,e){return Li(t).get(e).next(function(t){return t?fi(t):null;});},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Helper to get a typed SimpleDbStore for the queries object store. */function Li(t){return Zr(t,Br.store);}/** * Helper to get a typed SimpleDbStore for the target globals object store. */function Ri(t){return Zr(t,Hr.store);}/** * Helper to get a typed SimpleDbStore for the document target object store. */function Vi(t){return Zr(t,Kr.store);}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Mi(t,e){var n=t[0],r=t[1],i=e[0],o=e[1],u=P(n,i);return 0===u?P(r,o):u;}/** * Used to calculate the nth sequence number. Keeps a rolling buffer of the * lowest n values passed to `addElement`, and finally reports the largest of * them in `maxValue`. */var Ui=/** @class */function(){function t(t){this.ur=t,this.buffer=new hn(Mi),this.hr=0;}return t.prototype.lr=function(){return++this.hr;},t.prototype._r=function(t){var e=[t,this.lr()];if(this.buffer.size<this.ur)this.buffer=this.buffer.add(e);else{var n=this.buffer.last();Mi(e,n)<0&&(this.buffer=this.buffer.delete(n).add(e));}},Object.defineProperty(t.prototype,"maxValue",{get:function get(){// Guaranteed to be non-empty. If we decide we are not collecting any // sequence numbers, nthSequenceNumber below short-circuits. If we have // decided that we are collecting n sequence numbers, it's because n is some // percentage of the existing sequence numbers. That means we should never // be in a situation where we are collecting sequence numbers but don't // actually have any. return this.buffer.last()[0];},enumerable:!1,configurable:!0}),t;}(),qi=/** @class */function(){function t(t,e){this.dr=t,this.fs=e,this.wr=!1,this.Er=null;}return t.prototype.start=function(t){-1!==this.dr.params.Js&&this.Tr(t);},t.prototype.stop=function(){this.Er&&(this.Er.cancel(),this.Er=null);},Object.defineProperty(t.prototype,"Ir",{get:function get(){return null!==this.Er;},enumerable:!1,configurable:!0}),t.prototype.Tr=function(t){var e=this,n=this.wr?3e5:6e4;E("LruGarbageCollector","Garbage collection scheduled in "+n+"ms"),this.Er=this.fs.mr("lru_garbage_collection"/* LruGarbageCollection */,n,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:this.Er=null,this.wr=!0,n.label=1;case 1:return n.trys.push([1,3,,7]),[4/*yield*/,t.Ar(this.dr)];case 2:return n.sent(),[3/*break*/,7];case 3:return Ir(e=n.sent())?(E("LruGarbageCollector","Ignoring IndexedDB error during garbage collection: ",e),[3/*break*/,6]):[3/*break*/,4];case 4:return[4/*yield*/,_i(e)];case 5:n.sent(),n.label=6;case 6:return[3/*break*/,7];case 7:return[4/*yield*/,this.Tr(t)];case 8:return n.sent(),[2/*return*/];}});});});},t;}(),Fi=/** @class */function(){function t(t,e){this.Rr=t,this.params=e;}return t.prototype.Pr=function(t,e){return this.Rr.yr(t).next(function(t){return Math.floor(e/100*t);});},t.prototype.gr=function(t,e){var n=this;if(0===e)return yr.resolve($.U);var r=new Ui(e);return this.Rr.mn(t,function(t){return r._r(t.sequenceNumber);}).next(function(){return n.Rr.Vr(t,function(t){return r._r(t);});}).next(function(){return r.maxValue;});},t.prototype.tr=function(t,e,n){return this.Rr.tr(t,e,n);},t.prototype.pr=function(t,e){return this.Rr.pr(t,e);},t.prototype.br=function(t,e){var n=this;return-1===this.params.Js?(E("LruGarbageCollector","Garbage collection skipped; disabled"),yr.resolve(bi)):this.vr(t).next(function(r){return r<n.params.Js?(E("LruGarbageCollector","Garbage collection skipped; Cache size "+r+" is lower than threshold "+n.params.Js),bi):n.Sr(t,e);});},t.prototype.vr=function(t){return this.Rr.vr(t);},t.prototype.Sr=function(t,n){var r,i,o,u,s,a,c,f=this,h=Date.now();return this.Pr(t,this.params.Ys).next(function(e){// Cap at the configured max return e>f.params.Xs?(E("LruGarbageCollector","Capping sequence numbers to collect down to the maximum of "+f.params.Xs+" from "+e),i=f.params.Xs):i=e,u=Date.now(),f.gr(t,i);}).next(function(e){return r=e,s=Date.now(),f.tr(t,r,n);}).next(function(e){return o=e,a=Date.now(),f.pr(t,r);}).next(function(t){return c=Date.now(),_()<=_firebase_logger__WEBPACK_IMPORTED_MODULE_60__["LogLevel"].DEBUG&&E("LruGarbageCollector","LRU Garbage Collection\n\tCounted targets in "+(u-h)+"ms\n\tDetermined least recently used "+i+" in "+(s-u)+"ms\n\tRemoved "+o+" targets in "+(a-s)+"ms\n\tRemoved "+t+" documents in "+(c-a)+"ms\nTotal Duration: "+(c-h)+"ms"),yr.resolve({js:!0,Gs:i,zs:o,Hs:t});});},t;}(),ji=/** @class */function(){function t(t,e){this.db=t,this.dr=function(t,e){return new Fi(t,e);}(this,e);}return t.prototype.yr=function(t){var e=this.Dr(t);return this.db.Cr().er(t).next(function(t){return e.next(function(e){return t+e;});});},t.prototype.Dr=function(t){var e=0;return this.Vr(t,function(t){e++;}).next(function(){return e;});},t.prototype.mn=function(t,e){return this.db.Cr().mn(t,e);},t.prototype.Vr=function(t,e){return this.Nr(t,function(t,n){return e(n);});},t.prototype.ir=function(t,e,n){return zi(t,n);},t.prototype.cr=function(t,e,n){return zi(t,n);},t.prototype.tr=function(t,e,n){return this.db.Cr().tr(t,e,n);},t.prototype.Oi=function(t,e){return zi(t,e);},/** * Returns true if anything would prevent this document from being garbage * collected, given that the document in question is not present in any * targets and has a sequence number less than or equal to the upper bound for * the collection run. */t.prototype.Fr=function(t,e){return function(t,e){var n=!1;return Oi(t)._s(function(r){return xi(t,r,e).next(function(t){return t&&(n=!0),yr.resolve(!t);});}).next(function(){return n;});}(t,e);},t.prototype.pr=function(t,e){var n=this,r=this.db.kr().Or(),i=[],o=0;return this.Nr(t,function(u,s){if(s<=e){var a=n.Fr(t,u).next(function(e){if(!e)// Our size accounting requires us to read all documents before // removing them. return o++,r.di(t,u).next(function(){return r.fi(u),Vi(t).delete([0,Or(u.path)]);});});i.push(a);}}).next(function(){return yr.$n(i);}).next(function(){return r.apply(t);}).next(function(){return o;});},t.prototype.removeTarget=function(t,e){var n=e.Lt(t.Ss);return this.db.Cr().Yi(t,n);},t.prototype.Mr=function(t,e){return zi(t,e);},/** * Call provided function for each document in the cache that is 'orphaned'. Orphaned * means not a part of any target, so the only entry in the target-document index for * that document will be the sentinel row (targetId 0), which will also have the sequence * number for the last time the document was accessed. */t.prototype.Nr=function(t,e){var n,r=Vi(t),i=$.U;return r.ls({index:Kr.documentTargetsIndex},function(t,r){var o=t[0],u=(t[1],r.path),s=r.sequenceNumber;0===o?(// if nextToReport is valid, report it, this is a new key so the // last one must not be a member of any targets. i!==$.U&&e(new it(Lr(n)),i),// set nextToReport to be this sequence number. It's the next one we // might report, if we don't find any targets for this document. // Note that the sequence number must be defined when the targetId // is 0. i=s,n=u):// set nextToReport to be invalid, we know we don't need to report // this one since we found a target for it. i=$.U;}).next(function(){// Since we report sequence numbers after getting to the next key, we // need to check if the last key we iterated over was an orphaned // document and report it. i!==$.U&&e(new it(Lr(n)),i);});},t.prototype.vr=function(t){return this.db.kr().Lr(t);},t;}();/** * This class is responsible for the scheduling of LRU garbage collection. It handles checking * whether or not GC is enabled, as well as which delay to use before the next run. */function zi(t,e){return Vi(t).put(/** * @returns A value suitable for writing a sentinel row in the target-document * store. */function(t,e){return new Kr(0,Or(t.path),e);}(e,t.Ss));}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * The RemoteDocumentCache for IndexedDb. To construct, invoke * `newIndexedDbRemoteDocumentCache()`. */var Gi=/** @class */function(){/** * @param serializer - The document serializer. * @param indexManager - The query indexes that need to be maintained. */function t(t,e){this.Kt=t,this.Ii=e/** * Adds the supplied entries to the cache. * * All calls of `addEntry` are required to go through the RemoteDocumentChangeBuffer * returned by `newChangeBuffer()` to ensure proper accounting of metadata. */;}return t.prototype.hi=function(t,e,n){return Hi(t).put(Ji(e),n);},/** * Removes a document from the cache. * * All calls of `removeEntry` are required to go through the RemoteDocumentChangeBuffer * returned by `newChangeBuffer()` to ensure proper accounting of metadata. */t.prototype.fi=function(t,e){var n=Hi(t),r=Ji(e);return n.delete(r);},/** * Updates the current cache size. * * Callers to `addEntry()` and `removeEntry()` *must* call this afterwards to update the * cache's metadata. */t.prototype.updateMetadata=function(t,e){var n=this;return this.getMetadata(t).next(function(r){return r.byteSize+=e,n.$r(t,r);});},t.prototype.di=function(t,e){var n=this;return Hi(t).get(Ji(e)).next(function(t){return n.Br(t);});},/** * Looks up an entry in the cache. * * @param documentKey - The key of the entry to look up. * @returns The cached MaybeDocument entry and its size, or null if we have * nothing cached. */t.prototype.qr=function(t,e){var n=this;return Hi(t).get(Ji(e)).next(function(t){var e=n.Br(t);return e?{_i:e,size:Ai(t)}:null;});},t.prototype.getEntries=function(t,e){var n=this,r=vn();return this.Ur(t,e,function(t,e){var i=n.Br(e);r=r.Ht(t,i);}).next(function(){return r;});},/** * Looks up several entries in the cache. * * @param documentKeys - The set of keys entries to look up. * @returns A map of MaybeDocuments indexed by key (if a document cannot be * found, the key will be mapped to null) and a map of sizes indexed by * key (zero if the key cannot be found). */t.prototype.Qr=function(t,e){var n=this,r=vn(),i=new an(it.J);return this.Ur(t,e,function(t,e){var o=n.Br(e);o?(r=r.Ht(t,o),i=i.Ht(t,Ai(e))):(r=r.Ht(t,null),i=i.Ht(t,0));}).next(function(){return{Kr:r,Wr:i};});},t.prototype.Ur=function(t,e,n){if(e.nt())return yr.resolve();var r=IDBKeyRange.bound(e.first().path.rt(),e.last().path.rt()),i=e.ee(),o=i.ce();return Hi(t).ls({range:r},function(t,e,r){// Go through keys not found in cache. for(var u=it.Tt(t);o&&it.J(o,u)<0;){n(o,null),o=i.ce();}o&&o.isEqual(u)&&(// Key found in cache. n(o,e),o=i.ae()?i.ce():null),// Skip to the next key (if there is one). o?r.rs(o.path.rt()):r.done();}).next(function(){// The rest of the keys are not in the cache. One case where `iterate` // above won't go through them is when the cache is empty. for(;o;){n(o,null),o=i.ae()?i.ce():null;}});},t.prototype.jr=function(t,e,n){var r=this,i=mn(),o=e.path.length+1,u={};if(n.isEqual(Z.min())){// Documents are ordered by key, so we can use a prefix scan to narrow // down the documents we need to match the query against. var s=e.path.rt();u.range=IDBKeyRange.lowerBound(s);}else{// Execute an index-free query and filter by read time. This is safe // since all document changes to queries that have a // lastLimboFreeSnapshotVersion (`sinceReadTime`) have a read time set. var a=e.path.rt(),c=oi(n);u.range=IDBKeyRange.lowerBound([a,c],/* open= */!0),u.index=zr.collectionReadTimeIndex;}return Hi(t).ls(u,function(t,n,u){// The query is actually returning any path that starts with the query // path prefix which may include documents in subcollections. For // example, a query on 'rooms' will return rooms/abc/messages/xyx but we // shouldn't match it. Fix this by discarding rows with document keys // more than one segment longer than the query path. if(t.length===o){var s=ri(r.Kt,n);e.path.st(s.key.path)?s instanceof Vt&&we(e,s)&&(i=i.Ht(s.key,s)):u.done();}}).next(function(){return i;});},t.prototype.Or=function(t){return new Bi(this,!!t&&t.Gr);},t.prototype.Lr=function(t){return this.getMetadata(t).next(function(t){return t.byteSize;});},t.prototype.getMetadata=function(t){return Ki(t).get(Gr.key).next(function(t){return x(!!t),t;});},t.prototype.$r=function(t,e){return Ki(t).put(Gr.key,e);},/** * Decodes `remoteDoc` and returns the document (or null, if the document * corresponds to the format used for sentinel deletes). */t.prototype.Br=function(t){if(t){var e=ri(this.Kt,t);return e instanceof Mt&&e.version.isEqual(Z.min())?null:e;}return null;},t;}(),Bi=/** @class */function(t){/** * @param documentCache - The IndexedDbRemoteDocumentCache to apply the changes to. * @param trackRemovals - Whether to create sentinel deletes that can be tracked by * `getNewDocumentChanges()`. */function e(e,n){var r=this;return(r=t.call(this)||this).zr=e,r.Gr=n,// A map of document sizes prior to applying the changes in this buffer. r.Hr=new Ei(function(t){return t.toString();},function(t,e){return t.isEqual(e);}),r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Ti=function(t){var e=this,n=[],r=0,i=new hn(function(t,e){return P(t.ot(),e.ot());});return this.ci.forEach(function(o,u){var s=e.Hr.get(o);if(u._i){var a=ii(e.zr.Kt,u._i,e.ui(o));i=i.add(o.path.Z());var c=Ai(a);r+=c-s,n.push(e.zr.hi(t,o,a));}else if(r-=s,e.Gr){// In order to track removals, we store a "sentinel delete" in the // RemoteDocumentCache. This entry is represented by a NoDocument // with a version of 0 and ignored by `maybeDecodeDocument()` but // preserved in `getNewDocumentChanges()`. var f=ii(e.zr.Kt,new Mt(o,Z.min()),e.ui(o));n.push(e.zr.hi(t,o,f));}else n.push(e.zr.fi(t,o));}),i.forEach(function(r){n.push(e.zr.Ii.Qs(t,r));}),n.push(this.zr.updateMetadata(t,r)),yr.$n(n);},e.prototype.wi=function(t,e){var n=this;// Record the size of everything we load from the cache so we can compute a delta later. return this.zr.qr(t,e).next(function(t){return null===t?(n.Hr.set(e,0),null):(n.Hr.set(e,t.size),t._i);});},e.prototype.Ei=function(t,e){var n=this;// Record the size of everything we load from the cache so we can compute // a delta later. return this.zr.Qr(t,e).next(function(t){var e=t.Kr;// Note: `getAllFromCache` returns two maps instead of a single map from // keys to `DocumentSizeEntry`s. This is to allow returning the // `NullableMaybeDocumentMap` directly, without a conversion. return t.Wr.forEach(function(t,e){n.Hr.set(t,e);}),e;});},e;}(Ti);/** * Creates a new IndexedDbRemoteDocumentCache. * * @param serializer - The document serializer. * @param indexManager - The query indexes that need to be maintained. */ /** * Handles the details of adding and updating documents in the IndexedDbRemoteDocumentCache. * * Unlike the MemoryRemoteDocumentChangeBuffer, the IndexedDb implementation computes the size * delta for all submitted changes. This avoids having to re-read all documents from IndexedDb * when we apply the changes. */function Ki(t){return Zr(t,Gr.store);}/** * Helper to get a typed SimpleDbStore for the remoteDocuments object store. */function Hi(t){return Zr(t,zr.store);}function Ji(t){return t.path.rt();}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Performs database creation and schema upgrades. */var Wi=/** @class */function(){function t(t){this.Kt=t;}/** * Performs database creation and schema upgrades. * * Note that in production, this method is only ever used to upgrade the schema * to SCHEMA_VERSION. Different values of toVersion are only used for testing * and local feature development. */return t.prototype.Yn=function(t,e,n,r){var i=this;x(n<r&&n>=0&&r<=11);var o=new mr("createOrUpgrade",e);n<1&&r>=1&&(function(t){t.createObjectStore(Vr.store);}(t),function(t){t.createObjectStore(Mr.store,{keyPath:Mr.keyPath}),t.createObjectStore(Ur.store,{keyPath:Ur.keyPath,autoIncrement:!0}).createIndex(Ur.userMutationsIndex,Ur.userMutationsKeyPath,{unique:!0}),t.createObjectStore(qr.store);}(t),Qi(t),function(t){t.createObjectStore(zr.store);}(t));// Migration 2 to populate the targetGlobal object no longer needed since // migration 3 unconditionally clears it. var u=yr.resolve();return n<3&&r>=3&&(// Brand new clients don't need to drop and recreate--only clients that // potentially have corrupt data. 0!==n&&(function(t){t.deleteObjectStore(Kr.store),t.deleteObjectStore(Br.store),t.deleteObjectStore(Hr.store);}(t),Qi(t)),u=u.next(function(){/** * Creates the target global singleton row. * * @param txn - The version upgrade transaction for indexeddb */return function(t){var e=t.store(Hr.store),n=new Hr(/*highestTargetId=*/0,/*lastListenSequenceNumber=*/0,Z.min().G(),/*targetCount=*/0);return e.put(Hr.key,n);}(o);})),n<4&&r>=4&&(0!==n&&(// Schema version 3 uses auto-generated keys to generate globally unique // mutation batch IDs (this was previously ensured internally by the // client). To migrate to the new schema, we have to read all mutations // and write them back out. We preserve the existing batch IDs to guarantee // consistency with other object stores. Any further mutation batch IDs will // be auto-generated. u=u.next(function(){return function(t,e){return e.store(Ur.store).os().next(function(n){t.deleteObjectStore(Ur.store),t.createObjectStore(Ur.store,{keyPath:Ur.keyPath,autoIncrement:!0}).createIndex(Ur.userMutationsIndex,Ur.userMutationsKeyPath,{unique:!0});var r=e.store(Ur.store),i=n.map(function(t){return r.put(t);});return yr.$n(i);});}(t,o);})),u=u.next(function(){!function(t){t.createObjectStore(Wr.store,{keyPath:Wr.keyPath});}(t);})),n<5&&r>=5&&(u=u.next(function(){return i.Jr(o);})),n<6&&r>=6&&(u=u.next(function(){return function(t){t.createObjectStore(Gr.store);}(t),i.Yr(o);})),n<7&&r>=7&&(u=u.next(function(){return i.Xr(o);})),n<8&&r>=8&&(u=u.next(function(){return i.Zr(t,o);})),n<9&&r>=9&&(u=u.next(function(){// Multi-Tab used to manage its own changelog, but this has been moved // to the DbRemoteDocument object store itself. Since the previous change // log only contained transient data, we can drop its object store. !function(t){t.objectStoreNames.contains("remoteDocumentChanges")&&t.deleteObjectStore("remoteDocumentChanges");}(t),function(t){var e=t.objectStore(zr.store);e.createIndex(zr.readTimeIndex,zr.readTimeIndexPath,{unique:!1}),e.createIndex(zr.collectionReadTimeIndex,zr.collectionReadTimeIndexPath,{unique:!1});}(e);})),n<10&&r>=10&&(u=u.next(function(){return i.eo(o);})),n<11&&r>=11&&(u=u.next(function(){!function(t){t.createObjectStore(Qr.store,{keyPath:Qr.keyPath});}(t),function(t){t.createObjectStore(Yr.store,{keyPath:Yr.keyPath});}(t);})),u;},t.prototype.Yr=function(t){var e=0;return t.store(zr.store).ls(function(t,n){e+=Ai(n);}).next(function(){var n=new Gr(e);return t.store(Gr.store).put(Gr.key,n);});},t.prototype.Jr=function(t){var e=this,n=t.store(Mr.store),r=t.store(Ur.store);return n.os().next(function(n){return yr.forEach(n,function(n){var i=IDBKeyRange.bound([n.userId,-1],[n.userId,n.lastAcknowledgedBatchId]);return r.os(Ur.userMutationsIndex,i).next(function(r){return yr.forEach(r,function(r){x(r.userId===n.userId);var i=ci(e.Kt,r);return Ni(t,n.userId,i).next(function(){});});});});});},/** * Ensures that every document in the remote document cache has a corresponding sentinel row * with a sequence number. Missing rows are given the most recently used sequence number. */t.prototype.Xr=function(t){var e=t.store(Kr.store),n=t.store(zr.store);return t.store(Hr.store).get(Hr.key).next(function(t){var r=[];return n.ls(function(n,i){var o=new et(n),u=function(t){return[0,Or(t)];}(o);r.push(e.get(u).next(function(n){return n?yr.resolve():function(n){return e.put(new Kr(0,Or(n),t.highestListenSequenceNumber));}(o);}));}).next(function(){return yr.$n(r);});});},t.prototype.Zr=function(t,e){// Create the index. t.createObjectStore(Jr.store,{keyPath:Jr.keyPath});var n=e.store(Jr.store),r=new mi(),i=function i(t){if(r.add(t)){var e=t.et(),i=t.Z();return n.put({collectionId:e,parent:Or(i)});}};// Helper to add an index entry iff we haven't already written it. // Index existing remote documents. return e.store(zr.store).ls({hs:!0},function(t,e){var n=new et(t);return i(n.Z());}).next(function(){return e.store(qr.store).ls({hs:!0},function(t,e){t[0];var n=t[1],r=(t[2],Lr(n));return i(r.Z());});});},t.prototype.eo=function(t){var e=this,n=t.store(Br.store);return n.ls(function(t,r){var i=fi(r),o=hi(e.Kt,i);return n.put(o);});},t;}();function Qi(t){t.createObjectStore(Kr.store,{keyPath:Kr.keyPath}).createIndex(Kr.documentTargetsIndex,Kr.documentTargetsKeyPath,{unique:!0}),// NOTE: This is unique only because the TargetId is the suffix. t.createObjectStore(Br.store,{keyPath:Br.keyPath}).createIndex(Br.queryTargetsIndexName,Br.queryTargetsKeyPath,{unique:!0}),t.createObjectStore(Hr.store);}var Yi="Failed to obtain exclusive access to the persistence layer. To allow shared access, multi-tab synchronization has to be enabled in all tabs. If you are using `experimentalForceOwningTab:true`, make sure that only one tab has persistence enabled at any given time.",$i=/** @class */function(){function t(/** * Whether to synchronize the in-memory state of multiple tabs and share * access to local persistence. */e,n,r,i,o,u,s,a,c,/** * If set to true, forcefully obtains database access. Existing tabs will * no longer be able to access IndexedDB. */f){if(this.allowTabSynchronization=e,this.persistenceKey=n,this.clientId=r,this.no=o,this.window=u,this.document=s,this.so=c,this.io=f,this.ro=null,this.oo=!1,this.isPrimary=!1,this.networkEnabled=!0,/** Our window.unload handler, if registered. */this.co=null,this.inForeground=!1,/** Our 'visibilitychange' listener if registered. */this.ao=null,/** The client metadata refresh task. */this.uo=null,/** The last time we garbage collected the client metadata object store. */this.ho=Number.NEGATIVE_INFINITY,/** A listener to notify on primary state changes. */this.lo=function(t){return Promise.resolve();},!t.Wn())throw new M(V.UNIMPLEMENTED,"This platform is either missing IndexedDB or is known to have an incomplete implementation. Offline persistence has been disabled.");this.mi=new ji(this,i),this._o=n+"main",this.Kt=new ni(a),this.fo=new gr(this._o,11,new Wi(this.Kt)),this.wo=new Ci(this.mi,this.Kt),this.Ii=new gi(),this.Eo=function(t,e){return new Gi(t,e);}(this.Kt,this.Ii),this.To=new pi(),this.window&&this.window.localStorage?this.Io=this.window.localStorage:(this.Io=null,!1===f&&T("IndexedDbPersistence","LocalStorage is unavailable. As a result, persistence may not work reliably. In particular enablePersistence() could fail immediately after refreshing the page."));}/** * Attempt to start IndexedDb persistence. * * @returns Whether persistence was enabled. */return t.prototype.start=function(){var t=this;// NOTE: This is expected to fail sometimes (in the case of another tab // already having the persistence lock), so it's the first thing we should // do. return this.mo().then(function(){if(!t.isPrimary&&!t.allowTabSynchronization)// Fail `start()` if `synchronizeTabs` is disabled and we cannot // obtain the primary lease. throw new M(V.FAILED_PRECONDITION,Yi);return t.Ao(),t.Ro(),t.Po(),t.runTransaction("getHighestListenSequenceNumber","readonly",function(e){return t.wo.ji(e);});}).then(function(e){t.ro=new $(e,t.so);}).then(function(){t.oo=!0;}).catch(function(e){return t.fo&&t.fo.close(),Promise.reject(e);});},/** * Registers a listener that gets called when the primary state of the * instance changes. Upon registering, this listener is invoked immediately * with the current primary state. * * PORTING NOTE: This is only used for Web multi-tab. */t.prototype.yo=function(t){var e=this;return this.lo=function(n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){return this.Ir?[2/*return*/,t(n)]:[2/*return*/];});});},t(this.isPrimary);},/** * Registers a listener that gets called when the database receives a * version change event indicating that it has deleted. * * PORTING NOTE: This is only used for Web multi-tab. */t.prototype.Vo=function(t){var e=this;this.fo.Zn(function(n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return null===n.newVersion?[4/*yield*/,t()]:[3/*break*/,2];case 1:e.sent(),e.label=2;case 2:return[2/*return*/];}});});});},/** * Adjusts the current network state in the client's metadata, potentially * affecting the primary lease. * * PORTING NOTE: This is only used for Web multi-tab. */t.prototype.po=function(t){var e=this;this.networkEnabled!==t&&(this.networkEnabled=t,// Schedule a primary lease refresh for immediate execution. The eventual // lease update will be propagated via `primaryStateListener`. this.no.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return this.Ir?[4/*yield*/,this.mo()]:[3/*break*/,2];case 1:t.sent(),t.label=2;case 2:return[2/*return*/];}});});}));},/** * Updates the client metadata in IndexedDb and attempts to either obtain or * extend the primary lease for the local client. Asynchronously notifies the * primary state listener if the client either newly obtained or released its * primary lease. */t.prototype.mo=function(){var t=this;return this.runTransaction("updateClientMetadataAndTryBecomePrimary","readwrite",function(e){return Zi(e).put(new Wr(t.clientId,Date.now(),t.networkEnabled,t.inForeground)).next(function(){if(t.isPrimary)return t.bo(e).next(function(e){e||(t.isPrimary=!1,t.no.vo(function(){return t.lo(!1);}));});}).next(function(){return t.So(e);}).next(function(n){return t.isPrimary&&!n?t.Do(e).next(function(){return!1;}):!!n&&t.Co(e).next(function(){return!0;});});}).catch(function(e){if(Ir(e))// Proceed with the existing state. Any subsequent access to // IndexedDB will verify the lease. return E("IndexedDbPersistence","Failed to extend owner lease: ",e),t.isPrimary;if(!t.allowTabSynchronization)throw e;return E("IndexedDbPersistence","Releasing owner lease after error during lease refresh",e),/* isPrimary= */!1;}).then(function(e){t.isPrimary!==e&&t.no.vo(function(){return t.lo(e);}),t.isPrimary=e;});},t.prototype.bo=function(t){var e=this;return Xi(t).get(Vr.key).next(function(t){return yr.resolve(e.xo(t));});},t.prototype.No=function(t){return Zi(t).delete(this.clientId);},/** * If the garbage collection threshold has passed, prunes the * RemoteDocumentChanges and the ClientMetadata store based on the last update * time of all clients. */t.prototype.Fo=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e,n,r,i=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return!this.isPrimary||this.Oo(this.ho,18e5)?[3/*break*/,2]:(this.ho=Date.now(),[4/*yield*/,this.runTransaction("maybeGarbageCollectMultiClientState","readwrite-primary",function(t){var e=Zr(t,Wr.store);return e.os().next(function(t){var n=i.ko(t,18e5),r=t.filter(function(t){return-1===n.indexOf(t);});// Delete metadata for clients that are no longer considered active. return yr.forEach(r,function(t){return e.delete(t.clientId);}).next(function(){return r;});});}).catch(function(){return[];})]);case 1:// Delete potential leftover entries that may continue to mark the // inactive clients as zombied in LocalStorage. // Ideally we'd delete the IndexedDb and LocalStorage zombie entries for // the client atomically, but we can't. So we opt to delete the IndexedDb // entries first to avoid potentially reviving a zombied client. if(t=o.sent(),this.Io)for(e=0,n=t;e<n.length;e++){r=n[e],this.Io.removeItem(this.Mo(r.clientId));}o.label=2;case 2:return[2/*return*/];}});});},/** * Schedules a recurring timer to update the client metadata and to either * extend or acquire the primary lease if the client is eligible. */t.prototype.Po=function(){var t=this;this.uo=this.no.mr("client_metadata_refresh"/* ClientMetadataRefresh */,4e3,function(){return t.mo().then(function(){return t.Fo();}).then(function(){return t.Po();});});},/** Checks whether `client` is the local client. */t.prototype.xo=function(t){return!!t&&t.ownerId===this.clientId;},/** * Evaluate the state of all active clients and determine whether the local * client is or can act as the holder of the primary lease. Returns whether * the client is eligible for the lease, but does not actually acquire it. * May return 'false' even if there is no active leaseholder and another * (foreground) client should become leaseholder instead. */t.prototype.So=function(t){var e=this;return this.io?yr.resolve(!0):Xi(t).get(Vr.key).next(function(n){// A client is eligible for the primary lease if: // - its network is enabled and the client's tab is in the foreground. // - its network is enabled and no other client's tab is in the // foreground. // - every clients network is disabled and the client's tab is in the // foreground. // - every clients network is disabled and no other client's tab is in // the foreground. // - the `forceOwningTab` setting was passed in. if(null!==n&&e.Oo(n.leaseTimestampMs,5e3)&&!e.Lo(n.ownerId)){if(e.xo(n)&&e.networkEnabled)return!0;if(!e.xo(n)){if(!n.allowTabSynchronization)// Fail the `canActAsPrimary` check if the current leaseholder has // not opted into multi-tab synchronization. If this happens at // client startup, we reject the Promise returned by // `enablePersistence()` and the user can continue to use Firestore // with in-memory persistence. // If this fails during a lease refresh, we will instead block the // AsyncQueue from executing further operations. Note that this is // acceptable since mixing & matching different `synchronizeTabs` // settings is not supported. // TODO(b/114226234): Remove this check when `synchronizeTabs` can // no longer be turned off. throw new M(V.FAILED_PRECONDITION,Yi);return!1;}}return!(!e.networkEnabled||!e.inForeground)||Zi(t).os().next(function(t){return void 0===e.ko(t,5e3).find(function(t){if(e.clientId!==t.clientId){var n=!e.networkEnabled&&t.networkEnabled,r=!e.inForeground&&t.inForeground,i=e.networkEnabled===t.networkEnabled;if(n||r&&i)return!0;}return!1;});});}).next(function(t){return e.isPrimary!==t&&E("IndexedDbPersistence","Client "+(t?"is":"is not")+" eligible for a primary lease."),t;});},t.prototype.$o=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:// Use `SimpleDb.runTransaction` directly to avoid failing if another tab // has obtained the primary lease. // The shutdown() operations are idempotent and can be called even when // start() aborted (e.g. because it couldn't acquire the persistence lease). return this.oo=!1,this.Bo(),this.uo&&(this.uo.cancel(),this.uo=null),this.qo(),this.Uo(),[4/*yield*/,this.fo.runTransaction("shutdown","readwrite",[Vr.store,Wr.store],function(e){var n=new Xr(e,$.U);return t.Do(n).next(function(){return t.No(n);});})];case 1:// The shutdown() operations are idempotent and can be called even when // start() aborted (e.g. because it couldn't acquire the persistence lease). // Use `SimpleDb.runTransaction` directly to avoid failing if another tab // has obtained the primary lease. return e.sent(),this.fo.close(),// Remove the entry marking the client as zombied from LocalStorage since // we successfully deleted its metadata from IndexedDb. this.Qo(),[2/*return*/];}});});},/** * Returns clients that are not zombied and have an updateTime within the * provided threshold. */t.prototype.ko=function(t,e){var n=this;return t.filter(function(t){return n.Oo(t.updateTimeMs,e)&&!n.Lo(t.clientId);});},/** * Returns the IDs of the clients that are currently active. If multi-tab * is not supported, returns an array that only contains the local client's * ID. * * PORTING NOTE: This is only used for Web multi-tab. */t.prototype.Ko=function(){var t=this;return this.runTransaction("getActiveClients","readonly",function(e){return Zi(e).os().next(function(e){return t.ko(e,18e5).map(function(t){return t.clientId;});});});},Object.defineProperty(t.prototype,"Ir",{get:function get(){return this.oo;},enumerable:!1,configurable:!0}),t.prototype.Wo=function(t){return Si.Ri(t,this.Kt,this.Ii,this.mi);},t.prototype.Cr=function(){return this.wo;},t.prototype.kr=function(){return this.Eo;},t.prototype.jo=function(){return this.Ii;},t.prototype.Go=function(){return this.To;},t.prototype.runTransaction=function(t,e,n){var r=this;E("IndexedDbPersistence","Starting transaction:",t);var i,o="readonly"===e?"readonly":"readwrite";// Do all transactions as readwrite against all object stores, since we // are the only reader/writer. return this.fo.runTransaction(t,o,$r,function(o){return i=new Xr(o,r.ro?r.ro.next():$.U),"readwrite-primary"===e?r.bo(i).next(function(t){return!!t||r.So(i);}).next(function(e){if(!e)throw T("Failed to obtain primary lease for action '"+t+"'."),r.isPrimary=!1,r.no.vo(function(){return r.lo(!1);}),new M(V.FAILED_PRECONDITION,Dr);return n(i);}).next(function(t){return r.Co(i).next(function(){return t;});}):r.zo(i).next(function(){return n(i);});}).then(function(t){return i.bs(),t;});},/** * Verifies that the current tab is the primary leaseholder or alternatively * that the leaseholder has opted into multi-tab synchronization. */ // TODO(b/114226234): Remove this check when `synchronizeTabs` can no longer // be turned off. t.prototype.zo=function(t){var e=this;return Xi(t).get(Vr.key).next(function(t){if(null!==t&&e.Oo(t.leaseTimestampMs,5e3)&&!e.Lo(t.ownerId)&&!e.xo(t)&&!(e.io||e.allowTabSynchronization&&t.allowTabSynchronization))throw new M(V.FAILED_PRECONDITION,Yi);});},/** * Obtains or extends the new primary lease for the local client. This * method does not verify that the client is eligible for this lease. */t.prototype.Co=function(t){var e=new Vr(this.clientId,this.allowTabSynchronization,Date.now());return Xi(t).put(Vr.key,e);},t.Wn=function(){return gr.Wn();},/** Checks the primary lease and removes it if we are the current primary. */t.prototype.Do=function(t){var e=this,n=Xi(t);return n.get(Vr.key).next(function(t){return e.xo(t)?(E("IndexedDbPersistence","Releasing primary lease."),n.delete(Vr.key)):yr.resolve();});},/** Verifies that `updateTimeMs` is within `maxAgeMs`. */t.prototype.Oo=function(t,e){var n=Date.now();return!(t<n-e||t>n&&(T("Detected an update time that is in the future: "+t+" > "+n),1));},t.prototype.Ao=function(){var t=this;null!==this.document&&"function"==typeof this.document.addEventListener&&(this.ao=function(){t.no.ys(function(){return t.inForeground="visible"===t.document.visibilityState,t.mo();});},this.document.addEventListener("visibilitychange",this.ao),this.inForeground="visible"===this.document.visibilityState);},t.prototype.qo=function(){this.ao&&(this.document.removeEventListener("visibilitychange",this.ao),this.ao=null);},/** * Attaches a window.unload handler that will synchronously write our * clientId to a "zombie client id" location in LocalStorage. This can be used * by tabs trying to acquire the primary lease to determine that the lease * is no longer valid even if the timestamp is recent. This is particularly * important for the refresh case (so the tab correctly re-acquires the * primary lease). LocalStorage is used for this rather than IndexedDb because * it is a synchronous API and so can be used reliably from an unload * handler. */t.prototype.Ro=function(){var t,e=this;"function"==typeof(null===(t=this.window)||void 0===t?void 0:t.addEventListener)&&(this.co=function(){// Note: In theory, this should be scheduled on the AsyncQueue since it // accesses internal state. We execute this code directly during shutdown // to make sure it gets a chance to run. e.Bo(),e.no.ys(function(){return e.$o();});},this.window.addEventListener("unload",this.co));},t.prototype.Uo=function(){this.co&&(this.window.removeEventListener("unload",this.co),this.co=null);},/** * Returns whether a client is "zombied" based on its LocalStorage entry. * Clients become zombied when their tab closes without running all of the * cleanup logic in `shutdown()`. */t.prototype.Lo=function(t){var e;try{var n=null!==(null===(e=this.Io)||void 0===e?void 0:e.getItem(this.Mo(t)));return E("IndexedDbPersistence","Client '"+t+"' "+(n?"is":"is not")+" zombied in LocalStorage"),n;}catch(t){// Gracefully handle if LocalStorage isn't working. return T("IndexedDbPersistence","Failed to get zombied client id.",t),!1;}},/** * Record client as zombied (a client that had its tab closed). Zombied * clients are ignored during primary tab selection. */t.prototype.Bo=function(){if(this.Io)try{this.Io.setItem(this.Mo(this.clientId),String(Date.now()));}catch(t){// Gracefully handle if LocalStorage isn't available / working. T("Failed to set zombie client id.",t);}},/** Removes the zombied client entry if it exists. */t.prototype.Qo=function(){if(this.Io)try{this.Io.removeItem(this.Mo(this.clientId));}catch(t){// Ignore }},t.prototype.Mo=function(t){return"firestore_zombie_"+this.persistenceKey+"_"+t;},t;}();/** * Oldest acceptable age in milliseconds for client metadata before the client * is considered inactive and its associated data is garbage collected. */ /** * An IndexedDB-backed instance of Persistence. Data is stored persistently * across sessions. * * On Web only, the Firestore SDKs support shared access to its persistence * layer. This allows multiple browser tabs to read and write to IndexedDb and * to synchronize state even without network connectivity. Shared access is * currently optional and not enabled unless all clients invoke * `enablePersistence()` with `{synchronizeTabs:true}`. * * In multi-tab mode, if multiple clients are active at the same time, the SDK * will designate one client as the “primary clientâ€. An effort is made to pick * a visible, network-connected and active client, and this client is * responsible for letting other clients know about its presence. The primary * client writes a unique client-generated identifier (the client ID) to * IndexedDb’s “owner†store every 4 seconds. If the primary client fails to * update this entry, another client can acquire the lease and take over as * primary. * * Some persistence operations in the SDK are designated as primary-client only * operations. This includes the acknowledgment of mutations and all updates of * remote documents. The effects of these operations are written to persistence * and then broadcast to other tabs via LocalStorage (see * `WebStorageSharedClientState`), which then refresh their state from * persistence. * * Similarly, the primary client listens to notifications sent by secondary * clients to discover persistence changes written by secondary clients, such as * the addition of new mutations and query targets. * * If multi-tab is not enabled and another tab already obtained the primary * lease, IndexedDbPersistence enters a failed state and all subsequent * operations will automatically fail. * * Additionally, there is an optimization so that when a tab is closed, the * primary lease is released immediately (this is especially important to make * sure that a refreshed tab is able to immediately re-acquire the primary * lease). Unfortunately, IndexedDB cannot be reliably used in window.unload * since it is an asynchronous API. So in addition to attempting to give up the * lease, the leaseholder writes its client ID to a "zombiedClient" entry in * LocalStorage which acts as an indicator that another tab should go ahead and * take the primary lease immediately regardless of the current lease timestamp. * * TODO(b/114226234): Remove `synchronizeTabs` section when multi-tab is no * longer optional. */ /** * Helper to get a typed SimpleDbStore for the primary client object store. */function Xi(t){return Zr(t,Vr.store);}/** * Helper to get a typed SimpleDbStore for the client metadata object store. */function Zi(t){return Zr(t,Wr.store);}/** * Generates a string used as a prefix when storing data in IndexedDB and * LocalStorage. */function to(t,e){// Use two different prefix formats: // * firestore / persistenceKey / projectID . databaseID / ... // * firestore / persistenceKey / projectID / ... // projectIDs are DNS-compatible names and cannot contain dots // so there's no danger of collisions. var n=t.projectId;return t.m||(n+="."+t.database),"firestore/"+e+"/"+n+"/"/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A readonly view of the local state of all documents we're tracking (i.e. we * have a cached version in remoteDocumentCache or local mutations for the * document). The view is computed by applying the mutations in the * MutationQueue to the RemoteDocumentCache. */;}var eo=/** @class */function(){function t(t,e,n){this.Eo=t,this.Ho=e,this.Ii=n/** * Get the local view of the document identified by `key`. * * @returns Local view of the document or null if we don't have any cached * state for it. */;}return t.prototype.Jo=function(t,e){var n=this;return this.Ho.Si(t,e).next(function(r){return n.Yo(t,e,r);});},/** Internal version of `getDocument` that allows reusing batches. */t.prototype.Yo=function(t,e,n){return this.Eo.di(t,e).next(function(t){for(var r=0,i=n;r<i.length;r++){t=i[r].Ns(e,t);}return t;});},// Returns the view of the given `docs` as they would appear after applying // all mutations in the given `batches`. t.prototype.Xo=function(t,e,n){var r=vn();return e.forEach(function(t,e){for(var i=0,o=n;i<o.length;i++){e=o[i].Ns(t,e);}r=r.Ht(t,e);}),r;},/** * Gets the local view of the documents identified by `keys`. * * If we don't have cached state for a document in `keys`, a NoDocument will * be stored for that key in the resulting set. */t.prototype.Zo=function(t,e){var n=this;return this.Eo.getEntries(t,e).next(function(e){return n.tc(t,e);});},/** * Similar to `getDocuments`, but creates the local view from the given * `baseDocs` without retrieving documents from the local store. */t.prototype.tc=function(t,e){var n=this;return this.Ho.Di(t,e).next(function(r){var i=n.Xo(t,e,r),o=dn();return i.forEach(function(t,e){// TODO(http://b/32275378): Don't conflate missing / deleted. e||(e=new Mt(t,Z.min())),o=o.Ht(t,e);}),o;});},/** * Performs a query against the local view of all documents. * * @param transaction - The persistence transaction. * @param query - The query to match documents against. * @param sinceReadTime - If not set to SnapshotVersion.min(), return only * documents that have been read since this snapshot version (exclusive). */t.prototype.jr=function(t,e,n){/** * Returns whether the query matches a single document by path (rather than a * collection). */return function(t){return it.Et(t.path)&&null===t.collectionGroup&&0===t.filters.length;}(e)?this.ec(t,e.path):le(e)?this.nc(t,e,n):this.sc(t,e,n);},t.prototype.ec=function(t,e){// Just do a simple document lookup. return this.Jo(t,new it(e)).next(function(t){var e=mn();return t instanceof Vt&&(e=e.Ht(t.key,t)),e;});},t.prototype.nc=function(t,e,n){var r=this,i=e.collectionGroup,o=mn();return this.Ii.Ks(t,i).next(function(u){return yr.forEach(u,function(u){var s=function(t,e){return new oe(e,/*collectionGroup=*/null,t.Nt.slice(),t.filters.slice(),t.limit,t.limitType,t.startAt,t.endAt);}(e,u.child(i));return r.sc(t,s,n).next(function(t){t.forEach(function(t,e){o=o.Ht(t,e);});});}).next(function(){return o;});});},t.prototype.sc=function(t,e,n){var r,i,o=this;// Query the remote documents and overlay mutations. return this.Eo.jr(t,e,n).next(function(n){return r=n,o.Ho.xi(t,e);}).next(function(e){return i=e,o.ic(t,i,r).next(function(t){r=t;for(var e=0,n=i;e<n.length;e++){for(var o=n[e],u=0,s=o.mutations;u<s.length;u++){var a=s[u],c=a.key,f=r.get(c),h=Be(a,f,f,o.Ds);r=h instanceof Vt?r.Ht(c,h):r.remove(c);}}});}).next(function(){// Finally, filter out any documents that don't actually match // the query. return r.forEach(function(t,n){we(e,n)||(r=r.remove(t));}),r;});},t.prototype.ic=function(t,e,n){for(var r=In(),i=0,o=e;i<o.length;i++){for(var u=0,s=o[i].mutations;u<s.length;u++){var a=s[u];a instanceof Qe&&null===n.get(a.key)&&(r=r.add(a.key));}}var c=n;return this.Eo.getEntries(t,r).next(function(t){return t.forEach(function(t,e){null!==e&&e instanceof Vt&&(c=c.Ht(t,e));}),c;});},t;}(),no=/** @class */function(){function t(t,e,n,r){this.targetId=t,this.fromCache=e,this.rc=n,this.oc=r;}return t.cc=function(e,n){for(var r=In(),i=In(),o=0,u=n.docChanges;o<u.length;o++){var s=u[o];switch(s.type){case 0/* Added */:r=r.add(s.doc.key);break;case 1/* Removed */:i=i.add(s.doc.key);// do nothing }}return new t(e,n.fromCache,r,i);},t;}(),ro=/** @class */function(){function t(){}/** Sets the document view to query against. */return t.prototype.ac=function(t){this.uc=t;},/** Returns all local documents matching the specified query. */t.prototype.jr=function(t,n,r,i){var o=this;// Queries that match all documents don't benefit from using // key-based lookups. It is more efficient to scan all documents in a // collection, rather than to perform individual lookups. return function(t){return 0===t.filters.length&&null===t.limit&&null==t.startAt&&null==t.endAt&&(0===t.Nt.length||1===t.Nt.length&&t.Nt[0].field.ht());}(n)||r.isEqual(Z.min())?this.hc(t,n):this.uc.Zo(t,i).next(function(u){var s=o.lc(n,u);return(ae(n)||ce(n))&&o._c(n.limitType,s,i,r)?o.hc(t,n):(_()<=_firebase_logger__WEBPACK_IMPORTED_MODULE_60__["LogLevel"].DEBUG&&E("QueryEngine","Re-using previous result from %s to execute query: %s",r.toString(),ge(n)),o.uc.jr(t,n,r).next(function(t){// We merge `previousResults` into `updateResults`, since // `updateResults` is already a DocumentMap. If a document is // contained in both lists, then its contents are the same. return s.forEach(function(e){t=t.Ht(e.key,e);}),t;}));});// Queries that have never seen a snapshot without limbo free documents // should also be run as a full collection scan. },/** Applies the query filter and sorting to the provided documents. */t.prototype.lc=function(t,e){// Sort the documents and re-apply the query filter since previously // matching documents do not necessarily still match the query. var n=new hn(be(t));return e.forEach(function(e,r){r instanceof Vt&&we(t,r)&&(n=n.add(r));}),n;},/** * Determines if a limit query needs to be refilled from cache, making it * ineligible for index-free execution. * * @param sortedPreviousResults - The documents that matched the query when it * was last synchronized, sorted by the query's comparator. * @param remoteKeys - The document keys that matched the query at the last * snapshot. * @param limboFreeSnapshotVersion - The version of the snapshot when the * query was last synchronized. */t.prototype._c=function(t,e,n,r){// The query needs to be refilled if a previously matching document no // longer matches. if(n.size!==e.size)return!0;// Limit queries are not eligible for index-free query execution if there is // a potential that an older document from cache now sorts before a document // that was previously part of the limit. This, however, can only happen if // the document at the edge of the limit goes out of limit. // If a document that is not the limit boundary sorts differently, // the boundary of the limit itself did not change and documents from cache // will continue to be "rejected" by this boundary. Therefore, we can ignore // any modifications that don't affect the last document. var i="F"/* First */===t?e.last():e.first();return!!i&&(i.hasPendingWrites||i.version.u(r)>0);},t.prototype.hc=function(t,n){return _()<=_firebase_logger__WEBPACK_IMPORTED_MODULE_60__["LogLevel"].DEBUG&&E("QueryEngine","Using full collection scan to execute query:",ge(n)),this.uc.jr(t,n,Z.min());},t;}(),io=/** @class */function(){function t(/** Manages our in-memory or durable persistence. */t,e,n,r){this.persistence=t,this.fc=e,this.Kt=r,/** * Maps a targetID to data about its target. * * PORTING NOTE: We are using an immutable data structure on Web to make re-runs * of `applyRemoteEvent()` idempotent. */this.dc=new an(P),/** Maps a target to its targetID. */ // TODO(wuandy): Evaluate if TargetId can be part of Target. this.wc=new Ei(function(t){return jt(t);},zt),/** * The read time of the last entry processed by `getNewDocumentChanges()`. * * PORTING NOTE: This is only used for multi-tab synchronization. */this.Ec=Z.min(),this.Ho=t.Wo(n),this.Tc=t.kr(),this.wo=t.Cr(),this.Ic=new eo(this.Tc,this.Ho,this.persistence.jo()),this.To=t.Go(),this.fc.ac(this.Ic);}return t.prototype.Ar=function(t){var e=this;return this.persistence.runTransaction("Collect garbage","readwrite-primary",function(n){return t.br(n,e.dc);});},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A set of changes to what documents are currently in view and out of view for * a given query. These changes are sent to the LocalStore by the View (via * the SyncEngine) and are used to pin / unpin documents as appropriate. */function oo(/** Manages our in-memory or durable persistence. */t,e,n,r){return new io(t,e,n,r);}/** * Tells the LocalStore that the currently authenticated user has changed. * * In response the local store switches the mutation queue to the new user and * returns any resulting document changes. */ // PORTING NOTE: Android and iOS only return the documents affected by the // change. function uo(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(u){switch(u.label){case 0:return n=D(t),r=n.Ho,i=n.Ic,[4/*yield*/,n.persistence.runTransaction("Handle user change","readonly",function(t){// Swap out the mutation queue, grabbing the pending mutation batches // before and after. var o;return n.Ho.vi(t).next(function(u){return o=u,r=n.persistence.Wo(e),// Recreate our LocalDocumentsView using the new // MutationQueue. i=new eo(n.Tc,r,n.persistence.jo()),r.vi(t);}).next(function(e){for(var n=[],r=[],u=In(),s=0,a=o// Union the old/new changed keys. ;s<a.length;s++){var c=a[s];n.push(c.batchId);for(var f=0,h=c.mutations;f<h.length;f++){var l=h[f];u=u.add(l.key);}}for(var p=0,d=e;p<d.length;p++){var v=d[p];r.push(v.batchId);for(var y=0,m=v.mutations;y<m.length;y++){var g=m[y];u=u.add(g.key);}}// Return the set of all (potentially) changed documents and the list // of mutation batch IDs that were affected by change. return i.Zo(t,u).next(function(t){return{mc:t,Ac:n,Rc:r};});});})];case 1:return o=u.sent(),[2/*return*/,(n.Ho=r,n.Ic=i,n.fc.ac(n.Ic),o)];}});});}/* Accepts locally generated Mutations and commit them to storage. */ /** * Acknowledges the given batch. * * On the happy path when a batch is acknowledged, the local store will * * + remove the batch from the mutation queue; * + apply the changes to the remote document cache; * + recalculate the latency compensated view implied by those changes (there * may be mutations in the queue that affect the documents but haven't been * acknowledged yet); and * + give the changed documents back the sync engine * * @returns The resulting (modified) documents. */function so(t,e){var n=D(t);return n.persistence.runTransaction("Acknowledge batch","readwrite-primary",function(t){var r=e.batch.keys(),i=n.Tc.Or({Gr:!0});return function(t,e,n,r){var i=n.batch,o=i.keys(),u=yr.resolve();return o.forEach(function(t){u=u.next(function(){return r.di(e,t);}).next(function(e){var o=e,u=n.ks.get(t);x(null!==u),(!o||o.version.u(u)<0)&&(o=i.Cs(t,o,n))&&// We use the commitVersion as the readTime rather than the // document's updateTime since the updateTime is not advanced // for updates that do not modify the underlying document. r.hi(o,n.Os);});}),u.next(function(){return t.Ho.Ni(e,i);});}(n,t,e,i).next(function(){return i.apply(t);}).next(function(){return n.Ho.ki(t);}).next(function(){return n.Ic.Zo(t,r);});});}/** * Removes mutations from the MutationQueue for the specified batch; * LocalDocuments will be recalculated. * * @returns The resulting modified documents. */ /** * Returns the last consistent snapshot processed (used by the RemoteStore to * determine whether to buffer incoming snapshots from the backend). */function ao(t){var e=D(t);return e.persistence.runTransaction("Get last remote snapshot version","readonly",function(t){return e.wo.Wi(t);});}/** * Updates the "ground-state" (remote) documents. We assume that the remote * event reflects any write batches that have been acknowledged or rejected * (i.e. we do not re-apply local mutations to updates from this event). * * LocalDocuments are re-calculated if there are remaining mutations in the * queue. */function co(t,e){var n=D(t),r=e.Mt,i=n.dc;return n.persistence.runTransaction("Apply remote event","readwrite-primary",function(t){var o=n.Tc.Or({Gr:!0});// Reset newTargetDataByTargetMap in case this transaction gets re-run. i=n.dc;var u=[];e.Oe.forEach(function(e,o){var s=i.get(o);if(s){// Only update the remote keys if the target is still active. This // ensures that we can persist the updated target data along with // the updated assignment. u.push(n.wo.rr(t,e.Ke,o).next(function(){return n.wo.sr(t,e.Ue,o);}));var a=e.resumeToken;// Update the resume token if the change includes one. if(a.o()>0){var c=s.$t(a,r).Lt(t.Ss);i=i.Ht(o,c),// Update the target data if there are target changes (or if // sufficient time has passed since the last update). /** * Returns true if the newTargetData should be persisted during an update of * an active target. TargetData should always be persisted when a target is * being released and should not call this function. * * While the target is active, TargetData updates can be omitted when nothing * about the target has changed except metadata like the resume token or * snapshot version. Occasionally it's worth the extra write to prevent these * values from getting too stale after a crash, but this doesn't have to be * too frequent. */function(t,e,n){// Always persist target data if we don't already have a resume token. return x(e.resumeToken.o()>0),0===t.resumeToken.o()||// Don't allow resume token changes to be buffered indefinitely. This // allows us to be reasonably up-to-date after a crash and avoids needing // to loop over all active queries on shutdown. Especially in the browser // we may not get time to do anything interesting while the current tab is // closing. e.Mt.j()-t.Mt.j()>=3e8||n.Ue.size+n.Qe.size+n.Ke.size>0;}(s,c,e)&&u.push(n.wo.Yi(t,c));}}});var s=dn();// HACK: The only reason we allow a null snapshot version is so that we // can synthesize remote events when we get permission denied errors while // trying to resolve the state of a locally cached document that is in // limbo. if(e.Me.forEach(function(r,i){e.Le.has(r)&&u.push(n.persistence.mi.Mr(t,r));}),// Each loop iteration only affects its "own" doc, so it's safe to get all the remote // documents in advance in a single call. u.push(fo(t,o,e.Me,r,void 0).next(function(t){s=t;})),!r.isEqual(Z.min())){var a=n.wo.Wi(t).next(function(e){return n.wo.Gi(t,t.Ss,r);});u.push(a);}return yr.$n(u).next(function(){return o.apply(t);}).next(function(){return n.Ic.tc(t,s);});}).then(function(t){return n.dc=i,t;});}/** * Populates document change buffer with documents from backend or a bundle. * Returns the document changes resulting from applying those documents. * * @param txn - Transaction to use to read existing documents from storage. * @param documentBuffer - Document buffer to collect the resulted changes to be * applied to storage. * @param documents - Documents to be applied. * @param globalVersion - A `SnapshotVersion` representing the read time if all * documents have the same read time. * @param documentVersions - A DocumentKey-to-SnapshotVersion map if documents * have their own read time. * * Note: this function will use `documentVersions` if it is defined; * when it is not defined, resorts to `globalVersion`. */function fo(t,e,n,r,// TODO(wuandy): We could add `readTime` to MaybeDocument instead to remove // this parameter. i){var o=In();return n.forEach(function(t){return o=o.add(t);}),e.getEntries(t,o).next(function(t){var o=dn();return n.forEach(function(n,u){var s=t.get(n),a=(null==i?void 0:i.get(n))||r;// Note: The order of the steps below is important, since we want // to ensure that rejected limbo resolutions (which fabricate // NoDocuments with SnapshotVersion.min()) never add documents to // cache. u instanceof Mt&&u.version.isEqual(Z.min())?(// NoDocuments with SnapshotVersion.min() are used in manufactured // events. We remove these documents from cache since we lost // access. e.fi(n,a),o=o.Ht(n,u)):null==s||u.version.u(s.version)>0||0===u.version.u(s.version)&&s.hasPendingWrites?(e.hi(u,a),o=o.Ht(n,u)):E("LocalStore","Ignoring outdated watch update for ",n,". Current version:",s.version," Watch version:",u.version);}),o;})/** * Gets the mutation batch after the passed in batchId in the mutation queue * or null if empty. * @param afterBatchId - If provided, the batch to search after. * @returns The next mutation or null if there wasn't one. */;}function ho(t,e){var n=D(t);return n.persistence.runTransaction("Get next mutation batch","readonly",function(t){return void 0===e&&(e=-1),n.Ho.pi(t,e);});}/** * Reads the current value of a Document with a given key or null if not * found - used for testing. */ /** * Assigns the given target an internal ID so that its results can be pinned so * they don't get GC'd. A target must be allocated in the local store before * the store can be used to manage its view. * * Allocating an already allocated `Target` will return the existing `TargetData` * for that `Target`. */function lo(t,e){var n=D(t);return n.persistence.runTransaction("Allocate target","readwrite",function(t){var r;return n.wo.nr(t,e).next(function(i){return i?(// This target has been listened to previously, so reuse the // previous targetID. // TODO(mcg): freshen last accessed date? r=i,yr.resolve(r)):n.wo.Ui(t).next(function(i){return r=new _e(e,i,0/* Listen */,t.Ss),n.wo.zi(t,r).next(function(){return r;});});});}).then(function(t){// If Multi-Tab is enabled, the existing target data may be newer than // the in-memory data var r=n.dc.get(t.targetId);return(null===r||t.Mt.u(r.Mt)>0)&&(n.dc=n.dc.Ht(t.targetId,t),n.wc.set(e,t.targetId)),t;});}/** * Returns the TargetData as seen by the LocalStore, including updates that may * have not yet been persisted to the TargetCache. */ // Visible for testing. /** * Unpins all the documents associated with the given target. If * `keepPersistedTargetData` is set to false and Eager GC enabled, the method * directly removes the associated target data from the target cache. * * Releasing a non-existing `Target` is a no-op. */ // PORTING NOTE: `keepPersistedTargetData` is multi-tab only. function po(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){switch(s.label){case 0:r=D(t),i=r.dc.get(e),o=n?"readwrite":"readwrite-primary",s.label=1;case 1:return s.trys.push([1,4,,5]),n?[3/*break*/,3]:[4/*yield*/,r.persistence.runTransaction("Release target",o,function(t){return r.persistence.mi.removeTarget(t,i);})];case 2:s.sent(),s.label=3;case 3:return[3/*break*/,5];case 4:if(!Ir(u=s.sent()))throw u;// All `releaseTarget` does is record the final metadata state for the // target, but we've been recording this periodically during target // activity. If we lose this write this could cause a very slight // difference in the order of target deletion during GC, but we // don't define exact LRU semantics so this is acceptable. return E("LocalStore","Failed to update sequence numbers for target "+e+": "+u),[3/*break*/,5];case 5:return r.dc=r.dc.remove(e),r.wc.delete(i.target),[2/*return*/];}});});}/** * Runs the specified query against the local store and returns the results, * potentially taking advantage of query data from previous executions (such * as the set of remote keys). * * @param usePreviousResults - Whether results from previous executions can * be used to optimize this query execution. */function vo(t,e,n){var r=D(t),i=Z.min(),o=In();return r.persistence.runTransaction("Execute query","readonly",function(t){return function(t,e,n){var r=D(t),i=r.wc.get(n);return void 0!==i?yr.resolve(r.dc.get(i)):r.wo.nr(e,n);}(r,t,de(e)).next(function(e){if(e)return i=e.lastLimboFreeSnapshotVersion,r.wo.ar(t,e.targetId).next(function(t){o=t;});}).next(function(){return r.fc.jr(t,e,n?i:Z.min(),n?o:In());}).next(function(t){return{documents:t,Pc:o};});});}// PORTING NOTE: Multi-Tab only. function yo(t,e){var n=D(t),r=D(n.wo),i=n.dc.get(e);return i?Promise.resolve(i.target):n.persistence.runTransaction("Get target data","readonly",function(t){return r.Dn(t,e).next(function(t){return t?t.target:null;});});}/** * Returns the set of documents that have been updated since the last call. * If this is the first call, returns the set of changes since client * initialization. Further invocations will return document that have changed * since the prior call. */ // PORTING NOTE: Multi-Tab only. function mo(t){var e=D(t);return e.persistence.runTransaction("Get new document changes","readonly",function(t){return function(t,e,n){var r=D(t),i=dn(),o=oi(n),u=Hi(e),s=IDBKeyRange.lowerBound(o,!0);return u.ls({index:zr.readTimeIndex,range:s},function(t,e){// Unlike `getEntry()` and others, `getNewDocumentChanges()` parses // the documents directly since we want to keep sentinel deletes. var n=ri(r.Kt,e);i=i.Ht(n.key,n),o=e.readTime;}).next(function(){return{gs:i,readTime:ui(o)};});}(e.Tc,t,e.Ec);}).then(function(t){var n=t.gs,r=t.readTime;return e.Ec=r,n;});}/** * Reads the newest document change from persistence and moves the internal * synchronization marker forward so that calls to `getNewDocumentChanges()` * only return changes that happened after client initialization. */ // PORTING NOTE: Multi-Tab only. function go(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){return[2/*return*/,(e=D(t)).persistence.runTransaction("Synchronize last document change read time","readonly",function(t){return function(t){var e=Hi(t),n=Z.min();// If there are no existing entries, we return SnapshotVersion.min(). return e.ls({index:zr.readTimeIndex,reverse:!0},function(t,e,r){e.readTime&&(n=ui(e.readTime)),r.done();}).next(function(){return n;});}(t);}).then(function(t){e.Ec=t;})];});});}/** * Creates a new target using the given bundle name, which will be used to * hold the keys of all documents from the bundle in query-document mappings. * This ensures that the loaded documents do not get garbage collected * right away. */ /** * Applies the documents from a bundle to the "ground-state" (remote) * documents. * * LocalDocuments are re-calculated if there are remaining mutations in the * queue. */function wo(t,e,n,r){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var i,o,u,s,a,c,f,h,l,p;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(d){switch(d.label){case 0:for(i=D(t),o=In(),u=dn(),s=wn(),a=0,c=n;a<c.length;a++){f=c[a],h=e.yc(f.metadata.name),f.document&&(o=o.add(h)),u=u.Ht(h,e.gc(f)),s=s.Ht(h,e.Vc(f.metadata.readTime));}return l=i.Tc.Or({Gr:!0}),[4/*yield*/,lo(i,function(t){// It is OK that the path used for the query is not valid, because this will // not be read and queried. return de(se(et.ct("__bundle__/docs/"+t)));}(r))];case 1:// Allocates a target to hold all document keys from the bundle, such that // they will not get garbage collected right away. return p=d.sent(),[2/*return*/,i.persistence.runTransaction("Apply bundle documents","readwrite",function(t){return fo(t,l,u,Z.min(),s).next(function(e){return l.apply(t),e;}).next(function(e){return i.wo.Zi(t,p.targetId).next(function(){return i.wo.sr(t,o,p.targetId);}).next(function(){return i.Ic.tc(t,e);});});})];}});});}/** * Returns a promise of a boolean to indicate if the given bundle has already * been loaded and the create time is newer than the current loading bundle. */ /** * Saves the given `NamedQuery` to local persistence. */function bo(t,e,n){return void 0===n&&(n=In()),Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return[4/*yield*/,lo(t,de(li(e.bundledQuery)))];case 1:return r=o.sent(),[2/*return*/,(i=D(t)).persistence.runTransaction("Save named query","readwrite",function(t){var o=zn(e.readTime);// Simply save the query itself if it is older than what the SDK already // has. if(r.Mt.u(o)>=0)return i.To.qs(t,e);// Update existing target data because the query from the bundle is newer. var u=r.$t(R.h,o);return i.dc=i.dc.Ht(u.targetId,u),i.wo.Yi(t,u).next(function(){return i.wo.Zi(t,r.targetId);}).next(function(){return i.wo.sr(t,n,r.targetId);}).next(function(){return i.To.qs(t,e);});})];}});});}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var Io=/** @class */function(){function t(t){this.Kt=t,this.bc=new Map(),this.vc=new Map();}return t.prototype.Ls=function(t,e){return yr.resolve(this.bc.get(e));},t.prototype.$s=function(t,e){/** Encodes a BundleMetadata proto object to a Bundle model object. */var n;return this.bc.set(e.id,{id:(n=e).id,version:n.version,createTime:zn(n.createTime)}),yr.resolve();},t.prototype.Bs=function(t,e){return yr.resolve(this.vc.get(e));},t.prototype.qs=function(t,e){return this.vc.set(e.name,function(t){return{name:t.name,query:li(t.bundledQuery),readTime:zn(t.readTime)};}(e)),yr.resolve();},t;}(),_o=/** @class */function(){function t(){// A set of outstanding references to a document sorted by key. this.Sc=new hn(Eo.Dc),// A set of outstanding references to a document sorted by target id. this.Cc=new hn(Eo.xc)/** Returns true if the reference set contains no references. */;}return t.prototype.nt=function(){return this.Sc.nt();},/** Adds a reference to the given document key for the given ID. */t.prototype.ir=function(t,e){var n=new Eo(t,e);this.Sc=this.Sc.add(n),this.Cc=this.Cc.add(n);},/** Add references to the given document keys for the given ID. */t.prototype.Nc=function(t,e){var n=this;t.forEach(function(t){return n.ir(t,e);});},/** * Removes a reference to the given document key for the given * ID. */t.prototype.cr=function(t,e){this.Fc(new Eo(t,e));},t.prototype.Oc=function(t,e){var n=this;t.forEach(function(t){return n.cr(t,e);});},/** * Clears all references with a given ID. Calls removeRef() for each key * removed. */t.prototype.kc=function(t){var e=this,n=new it(new et([])),r=new Eo(n,t),i=new Eo(n,t+1),o=[];return this.Cc.Ae([r,i],function(t){e.Fc(t),o.push(t.key);}),o;},t.prototype.Mc=function(){var t=this;this.Sc.forEach(function(e){return t.Fc(e);});},t.prototype.Fc=function(t){this.Sc=this.Sc.delete(t),this.Cc=this.Cc.delete(t);},t.prototype.Lc=function(t){var e=new it(new et([])),n=new Eo(e,t),r=new Eo(e,t+1),i=In();return this.Cc.Ae([n,r],function(t){i=i.add(t.key);}),i;},t.prototype.Mi=function(t){var e=new Eo(t,0),n=this.Sc.Pe(e);return null!==n&&t.isEqual(n.key);},t;}(),Eo=/** @class */function(){function t(t,e){this.key=t,this.$c=e/** Compare by key then by ID */;}return t.Dc=function(t,e){return it.J(t.key,e.key)||P(t.$c,e.$c);},/** Compare by ID then by key */t.xc=function(t,e){return P(t.$c,e.$c)||it.J(t.key,e.key);},t;}(),To=/** @class */function(){function t(t,e){this.Ii=t,this.mi=e,/** * The set of all mutations that have been sent but not yet been applied to * the backend. */this.Ho=[],/** Next value to use when assigning sequential IDs to each mutation batch. */this.Bc=1,/** An ordered mapping between documents and the mutations batch IDs. */this.qc=new hn(Eo.Dc);}return t.prototype.Pi=function(t){return yr.resolve(0===this.Ho.length);},t.prototype.yi=function(t,e,n,r){var i=this.Bc;this.Bc++,this.Ho.length>0&&this.Ho[this.Ho.length-1];var o=new ti(i,e,n,r);this.Ho.push(o);// Track references by document key and index collection parents. for(var u=0,s=r;u<s.length;u++){var a=s[u];this.qc=this.qc.add(new Eo(a.key,i)),this.Ii.Qs(t,a.key.path.Z());}return yr.resolve(o);},t.prototype.gi=function(t,e){return yr.resolve(this.Uc(e));},t.prototype.pi=function(t,e){var n=e+1,r=this.Qc(n),i=r<0?0:r;// The requested batchId may still be out of range so normalize it to the // start of the queue. return yr.resolve(this.Ho.length>i?this.Ho[i]:null);},t.prototype.bi=function(){return yr.resolve(0===this.Ho.length?-1:this.Bc-1);},t.prototype.vi=function(t){return yr.resolve(this.Ho.slice());},t.prototype.Si=function(t,e){var n=this,r=new Eo(e,0),i=new Eo(e,Number.POSITIVE_INFINITY),o=[];return this.qc.Ae([r,i],function(t){var e=n.Uc(t.$c);o.push(e);}),yr.resolve(o);},t.prototype.Di=function(t,e){var n=this,r=new hn(P);return e.forEach(function(t){var e=new Eo(t,0),i=new Eo(t,Number.POSITIVE_INFINITY);n.qc.Ae([e,i],function(t){r=r.add(t.$c);});}),yr.resolve(this.Kc(r));},t.prototype.xi=function(t,e){// Use the query path as a prefix for testing if a document matches the // query. var n=e.path,r=n.length+1,i=n;// Construct a document reference for actually scanning the index. Unlike // the prefix the document key in this reference must have an even number of // segments. The empty segment can be used a suffix of the query path // because it precedes all other segments in an ordered traversal. it.Et(i)||(i=i.child(""));var o=new Eo(new it(i),0),u=new hn(P);// Find unique batchIDs referenced by all documents potentially matching the // query. return this.qc.Re(function(t){var e=t.key.path;return!!n.st(e)&&(// Rows with document keys more than one segment longer than the query // path can't be matches. For example, a query on 'rooms' can't match // the document /rooms/abc/messages/xyx. // TODO(mcg): we'll need a different scanner when we implement // ancestor queries. e.length===r&&(u=u.add(t.$c)),!0);},o),yr.resolve(this.Kc(u));},t.prototype.Kc=function(t){var e=this,n=[];// Construct an array of matching batches, sorted by batchID to ensure that // multiple mutations affecting the same document key are applied in order. return t.forEach(function(t){var r=e.Uc(t);null!==r&&n.push(r);}),n;},t.prototype.Ni=function(t,e){var n=this;x(0===this.Wc(e.batchId,"removed")),this.Ho.shift();var r=this.qc;return yr.forEach(e.mutations,function(i){var o=new Eo(i.key,e.batchId);return r=r.delete(o),n.mi.Oi(t,i.key);}).next(function(){n.qc=r;});},t.prototype.Fi=function(t){// No-op since the memory mutation queue does not maintain a separate cache. },t.prototype.Mi=function(t,e){var n=new Eo(e,0),r=this.qc.Pe(n);return yr.resolve(e.isEqual(r&&r.key));},t.prototype.ki=function(t){return this.Ho.length,yr.resolve();},/** * Finds the index of the given batchId in the mutation queue and asserts that * the resulting index is within the bounds of the queue. * * @param batchId - The batchId to search for * @param action - A description of what the caller is doing, phrased in passive * form (e.g. "acknowledged" in a routine that acknowledges batches). */t.prototype.Wc=function(t,e){return this.Qc(t);},/** * Finds the index of the given batchId in the mutation queue. This operation * is O(1). * * @returns The computed index of the batch with the given batchId, based on * the state of the queue. Note this index can be negative if the requested * batchId has already been remvoed from the queue or past the end of the * queue if the batchId is larger than the last added batch. */t.prototype.Qc=function(t){return 0===this.Ho.length?0:t-this.Ho[0].batchId;// Examine the front of the queue to figure out the difference between the // batchId and indexes in the array. Note that since the queue is ordered // by batchId, if the first batch has a larger batchId then the requested // batchId doesn't exist in the queue. },/** * A version of lookupMutationBatch that doesn't return a promise, this makes * other functions that uses this code easier to read and more efficent. */t.prototype.Uc=function(t){var e=this.Qc(t);return e<0||e>=this.Ho.length?null:this.Ho[e];},t;}(),No=/** @class */function(){/** * @param sizer - Used to assess the size of a document. For eager GC, this is * expected to just return 0 to avoid unnecessarily doing the work of * calculating the size. */function t(t,e){this.Ii=t,this.jc=e,/** Underlying cache of documents and their read times. */this.docs=new an(it.J),/** Size of all cached documents. */this.size=0/** * Adds the supplied entry to the cache and updates the cache size as appropriate. * * All calls of `addEntry` are required to go through the RemoteDocumentChangeBuffer * returned by `newChangeBuffer()`. */;}return t.prototype.hi=function(t,e,n){var r=e.key,i=this.docs.get(r),o=i?i.size:0,u=this.jc(e);return this.docs=this.docs.Ht(r,{_i:e,size:u,readTime:n}),this.size+=u-o,this.Ii.Qs(t,r.path.Z());},/** * Removes the specified entry from the cache and updates the cache size as appropriate. * * All calls of `removeEntry` are required to go through the RemoteDocumentChangeBuffer * returned by `newChangeBuffer()`. */t.prototype.fi=function(t){var e=this.docs.get(t);e&&(this.docs=this.docs.remove(t),this.size-=e.size);},t.prototype.di=function(t,e){var n=this.docs.get(e);return yr.resolve(n?n._i:null);},t.prototype.getEntries=function(t,e){var n=this,r=vn();return e.forEach(function(t){var e=n.docs.get(t);r=r.Ht(t,e?e._i:null);}),yr.resolve(r);},t.prototype.jr=function(t,e,n){for(var r=mn(),i=new it(e.path.child("")),o=this.docs.ne(i)// Documents are ordered by key, so we can use a prefix scan to narrow down // the documents we need to match the query against. ;o.ae();){var u=o.ce(),s=u.key,a=u.value,c=a._i,f=a.readTime;if(!e.path.st(s.path))break;f.u(n)<=0||c instanceof Vt&&we(e,c)&&(r=r.Ht(c.key,c));}return yr.resolve(r);},t.prototype.Gc=function(t,e){return yr.forEach(this.docs,function(t){return e(t);});},t.prototype.Or=function(t){// `trackRemovals` is ignores since the MemoryRemoteDocumentCache keeps // a separate changelog and does not need special handling for removals. return new Ao(this);},t.prototype.Lr=function(t){return yr.resolve(this.size);},t;}(),Ao=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).zr=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Ti=function(t){var e=this,n=[];return this.ci.forEach(function(r,i){i&&i._i?n.push(e.zr.hi(t,i._i,e.ui(r))):e.zr.fi(r);}),yr.$n(n);},e.prototype.wi=function(t,e){return this.zr.di(t,e);},e.prototype.Ei=function(t,e){return this.zr.getEntries(t,e);},e;}(Ti),So=/** @class */function(){function t(t){this.persistence=t,/** * Maps a target to the data about that target */this.zc=new Ei(function(t){return jt(t);},zt),/** The last received snapshot version. */this.lastRemoteSnapshotVersion=Z.min(),/** The highest numbered target ID encountered. */this.highestTargetId=0,/** The highest sequence number encountered. */this.Hc=0,/** * A ordered bidirectional mapping between documents and the remote target * IDs. */this.Jc=new _o(),this.targetCount=0,this.Yc=Pi.Bi();}return t.prototype.mn=function(t,e){return this.zc.forEach(function(t,n){return e(n);}),yr.resolve();},t.prototype.Wi=function(t){return yr.resolve(this.lastRemoteSnapshotVersion);},t.prototype.ji=function(t){return yr.resolve(this.Hc);},t.prototype.Ui=function(t){return this.highestTargetId=this.Yc.next(),yr.resolve(this.highestTargetId);},t.prototype.Gi=function(t,e,n){return n&&(this.lastRemoteSnapshotVersion=n),e>this.Hc&&(this.Hc=e),yr.resolve();},t.prototype.Hi=function(t){this.zc.set(t.target,t);var e=t.targetId;e>this.highestTargetId&&(this.Yc=new Pi(e),this.highestTargetId=e),t.sequenceNumber>this.Hc&&(this.Hc=t.sequenceNumber);},t.prototype.zi=function(t,e){return this.Hi(e),this.targetCount+=1,yr.resolve();},t.prototype.Yi=function(t,e){return this.Hi(e),yr.resolve();},t.prototype.Xi=function(t,e){return this.zc.delete(e.target),this.Jc.kc(e.targetId),this.targetCount-=1,yr.resolve();},t.prototype.tr=function(t,e,n){var r=this,i=0,o=[];return this.zc.forEach(function(u,s){s.sequenceNumber<=e&&null===n.get(s.targetId)&&(r.zc.delete(u),o.push(r.Zi(t,s.targetId)),i++);}),yr.$n(o).next(function(){return i;});},t.prototype.er=function(t){return yr.resolve(this.targetCount);},t.prototype.nr=function(t,e){var n=this.zc.get(e)||null;return yr.resolve(n);},t.prototype.sr=function(t,e,n){return this.Jc.Nc(e,n),yr.resolve();},t.prototype.rr=function(t,e,n){this.Jc.Oc(e,n);var r=this.persistence.mi,i=[];return r&&e.forEach(function(e){i.push(r.Oi(t,e));}),yr.$n(i);},t.prototype.Zi=function(t,e){return this.Jc.kc(e),yr.resolve();},t.prototype.ar=function(t,e){var n=this.Jc.Lc(e);return yr.resolve(n);},t.prototype.Mi=function(t,e){return yr.resolve(this.Jc.Mi(e));},t;}(),xo=/** @class */function(){/** * The constructor accepts a factory for creating a reference delegate. This * allows both the delegate and this instance to have strong references to * each other without having nullable fields that would then need to be * checked or asserted on every access. */function t(t,e){var n=this;this.Xc={},this.ro=new $(0),this.oo=!1,this.oo=!0,this.mi=t(this),this.wo=new So(this),this.Ii=new yi(),this.Eo=function(t,e){return new No(t,function(t){return n.mi.Zc(t);});}(this.Ii),this.Kt=new ni(e),this.To=new Io(this.Kt);}return t.prototype.start=function(){return Promise.resolve();},t.prototype.$o=function(){// No durable state to ensure is closed on shutdown. return this.oo=!1,Promise.resolve();},Object.defineProperty(t.prototype,"Ir",{get:function get(){return this.oo;},enumerable:!1,configurable:!0}),t.prototype.Vo=function(){// No op. },t.prototype.po=function(){// No op. },t.prototype.jo=function(){return this.Ii;},t.prototype.Wo=function(t){var e=this.Xc[t.R()];return e||(e=new To(this.Ii,this.mi),this.Xc[t.R()]=e),e;},t.prototype.Cr=function(){return this.wo;},t.prototype.kr=function(){return this.Eo;},t.prototype.Go=function(){return this.To;},t.prototype.runTransaction=function(t,e,n){var r=this;E("MemoryPersistence","Starting transaction:",t);var i=new Do(this.ro.next());return this.mi.ta(),n(i).next(function(t){return r.mi.ea(i).next(function(){return t;});}).Mn().then(function(t){return i.bs(),t;});},t.prototype.na=function(t,e){return yr.Bn(Object.values(this.Xc).map(function(n){return function(){return n.Mi(t,e);};}));},t;}(),Do=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).Ss=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e;}(kr),ko=/** @class */function(){function t(t){this.persistence=t,/** Tracks all documents that are active in Query views. */this.sa=new _o(),/** The list of documents that are potentially GCed after each transaction. */this.ia=null;}return t.ra=function(e){return new t(e);},Object.defineProperty(t.prototype,"oa",{get:function get(){if(this.ia)return this.ia;throw S();},enumerable:!1,configurable:!0}),t.prototype.ir=function(t,e,n){return this.sa.ir(n,e),this.oa.delete(n.toString()),yr.resolve();},t.prototype.cr=function(t,e,n){return this.sa.cr(n,e),this.oa.add(n.toString()),yr.resolve();},t.prototype.Oi=function(t,e){return this.oa.add(e.toString()),yr.resolve();},t.prototype.removeTarget=function(t,e){var n=this;this.sa.kc(e.targetId).forEach(function(t){return n.oa.add(t.toString());});var r=this.persistence.Cr();return r.ar(t,e.targetId).next(function(t){t.forEach(function(t){return n.oa.add(t.toString());});}).next(function(){return r.Xi(t,e);});},t.prototype.ta=function(){this.ia=new Set();},t.prototype.ea=function(t){var e=this,n=this.persistence.kr().Or();// Remove newly orphaned documents. return yr.forEach(this.oa,function(r){var i=it.ft(r);return e.ca(t,i).next(function(t){t||n.fi(i);});}).next(function(){return e.ia=null,n.apply(t);});},t.prototype.Mr=function(t,e){var n=this;return this.ca(t,e).next(function(t){t?n.oa.delete(e.toString()):n.oa.add(e.toString());});},t.prototype.Zc=function(t){// For eager GC, we don't care about the document size, there are no size thresholds. return 0;},t.prototype.ca=function(t,e){var n=this;return yr.Bn([function(){return yr.resolve(n.sa.Mi(e));},function(){return n.persistence.Cr().Mi(t,e);},function(){return n.persistence.na(t,e);}]);},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A collection of references to a document from some kind of numbered entity * (either a target ID or batch ID). As references are added to or removed from * the set corresponding events are emitted to a registered garbage collector. * * Each reference is represented by a DocumentReference object. Each of them * contains enough information to uniquely identify the reference. They are all * stored primarily in a set sorted by key. A document is considered garbage if * there's no references in that set (this can be efficiently checked thanks to * sorting by key). * * ReferenceSet also keeps a secondary set that contains references sorted by * IDs. This one is used to efficiently implement removal of all references by * some target ID. */ /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // The format of the LocalStorage key that stores the client state is: // firestore_clients_<persistence_prefix>_<instance_key> /** Assembles the key for a client state in WebStorage */function Oo(t,e){return"firestore_clients_"+t+"_"+e;}// The format of the WebStorage key that stores the mutation state is: // firestore_mutations_<persistence_prefix>_<batch_id> // (for unauthenticated users) // or: firestore_mutations_<persistence_prefix>_<batch_id>_<user_uid> // 'user_uid' is last to avoid needing to escape '_' characters that it might // contain. /** Assembles the key for a mutation batch in WebStorage */function Po(t,e,n){var r="firestore_mutations_"+t+"_"+n;return e.A()&&(r+="_"+e.uid),r;}// The format of the WebStorage key that stores a query target's metadata is: // firestore_targets_<persistence_prefix>_<target_id> /** Assembles the key for a query state in WebStorage */function Co(t,e){return"firestore_targets_"+t+"_"+e;}// The WebStorage prefix that stores the primary tab's online state. The // format of the key is: // firestore_online_state_<persistence_prefix> /** * Holds the state of a mutation batch, including its user ID, batch ID and * whether the batch is 'pending', 'acknowledged' or 'rejected'. */ // Visible for testing var Lo=/** @class */function(){function t(t,e,n,r){this.user=t,this.batchId=e,this.state=n,this.error=r/** * Parses a MutationMetadata from its JSON representation in WebStorage. * Logs a warning and returns null if the format of the data is not valid. */;}return t.aa=function(e,n,r){var i=JSON.parse(r),o="object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(i)&&-1!==["pending","acknowledged","rejected"].indexOf(i.state)&&(void 0===i.error||"object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(i.error)),u=void 0;return o&&i.error&&(o="string"==typeof i.error.message&&"string"==typeof i.error.code)&&(u=new M(i.error.code,i.error.message)),o?new t(e,n,i.state,u):(T("SharedClientState","Failed to parse mutation state for ID '"+n+"': "+r),null);},t.prototype.ua=function(){var t={state:this.state,updateTimeMs:Date.now()};return this.error&&(t.error={code:this.error.code,message:this.error.message}),JSON.stringify(t);},t;}(),Ro=/** @class */function(){function t(t,e,n){this.targetId=t,this.state=e,this.error=n/** * Parses a QueryTargetMetadata from its JSON representation in WebStorage. * Logs a warning and returns null if the format of the data is not valid. */;}return t.aa=function(e,n){var r=JSON.parse(n),i="object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(r)&&-1!==["not-current","current","rejected"].indexOf(r.state)&&(void 0===r.error||"object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(r.error)),o=void 0;return i&&r.error&&(i="string"==typeof r.error.message&&"string"==typeof r.error.code)&&(o=new M(r.error.code,r.error.message)),i?new t(e,r.state,o):(T("SharedClientState","Failed to parse target state for ID '"+e+"': "+n),null);},t.prototype.ua=function(){var t={state:this.state,updateTimeMs:Date.now()};return this.error&&(t.error={code:this.error.code,message:this.error.message}),JSON.stringify(t);},t;}(),Vo=/** @class */function(){function t(t,e){this.clientId=t,this.activeTargetIds=e/** * Parses a RemoteClientState from the JSON representation in WebStorage. * Logs a warning and returns null if the format of the data is not valid. */;}return t.aa=function(e,n){for(var r=JSON.parse(n),i="object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(r)&&r.activeTargetIds instanceof Array,o=En(),u=0;i&&u<r.activeTargetIds.length;++u){i=gt(r.activeTargetIds[u]),o=o.add(r.activeTargetIds[u]);}return i?new t(e,o):(T("SharedClientState","Failed to parse client data for instance '"+e+"': "+n),null);},t;}(),Mo=/** @class */function(){function t(t,e){this.clientId=t,this.onlineState=e/** * Parses a SharedOnlineState from its JSON representation in WebStorage. * Logs a warning and returns null if the format of the data is not valid. */;}return t.aa=function(e){var n=JSON.parse(e);return"object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(n)&&-1!==["Unknown","Online","Offline"].indexOf(n.onlineState)&&"string"==typeof n.clientId?new t(n.clientId,n.onlineState):(T("SharedClientState","Failed to parse online state: "+e),null);},t;}(),Uo=/** @class */function(){function t(){this.activeTargetIds=En();}return t.prototype.ha=function(t){this.activeTargetIds=this.activeTargetIds.add(t);},t.prototype.la=function(t){this.activeTargetIds=this.activeTargetIds.delete(t);},/** * Converts this entry into a JSON-encoded format we can use for WebStorage. * Does not encode `clientId` as it is part of the key in WebStorage. */t.prototype.ua=function(){var t={activeTargetIds:this.activeTargetIds.rt(),updateTimeMs:Date.now()};return JSON.stringify(t);},t;}(),qo=/** @class */function(){function t(t,e,n,r,i){this.window=t,this.no=e,this.persistenceKey=n,this._a=r,this.fa=null,this.da=null,this.L=null,this.wa=this.Ea.bind(this),this.Ta=new an(P),this.Ir=!1,/** * Captures WebStorage events that occur before `start()` is called. These * events are replayed once `WebStorageSharedClientState` is started. */this.Ia=[];// Escape the special characters mentioned here: // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions var o=n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");this.storage=this.window.localStorage,this.currentUser=i,this.ma=Oo(this.persistenceKey,this._a),this.Aa=/** Assembles the key for the current sequence number. */function(t){return"firestore_sequence_number_"+t;}(this.persistenceKey),this.Ta=this.Ta.Ht(this._a,new Uo()),this.Ra=new RegExp("^firestore_clients_"+o+"_([^_]*)$"),this.Pa=new RegExp("^firestore_mutations_"+o+"_(\\d+)(?:_(.*))?$"),this.ya=new RegExp("^firestore_targets_"+o+"_(\\d+)$"),this.ga=/** Assembles the key for the online state of the primary tab. */function(t){return"firestore_online_state_"+t;}(this.persistenceKey),this.Va=function(t){return"firestore_bundle_loaded_"+t;}(this.persistenceKey),// Rather than adding the storage observer during start(), we add the // storage observer during initialization. This ensures that we collect // events before other components populate their initial state (during their // respective start() calls). Otherwise, we might for example miss a // mutation that is added after LocalStore's start() processed the existing // mutations but before we observe WebStorage events. this.window.addEventListener("storage",this.wa);}/** Returns 'true' if WebStorage is available in the current environment. */return t.Wn=function(t){return!(!t||!t.localStorage);},t.prototype.start=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e,n,r,i,o,u,s,a,c,f,h=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(l){switch(l.label){case 0:return[4/*yield*/,this.fa.Ko()];case 1:for(t=l.sent(),e=0,n=t;e<n.length;e++){(r=n[e])!==this._a&&(i=this.getItem(Oo(this.persistenceKey,r)))&&(o=Vo.aa(r,i))&&(this.Ta=this.Ta.Ht(o.clientId,o));}for(this.pa(),(u=this.storage.getItem(this.ga))&&(s=this.ba(u))&&this.va(s),a=0,c=this.Ia;a<c.length;a++){f=c[a],this.Ea(f);}return this.Ia=[],// Register a window unload hook to remove the client metadata entry from // WebStorage even if `shutdown()` was not called. this.window.addEventListener("unload",function(){return h.$o();}),this.Ir=!0,[2/*return*/];}});});},t.prototype.q=function(t){this.setItem(this.Aa,JSON.stringify(t));},t.prototype.Sa=function(){return this.Da(this.Ta);},t.prototype.Ca=function(t){var e=!1;return this.Ta.forEach(function(n,r){r.activeTargetIds.has(t)&&(e=!0);}),e;},t.prototype.xa=function(t){this.Na(t,"pending");},t.prototype.Fa=function(t,e,n){this.Na(t,e,n),// Once a final mutation result is observed by other clients, they no longer // access the mutation's metadata entry. Since WebStorage replays events // in order, it is safe to delete the entry right after updating it. this.Oa(t);},t.prototype.ka=function(t){var e="not-current";// Lookup an existing query state if the target ID was already registered // by another tab if(this.Ca(t)){var n=this.storage.getItem(Co(this.persistenceKey,t));if(n){var r=Ro.aa(t,n);r&&(e=r.state);}}return this.Ma.ha(t),this.pa(),e;},t.prototype.La=function(t){this.Ma.la(t),this.pa();},t.prototype.$a=function(t){return this.Ma.activeTargetIds.has(t);},t.prototype.Ba=function(t){this.removeItem(Co(this.persistenceKey,t));},t.prototype.qa=function(t,e,n){this.Ua(t,e,n);},t.prototype.Qa=function(t,e,n){var r=this;e.forEach(function(t){r.Oa(t);}),this.currentUser=t,n.forEach(function(t){r.xa(t);});},t.prototype.Ka=function(t){this.Wa(t);},t.prototype.ja=function(){this.Ga();},t.prototype.$o=function(){this.Ir&&(this.window.removeEventListener("storage",this.wa),this.removeItem(this.ma),this.Ir=!1);},t.prototype.getItem=function(t){var e=this.storage.getItem(t);return E("SharedClientState","READ",t,e),e;},t.prototype.setItem=function(t,e){E("SharedClientState","SET",t,e),this.storage.setItem(t,e);},t.prototype.removeItem=function(t){E("SharedClientState","REMOVE",t),this.storage.removeItem(t);},t.prototype.Ea=function(t){var e=this,n=t;// Note: The function is typed to take Event to be interface-compatible with // `Window.addEventListener`. if(n.storageArea===this.storage){if(E("SharedClientState","EVENT",n.key,n.newValue),n.key===this.ma)return void T("Received WebStorage notification for local change. Another client might have garbage-collected our state");this.no.vo(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){var t,e,r,i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){if(this.Ir){if(null!==n.key)if(this.Ra.test(n.key)){if(null==n.newValue)return t=this.za(n.key),[2/*return*/,this.Ha(t,null)];if(e=this.Ja(n.key,n.newValue))return[2/*return*/,this.Ha(e.clientId,e)];}else if(this.Pa.test(n.key)){if(null!==n.newValue&&(r=this.Ya(n.key,n.newValue)))return[2/*return*/,this.Xa(r)];}else if(this.ya.test(n.key)){if(null!==n.newValue&&(i=this.Za(n.key,n.newValue)))return[2/*return*/,this.tu(i)];}else if(n.key===this.ga){if(null!==n.newValue&&(o=this.ba(n.newValue)))return[2/*return*/,this.va(o)];}else if(n.key===this.Aa)(u=function(t){var e=$.U;if(null!=t)try{var n=JSON.parse(t);x("number"==typeof n),e=n;}catch(t){T("SharedClientState","Failed to read sequence number from WebStorage",t);}return e;}(n.newValue))!==$.U&&this.L(u);else if(n.key===this.Va)return[2/*return*/,this.fa.eu()];}else this.Ia.push(n);return[2/*return*/];});});});}},Object.defineProperty(t.prototype,"Ma",{get:function get(){return this.Ta.get(this._a);},enumerable:!1,configurable:!0}),t.prototype.pa=function(){this.setItem(this.ma,this.Ma.ua());},t.prototype.Na=function(t,e,n){var r=new Lo(this.currentUser,t,e,n),i=Po(this.persistenceKey,this.currentUser,t);this.setItem(i,r.ua());},t.prototype.Oa=function(t){var e=Po(this.persistenceKey,this.currentUser,t);this.removeItem(e);},t.prototype.Wa=function(t){var e={clientId:this._a,onlineState:t};this.storage.setItem(this.ga,JSON.stringify(e));},t.prototype.Ua=function(t,e,n){var r=Co(this.persistenceKey,t),i=new Ro(t,e,n);this.setItem(r,i.ua());},t.prototype.Ga=function(){this.setItem(this.Va,"value-not-used");},/** * Parses a client state key in WebStorage. Returns null if the key does not * match the expected key format. */t.prototype.za=function(t){var e=this.Ra.exec(t);return e?e[1]:null;},/** * Parses a client state in WebStorage. Returns 'null' if the value could not * be parsed. */t.prototype.Ja=function(t,e){var n=this.za(t);return Vo.aa(n,e);},/** * Parses a mutation batch state in WebStorage. Returns 'null' if the value * could not be parsed. */t.prototype.Ya=function(t,e){var n=this.Pa.exec(t),r=Number(n[1]),i=void 0!==n[2]?n[2]:null;return Lo.aa(new K(i),r,e);},/** * Parses a query target state from WebStorage. Returns 'null' if the value * could not be parsed. */t.prototype.Za=function(t,e){var n=this.ya.exec(t),r=Number(n[1]);return Ro.aa(r,e);},/** * Parses an online state from WebStorage. Returns 'null' if the value * could not be parsed. */t.prototype.ba=function(t){return Mo.aa(t);},t.prototype.Xa=function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){return t.user.uid===this.currentUser.uid?[2/*return*/,this.fa.nu(t.batchId,t.state,t.error)]:(E("SharedClientState","Ignoring mutation for non-active user "+t.user.uid),[2/*return*/]);});});},t.prototype.tu=function(t){return this.fa.su(t.targetId,t.state,t.error);},t.prototype.Ha=function(t,e){var n=this,r=e?this.Ta.Ht(t,e):this.Ta.remove(t),i=this.Da(this.Ta),o=this.Da(r),u=[],s=[];return o.forEach(function(t){i.has(t)||u.push(t);}),i.forEach(function(t){o.has(t)||s.push(t);}),this.fa.iu(u,s).then(function(){n.Ta=r;});},t.prototype.va=function(t){// We check whether the client that wrote this online state is still active // by comparing its client ID to the list of clients kept active in // IndexedDb. If a client does not update their IndexedDb client state // within 5 seconds, it is considered inactive and we don't emit an online // state event. this.Ta.get(t.clientId)&&this.da(t.onlineState);},t.prototype.Da=function(t){var e=En();return t.forEach(function(t,n){e=e.ye(n.activeTargetIds);}),e;},t;}(),Fo=/** @class */function(){function t(){this.ru=new Uo(),this.ou={},this.da=null,this.L=null;}return t.prototype.xa=function(t){// No op. },t.prototype.Fa=function(t,e,n){// No op. },t.prototype.ka=function(t){return this.ru.ha(t),this.ou[t]||"not-current";},t.prototype.qa=function(t,e,n){this.ou[t]=e;},t.prototype.La=function(t){this.ru.la(t);},t.prototype.$a=function(t){return this.ru.activeTargetIds.has(t);},t.prototype.Ba=function(t){delete this.ou[t];},t.prototype.Sa=function(){return this.ru.activeTargetIds;},t.prototype.Ca=function(t){return this.ru.activeTargetIds.has(t);},t.prototype.start=function(){return this.ru=new Uo(),Promise.resolve();},t.prototype.Qa=function(t,e,n){// No op. },t.prototype.Ka=function(t){// No op. },t.prototype.$o=function(){},t.prototype.q=function(t){},t.prototype.ja=function(){// No op. },t;}(),jo=/** @class */function(){function t(){}return t.prototype.cu=function(t){// No-op. },t.prototype.$o=function(){// No-op. },t;}(),zo=/** @class */function(){function t(){var t=this;this.au=function(){return t.uu();},this.hu=function(){return t.lu();},this._u=[],this.fu();}return t.prototype.cu=function(t){this._u.push(t);},t.prototype.$o=function(){window.removeEventListener("online",this.au),window.removeEventListener("offline",this.hu);},t.prototype.fu=function(){window.addEventListener("online",this.au),window.addEventListener("offline",this.hu);},t.prototype.uu=function(){E("ConnectivityMonitor","Network connectivity changed: AVAILABLE");for(var t=0,e=this._u;t<e.length;t++){(0,e[t])(0/* AVAILABLE */);}},t.prototype.lu=function(){E("ConnectivityMonitor","Network connectivity changed: UNAVAILABLE");for(var t=0,e=this._u;t<e.length;t++){(0,e[t])(1/* UNAVAILABLE */);}},// TODO(chenbrian): Consider passing in window either into this component or // here for testing via FakeWindow. /** Checks that all used attributes of window are available. */t.Wn=function(){return"undefined"!=typeof window&&void 0!==window.addEventListener&&void 0!==window.removeEventListener;},t;}(),Go={BatchGetDocuments:"batchGet",Commit:"commit",RunQuery:"runQuery"},Bo=/** @class */function(){function t(t){this.du=t.du,this.wu=t.wu;}return t.prototype.Eu=function(t){this.Tu=t;},t.prototype.Iu=function(t){this.mu=t;},t.prototype.onMessage=function(t){this.Au=t;},t.prototype.close=function(){this.wu();},t.prototype.send=function(t){this.du(t);},t.prototype.Ru=function(){this.Tu();},t.prototype.Pu=function(t){this.mu(t);},t.prototype.yu=function(t){this.Au(t);},t;}(),Ko=/** @class */function(t){function e(e){var n=this;return(n=t.call(this,e)||this).forceLongPolling=e.forceLongPolling,n.I=e.I,n;}/** * Base class for all Rest-based connections to the backend (WebChannel and * HTTP). */return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Du=function(t,e,n,r){return new Promise(function(i,o){var u=new _firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["XhrIo"]();u.listenOnce(_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["EventType"].COMPLETE,function(){try{switch(u.getLastErrorCode()){case _firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["ErrorCode"].NO_ERROR:var e=u.getResponseJson();E("Connection","XHR received:",JSON.stringify(e)),i(e);break;case _firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["ErrorCode"].TIMEOUT:E("Connection",'RPC "'+t+'" timed out'),o(new M(V.DEADLINE_EXCEEDED,"Request time out"));break;case _firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["ErrorCode"].HTTP_ERROR:var n=u.getStatus();if(E("Connection",'RPC "'+t+'" failed with status:',n,"response text:",u.getResponseText()),n>0){var r=u.getResponseJson().error;if(r&&r.status&&r.message){var s=function(t){var e=t.toLowerCase().replace(/_/g,"-");return Object.values(V).indexOf(e)>=0?e:V.UNKNOWN;}(r.status);o(new M(s,r.message));}else o(new M(V.UNKNOWN,"Server responded with status "+u.getStatus()));}else// If we received an HTTP_ERROR but there's no status code, // it's most probably a connection issue o(new M(V.UNAVAILABLE,"Connection failed."));break;default:S();}}finally{E("Connection",'RPC "'+t+'" completed.');}});var s=JSON.stringify(r);u.send(e,"POST",s,n,15);});},e.prototype.xu=function(t,e){var n=[this.Vu,"/","google.firestore.v1.Firestore","/",t,"/channel"],c=Object(_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["createWebChannelTransport"])(),f=Object(_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["getStatEventTarget"])(),h={// Required for backend stickiness, routing behavior is based on this // parameter. httpSessionIdParam:"gsessionid",initMessageHeaders:{},messageUrlParams:{// This param is used to improve routing and project isolation by the // backend and must be included in every request. database:"projects/"+this.T.projectId+"/databases/"+this.T.database},sendRawJson:!0,supportsCrossDomainXhr:!0,internalChannelParams:{// Override the default timeout (randomized between 10-20 seconds) since // a large write batch on a slow internet connection may take a long // time to send to the backend. Rather than have WebChannel impose a // tight timeout which could lead to infinite timeouts and retries, we // set it very large (5-10 minutes) and rely on the browser's builtin // timeouts to kick in if the request isn't working. forwardChannelRequestTimeoutMs:6e5},forceLongPolling:this.forceLongPolling,detectBufferingProxy:this.I};this.Su(h.initMessageHeaders,e),// Sending the custom headers we just added to request.initMessageHeaders // (Authorization, etc.) will trigger the browser to make a CORS preflight // request because the XHR will no longer meet the criteria for a "simple" // CORS request: // https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Simple_requests // Therefore to avoid the CORS preflight request (an extra network // roundtrip), we use the httpHeadersOverwriteParam option to specify that // the headers should instead be encoded into a special "$httpHeaders" query // parameter, which is recognized by the webchannel backend. This is // formally defined here: // https://github.com/google/closure-library/blob/b0e1815b13fb92a46d7c9b3c30de5d6a396a3245/closure/goog/net/rpc/httpcors.js#L32 // TODO(b/145624756): There is a backend bug where $httpHeaders isn't respected if the request // doesn't have an Origin header. So we have to exclude a few browser environments that are // known to (sometimes) not include an Origin. See // https://github.com/firebase/firebase-js-sdk/issues/1491. Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["isMobileCordova"])()||Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["isReactNative"])()||Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["isElectron"])()||Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["isIE"])()||Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["isUWP"])()||Object(_firebase_util__WEBPACK_IMPORTED_MODULE_61__["isBrowserExtension"])()||(h.httpHeadersOverwriteParam="$httpHeaders");var m=n.join("");E("Connection","Creating WebChannel: "+m,h);var g=c.createWebChannel(m,h),w=!1,b=!1,I=new Bo({du:function du(t){b?E("Connection","Not sending because WebChannel is closed:",t):(w||(E("Connection","Opening WebChannel transport."),g.open(),w=!0),E("Connection","WebChannel sending:",t),g.send(t));},wu:function wu(){return g.close();}}),_=function _(t,e,n){// TODO(dimond): closure typing seems broken because WebChannel does // not implement goog.events.Listenable t.listen(e,function(t){try{n(t);}catch(t){setTimeout(function(){throw t;},0);}});};// WebChannel supports sending the first message with the handshake - saving // a network round trip. However, it will have to call send in the same // JS event loop as open. In order to enforce this, we delay actually // opening the WebChannel until send is called. Whether we have called // open is tracked with this variable. // Closure events are guarded and exceptions are swallowed, so catch any // exception and rethrow using a setTimeout so they become visible again. // Note that eventually this function could go away if we are confident // enough the code is exception free. return _(g,_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["WebChannel"].EventType.OPEN,function(){b||E("Connection","WebChannel transport opened.");}),_(g,_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["WebChannel"].EventType.CLOSE,function(){b||(b=!0,E("Connection","WebChannel transport closed"),I.Pu());}),_(g,_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["WebChannel"].EventType.ERROR,function(t){b||(b=!0,N("Connection","WebChannel transport errored:",t),I.Pu(new M(V.UNAVAILABLE,"The operation could not be completed")));}),_(g,_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["WebChannel"].EventType.MESSAGE,function(t){var e;if(!b){var n=t.data[0];x(!!n);// TODO(b/35143891): There is a bug in One Platform that caused errors // (and only errors) to be wrapped in an extra array. To be forward // compatible with the bug we need to check either condition. The latter // can be removed once the fix has been rolled out. // Use any because msgData.error is not typed. var r=n,i=r.error||(null===(e=r[0])||void 0===e?void 0:e.error);if(i){E("Connection","WebChannel received error:",i);// error.status will be a string like 'OK' or 'NOT_FOUND'. var o=i.status,u=/** * Maps an error Code from a GRPC status identifier like 'NOT_FOUND'. * * @returns The Code equivalent to the given status string or undefined if * there is no match. */function(t){// lookup by string // eslint-disable-next-line @typescript-eslint/no-explicit-any var e=tn[t];if(void 0!==e)return sn(e);}(o),s=i.message;void 0===u&&(u=V.INTERNAL,s="Unknown error status: "+o+" with message "+i.message),// Mark closed so no further events are propagated b=!0,I.Pu(new M(u,s)),g.close();}else E("Connection","WebChannel received:",n),I.yu(n);}}),_(f,_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["Event"].STAT_EVENT,function(t){t.stat===_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["Stat"].PROXY?E("Connection","Detected buffering proxy"):t.stat===_firebase_webchannel_wrapper__WEBPACK_IMPORTED_MODULE_62__["Stat"].NOPROXY&&E("Connection","Detected no buffering proxy");}),setTimeout(function(){// Technically we could/should wait for the WebChannel opened event, // but because we want to send the first message with the WebChannel // handshake we pretend the channel opened here (asynchronously), and // then delay the actual open until the first message is sent. I.Ru();},0),I;},e;}(/** @class */function(){function t(t){this.gu=t,this.T=t.T;var e=t.ssl?"https":"http";this.Vu=e+"://"+t.host,this.pu="projects/"+this.T.projectId+"/databases/"+this.T.database+"/documents";}return t.prototype.bu=function(t,e,n,r){var i=this.vu(t,e);E("RestConnection","Sending: ",i,n);var o={};return this.Su(o,r),this.Du(t,i,o,n).then(function(t){return E("RestConnection","Received: ",t),t;},function(e){throw N("RestConnection",t+" failed with error: ",e,"url: ",i,"request:",n),e;});},t.prototype.Cu=function(t,e,n,r){// The REST API automatically aggregates all of the streamed results, so we // can just use the normal invoke() method. return this.bu(t,e,n,r);},/** * Modifies the headers for a request, adding any authorization token if * present and any additional headers for the request. */t.prototype.Su=function(t,e){if(t["X-Goog-Api-Client"]="gl-js/ fire/8.2.1",// Content-Type: text/plain will avoid preflight requests which might // mess with CORS and redirects by proxies. If we add custom headers // we will need to change this code to potentially use the $httpOverwrite // parameter supported by ESF to avoid triggering preflight requests. t["Content-Type"]="text/plain",e)for(var n in e.V){e.V.hasOwnProperty(n)&&(t[n]=e.V[n]);}},t.prototype.vu=function(t,e){var n=Go[t];return this.Vu+"/v1/"+e+":"+n;},t;}());/** * Holds the state of a query target, including its target ID and whether the * target is 'not-current', 'current' or 'rejected'. */ // Visible for testing /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** Initializes the WebChannelConnection for the browser. */ /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** The Platform's 'window' implementation or null if not available. */function Ho(){// `window` is not always available, e.g. in ReactNative and WebWorkers. // eslint-disable-next-line no-restricted-globals return"undefined"!=typeof window?window:null;}/** The Platform's 'document' implementation or null if not available. */function Jo(){// `document` is not always available, e.g. in ReactNative and WebWorkers. // eslint-disable-next-line no-restricted-globals return"undefined"!=typeof document?document:null;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Wo(t){return new Un(t,/* useProto3Json= */!0);}/** * An instance of the Platform's 'TextEncoder' implementation. */ /** * A helper for running delayed tasks following an exponential backoff curve * between attempts. * * Each delay is made up of a "base" delay which follows the exponential * backoff curve, and a +/- 50% "jitter" that is calculated and added to the * base delay. This prevents clients from accidentally synchronizing their * delays causing spikes of load to the backend. */var Qo=/** @class */function(){function t(/** * The AsyncQueue to run backoff operations on. */t,/** * The ID to use when scheduling backoff operations on the AsyncQueue. */e,/** * The initial delay (used as the base delay on the first retry attempt). * Note that jitter will still be applied, so the actual delay could be as * little as 0.5*initialDelayMs. */n/** * The multiplier to use to determine the extended base delay after each * attempt. */,r/** * The maximum base delay after which no further backoff is performed. * Note that jitter will still be applied, so the actual delay could be as * much as 1.5*maxDelayMs. */,i){void 0===n&&(n=1e3),void 0===r&&(r=1.5),void 0===i&&(i=6e4),this.no=t,this.ds=e,this.Nu=n,this.Fu=r,this.Ou=i,this.ku=0,this.Mu=null,/** The last backoff attempt, as epoch milliseconds. */this.Lu=Date.now(),this.reset();}/** * Resets the backoff delay. * * The very next backoffAndWait() will have no delay. If it is called again * (i.e. due to an error), initialDelayMs (plus jitter) will be used, and * subsequent ones will increase according to the backoffFactor. */return t.prototype.reset=function(){this.ku=0;},/** * Resets the backoff delay to the maximum delay (e.g. for use after a * RESOURCE_EXHAUSTED error). */t.prototype.$u=function(){this.ku=this.Ou;},/** * Returns a promise that resolves after currentDelayMs, and increases the * delay for any subsequent attempts. If there was a pending backoff operation * already, it will be canceled. */t.prototype.Bu=function(t){var e=this;// Cancel any pending backoff operation. this.cancel();// First schedule using the current base (which may be 0 and should be // honored as such). var n=Math.floor(this.ku+this.qu()),r=Math.max(0,Date.now()-this.Lu),i=Math.max(0,n-r);// Guard against lastAttemptTime being in the future due to a clock change. i>0&&E("ExponentialBackoff","Backing off for "+i+" ms (base delay: "+this.ku+" ms, delay with jitter: "+n+" ms, last attempt: "+r+" ms ago)"),this.Mu=this.no.mr(this.ds,i,function(){return e.Lu=Date.now(),t();}),// Apply backoff factor to determine next delay and ensure it is within // bounds. this.ku*=this.Fu,this.ku<this.Nu&&(this.ku=this.Nu),this.ku>this.Ou&&(this.ku=this.Ou);},t.prototype.Uu=function(){null!==this.Mu&&(this.Mu.Ps(),this.Mu=null);},t.prototype.cancel=function(){null!==this.Mu&&(this.Mu.cancel(),this.Mu=null);},/** Returns a random value in the range [-currentBaseMs/2, currentBaseMs/2] */t.prototype.qu=function(){return(Math.random()-.5)*this.ku;},t;}(),Yo=/** @class */function(){function t(t,e,n,r,i,o){this.no=t,this.Qu=n,this.Ku=r,this.Wu=i,this.listener=o,this.state=0/* Initial */,/** * A close count that's incremented every time the stream is closed; used by * getCloseGuardedDispatcher() to invalidate callbacks that happen after * close. */this.ju=0,this.Gu=null,this.stream=null,this.zu=new Qo(t,e)/** * Returns true if start() has been called and no error has occurred. True * indicates the stream is open or in the process of opening (which * encompasses respecting backoff, getting auth tokens, and starting the * actual RPC). Use isOpen() to determine if the stream is open and ready for * outbound requests. */;}return t.prototype.Hu=function(){return 1/* Starting */===this.state||2/* Open */===this.state||4/* Backoff */===this.state;},/** * Returns true if the underlying RPC is open (the onOpen() listener has been * called) and the stream is ready for outbound requests. */t.prototype.Ju=function(){return 2/* Open */===this.state;},/** * Starts the RPC. Only allowed if isStarted() returns false. The stream is * not immediately ready for use: onOpen() will be invoked when the RPC is * ready for outbound requests, at which point isOpen() will return true. * * When start returns, isStarted() will return true. */t.prototype.start=function(){3/* Error */!==this.state?this.auth():this.Yu();},/** * Stops the RPC. This call is idempotent and allowed regardless of the * current isStarted() state. * * When stop returns, isStarted() and isOpen() will both return false. */t.prototype.stop=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return this.Hu()?[4/*yield*/,this.close(0/* Initial */)]:[3/*break*/,2];case 1:t.sent(),t.label=2;case 2:return[2/*return*/];}});});},/** * After an error the stream will usually back off on the next attempt to * start it. If the error warrants an immediate restart of the stream, the * sender can use this to indicate that the receiver should not back off. * * Each error will call the onClose() listener. That function can decide to * inhibit backoff if required. */t.prototype.Xu=function(){this.state=0/* Initial */,this.zu.reset();},/** * Marks this stream as idle. If no further actions are performed on the * stream for one minute, the stream will automatically close itself and * notify the stream's onClose() handler with Status.OK. The stream will then * be in a !isStarted() state, requiring the caller to start the stream again * before further use. * * Only streams that are in state 'Open' can be marked idle, as all other * states imply pending network operations. */t.prototype.Zu=function(){var t=this;// Starts the idle time if we are in state 'Open' and are not yet already // running a timer (in which case the previous idle timeout still applies). this.Ju()&&null===this.Gu&&(this.Gu=this.no.mr(this.Qu,6e4,function(){return t.th();}));},/** Sends a message to the underlying stream. */t.prototype.eh=function(t){this.nh(),this.stream.send(t);},/** Called by the idle timer when the stream should close due to inactivity. */t.prototype.th=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){return this.Ju()?[2/*return*/,this.close(0/* Initial */)]:[2/*return*/];});});},/** Marks the stream as active again. */t.prototype.nh=function(){this.Gu&&(this.Gu.cancel(),this.Gu=null);},/** * Closes the stream and cleans up as necessary: * * * closes the underlying GRPC stream; * * calls the onClose handler with the given 'error'; * * sets internal stream state to 'finalState'; * * adjusts the backoff timer based on the error * * A new stream can be opened by calling start(). * * @param finalState - the intended state of the stream after closing. * @param error - the error the connection was closed with. */t.prototype.close=function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:// Notify the listener that the stream closed. // Cancel any outstanding timers (they're guaranteed not to execute). return this.nh(),this.zu.cancel(),// Invalidates any stream-related callbacks (e.g. from auth or the // underlying stream), guaranteeing they won't execute. this.ju++,3/* Error */!==t?// If this is an intentional close ensure we don't delay our next connection attempt. this.zu.reset():e&&e.code===V.RESOURCE_EXHAUSTED?(// Log the error. (Probably either 'quota exceeded' or 'max queue length reached'.) T(e.toString()),T("Using maximum backoff delay to prevent overloading the backend."),this.zu.$u()):e&&e.code===V.UNAUTHENTICATED&&// "unauthenticated" error means the token was rejected. Try force refreshing it in case it // just expired. this.Wu.v(),// Clean up the underlying stream because we are no longer interested in events. null!==this.stream&&(this.sh(),this.stream.close(),this.stream=null),// This state must be assigned before calling onClose() to allow the callback to // inhibit backoff or otherwise manipulate the state in its non-started state. this.state=t,[4/*yield*/,this.listener.Iu(e)];case 1:// Cancel any outstanding timers (they're guaranteed not to execute). // Notify the listener that the stream closed. return n.sent(),[2/*return*/];}});});},/** * Can be overridden to perform additional cleanup before the stream is closed. * Calling super.tearDown() is not required. */t.prototype.sh=function(){},t.prototype.auth=function(){var t=this;this.state=1/* Starting */;var e=this.ih(this.ju),n=this.ju;// TODO(mikelehen): Just use dispatchIfNotClosed, but see TODO below. this.Wu.getToken().then(function(e){// Stream can be stopped while waiting for authentication. // TODO(mikelehen): We really should just use dispatchIfNotClosed // and let this dispatch onto the queue, but that opened a spec test can // of worms that I don't want to deal with in this PR. t.ju===n&&// Normally we'd have to schedule the callback on the AsyncQueue. // However, the following calls are safe to be called outside the // AsyncQueue since they don't chain asynchronous calls t.rh(e);},function(n){e(function(){var e=new M(V.UNKNOWN,"Fetching auth token failed: "+n.message);return t.oh(e);});});},t.prototype.rh=function(t){var e=this,n=this.ih(this.ju);this.stream=this.ah(t),this.stream.Eu(function(){n(function(){return e.state=2/* Open */,e.listener.Eu();});}),this.stream.Iu(function(t){n(function(){return e.oh(t);});}),this.stream.onMessage(function(t){n(function(){return e.onMessage(t);});});},t.prototype.Yu=function(){var t=this;this.state=4/* Backoff */,this.zu.Bu(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(t,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){return this.state=0/* Initial */,this.start(),[2/*return*/];});});});},// Visible for tests t.prototype.oh=function(t){// In theory the stream could close cleanly, however, in our current model // we never expect this to happen because if we stop a stream ourselves, // this callback will never be called. To prevent cases where we retry // without a backoff accidentally, we set the stream to error in all cases. return E("PersistentStream","close with error: "+t),this.stream=null,this.close(3/* Error */,t);},/** * Returns a "dispatcher" function that dispatches operations onto the * AsyncQueue but only runs them if closeCount remains unchanged. This allows * us to turn auth / stream callbacks into no-ops if the stream is closed / * re-opened, etc. */t.prototype.ih=function(t){var e=this;return function(n){e.no.ys(function(){return e.ju===t?n():(E("PersistentStream","stream callback skipped by getCloseGuardedDispatcher."),Promise.resolve());});};},t;}(),$o=/** @class */function(t){function e(e,n,r,i,o){var u=this;return(u=t.call(this,e,"listen_stream_connection_backoff"/* ListenStreamConnectionBackoff */,"listen_stream_idle"/* ListenStreamIdle */,n,r,o)||this).Kt=i,u;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.ah=function(t){return this.Ku.xu("Listen",t);},e.prototype.onMessage=function(t){// A successful response means the stream is healthy this.zu.reset();var e=function(t,e){var n;if("targetChange"in e){e.targetChange;// proto3 default value is unset in JSON (undefined), so use 'NO_CHANGE' // if unset var r=function(t){return"NO_CHANGE"===t?0/* NoChange */:"ADD"===t?1/* Added */:"REMOVE"===t?2/* Removed */:"CURRENT"===t?3/* Current */:"RESET"===t?4/* Reset */:S();}(e.targetChange.targetChangeType||"NO_CHANGE"),i=e.targetChange.targetIds||[],o=function(t,e){return t.qt?(x(void 0===e||"string"==typeof e),R.fromBase64String(e||"")):(x(void 0===e||e instanceof Uint8Array),R.fromUint8Array(e||new Uint8Array()));}(t,e.targetChange.resumeToken),u=(s=e.targetChange.cause)&&function(t){var e=void 0===t.code?V.UNKNOWN:sn(t.code);return new M(e,t.message||"");}(s);n=new On(r,i,o,u||null);}else if("documentChange"in e){e.documentChange,(r=e.documentChange).document,r.document.name,r.document.updateTime,i=Hn(t,r.document.name),o=zn(r.document.updateTime);var s=new Pt({mapValue:{fields:r.document.fields}}),a=(u=new Vt(i,o,s,{}),r.targetIds||[]),c=r.removedTargetIds||[];n=new Dn(a,c,u.key,u);}else if("documentDelete"in e)e.documentDelete,(r=e.documentDelete).document,i=Hn(t,r.document),o=r.readTime?zn(r.readTime):Z.min(),s=new Mt(i,o),u=r.removedTargetIds||[],n=new Dn([],u,s.key,s);else if("documentRemove"in e)e.documentRemove,(r=e.documentRemove).document,i=Hn(t,r.document),o=r.removedTargetIds||[],n=new Dn([],o,i,null);else{if(!("filter"in e))return S();e.filter;var f=e.filter;f.targetId,r=f.count||0,i=new on(r),o=f.targetId,n=new kn(o,i);}return n;}(this.Kt,t),n=function(t){// We have only reached a consistent snapshot for the entire stream if there // is a read_time set and it applies to all targets (i.e. the list of // targets is empty). The backend is guaranteed to send such responses. if(!("targetChange"in t))return Z.min();var e=t.targetChange;return e.targetIds&&e.targetIds.length?Z.min():e.readTime?zn(e.readTime):Z.min();}(t);return this.listener.uh(e,n);},/** * Registers interest in the results of the given target. If the target * includes a resumeToken it will be included in the request. Results that * affect the target will be streamed back as WatchChange messages that * reference the targetId. */e.prototype.hh=function(t){var e={};e.database=Qn(this.Kt),e.addTarget=function(t,e){var n,r=e.target;return(n=Gt(r)?{documents:er(t,r)}:{query:nr(t,r)}).targetId=e.targetId,e.resumeToken.o()>0?n.resumeToken=Fn(t,e.resumeToken):e.Mt.u(Z.min())>0&&(// TODO(wuandy): Consider removing above check because it is most likely true. // Right now, many tests depend on this behaviour though (leaving min() out // of serialization). n.readTime=qn(t,e.Mt.G())),n;}(this.Kt,t);var n=function(t,e){var n=function(t,e){switch(e){case 0/* Listen */:return null;case 1/* ExistenceFilterMismatch */:return"existence-filter-mismatch";case 2/* LimboResolution */:return"limbo-document";default:return S();}}(0,e.kt);return null==n?null:{"goog-listen-tags":n};}(this.Kt,t);n&&(e.labels=n),this.eh(e);},/** * Unregisters interest in the results of the target associated with the * given targetId. */e.prototype.lh=function(t){var e={};e.database=Qn(this.Kt),e.removeTarget=t,this.eh(e);},e;}(Yo),Xo=/** @class */function(t){function e(e,n,r,i,o){var u=this;return(u=t.call(this,e,"write_stream_connection_backoff"/* WriteStreamConnectionBackoff */,"write_stream_idle"/* WriteStreamIdle */,n,r,o)||this).Kt=i,u._h=!1,u;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"fh",{/** * Tracks whether or not a handshake has been successfully exchanged and * the stream is ready to accept mutations. */get:function get(){return this._h;},enumerable:!1,configurable:!0}),// Override of PersistentStream.start e.prototype.start=function(){this._h=!1,this.lastStreamToken=void 0,t.prototype.start.call(this);},e.prototype.sh=function(){this._h&&this.dh([]);},e.prototype.ah=function(t){return this.Ku.xu("Write",t);},e.prototype.onMessage=function(t){if(// Always capture the last stream token. x(!!t.streamToken),this.lastStreamToken=t.streamToken,this._h){// A successful first write response means the stream is healthy, // Note, that we could consider a successful handshake healthy, however, // the write itself might be causing an error we want to back off from. this.zu.reset();var e=function(t,e){return t&&t.length>0?(x(void 0!==e),t.map(function(t){return function(t,e){// NOTE: Deletes don't have an updateTime. var n=t.updateTime?zn(t.updateTime):zn(e);n.isEqual(Z.min())&&(// The Firestore Emulator currently returns an update time of 0 for // deletes of non-existing documents (rather than null). This breaks the // test "get deleted doc while offline with source=cache" as NoDocuments // with version 0 are filtered by IndexedDb's RemoteDocumentCache. // TODO(#2149): Remove this when Emulator is fixed n=zn(e));var r=null;return t.transformResults&&t.transformResults.length>0&&(r=t.transformResults),new qe(n,r);}(t,e);})):[];}(t.writeResults,t.commitTime),n=zn(t.commitTime);return this.listener.wh(n,e);}// The first response is always the handshake response return x(!t.writeResults||0===t.writeResults.length),this._h=!0,this.listener.Eh();},/** * Sends an initial streamToken to the server, performing the handshake * required to make the StreamingWrite RPC work. Subsequent * calls should wait until onHandshakeComplete was called. */e.prototype.Th=function(){// TODO(dimond): Support stream resumption. We intentionally do not set the // stream token on the handshake, ignoring any stream token we might have. var t={};t.database=Qn(this.Kt),this.eh(t);},/** Sends a group of mutations to the Firestore backend to apply. */e.prototype.dh=function(t){var e=this,n={streamToken:this.lastStreamToken,writes:t.map(function(t){return Zn(e.Kt,t);})};this.eh(n);},e;}(Yo),Zo=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).credentials=e,i.Ku=n,i.Kt=r,i.Ih=!1,i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.mh=function(){if(this.Ih)throw new M(V.FAILED_PRECONDITION,"The client has already been terminated.");},/** Gets an auth token and invokes the provided RPC. */e.prototype.bu=function(t,e,n){var r=this;return this.mh(),this.credentials.getToken().then(function(i){return r.Ku.bu(t,e,n,i);}).catch(function(t){throw t.code===V.UNAUTHENTICATED&&r.credentials.v(),t;});},/** Gets an auth token and invokes the provided RPC with streamed results. */e.prototype.Cu=function(t,e,n){var r=this;return this.mh(),this.credentials.getToken().then(function(i){return r.Ku.Cu(t,e,n,i);}).catch(function(t){throw t.code===V.UNAUTHENTICATED&&r.credentials.v(),t;});},e.prototype.terminate=function(){this.Ih=!1;},e;}(function(){}),tu=/** @class */function(){function t(t,e){this.fs=t,this.da=e,/** The current OnlineState. */this.state="Unknown"/* Unknown */,/** * A count of consecutive failures to open the stream. If it reaches the * maximum defined by MAX_WATCH_STREAM_FAILURES, we'll set the OnlineState to * Offline. */this.Ah=0,/** * A timer that elapses after ONLINE_STATE_TIMEOUT_MS, at which point we * transition from OnlineState.Unknown to OnlineState.Offline without waiting * for the stream to actually fail (MAX_WATCH_STREAM_FAILURES times). */this.Rh=null,/** * Whether the client should log a warning message if it fails to connect to * the backend (initially true, cleared after a successful stream, or if we've * logged the message already). */this.Ph=!0/** * Called by RemoteStore when a watch stream is started (including on each * backoff attempt). * * If this is the first attempt, it sets the OnlineState to Unknown and starts * the onlineStateTimer. */;}return t.prototype.yh=function(){var t=this;0===this.Ah&&(this.gh("Unknown"/* Unknown */),this.Rh=this.fs.mr("online_state_timeout"/* OnlineStateTimeout */,1e4,function(){return t.Rh=null,t.Vh("Backend didn't respond within 10 seconds."),t.gh("Offline"/* Offline */),Promise.resolve();}));},/** * Updates our OnlineState as appropriate after the watch stream reports a * failure. The first failure moves us to the 'Unknown' state. We then may * allow multiple failures (based on MAX_WATCH_STREAM_FAILURES) before we * actually transition to the 'Offline' state. */t.prototype.ph=function(t){"Online"/* Online */===this.state?this.gh("Unknown"/* Unknown */):(this.Ah++,this.Ah>=1&&(this.bh(),this.Vh("Connection failed 1 times. Most recent error: "+t.toString()),this.gh("Offline"/* Offline */)));},/** * Explicitly sets the OnlineState to the specified state. * * Note that this resets our timers / failure counters, etc. used by our * Offline heuristics, so must not be used in place of * handleWatchStreamStart() and handleWatchStreamFailure(). */t.prototype.set=function(t){this.bh(),this.Ah=0,"Online"/* Online */===t&&(// We've connected to watch at least once. Don't warn the developer // about being offline going forward. this.Ph=!1),this.gh(t);},t.prototype.gh=function(t){t!==this.state&&(this.state=t,this.da(t));},t.prototype.Vh=function(t){var e="Could not reach Cloud Firestore backend. "+t+"\nThis typically indicates that your device does not have a healthy Internet connection at the moment. The client will operate in offline mode until it is able to successfully connect to the backend.";this.Ph?(T(e),this.Ph=!1):E("OnlineStateTracker",e);},t.prototype.bh=function(){null!==this.Rh&&(this.Rh.cancel(),this.Rh=null);},t;}(),eu=function eu(/** * The local store, used to fill the write pipeline with outbound mutations. */t,/** The client-side proxy for interacting with the backend. */e,n,r,i){var o=this;this.Sh=t,this.Dh=e,this.fs=n,this.Ch={},/** * A list of up to MAX_PENDING_WRITES writes that we have fetched from the * LocalStore via fillWritePipeline() and have or will send to the write * stream. * * Whenever writePipeline.length > 0 the RemoteStore will attempt to start or * restart the write stream. When the stream is established the writes in the * pipeline will be sent in order. * * Writes remain in writePipeline until they are acknowledged by the backend * and thus will automatically be re-sent if the stream is interrupted / * restarted before they're acknowledged. * * Write responses from the backend are linked to their originating request * purely based on order, and so we can just shift() writes from the front of * the writePipeline as we receive responses. */this.xh=[],/** * A mapping of watched targets that the client cares about tracking and the * user has explicitly called a 'listen' for this target. * * These targets may or may not have been sent to or acknowledged by the * server. On re-establishing the listen stream, these targets should be sent * to the server. The targets removed with unlistens are removed eagerly * without waiting for confirmation from the listen stream. */this.Nh=new Map(),/** * A set of reasons for why the RemoteStore may be offline. If empty, the * RemoteStore may start its network connections. */this.Fh=new Set(),/** * Event handlers that get called when the network is disabled or enabled. * * PORTING NOTE: These functions are used on the Web client to create the * underlying streams (to support tree-shakeable streams). On Android and iOS, * the streams are created during construction of RemoteStore. */this.Oh=[],this.kh=i,this.kh.cu(function(t){n.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(o,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return fu(this)?(E("RemoteStore","Restarting streams for network reachability change."),[4/*yield*/,function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return(e=D(t)).Fh.add(4/* ConnectivityChange */),[4/*yield*/,ru(e)];case 1:return n.sent(),e.Mh.set("Unknown"/* Unknown */),e.Fh.delete(4/* ConnectivityChange */),[4/*yield*/,nu(e)];case 2:return n.sent(),[2/*return*/];}});});}(this)]):[3/*break*/,2];case 1:t.sent(),t.label=2;case 2:return[2/*return*/];}});});});}),this.Mh=new tu(n,r);};/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A PersistentStream is an abstract base class that represents a streaming RPC * to the Firestore backend. It's built on top of the connections own support * for streaming RPCs, and adds several critical features for our clients: * * - Exponential backoff on failure * - Authentication via CredentialsProvider * - Dispatching all callbacks into the shared worker queue * - Closing idle streams after 60 seconds of inactivity * * Subclasses of PersistentStream implement serialization of models to and * from the JSON representation of the protocol buffers for a specific * streaming RPC. * * ## Starting and Stopping * * Streaming RPCs are stateful and need to be start()ed before messages can * be sent and received. The PersistentStream will call the onOpen() function * of the listener once the stream is ready to accept requests. * * Should a start() fail, PersistentStream will call the registered onClose() * listener with a FirestoreError indicating what went wrong. * * A PersistentStream can be started and stopped repeatedly. * * Generic types: * SendType: The type of the outgoing message of the underlying * connection stream * ReceiveType: The type of the incoming message of the underlying * connection stream * ListenerType: The type of the listener that will be used for callbacks */function nu(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:if(!fu(t))return[3/*break*/,4];e=0,n=t.Oh,r.label=1;case 1:return e<n.length?[4/*yield*/,(0,n[e])(/* enabled= */!0)]:[3/*break*/,4];case 2:r.sent(),r.label=3;case 3:return e++,[3/*break*/,1];case 4:return[2/*return*/];}});});}/** * Temporarily disables the network. The network can be re-enabled using * enableNetwork(). */function ru(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:e=0,n=t.Oh,r.label=1;case 1:return e<n.length?[4/*yield*/,(0,n[e])(/* enabled= */!1)]:[3/*break*/,4];case 2:r.sent(),r.label=3;case 3:return e++,[3/*break*/,1];case 4:return[2/*return*/];}});});}/** * Starts new listen for the given target. Uses resume token if provided. It * is a no-op if the target of given `TargetData` is already being listened to. */function iu(t,e){var n=D(t);n.Nh.has(e.targetId)||(// Mark this as something the client is currently listening for. n.Nh.set(e.targetId,e),cu(n)?// The listen will be sent in onWatchStreamOpen au(n):Nu(n).Ju()&&uu(n,e));}/** * Removes the listen from server. It is a no-op if the given target id is * not being listened to. */function ou(t,e){var n=D(t),r=Nu(n);n.Nh.delete(e),r.Ju()&&su(n,e),0===n.Nh.size&&(r.Ju()?r.Zu():fu(n)&&// Revert to OnlineState.Unknown if the watch stream is not open and we // have no listeners, since without any listens to send we cannot // confirm if the stream is healthy and upgrade to OnlineState.Online. n.Mh.set("Unknown"/* Unknown */));}/** * We need to increment the the expected number of pending responses we're due * from watch so we wait for the ack to process any messages from this target. */function uu(t,e){t.Lh.cn(e.targetId),Nu(t).hh(e)/** * We need to increment the expected number of pending responses we're due * from watch so we wait for the removal on the server before we process any * messages from this target. */;}function su(t,e){t.Lh.cn(e),Nu(t).lh(e);}function au(t){t.Lh=new Cn({Sn:function Sn(e){return t.Ch.Sn(e);},Dn:function Dn(e){return t.Nh.get(e)||null;}}),Nu(t).start(),t.Mh.yh()/** * Returns whether the watch stream should be started because it's necessary * and has not yet been started. */;}function cu(t){return fu(t)&&!Nu(t).Hu()&&t.Nh.size>0;}function fu(t){return 0===D(t).Fh.size;}function hu(t){t.Lh=void 0;}function lu(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){return t.Nh.forEach(function(e,n){uu(t,e);}),[2/*return*/];});});}function pu(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){return hu(t),// If we still need the watch stream, retry the connection. cu(t)?(t.Mh.ph(e),au(t)):// No need to restart watch stream because there are no active targets. // The online state is set to unknown because there is no active attempt // at establishing a connection t.Mh.set("Unknown"/* Unknown */),[2/*return*/];});});}function du(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(u){switch(u.label){case 0:if(t.Mh.set("Online"/* Online */),!(e instanceof On&&2/* Removed */===e.state&&e.cause))// Mark the client as online since we got a message from the server return[3/*break*/,6];u.label=1;case 1:return u.trys.push([1,3,,5]),[4/*yield*/,/** Handles an error on a target */function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(u){switch(u.label){case 0:n=e.cause,r=0,i=e.targetIds,u.label=1;case 1:return r<i.length?(o=i[r],t.Nh.has(o)?[4/*yield*/,t.Ch.$h(o,n)]:[3/*break*/,3]):[3/*break*/,5];case 2:u.sent(),t.Nh.delete(o),t.Lh.removeTarget(o),u.label=3;case 3:u.label=4;case 4:return r++,[3/*break*/,1];case 5:return[2/*return*/];}});});}(t,e)];case 2:return u.sent(),[3/*break*/,5];case 3:return r=u.sent(),E("RemoteStore","Failed to remove targets %s: %s ",e.targetIds.join(","),r),[4/*yield*/,vu(t,r)];case 4:return u.sent(),[3/*break*/,5];case 5:return[3/*break*/,13];case 6:if(e instanceof Dn?t.Lh.wn(e):e instanceof kn?t.Lh.yn(e):t.Lh.In(e),n.isEqual(Z.min()))return[3/*break*/,13];u.label=7;case 7:return u.trys.push([7,11,,13]),[4/*yield*/,ao(t.Sh)];case 8:return i=u.sent(),n.u(i)>=0?[4/*yield*/,/** * Takes a batch of changes from the Datastore, repackages them as a * RemoteEvent, and passes that on to the listener, which is typically the * SyncEngine. */function(t,e){var n=t.Lh.pn(e);// Update in-memory resume tokens. LocalStore will update the // persistent view of these when applying the completed RemoteEvent. return n.Oe.forEach(function(n,r){if(n.resumeToken.o()>0){var i=t.Nh.get(r);// A watched target might have been removed already. i&&t.Nh.set(r,i.$t(n.resumeToken,e));}}),// Re-establish listens for the targets that have been invalidated by // existence filter mismatches. n.ke.forEach(function(e){var n=t.Nh.get(e);if(n){// Clear the resume token for the target, since we're in a known mismatch // state. t.Nh.set(e,n.$t(R.h,n.Mt)),// Cause a hard reset by unwatching and rewatching immediately, but // deliberately don't send a resume token so that we get a full update. su(t,e);// Mark the target we send as being on behalf of an existence filter // mismatch, but don't actually retain that in listenTargets. This ensures // that we flag the first re-listen this way without impacting future // listens of this target (that might happen e.g. on reconnect). var r=new _e(n.target,e,1/* ExistenceFilterMismatch */,n.sequenceNumber);uu(t,r);}}),t.Ch.Bh(n);}(t,n)]:[3/*break*/,10];// We have received a target change with a global snapshot if the snapshot // version is not equal to SnapshotVersion.min(). case 9:// We have received a target change with a global snapshot if the snapshot // version is not equal to SnapshotVersion.min(). u.sent(),u.label=10;case 10:return[3/*break*/,13];case 11:return E("RemoteStore","Failed to raise snapshot:",o=u.sent()),[4/*yield*/,vu(t,o)];case 12:return u.sent(),[3/*break*/,13];case 13:return[2/*return*/];}});});}/** * Recovery logic for IndexedDB errors that takes the network offline until * `op` succeeds. Retries are scheduled with backoff using * `enqueueRetryable()`. If `op()` is not provided, IndexedDB access is * validated via a generic operation. * * The returned Promise is resolved once the network is disabled and before * any retry attempt. */function vu(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:if(!Ir(e))throw e;// Disable network and raise offline snapshots return t.Fh.add(1/* IndexedDbFailed */),[4/*yield*/,ru(t)];case 1:// Disable network and raise offline snapshots return i.sent(),t.Mh.set("Offline"/* Offline */),n||(// Use a simple read operation to determine if IndexedDB recovered. // Ideally, we would expose a health check directly on SimpleDb, but // RemoteStore only has access to persistence through LocalStore. n=function n(){return ao(t.Sh);}),// Probe IndexedDB periodically and re-enable network t.fs.vo(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(r,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return E("RemoteStore","Retrying IndexedDB access"),[4/*yield*/,n()];case 1:return e.sent(),t.Fh.delete(1/* IndexedDbFailed */),[4/*yield*/,nu(t)];case 2:return e.sent(),[2/*return*/];}});});}),[2/*return*/];}});});}/** * Executes `op`. If `op` fails, takes the network offline until `op` * succeeds. Returns after the first attempt. */function yu(t,e){return e().catch(function(n){return vu(t,n,e);});}function mu(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n,r,i,o;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(u){switch(u.label){case 0:e=D(t),n=Au(e),r=e.xh.length>0?e.xh[e.xh.length-1].batchId:-1,u.label=1;case 1:if(!/** * Returns true if we can add to the write pipeline (i.e. the network is * enabled and the write pipeline is not full). */function(t){return fu(t)&&t.xh.length<10;}/** * Queues additional writes to be sent to the write stream, sending them * immediately if the write stream is established. */(e))return[3/*break*/,7];u.label=2;case 2:return u.trys.push([2,4,,6]),[4/*yield*/,ho(e.Sh,r)];case 3:return null===(i=u.sent())?(0===e.xh.length&&n.Zu(),[3/*break*/,7]):(r=i.batchId,function(t,e){t.xh.push(e);var n=Au(t);n.Ju()&&n.fh&&n.dh(e.mutations);}(e,i),[3/*break*/,6]);case 4:return o=u.sent(),[4/*yield*/,vu(e,o)];case 5:return u.sent(),[3/*break*/,6];case 6:return[3/*break*/,1];case 7:return gu(e)&&wu(e),[2/*return*/];}});});}function gu(t){return fu(t)&&!Au(t).Hu()&&t.xh.length>0;}function wu(t){Au(t).start();}function bu(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){return Au(t).Th(),[2/*return*/];});});}function Iu(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n,r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){// Send the write pipeline now that the stream is established. for(e=Au(t),n=0,r=t.xh;n<r.length;n++){i=r[n],e.dh(i.mutations);}return[2/*return*/];});});}function _u(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return r=t.xh.shift(),i=ei.from(r,e,n),[4/*yield*/,yu(t,function(){return t.Ch.qh(i);})];case 1:// It's possible that with the completion of this mutation another // slot has freed up. return o.sent(),[4/*yield*/,mu(t)];case 2:// It's possible that with the completion of this mutation another // slot has freed up. return o.sent(),[2/*return*/];}});});}function Eu(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e&&Au(t).fh?[4/*yield*/,function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return un(r=e.code)&&r!==V.ABORTED?(n=t.xh.shift(),// In this case it's also unlikely that the server itself is melting // down -- this was just a bad request so inhibit backoff on the next // restart. Au(t).Xu(),[4/*yield*/,yu(t,function(){return t.Ch.Uh(n.batchId,e);})]):[3/*break*/,3];case 1:// It's possible that with the completion of this mutation // another slot has freed up. return i.sent(),[4/*yield*/,mu(t)];case 2:// In this case it's also unlikely that the server itself is melting // down -- this was just a bad request so inhibit backoff on the next // restart. // It's possible that with the completion of this mutation // another slot has freed up. i.sent(),i.label=3;case 3:return[2/*return*/];}});});}(t,e)]:[3/*break*/,2];// This error affects the actual write. case 1:// This error affects the actual write. n.sent(),n.label=2;case 2:// If the write stream closed after the write handshake completes, a write // operation failed and we fail the pending operation. // The write stream might have been started by refilling the write // pipeline for failed writes return gu(t)&&wu(t),[2/*return*/];}});});}/** * Toggles the network state when the client gains or loses its primary lease. */function Tu(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return n=D(t),e?(n.Fh.delete(2/* IsSecondary */),[4/*yield*/,nu(n)]):[3/*break*/,2];case 1:return i.sent(),[3/*break*/,5];case 2:return(r=e)?[3/*break*/,4]:(n.Fh.add(2/* IsSecondary */),[4/*yield*/,ru(n)]);case 3:i.sent(),r=n.Mh.set("Unknown"/* Unknown */),i.label=4;case 4:r,i.label=5;case 5:return[2/*return*/];}});});}/** * If not yet initialized, registers the WatchStream and its network state * callback with `remoteStoreImpl`. Returns the existing stream if one is * already available. * * PORTING NOTE: On iOS and Android, the WatchStream gets registered on startup. * This is not done on Web to allow it to be tree-shaken. */function Nu(t){var e=this;return t.Qh||(// Create stream (but note that it is not started yet). t.Qh=function(t,e,n){var r=D(t);return r.mh(),new $o(e,r.Ku,r.credentials,r.Kt,n);}(t.Dh,t.fs,{Eu:lu.bind(null,t),Iu:pu.bind(null,t),uh:du.bind(null,t)}),t.Oh.push(function(n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return n?(t.Qh.Xu(),cu(t)?au(t):t.Mh.set("Unknown"/* Unknown */),[3/*break*/,3]):[3/*break*/,1];case 1:return[4/*yield*/,t.Qh.stop()];case 2:e.sent(),hu(t),e.label=3;case 3:return[2/*return*/];}});});})),t.Qh/** * If not yet initialized, registers the WriteStream and its network state * callback with `remoteStoreImpl`. Returns the existing stream if one is * already available. * * PORTING NOTE: On iOS and Android, the WriteStream gets registered on startup. * This is not done on Web to allow it to be tree-shaken. */;}function Au(t){var e=this;return t.Kh||(// Create stream (but note that it is not started yet). t.Kh=function(t,e,n){var r=D(t);return r.mh(),new Xo(e,r.Ku,r.credentials,r.Kt,n);}(t.Dh,t.fs,{Eu:bu.bind(null,t),Iu:Eu.bind(null,t),Eh:Iu.bind(null,t),wh:_u.bind(null,t)}),t.Oh.push(function(n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return n?(t.Kh.Xu(),[4/*yield*/,mu(t)]):[3/*break*/,2];case 1:// This will start the write stream if necessary. return e.sent(),[3/*break*/,4];case 2:return[4/*yield*/,t.Kh.stop()];case 3:e.sent(),t.xh.length>0&&(E("RemoteStore","Stopping write stream with "+t.xh.length+" pending writes"),t.xh=[]),e.label=4;case 4:return[2/*return*/];}});});})),t.Kh/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Holds the listeners and the last received ViewSnapshot for a query being * tracked by EventManager. */;}var Su=function Su(){this.Wh=void 0,this.listeners=[];},xu=function xu(){this.queries=new Ei(function(t){return me(t);},ye),this.onlineState="Unknown"/* Unknown */,this.jh=new Set();};function Du(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u,s,a;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(c){switch(c.label){case 0:if(n=D(t),r=e.query,i=!1,(o=n.queries.get(r))||(i=!0,o=new Su()),!i)return[3/*break*/,4];c.label=1;case 1:return c.trys.push([1,3,,4]),u=o,[4/*yield*/,n.Gh(r)];case 2:return u.Wh=c.sent(),[3/*break*/,4];case 3:return s=c.sent(),a=Sr(s,"Initialization of query '"+ge(e.query)+"' failed"),[2/*return*/,void e.onError(a)];case 4:return n.queries.set(r,o),o.listeners.push(e),// Run global snapshot listeners if a consistent snapshot has been emitted. e.zh(n.onlineState),o.Wh&&e.Hh(o.Wh)&&Cu(n),[2/*return*/];}});});}function ku(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){return n=D(t),r=e.query,i=!1,(o=n.queries.get(r))&&(u=o.listeners.indexOf(e))>=0&&(o.listeners.splice(u,1),i=0===o.listeners.length),i?[2/*return*/,(n.queries.delete(r),n.Jh(r))]:[2/*return*/];});});}function Ou(t,e){for(var n=D(t),r=!1,i=0,o=e;i<o.length;i++){var u=o[i],s=u.query,a=n.queries.get(s);if(a){for(var c=0,f=a.listeners;c<f.length;c++){f[c].Hh(u)&&(r=!0);}a.Wh=u;}}r&&Cu(n);}function Pu(t,e,n){var r=D(t),i=r.queries.get(e);if(i)for(var o=0,u=i.listeners;o<u.length;o++){u[o].onError(n);}// Remove all listeners. NOTE: We don't need to call syncEngine.unlisten() // after an error. r.queries.delete(e);}// Call all global snapshot listeners that have been set. function Cu(t){t.jh.forEach(function(t){t.next();});}/** * QueryListener takes a series of internal view snapshots and determines * when to raise the event. * * It uses an Observer to dispatch events. */var Lu=/** @class */function(){function t(t,e,n){this.query=t,this.Yh=e,/** * Initial snapshots (e.g. from cache) may not be propagated to the wrapped * observer. This flag is set to true once we've actually raised an event. */this.Xh=!1,this.Zh=null,this.onlineState="Unknown"/* Unknown */,this.options=n||{}/** * Applies the new ViewSnapshot to this listener, raising a user-facing event * if applicable (depending on what changed, whether the user has opted into * metadata-only changes, etc.). Returns true if a user-facing event was * indeed raised. */;}return t.prototype.Hh=function(t){if(!this.options.includeMetadataChanges){for(// Remove the metadata only changes. var e=[],n=0,r=t.docChanges;n<r.length;n++){var i=r[n];3/* Metadata */!==i.type&&e.push(i);}t=new An(t.query,t.docs,t.De,e,t.Ce,t.fromCache,t.xe,/* excludesMetadataChanges= */!0);}var o=!1;return this.Xh?this.tl(t)&&(this.Yh.next(t),o=!0):this.el(t,this.onlineState)&&(this.nl(t),o=!0),this.Zh=t,o;},t.prototype.onError=function(t){this.Yh.error(t);},/** Returns whether a snapshot was raised. */t.prototype.zh=function(t){this.onlineState=t;var e=!1;return this.Zh&&!this.Xh&&this.el(this.Zh,t)&&(this.nl(this.Zh),e=!0),e;},t.prototype.el=function(t,e){// Always raise the first event when we're synced if(!t.fromCache)return!0;// NOTE: We consider OnlineState.Unknown as online (it should become Offline // or Online if we wait long enough). var n="Offline"/* Offline */!==e;// Don't raise the event if we're online, aren't synced yet (checked // above) and are waiting for a sync. return!(this.options.sl&&n||t.docs.nt()&&"Offline"/* Offline */!==e);// Raise data from cache if we have any documents or we are offline },t.prototype.tl=function(t){// We don't need to handle includeDocumentMetadataChanges here because // the Metadata only changes have already been stripped out if needed. // At this point the only changes we will see are the ones we should // propagate. if(t.docChanges.length>0)return!0;var e=this.Zh&&this.Zh.hasPendingWrites!==t.hasPendingWrites;return!(!t.xe&&!e)&&!0===this.options.includeMetadataChanges;// Generally we should have hit one of the cases above, but it's possible // to get here if there were only metadata docChanges and they got // stripped out. },t.prototype.nl=function(t){t=An.Fe(t.query,t.docs,t.Ce,t.fromCache),this.Xh=!0,this.Yh.next(t);},t;}(),Ru=/** @class */function(){function t(t,// How many bytes this element takes to store in the bundle. e){this.payload=t,this.byteLength=e;}return t.prototype.il=function(){return"metadata"in this.payload;},t;}(),Vu=/** @class */function(){function t(t){this.Kt=t;}return t.prototype.yc=function(t){return Hn(this.Kt,t);},/** * Converts a BundleDocument to a MaybeDocument. */t.prototype.gc=function(t){return t.metadata.exists?Xn(this.Kt,t.document,!1):new Mt(this.yc(t.metadata.name),this.Vc(t.metadata.readTime));},t.prototype.Vc=function(t){return zn(t);},t;}(),Mu=/** @class */function(){function t(t,e,n){this.rl=t,this.Sh=e,this.Kt=n,/** Batched queries to be saved into storage */this.queries=[],/** Batched documents to be saved into storage */this.documents=[],this.progress=Uu(t)/** * Adds an element from the bundle to the loader. * * Returns a new progress if adding the element leads to a new progress, * otherwise returns null. */;}return t.prototype.ol=function(t){this.progress.bytesLoaded+=t.byteLength;var e=this.progress.documentsLoaded;return t.payload.namedQuery?this.queries.push(t.payload.namedQuery):t.payload.documentMetadata?(this.documents.push({metadata:t.payload.documentMetadata}),t.payload.documentMetadata.exists||++e):t.payload.document&&(this.documents[this.documents.length-1].document=t.payload.document,++e),e!==this.progress.documentsLoaded?(this.progress.documentsLoaded=e,Object.assign({},this.progress)):null;},t.prototype.cl=function(t){for(var e=new Map(),n=new Vu(this.Kt),r=0,i=t;r<i.length;r++){var o=i[r];if(o.metadata.queries)for(var u=n.yc(o.metadata.name),s=0,a=o.metadata.queries;s<a.length;s++){var c=a[s],f=(e.get(c)||In()).add(u);e.set(c,f);}}return e;},/** * Update the progress to 'Success' and return the updated progress. */t.prototype.complete=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e,n,r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return[4/*yield*/,wo(this.Sh,new Vu(this.Kt),this.documents,this.rl.id)];case 1:t=o.sent(),e=this.cl(this.documents),n=0,r=this.queries,o.label=2;case 2:return n<r.length?(i=r[n],[4/*yield*/,bo(this.Sh,i,e.get(i.name))]):[3/*break*/,5];case 3:o.sent(),o.label=4;case 4:return n++,[3/*break*/,2];case 5:return[2/*return*/,(this.progress.taskState="Success",new xr(Object.assign({},this.progress),t))];}});});},t;}();/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A complete element in the bundle stream, together with the byte length it * occupies in the stream. */ /** * Returns a `LoadBundleTaskProgress` representing the initial progress of * loading a bundle. */function Uu(t){return{taskState:"Running",documentsLoaded:0,bytesLoaded:0,totalDocuments:t.totalDocuments,totalBytes:t.totalBytes};}/** * Returns a `LoadBundleTaskProgress` representing the progress that the loading * has succeeded. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */var qu=function qu(t){this.key=t;},Fu=function Fu(t){this.key=t;},ju=/** @class */function(){function t(t,/** Documents included in the remote target */e){this.query=t,this.al=e,this.ul=null,/** * A flag whether the view is current with the backend. A view is considered * current after it has seen the current flag from the backend and did not * lose consistency within the watch stream (e.g. because of an existence * filter mismatch). */this.qe=!1,/** Documents in the view but not in the remote target */this.hl=In(),/** Document Keys that have local changes */this.Ce=In(),this.ll=be(t),this._l=new Tn(this.ll);}return Object.defineProperty(t.prototype,"fl",{/** * The set of remote documents that the server has told us belongs to the target associated with * this view. */get:function get(){return this.al;},enumerable:!1,configurable:!0}),/** * Iterates over a set of doc changes, applies the query limit, and computes * what the new results should be, what the changes were, and whether we may * need to go back to the local cache for more results. Does not make any * changes to the view. * @param docChanges - The doc changes to apply to this view. * @param previousChanges - If this is being called with a refill, then start * with this set of docs and changes instead of the current view. * @returns a new set of docs, changes, and refill flag. */t.prototype.dl=function(t,e){var n=this,r=e?e.wl:new Nn(),i=e?e._l:this._l,o=e?e.Ce:this.Ce,u=i,s=!1,a=ae(this.query)&&i.size===this.query.limit?i.last():null,c=ce(this.query)&&i.size===this.query.limit?i.first():null;// Drop documents out to meet limit/limitToLast requirement. if(t.Zt(function(t,e){var f=i.get(t),h=e instanceof Vt?e:null;h&&(h=we(n.query,h)?h:null);var l=!!f&&n.Ce.has(f.key),p=!!h&&(h.bt||// We only consider committed mutations for documents that were // mutated during the lifetime of the view. n.Ce.has(h.key)&&h.hasCommittedMutations),d=!1;// Calculate change f&&h?f.data().isEqual(h.data())?l!==p&&(r.track({type:3/* Metadata */,doc:h}),d=!0):n.El(f,h)||(r.track({type:2/* Modified */,doc:h}),d=!0,(a&&n.ll(h,a)>0||c&&n.ll(h,c)<0)&&(// This doc moved from inside the limit to outside the limit. // That means there may be some other doc in the local cache // that should be included instead. s=!0)):!f&&h?(r.track({type:0/* Added */,doc:h}),d=!0):f&&!h&&(r.track({type:1/* Removed */,doc:f}),d=!0,(a||c)&&(// A doc was removed from a full limit query. We'll need to // requery from the local cache to see if we know about some other // doc that should be in the results. s=!0)),d&&(h?(u=u.add(h),o=p?o.add(t):o.delete(t)):(u=u.delete(t),o=o.delete(t)));}),ae(this.query)||ce(this.query))for(;u.size>this.query.limit;){var f=ae(this.query)?u.last():u.first();u=u.delete(f.key),o=o.delete(f.key),r.track({type:1/* Removed */,doc:f});}return{_l:u,wl:r,_c:s,Ce:o};},t.prototype.El=function(t,e){// We suppress the initial change event for documents that were modified as // part of a write acknowledgment (e.g. when the value of a server transform // is applied) as Watch will send us the same document again. // By suppressing the event, we only raise two user visible events (one with // `hasPendingWrites` and the final state of the document) instead of three // (one with `hasPendingWrites`, the modified document with // `hasPendingWrites` and the final state of the document). return t.bt&&e.hasCommittedMutations&&!e.bt;},/** * Updates the view with the given ViewDocumentChanges and optionally updates * limbo docs and sync state from the provided target change. * @param docChanges - The set of changes to make to the view's docs. * @param updateLimboDocuments - Whether to update limbo documents based on * this change. * @param targetChange - A target change to apply for computing limbo docs and * sync state. * @returns A new ViewChange with the given docs, changes, and sync state. */ // PORTING NOTE: The iOS/Android clients always compute limbo document changes. t.prototype.Ti=function(t,e,n){var r=this,i=this._l;this._l=t._l,this.Ce=t.Ce;// Sort changes based on type and query comparator var o=t.wl.Se();o.sort(function(t,e){return function(t,e){var n=function n(t){switch(t){case 0/* Added */:return 1;case 2/* Modified */:case 3/* Metadata */:// A metadata change is converted to a modified change at the public // api layer. Since we sort by document key and then change type, // metadata and modified changes must be sorted equivalently. return 2;case 1/* Removed */:return 0;default:return S();}};return n(t)-n(e);}(t.type,e.type)||r.ll(t.doc,e.doc);}),this.Tl(n);var u=e?this.Il():[],s=0===this.hl.size&&this.qe?1/* Synced */:0/* Local */,a=s!==this.ul;return this.ul=s,0!==o.length||a?{snapshot:new An(this.query,t._l,i,o,t.Ce,0/* Local */===s,a,/* excludesMetadataChanges= */!1),ml:u}:{ml:u};// no changes },/** * Applies an OnlineState change to the view, potentially generating a * ViewChange if the view's syncState changes as a result. */t.prototype.zh=function(t){return this.qe&&"Offline"/* Offline */===t?(// If we're offline, set `current` to false and then call applyChanges() // to refresh our syncState and generate a ViewChange as appropriate. We // are guaranteed to get a new TargetChange that sets `current` back to // true once the client is back online. this.qe=!1,this.Ti({_l:this._l,wl:new Nn(),Ce:this.Ce,_c:!1},/* updateLimboDocuments= */!1)):{ml:[]};},/** * Returns whether the doc for the given key should be in limbo. */t.prototype.Al=function(t){// If the remote end says it's part of this query, it's not in limbo. return!this.al.has(t)&&// The local store doesn't think it's a result, so it shouldn't be in limbo. !!this._l.has(t)&&!this._l.get(t).bt;},/** * Updates syncedDocuments, current, and limbo docs based on the given change. * Returns the list of changes to which docs are in limbo. */t.prototype.Tl=function(t){var e=this;t&&(t.Ue.forEach(function(t){return e.al=e.al.add(t);}),t.Qe.forEach(function(t){}),t.Ke.forEach(function(t){return e.al=e.al.delete(t);}),this.qe=t.qe);},t.prototype.Il=function(){var t=this;// We can only determine limbo documents when we're in-sync with the server. if(!this.qe)return[];// TODO(klimt): Do this incrementally so that it's not quadratic when // updating many documents. var e=this.hl;this.hl=In(),this._l.forEach(function(e){t.Al(e.key)&&(t.hl=t.hl.add(e.key));});// Diff the new limbo docs with the old limbo docs. var n=[];return e.forEach(function(e){t.hl.has(e)||n.push(new Fu(e));}),this.hl.forEach(function(t){e.has(t)||n.push(new qu(t));}),n;},/** * Update the in-memory state of the current view with the state read from * persistence. * * We update the query view whenever a client's primary status changes: * - When a client transitions from primary to secondary, it can miss * LocalStorage updates and its query views may temporarily not be * synchronized with the state on disk. * - For secondary to primary transitions, the client needs to update the list * of `syncedDocuments` since secondary clients update their query views * based purely on synthesized RemoteEvents. * * @param queryResult.documents - The documents that match the query according * to the LocalStore. * @param queryResult.remoteKeys - The keys of the documents that match the * query according to the backend. * * @returns The ViewChange that resulted from this synchronization. */ // PORTING NOTE: Multi-tab only. t.prototype.Rl=function(t){this.al=t.Pc,this.hl=In();var e=this.dl(t.documents);return this.Ti(e,/*updateLimboDocuments=*/!0);},/** * Returns a view snapshot as if this query was just listened to. Contains * a document add for every existing document and the `fromCache` and * `hasPendingWrites` status of the already established view. */ // PORTING NOTE: Multi-tab only. t.prototype.Pl=function(){return An.Fe(this.query,this._l,this.Ce,0/* Local */===this.ul);},t;}(),zu=function zu(/** * The query itself. */t,/** * The target number created by the client that is used in the watch * stream to identify this query. */e,/** * The view is responsible for computing the final merged truth of what * docs are in the query. It gets notified of local and remote changes, * and applies the query filters and limits to determine the most correct * possible results. */n){this.query=t,this.targetId=e,this.view=n;},Gu=function Gu(t){this.key=t,/** * Set to true once we've received a document. This is used in * getRemoteKeysForTarget() and ultimately used by WatchChangeAggregator to * decide whether it needs to manufacture a delete event for the target once * the target is CURRENT. */this.yl=!1;},Bu=/** @class */function(){function t(t,e,n,// PORTING NOTE: Manages state synchronization in multi-tab environments. r,i,o){this.Sh=t,this.gl=e,this.Vl=n,this.pl=r,this.currentUser=i,this.bl=o,this.vl={},this.Sl=new Ei(function(t){return me(t);},ye),this.Dl=new Map(),/** * The keys of documents that are in limbo for which we haven't yet started a * limbo resolution query. */this.Cl=[],/** * Keeps track of the target ID for each document that is in limbo with an * active target. */this.xl=new an(it.J),/** * Keeps track of the information about an active limbo resolution for each * active target ID that was started for the purpose of limbo resolution. */this.Nl=new Map(),this.Fl=new _o(),/** Stores user completion handlers, indexed by User and BatchId. */this.Ol={},/** Stores user callbacks waiting for all pending writes to be acknowledged. */this.kl=new Map(),this.Ml=Pi.qi(),this.onlineState="Unknown"/* Unknown */,// The primary state is set to `true` or `false` immediately after Firestore // startup. In the interim, a client should only be considered primary if // `isPrimary` is true. this.Ll=void 0;}return Object.defineProperty(t.prototype,"$l",{get:function get(){return!0===this.Ll;},enumerable:!1,configurable:!0}),t;}();/** * Initiates the new listen, resolves promise when listen enqueued to the * server. All the subsequent view snapshots or errors are sent to the * subscribed handlers. Returns the initial snapshot. */function Ku(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u,s;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(a){switch(a.label){case 0:return n=bs(t),(o=n.Sl.get(e))?(// PORTING NOTE: With Multi-Tab Web, it is possible that a query view // already exists when EventManager calls us for the first time. This // happens when the primary tab is already listening to this query on // behalf of another tab and the user of the primary also starts listening // to the query. EventManager will not have an assigned target ID in this // case and calls `listen` to obtain this ID. r=o.targetId,n.pl.ka(r),i=o.view.Pl(),[3/*break*/,4]):[3/*break*/,1];case 1:return[4/*yield*/,lo(n.Sh,de(e))];case 2:return u=a.sent(),s=n.pl.ka(u.targetId),r=u.targetId,[4/*yield*/,Hu(n,e,r,"current"===s)];case 3:i=a.sent(),n.$l&&iu(n.gl,u),a.label=4;case 4:return[2/*return*/,i];}});});}/** * Registers a view for a previously unknown query and computes its initial * snapshot. */function Hu(t,e,n,r){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var i,o,u,s,a,c;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(f){switch(f.label){case 0:// PORTING NOTE: On Web only, we inject the code that registers new Limbo // targets based on view changes. This allows us to only depend on Limbo // changes when user code includes queries. return t.Bl=function(e,n,r){return function(t,e,n,r){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){switch(s.label){case 0:return i=e.view.dl(n),i._c?[4/*yield*/,vo(t.Sh,e.query,/* usePreviousResults= */!1).then(function(t){var n=t.documents;return e.view.dl(n,i);})]:[3/*break*/,2];case 1:// The query has a limit and some docs were removed, so we need // to re-run the query against the local store to make sure we // didn't lose any good docs that had been past the limit. i=s.sent(),s.label=2;case 2:return o=r&&r.Oe.get(e.targetId),u=e.view.Ti(i,/* updateLimboDocuments= */t.$l,o),[2/*return*/,(os(t,e.targetId,u.ml),u.snapshot)];}});});}(t,e,n,r);},[4/*yield*/,vo(t.Sh,e,/* usePreviousResults= */!0)];case 1:return i=f.sent(),o=new ju(e,i.Pc),u=o.dl(i.documents),s=xn.Be(n,r&&"Offline"/* Offline */!==t.onlineState),a=o.Ti(u,/* updateLimboDocuments= */t.$l,s),os(t,n,a.ml),c=new zu(e,n,o),[2/*return*/,(t.Sl.set(e,c),t.Dl.has(n)?t.Dl.get(n).push(e):t.Dl.set(n,[e]),a.snapshot)];}});});}/** Stops listening to the query. */function Ju(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return n=D(t),r=n.Sl.get(e),(i=n.Dl.get(r.targetId)).length>1?[2/*return*/,(n.Dl.set(r.targetId,i.filter(function(t){return!ye(t,e);})),void n.Sl.delete(e))]:n.$l?(// We need to remove the local query target first to allow us to verify // whether any other client is still interested in this target. n.pl.La(r.targetId),n.pl.Ca(r.targetId)?[3/*break*/,2]:[4/*yield*/,po(n.Sh,r.targetId,/*keepPersistedTargetData=*/!1).then(function(){n.pl.Ba(r.targetId),ou(n.gl,r.targetId),rs(n,r.targetId);}).catch(_i)]):[3/*break*/,3];case 1:o.sent(),o.label=2;case 2:return[3/*break*/,5];case 3:return rs(n,r.targetId),[4/*yield*/,po(n.Sh,r.targetId,/*keepPersistedTargetData=*/!0)];case 4:o.sent(),o.label=5;case 5:return[2/*return*/];}});});}/** * Initiates the write of local mutation batch which involves adding the * writes to the mutation queue, notifying the remote store about new * mutations and raising events for any changes this write caused. * * The promise returned by this call is resolved when the above steps * have completed, *not* when the write was acked by the backend. The * userCallback is resolved once the write was acked/rejected by the * backend (or failed locally for any other reason). */function Wu(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){switch(s.label){case 0:r=Is(t),s.label=1;case 1:return s.trys.push([1,5,,6]),[4/*yield*/,function(t,e){var n,r=D(t),i=X.now(),o=e.reduce(function(t,e){return t.add(e.key);},In());return r.persistence.runTransaction("Locally write mutations","readwrite",function(t){return r.Ic.Zo(t,o).next(function(o){n=o;for(// For non-idempotent mutations (such as `FieldValue.increment()`), // we record the base state in a separate patch mutation. This is // later used to guarantee consistent values and prevents flicker // even if the backend sends us an update that already includes our // transform. var u=[],s=0,a=e;s<a.length;s++){var c=a[s],f=Ke(c,n.get(c.key));null!=f&&// NOTE: The base state should only be applied if there's some // existing document to override, so use a Precondition of // exists=true u.push(new Qe(c.key,f,Lt(f.proto.mapValue),Fe.exists(!0)));}return r.Ho.yi(t,i,u,e);});}).then(function(t){var e=t.Fs(n);return{batchId:t.batchId,ci:e};});}(r.Sh,e)];case 2:return i=s.sent(),r.pl.xa(i.batchId),function(t,e,n){var r=t.Ol[t.currentUser.R()];r||(r=new an(P)),r=r.Ht(e,n),t.Ol[t.currentUser.R()]=r;}(r,i.batchId,n),[4/*yield*/,as(r,i.ci)];case 3:return s.sent(),[4/*yield*/,mu(r.gl)];case 4:return s.sent(),[3/*break*/,6];case 5:return o=s.sent(),u=Sr(o,"Failed to persist write"),n.reject(u),[3/*break*/,6];case 6:return[2/*return*/];}});});}/** * Applies one remote event to the sync engine, notifying any views of the * changes, and releasing any pending mutation batches that would become * visible because of the snapshot version the remote event contains. */function Qu(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:n=D(t),i.label=1;case 1:return i.trys.push([1,4,,6]),[4/*yield*/,co(n.Sh,e)];case 2:return r=i.sent(),// Update `receivedDocument` as appropriate for any limbo targets. e.Oe.forEach(function(t,e){var r=n.Nl.get(e);r&&(// Since this is a limbo resolution lookup, it's for a single document // and it could be added, modified, or removed, but not a combination. x(t.Ue.size+t.Qe.size+t.Ke.size<=1),t.Ue.size>0?r.yl=!0:t.Qe.size>0?x(r.yl):t.Ke.size>0&&(x(r.yl),r.yl=!1));}),[4/*yield*/,as(n,r,e)];case 3:// Update `receivedDocument` as appropriate for any limbo targets. return i.sent(),[3/*break*/,6];case 4:return[4/*yield*/,_i(i.sent())];case 5:return i.sent(),[3/*break*/,6];case 6:return[2/*return*/];}});});}/** * Applies an OnlineState change to the sync engine and notifies any views of * the change. */function Yu(t,e,n){var r=D(t);// If we are the secondary client, we explicitly ignore the remote store's // online state (the local client may go offline, even though the primary // tab remains online) and only apply the primary tab's online state from // SharedClientState. if(r.$l&&0/* RemoteStore */===n||!r.$l&&1/* SharedClientState */===n){var i=[];r.Sl.forEach(function(t,n){var r=n.view.zh(e);r.snapshot&&i.push(r.snapshot);}),function(t,e){var n=D(t);n.onlineState=e;var r=!1;n.queries.forEach(function(t,n){for(var i=0,o=n.listeners;i<o.length;i++){// Run global snapshot listeners if a consistent snapshot has been emitted. o[i].zh(e)&&(r=!0);}}),r&&Cu(n);}(r.Vl,e),i.length&&r.vl.uh(i),r.onlineState=e,r.$l&&r.pl.Ka(e);}}/** * Rejects the listen for the given targetID. This can be triggered by the * backend for any active target. * * @param syncEngine - The sync engine implementation. * @param targetId - The targetID corresponds to one previously initiated by the * user as part of TargetData passed to listen() on RemoteStore. * @param err - A description of the condition that has forced the rejection. * Nearly always this will be an indication that the user is no longer * authorized to see the data matching the target. */function $u(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u,s,a;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(c){switch(c.label){case 0:// PORTING NOTE: Multi-tab only. return(r=D(t)).pl.qa(e,"rejected",n),i=r.Nl.get(e),(o=i&&i.key)?(u=(u=new an(it.J)).Ht(o,new Mt(o,Z.min())),s=In().add(o),a=new Sn(Z.min(),/* targetChanges= */new Map(),/* targetMismatches= */new hn(P),u,s),[4/*yield*/,Qu(r,a)]):[3/*break*/,2];case 1:return c.sent(),// Since this query failed, we won't want to manually unlisten to it. // We only remove it from bookkeeping after we successfully applied the // RemoteEvent. If `applyRemoteEvent()` throws, we want to re-listen to // this query when the RemoteStore restarts the Watch stream, which should // re-trigger the target failure. r.xl=r.xl.remove(o),r.Nl.delete(e),ss(r),[3/*break*/,4];case 2:return[4/*yield*/,po(r.Sh,e,/* keepPersistedTargetData */!1).then(function(){return rs(r,e,n);}).catch(_i)];case 3:c.sent(),c.label=4;case 4:return[2/*return*/];}});});}function Xu(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:n=D(t),r=e.batch.batchId,o.label=1;case 1:return o.trys.push([1,4,,6]),[4/*yield*/,so(n.Sh,e)];case 2:return i=o.sent(),// The local store may or may not be able to apply the write result and // raise events immediately (depending on whether the watcher is caught // up), so we raise user callbacks first so that they consistently happen // before listen events. ns(n,r,/*error=*/null),es(n,r),n.pl.Fa(r,"acknowledged"),[4/*yield*/,as(n,i)];case 3:// The local store may or may not be able to apply the write result and // raise events immediately (depending on whether the watcher is caught // up), so we raise user callbacks first so that they consistently happen // before listen events. return o.sent(),[3/*break*/,6];case 4:return[4/*yield*/,_i(o.sent())];case 5:return o.sent(),[3/*break*/,6];case 6:return[2/*return*/];}});});}function Zu(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:r=D(t),o.label=1;case 1:return o.trys.push([1,4,,6]),[4/*yield*/,function(t,e){var n=D(t);return n.persistence.runTransaction("Reject batch","readwrite-primary",function(t){var r;return n.Ho.gi(t,e).next(function(e){return x(null!==e),r=e.keys(),n.Ho.Ni(t,e);}).next(function(){return n.Ho.ki(t);}).next(function(){return n.Ic.Zo(t,r);});});}(r.Sh,e)];case 2:return i=o.sent(),// The local store may or may not be able to apply the write result and // raise events immediately (depending on whether the watcher is caught up), // so we raise user callbacks first so that they consistently happen before // listen events. ns(r,e,n),es(r,e),r.pl.Fa(e,"rejected",n),[4/*yield*/,as(r,i)];case 3:// The local store may or may not be able to apply the write result and // raise events immediately (depending on whether the watcher is caught up), // so we raise user callbacks first so that they consistently happen before // listen events. return o.sent(),[3/*break*/,6];case 4:return[4/*yield*/,_i(o.sent())];case 5:return o.sent(),[3/*break*/,6];case 6:return[2/*return*/];}});});}/** * Registers a user callback that resolves when all pending mutations at the moment of calling * are acknowledged . */function ts(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){switch(s.label){case 0:fu((n=D(t)).gl)||E("SyncEngine","The network is disabled. The task returned by 'awaitPendingWrites()' will not complete until the network is enabled."),s.label=1;case 1:return s.trys.push([1,3,,4]),[4/*yield*/,function(t){var e=D(t);return e.persistence.runTransaction("Get highest unacknowledged batch id","readonly",function(t){return e.Ho.bi(t);});}(n.Sh)];case 2:return-1===(r=s.sent())?[2/*return*/,void e.resolve()]:((i=n.kl.get(r)||[]).push(e),n.kl.set(r,i),[3/*break*/,4]);case 3:return o=s.sent(),u=Sr(o,"Initialization of waitForPendingWrites() operation failed"),e.reject(u),[3/*break*/,4];case 4:return[2/*return*/];}});});}/** * Triggers the callbacks that are waiting for this batch id to get acknowledged by server, * if there are any. */function es(t,e){(t.kl.get(e)||[]).forEach(function(t){t.resolve();}),t.kl.delete(e)/** Reject all outstanding callbacks waiting for pending writes to complete. */;}function ns(t,e,n){var r=D(t),i=r.Ol[r.currentUser.R()];// NOTE: Mutations restored from persistence won't have callbacks, so it's // okay for there to be no callback for this ID. if(i){var o=i.get(e);o&&(n?o.reject(n):o.resolve(),i=i.remove(e)),r.Ol[r.currentUser.R()]=i;}}function rs(t,e,n){void 0===n&&(n=null),t.pl.La(e);for(var r=0,i=t.Dl.get(e);r<i.length;r++){var o=i[r];t.Sl.delete(o),n&&t.vl.ql(o,n);}t.Dl.delete(e),t.$l&&t.Fl.kc(e).forEach(function(e){t.Fl.Mi(e)||// We removed the last reference for this key is(t,e);});}function is(t,e){// It's possible that the target already got removed because the query failed. In that case, // the key won't exist in `limboTargetsByKey`. Only do the cleanup if we still have the target. var n=t.xl.get(e);null!==n&&(ou(t.gl,n),t.xl=t.xl.remove(e),t.Nl.delete(n),ss(t));}function os(t,e,n){for(var r=0,i=n;r<i.length;r++){var o=i[r];o instanceof qu?(t.Fl.ir(o.key,e),us(t,o)):o instanceof Fu?(E("SyncEngine","Document no longer in limbo: "+o.key),t.Fl.cr(o.key,e),t.Fl.Mi(o.key)||// We removed the last reference for this key is(t,o.key)):S();}}function us(t,e){var n=e.key;t.xl.get(n)||(E("SyncEngine","New document in limbo: "+n),t.Cl.push(n),ss(t));}/** * Starts listens for documents in limbo that are enqueued for resolution, * subject to a maximum number of concurrent resolutions. * * Without bounding the number of concurrent resolutions, the server can fail * with "resource exhausted" errors which can lead to pathological client * behavior as seen in https://github.com/firebase/firebase-js-sdk/issues/2683. */function ss(t){for(;t.Cl.length>0&&t.xl.size<t.bl;){var e=t.Cl.shift(),n=t.Ml.next();t.Nl.set(n,new Gu(e)),t.xl=t.xl.Ht(e,n),iu(t.gl,new _e(de(se(e.path)),n,2/* LimboResolution */,$.U));}}function as(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){switch(s.label){case 0:return r=D(t),i=[],o=[],u=[],r.Sl.nt()?[3/*break*/,3]:(r.Sl.forEach(function(t,s){u.push(r.Bl(s,e,n).then(function(t){if(t){r.$l&&r.pl.qa(s.targetId,t.fromCache?"not-current":"current"),i.push(t);var e=no.cc(s.targetId,t);o.push(e);}}));}),[4/*yield*/,Promise.all(u)]);case 1:return s.sent(),r.vl.uh(i),[4/*yield*/,function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u,s,a,c,f;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(h){switch(h.label){case 0:n=D(t),h.label=1;case 1:return h.trys.push([1,3,,4]),[4/*yield*/,n.persistence.runTransaction("notifyLocalViewChanges","readwrite",function(t){return yr.forEach(e,function(e){return yr.forEach(e.rc,function(r){return n.persistence.mi.ir(t,e.targetId,r);}).next(function(){return yr.forEach(e.oc,function(r){return n.persistence.mi.cr(t,e.targetId,r);});});});})];case 2:return h.sent(),[3/*break*/,4];case 3:if(!Ir(r=h.sent()))throw r;// If `notifyLocalViewChanges` fails, we did not advance the sequence // number for the documents that were included in this transaction. // This might trigger them to be deleted earlier than they otherwise // would have, but it should not invalidate the integrity of the data. return E("LocalStore","Failed to update sequence numbers: "+r),[3/*break*/,4];case 4:for(i=0,o=e;i<o.length;i++){u=o[i],s=u.targetId,u.fromCache||(a=n.dc.get(s),c=a.Mt,f=a.Bt(c),// Advance the last limbo free snapshot version n.dc=n.dc.Ht(s,f));}return[2/*return*/];}});});}(r.Sh,o)];case 2:s.sent(),s.label=3;case 3:return[2/*return*/];}});});}function cs(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return(n=D(t)).currentUser.isEqual(e)?[3/*break*/,3]:(E("SyncEngine","User change. New user:",e.R()),[4/*yield*/,uo(n.Sh,e)]);case 1:return r=i.sent(),n.currentUser=e,// Fails tasks waiting for pending writes requested by previous user. function(t,e){t.kl.forEach(function(t){t.forEach(function(t){t.reject(new M(V.CANCELLED,"'waitForPendingWrites' promise is rejected due to a user change."));});}),t.kl.clear();}(n),// TODO(b/114226417): Consider calling this only in the primary tab. n.pl.Qa(e,r.Ac,r.Rc),[4/*yield*/,as(n,r.mc)];case 2:i.sent(),i.label=3;case 3:return[2/*return*/];}});});}function fs(t,e){var n=D(t),r=n.Nl.get(e);if(r&&r.yl)return In().add(r.key);var i=In(),o=n.Dl.get(e);if(!o)return i;for(var u=0,s=o;u<s.length;u++){var a=s[u],c=n.Sl.get(a);i=i.ye(c.view.fl);}return i;}/** * Reconcile the list of synced documents in an existing view with those * from persistence. */function hs(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return[4/*yield*/,vo((n=D(t)).Sh,e.query,/* usePreviousResults= */!0)];case 1:return r=o.sent(),i=e.view.Rl(r),[2/*return*/,(n.$l&&os(n,e.targetId,i.ml),i)];}});});}/** * Retrieves newly changed documents from remote document cache and raises * snapshots if needed. */ // PORTING NOTE: Multi-Tab only. function ls(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){return[2/*return*/,mo((e=D(t)).Sh).then(function(t){return as(e,t);})];});});}/** Applies a mutation state to an existing batch. */ // PORTING NOTE: Multi-Tab only. function ps(t,e,n,r){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var i,o;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(u){switch(u.label){case 0:return[4/*yield*/,function(t,e){var n=D(t),r=D(n.Ho);return n.persistence.runTransaction("Lookup mutation documents","readonly",function(t){return r.Vi(t,e).next(function(e){return e?n.Ic.Zo(t,e):yr.resolve(null);});});}((i=D(t)).Sh,e)];case 1:return null===(o=u.sent())?[3/*break*/,6]:"pending"!==n?[3/*break*/,3]:[4/*yield*/,mu(i.gl)];case 2:// If we are the primary client, we need to send this write to the // backend. Secondary clients will ignore these writes since their remote // connection is disabled. return u.sent(),[3/*break*/,4];case 3:"acknowledged"===n||"rejected"===n?(// NOTE: Both these methods are no-ops for batches that originated from // other clients. ns(i,e,r||null),es(i,e),function(t,e){D(D(t).Ho).Fi(e);}(i.Sh,e)):S(),u.label=4;case 4:return[4/*yield*/,as(i,o)];case 5:return u.sent(),[3/*break*/,7];case 6:// A throttled tab may not have seen the mutation before it was completed // and removed from the mutation queue, in which case we won't have cached // the affected documents. In this case we can safely ignore the update // since that means we didn't apply the mutation locally at all (if we // had, we would have cached the affected documents), and so we will just // see any resulting document changes via normal remote document updates // as applicable. E("SyncEngine","Cannot apply mutation batch with id: "+e),u.label=7;case 7:return[2/*return*/];}});});}/** Applies a query target change from a different tab. */ // PORTING NOTE: Multi-Tab only. function ds(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u,s,a,c;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(f){switch(f.label){case 0:return bs(n=D(t)),Is(n),!0!==e||!0===n.Ll?[3/*break*/,3]:(r=n.pl.Sa(),[4/*yield*/,vs(n,r.rt())]);case 1:return i=f.sent(),n.Ll=!0,[4/*yield*/,Tu(n.gl,!0)];case 2:for(f.sent(),o=0,u=i;o<u.length;o++){s=u[o],iu(n.gl,s);}return[3/*break*/,7];case 3:return!1!==e||!1===n.Ll?[3/*break*/,7]:(a=[],c=Promise.resolve(),n.Dl.forEach(function(t,e){n.pl.$a(e)?a.push(e):c=c.then(function(){return rs(n,e),po(n.Sh,e,/*keepPersistedTargetData=*/!0);}),ou(n.gl,e);}),[4/*yield*/,c]);case 4:return f.sent(),[4/*yield*/,vs(n,a)];case 5:return f.sent(),// PORTING NOTE: Multi-Tab only. function(t){var e=D(t);e.Nl.forEach(function(t,n){ou(e.gl,n);}),e.Fl.Mc(),e.Nl=new Map(),e.xl=new an(it.J);}(n),n.Ll=!1,[4/*yield*/,Tu(n.gl,!1)];case 6:f.sent(),f.label=7;case 7:return[2/*return*/];}});});}function vs(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u,s,a,c,f,h,l,p,d,v;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(y){switch(y.label){case 0:n=D(t),r=[],i=[],o=0,u=e,y.label=1;case 1:return o<u.length?(s=u[o],a=void 0,(c=n.Dl.get(s))&&0!==c.length?[4/*yield*/,lo(n.Sh,de(c[0]))]:[3/*break*/,7]):[3/*break*/,13];case 2:// For queries that have a local View, we fetch their current state // from LocalStore (as the resume token and the snapshot version // might have changed) and reconcile their views with the persisted // state (the list of syncedDocuments may have gotten out of sync). a=y.sent(),f=0,h=c,y.label=3;case 3:return f<h.length?(l=h[f],p=n.Sl.get(l),[4/*yield*/,hs(n,p)]):[3/*break*/,6];case 4:(d=y.sent()).snapshot&&i.push(d.snapshot),y.label=5;case 5:return f++,[3/*break*/,3];case 6:return[3/*break*/,11];case 7:return[4/*yield*/,yo(n.Sh,s)];case 8:return v=y.sent(),[4/*yield*/,lo(n.Sh,v)];case 9:return a=y.sent(),[4/*yield*/,Hu(n,ys(v),s,/*current=*/!1)];case 10:y.sent(),y.label=11;case 11:r.push(a),y.label=12;case 12:return o++,[3/*break*/,1];case 13:return[2/*return*/,(n.vl.uh(i),r)];}});});}/** * Creates a `Query` object from the specified `Target`. There is no way to * obtain the original `Query`, so we synthesize a `Query` from the `Target` * object. * * The synthesized result might be different from the original `Query`, but * since the synthesized `Query` should return the same results as the * original one (only the presentation of results might differ), the potential * difference will not cause issues. */ // PORTING NOTE: Multi-Tab only. function ys(t){return ue(t.path,t.collectionGroup,t.orderBy,t.filters,t.limit,"F"/* First */,t.startAt,t.endAt);}/** Returns the IDs of the clients that are currently active. */ // PORTING NOTE: Multi-Tab only. function ms(t){var e=D(t);return D(D(e.Sh).persistence).Ko();}/** Applies a query target change from a different tab. */ // PORTING NOTE: Multi-Tab only. function gs(t,e,n,r){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var i,o,u;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(s){switch(s.label){case 0:return(i=D(t)).Ll?(// If we receive a target state notification via WebStorage, we are // either already secondary or another tab has taken the primary lease. E("SyncEngine","Ignoring unexpected query state notification."),[3/*break*/,8]):[3/*break*/,1];case 1:if(!i.Dl.has(e))return[3/*break*/,8];switch(n){case"current":case"not-current":return[3/*break*/,2];case"rejected":return[3/*break*/,5];}return[3/*break*/,7];case 2:return[4/*yield*/,mo(i.Sh)];case 3:return o=s.sent(),u=Sn.$e(e,"current"===n),[4/*yield*/,as(i,o,u)];case 4:return s.sent(),[3/*break*/,8];case 5:return[4/*yield*/,po(i.Sh,e,/* keepPersistedTargetData */!0)];case 6:return s.sent(),rs(i,e,r),[3/*break*/,8];case 7:S(),s.label=8;case 8:return[2/*return*/];}});});}/** Adds or removes Watch targets for queries from different tabs. */function ws(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u,s,a,c,f,h,l;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(p){switch(p.label){case 0:if(!(r=bs(t)).Ll)return[3/*break*/,10];i=0,o=e,p.label=1;case 1:return i<o.length?(u=o[i],r.Dl.has(u)?(// A target might have been added in a previous attempt E("SyncEngine","Adding an already active target "+u),[3/*break*/,5]):[4/*yield*/,yo(r.Sh,u)]):[3/*break*/,6];case 2:return s=p.sent(),[4/*yield*/,lo(r.Sh,s)];case 3:return a=p.sent(),[4/*yield*/,Hu(r,ys(s),a.targetId,/*current=*/!1)];case 4:p.sent(),iu(r.gl,a),p.label=5;case 5:return i++,[3/*break*/,1];case 6:c=function c(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return r.Dl.has(t)?[4/*yield*/,po(r.Sh,t,/* keepPersistedTargetData */!1).then(function(){ou(r.gl,t),rs(r,t);}).catch(_i)]:[3/*break*/,2];// Release queries that are still active. case 1:// Release queries that are still active. e.sent(),e.label=2;case 2:return[2/*return*/];}});},f=0,h=n,p.label=7;case 7:return f<h.length?(l=h[f],[5/*yield**/,c(l)]):[3/*break*/,10];case 8:p.sent(),p.label=9;case 9:return f++,[3/*break*/,7];case 10:return[2/*return*/];}});});}function bs(t){var e=D(t);return e.gl.Ch.Bh=Qu.bind(null,e),e.gl.Ch.Sn=fs.bind(null,e),e.gl.Ch.$h=$u.bind(null,e),e.vl.uh=Ou.bind(null,e.Vl),e.vl.ql=Pu.bind(null,e.Vl),e;}function Is(t){var e=D(t);return e.gl.Ch.qh=Xu.bind(null,e),e.gl.Ch.Uh=Zu.bind(null,e),e/** * Loads a Firestore bundle into the SDK. The returned promise resolves when * the bundle finished loading. * * @param syncEngine - SyncEngine to use. * @param bundleReader - Bundle to load into the SDK. * @param task - LoadBundleTask used to update the loading progress to public API. */;}function _s(t,e,n){var r=D(t);// eslint-disable-next-line @typescript-eslint/no-floating-promises (function(t,e,n){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u,s,a;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(c){switch(c.label){case 0:return c.trys.push([0,14,,15]),[4/*yield*/,e.getMetadata()];case 1:return r=c.sent(),[4/*yield*/,function(t,e){var n=D(t),r=zn(e.createTime);return n.persistence.runTransaction("hasNewerBundle","readonly",function(t){return n.To.Ls(t,e.id);}).then(function(t){return!!t&&t.createTime.u(r)>=0;});}(t.Sh,r)];case 2:return c.sent()?[4/*yield*/,e.close()]:[3/*break*/,4];case 3:return[2/*return*/,(c.sent(),void n.Ul(function(t){return{taskState:"Success",documentsLoaded:t.totalDocuments,bytesLoaded:t.totalBytes,totalDocuments:t.totalDocuments,totalBytes:t.totalBytes};}(r)))];case 4:return n.Ql(Uu(r)),i=new Mu(r,t.Sh,e.Kt),[4/*yield*/,e.Kl()];case 5:o=c.sent(),c.label=6;case 6:return o?[4/*yield*/,i.ol(o)]:[3/*break*/,10];case 7:return(u=c.sent())&&n.Ql(u),[4/*yield*/,e.Kl()];case 8:o=c.sent(),c.label=9;case 9:return[3/*break*/,6];case 10:return[4/*yield*/,i.complete()];case 11:// TODO(b/160876443): This currently raises snapshots with // `fromCache=false` if users already listen to some queries and bundles // has newer version. return s=c.sent(),[4/*yield*/,as(t,s.gs,/* remoteEvent */void 0)];case 12:// Save metadata, so loading the same bundle will skip. // TODO(b/160876443): This currently raises snapshots with // `fromCache=false` if users already listen to some queries and bundles // has newer version. return c.sent(),[4/*yield*/,function(t,e){var n=D(t);return n.persistence.runTransaction("Save bundle","readwrite",function(t){return n.To.$s(t,e);});}(t.Sh,r)];case 13:// TODO(b/160876443): This currently raises snapshots with // `fromCache=false` if users already listen to some queries and bundles // has newer version. // Save metadata, so loading the same bundle will skip. return c.sent(),n.Ul(s.progress),[3/*break*/,15];case 14:return N("SyncEngine","Loading bundle failed with "+(a=c.sent())),n.Wl(a),[3/*break*/,15];case 15:return[2/*return*/];}});});}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Provides all components needed for Firestore with in-memory persistence. * Uses EagerGC garbage collection. */)(r,e,n).then(function(){r.pl.ja();});}var Es=/** @class */function(){function t(){this.synchronizeTabs=!1;}return t.prototype.initialize=function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return this.Kt=Wo(t.gu.T),this.pl=this.jl(t),this.persistence=this.Gl(t),[4/*yield*/,this.persistence.start()];case 1:return e.sent(),this.zl=this.Hl(t),this.Sh=this.Jl(t),[2/*return*/];}});});},t.prototype.Hl=function(t){return null;},t.prototype.Jl=function(t){return oo(this.persistence,new ro(),t.Yl,this.Kt);},t.prototype.Gl=function(t){return new xo(ko.ra,this.Kt);},t.prototype.jl=function(t){return new Fo();},t.prototype.terminate=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return this.zl&&this.zl.stop(),[4/*yield*/,this.pl.$o()];case 1:return t.sent(),[4/*yield*/,this.persistence.$o()];case 2:return t.sent(),[2/*return*/];}});});},t;}(),Ts=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).Xl=e,i.cacheSizeBytes=n,i.forceOwnership=r,i.synchronizeTabs=!1,i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.initialize=function(e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return[4/*yield*/,t.prototype.initialize.call(this,e)];case 1:return n.sent(),[4/*yield*/,go(this.Sh)];case 2:return n.sent(),[4/*yield*/,this.Xl.initialize(this,e)];case 3:// Enqueue writes from a previous session return n.sent(),[4/*yield*/,Is(this.Xl.fa)];case 4:// Enqueue writes from a previous session return n.sent(),[4/*yield*/,mu(this.Xl.gl)];case 5:return n.sent(),[2/*return*/];}});});},e.prototype.Jl=function(t){return oo(this.persistence,new ro(),t.Yl,this.Kt);},e.prototype.Hl=function(t){var e=this.persistence.mi.dr;return new qi(e,t.fs);},e.prototype.Gl=function(t){var e=to(t.gu.T,t.gu.persistenceKey),n=void 0!==this.cacheSizeBytes?Ii.Zs(this.cacheSizeBytes):Ii.ni;return new $i(this.synchronizeTabs,e,t.clientId,n,t.fs,Ho(),Jo(),this.Kt,this.pl,!!this.forceOwnership);},e.prototype.jl=function(t){return new Fo();},e;}(Es),Ns=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e,n,/* forceOwnership= */!1)||this).Xl=e,r.cacheSizeBytes=n,r.synchronizeTabs=!0,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.initialize=function(e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return[4/*yield*/,t.prototype.initialize.call(this,e)];case 1:return i.sent(),n=this.Xl.fa,this.pl instanceof qo?(this.pl.fa={nu:ps.bind(null,n),su:gs.bind(null,n),iu:ws.bind(null,n),Ko:ms.bind(null,n),eu:ls.bind(null,n)},[4/*yield*/,this.pl.start()]):[3/*break*/,3];case 2:i.sent(),i.label=3;case 3:// NOTE: This will immediately call the listener, so we make sure to // set it after localStore / remoteStore are started. return[4/*yield*/,this.persistence.yo(function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(r,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return[4/*yield*/,ds(this.Xl.fa,t)];case 1:return e.sent(),this.zl&&(t&&!this.zl.Ir?this.zl.start(this.Sh):t||this.zl.stop()),[2/*return*/];}});});})];case 4:// NOTE: This will immediately call the listener, so we make sure to // set it after localStore / remoteStore are started. return i.sent(),[2/*return*/];}});});},e.prototype.jl=function(t){var e=Ho();if(!qo.Wn(e))throw new M(V.UNIMPLEMENTED,"IndexedDB persistence is only available on platforms that support LocalStorage.");var n=to(t.gu.T,t.gu.persistenceKey);return new qo(e,t.fs,n,t.clientId,t.Yl);},e;}(Ts),As=/** @class */function(){function t(){}return t.prototype.initialize=function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return this.Sh?[3/*break*/,2]:(this.Sh=t.Sh,this.pl=t.pl,this.Dh=this.Zl(e),this.gl=this.t_(e),this.Vl=this.e_(e),this.fa=this.n_(e,/* startAsPrimary=*/!t.synchronizeTabs),this.pl.da=function(t){return Yu(n.fa,t,1/* SharedClientState */);},this.gl.Ch.s_=cs.bind(null,this.fa),[4/*yield*/,Tu(this.gl,this.fa.$l)]);case 1:r.sent(),r.label=2;case 2:return[2/*return*/];}});});},t.prototype.e_=function(t){return new xu();},t.prototype.Zl=function(t){var e,n=Wo(t.gu.T),r=(e=t.gu,new Ko(e));/** Return the Platform-specific connectivity monitor. */return function(t,e,n){return new Zo(t,e,n);}(t.credentials,r,n);},t.prototype.t_=function(t){var e,n,r,i,o,u=this;return e=this.Sh,n=this.Dh,r=t.fs,i=function i(t){return Yu(u.fa,t,0/* RemoteStore */);},o=zo.Wn()?new zo():new jo(),new eu(e,n,r,i,o);},t.prototype.n_=function(t,e){return function(t,e,n,// PORTING NOTE: Manages state synchronization in multi-tab environments. r,i,o,u){var s=new Bu(t,e,n,r,i,o);return u&&(s.Ll=!0),s;}(this.Sh,this.gl,this.Vl,this.pl,t.Yl,t.bl,e);},t.prototype.terminate=function(){return function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e=D(t),E("RemoteStore","RemoteStore shutting down."),e.Fh.add(5/* Shutdown */),[4/*yield*/,ru(e)];case 1:return n.sent(),e.kh.$o(),// Set the OnlineState to Unknown (rather than Offline) to avoid potentially // triggering spurious listener events with cached data, etc. e.Mh.set("Unknown"/* Unknown */),[2/*return*/];}});});}(this.gl);},t;}();/** * Provides all components needed for Firestore with IndexedDB persistence. */ /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * How many bytes to read each time when `ReadableStreamReader.read()` is * called. Only applicable for byte streams that we control (e.g. those backed * by an UInt8Array). */ /** * Builds a `ByteStreamReader` from a UInt8Array. * @param source - The data source to use. * @param bytesPerRead - How many bytes each `read()` from the returned reader * will read. */function Ss(t,e){void 0===e&&(e=10240);var n=0;return{read:function read(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){return n<t.byteLength?(r={value:t.slice(n,n+e),done:!1},[2/*return*/,(n+=e,r)]):[2/*return*/,{done:!0}];// TypesScript's lib.dom.d.ts doesn't have proper typings of // ReadableStreamReadResult yet. // eslint-disable-next-line @typescript-eslint/no-explicit-any });});},cancel:function cancel(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){return[2/*return*/];});});},releaseLock:function releaseLock(){}};}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * On web, a `ReadableStream` is wrapped around by a `ByteStreamReader`. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /* * A wrapper implementation of Observer<T> that will dispatch events * asynchronously. To allow immediate silencing, a mute call is added which * causes events scheduled to no longer be raised. */var xs=/** @class */function(){function t(t){this.observer=t,/** * When set to true, will not raise future events. Necessary to deal with * async detachment of listener. */this.muted=!1;}return t.prototype.next=function(t){this.observer.next&&this.i_(this.observer.next,t);},t.prototype.error=function(t){this.observer.error?this.i_(this.observer.error,t):console.error("Uncaught Error in snapshot listener:",t);},t.prototype.r_=function(){this.muted=!0;},t.prototype.i_=function(t,e){var n=this;this.muted||setTimeout(function(){n.muted||t(e);},0);},t;}(),Ds=/** @class */function(){function t(/** The reader to read from underlying binary bundle data source. */t,e){var n=this;this.o_=t,this.Kt=e,/** Cached bundle metadata. */this.metadata=new vr(),/** * Internal buffer to hold bundle content, accumulating incomplete element * content. */this.buffer=new Uint8Array(),this.c_=new TextDecoder("utf-8"),// Read the metadata (which is the first element). this.a_().then(function(t){t&&t.il()?n.metadata.resolve(t.payload.metadata):n.metadata.reject(new Error("The first element of the bundle is not a metadata, it is\n "+JSON.stringify(null==t?void 0:t.payload)));},function(t){return n.metadata.reject(t);});}return t.prototype.close=function(){return this.o_.cancel();},t.prototype.getMetadata=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){return[2/*return*/,this.metadata.promise];});});},t.prototype.Kl=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return[4/*yield*/,this.getMetadata()];case 1:// Makes sure metadata is read before proceeding. return[2/*return*/,(t.sent(),this.a_())];}});});},/** * Reads from the head of internal buffer, and pulling more data from * underlying stream if a complete element cannot be found, until an * element(including the prefixed length and the JSON string) is found. * * Once a complete element is read, it is dropped from internal buffer. * * Returns either the bundled element, or null if we have reached the end of * the stream. */t.prototype.a_=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e,n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return[4/*yield*/,this.u_()];case 1:return null===(t=i.sent())?[2/*return*/,null]:(e=this.c_.decode(t),n=Number(e),isNaN(n)&&this.h_("length string ("+e+") is not valid number"),[4/*yield*/,this.l_(n)]);case 2:return r=i.sent(),[2/*return*/,new Ru(JSON.parse(r),t.length+n)];}});});},/** First index of '{' from the underlying buffer. */t.prototype.__=function(){return this.buffer.findIndex(function(t){return t==="{".charCodeAt(0);});},/** * Reads from the beginning of the internal buffer, until the first '{', and * return the content. * * If reached end of the stream, returns a null. */t.prototype.u_=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return this.__()<0?[4/*yield*/,this.f_()]:[3/*break*/,3];case 1:if(n.sent())return[3/*break*/,3];n.label=2;case 2:return[3/*break*/,0];case 3:// Broke out of the loop because underlying stream is closed, and there // happens to be no more data to process. return 0===this.buffer.length?[2/*return*/,null]:(// Broke out of the loop because underlying stream is closed, but still // cannot find an open bracket. (t=this.__())<0&&this.h_("Reached the end of bundle when a length string is expected."),e=this.buffer.slice(0,t),[2/*return*/,(this.buffer=this.buffer.slice(t),e)]);}});});},/** * Reads from a specified position from the internal buffer, for a specified * number of bytes, pulling more data from the underlying stream if needed. * * Returns a string decoded from the read bytes. */t.prototype.l_=function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return this.buffer.length<t?[4/*yield*/,this.f_()]:[3/*break*/,3];case 1:n.sent()&&this.h_("Reached the end of bundle when more is expected."),n.label=2;case 2:return[3/*break*/,0];case 3:// Update the internal buffer to drop the read json string. return e=this.c_.decode(this.buffer.slice(0,t)),[2/*return*/,(this.buffer=this.buffer.slice(t),e)];}});});},t.prototype.h_=function(t){// eslint-disable-next-line @typescript-eslint/no-floating-promises throw this.o_.cancel(),new Error("Invalid bundle format: "+t);},/** * Pulls more data from underlying stream to internal buffer. * Returns a boolean indicating whether the stream is finished. */t.prototype.f_=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return[4/*yield*/,this.o_.read()];case 1:return(t=n.sent()).done||((e=new Uint8Array(this.buffer.length+t.value.length)).set(this.buffer),e.set(t.value,this.buffer.length),this.buffer=e),[2/*return*/,t.done];}});});},t;}(),ks=/** @class */function(){/** * Creates a FieldPath from the provided field names. If more than one field * name is provided, the path will point to a nested field in a document. * * @param fieldNames - A list of field names. */function t(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}for(var n=0;n<t.length;++n){if(0===t[n].length)throw new M(V.INVALID_ARGUMENT,"Invalid field name at argument $(i + 1). Field names must not be empty.");}this.d_=new rt(t);}/** * Returns true if this `FieldPath` is equal to the provided one. * * @param other - The `FieldPath` to compare against. * @returns true if this `FieldPath` is equal to the provided one. */return t.prototype.isEqual=function(t){return this.d_.isEqual(t.d_);},t;}(),Os=/** * @param _methodName - The public API endpoint that returns this class. */function Os(t){this._methodName=t;};/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A class representing a bundle. * * Takes a bundle stream or buffer, and presents abstractions to read bundled * elements out of the underlying content. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Ps(t,e,n){if(!n)throw new M(V.INVALID_ARGUMENT,"Function "+t+"() cannot be called with an empty "+e+".");}function Cs(t,e){if(void 0===e)return{merge:!1};if(void 0!==e.mergeFields&&void 0!==e.merge)throw new M(V.INVALID_ARGUMENT,"Invalid options passed to function "+t+'(): You cannot specify both "merge" and "mergeFields".');return e;}/** * Validates that two boolean options are not set at the same time. */function Ls(t,e,n,r){if(!0===e&&!0===r)throw new M(V.INVALID_ARGUMENT,t+" and "+n+" cannot be used together.");}/** * Validates that `path` refers to a document (indicated by the fact it contains * an even numbers of segments). */function Rs(t){if(!it.Et(t))throw new M(V.INVALID_ARGUMENT,"Invalid document reference. Document references must have an even number of segments, but "+t+" has "+t.length+".");}/** * Validates that `path` refers to a collection (indicated by the fact it * contains an odd numbers of segments). */function Vs(t){if(it.Et(t))throw new M(V.INVALID_ARGUMENT,"Invalid collection reference. Collection references must have an odd number of segments, but "+t+" has "+t.length+".");}/** * Returns true if it's a non-null object without a custom prototype * (i.e. excludes Array, Date, etc.). */ /** Returns a string describing the type / value of the provided input. */function Ms(t){if(void 0===t)return"undefined";if(null===t)return"null";if("string"==typeof t)return t.length>20&&(t=t.substring(0,20)+"..."),JSON.stringify(t);if("number"==typeof t||"boolean"==typeof t)return""+t;if("object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(t)){if(t instanceof Array)return"an array";var e=/** Hacky method to try to get the constructor name for an object. */function(t){if(t.constructor){var e=/function\s+([^\s(]+)\s*\(/.exec(t.constructor.toString());if(e&&e.length>1)return e[1];}return null;}(t);return e?"a custom "+e+" object":"an object";}return"function"==typeof t?"a function":S();}function Us(t,// eslint-disable-next-line @typescript-eslint/no-explicit-any e){if("_delegate"in t&&(// Unwrap Compat types // eslint-disable-next-line @typescript-eslint/no-explicit-any t=t._),!(t instanceof e)){if(e.name===t.constructor.name)throw new M(V.INVALID_ARGUMENT,"Type does not match the expected instance. Did you pass a reference from a different Firestore SDK?");var n=Ms(t);throw new M(V.INVALID_ARGUMENT,"Expected type '"+e.name+"', but it was: "+n);}return t;}function qs(t,e){if(e<=0)throw new M(V.INVALID_ARGUMENT,"Function "+t+"() requires a positive number, but it was: "+e+".");}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // settings() defaults: /** * A concrete type describing all the values that can be applied via a * user-supplied firestore.Settings object. This is a separate type so that * defaults can be supplied and the value can be checked for equality. */var Fs=/** @class */function(){function t(t){var e;if(void 0===t.host){if(void 0!==t.ssl)throw new M(V.INVALID_ARGUMENT,"Can't provide ssl option if host option is not set");this.host="firestore.googleapis.com",this.ssl=!0;}else this.host=t.host,this.ssl=null===(e=t.ssl)||void 0===e||e;if(this.credentials=t.credentials,this.ignoreUndefinedProperties=!!t.ignoreUndefinedProperties,void 0===t.cacheSizeBytes)this.cacheSizeBytes=41943040;else{if(-1!==t.cacheSizeBytes&&t.cacheSizeBytes<1048576)throw new M(V.INVALID_ARGUMENT,"cacheSizeBytes must be at least 1048576");this.cacheSizeBytes=t.cacheSizeBytes;}this.experimentalForceLongPolling=!!t.experimentalForceLongPolling,this.experimentalAutoDetectLongPolling=!!t.experimentalAutoDetectLongPolling,Ls("experimentalForceLongPolling",t.experimentalForceLongPolling,"experimentalAutoDetectLongPolling",t.experimentalAutoDetectLongPolling);}return t.prototype.isEqual=function(t){return this.host===t.host&&this.ssl===t.ssl&&this.credentials===t.credentials&&this.cacheSizeBytes===t.cacheSizeBytes&&this.experimentalForceLongPolling===t.experimentalForceLongPolling&&this.experimentalAutoDetectLongPolling===t.experimentalAutoDetectLongPolling&&this.ignoreUndefinedProperties===t.ignoreUndefinedProperties;},t;}(),js=new Map(),zs=/** @class */function(){/** @hideconstructor */function t(t,e){this.w_="(lite)",this.E_=new Fs({}),this.T_=!1,t instanceof B?(this.I_=t,this.m_=new J()):(this.A_=t,this.I_=function(t){if(!Object.prototype.hasOwnProperty.apply(t.options,["projectId"]))throw new M(V.INVALID_ARGUMENT,'"projectId" not provided in firebase.initializeApp.');return new B(t.options.projectId);}(t),this.m_=new W(e));}return Object.defineProperty(t.prototype,"app",{/** * The {@link FirebaseApp} associated with this `Firestore` service * instance. */get:function get(){if(!this.A_)throw new M(V.FAILED_PRECONDITION,"Firestore was not initialized using the Firebase SDK. 'app' is not available");return this.A_;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"R_",{get:function get(){return this.T_;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"P_",{get:function get(){return void 0!==this.y_;},enumerable:!1,configurable:!0}),t.prototype.g_=function(t){if(this.T_)throw new M(V.FAILED_PRECONDITION,"Firestore has already been started and its settings can no longer be changed. You can only modify settings before calling any other methods on a Firestore object.");this.E_=new Fs(t),void 0!==t.credentials&&(this.m_=function(t){if(!t)return new J();switch(t.type){case"gapi":var e=t.client;// Make sure this really is a Gapi client. return x(!("object"!=Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(e)||null===e||!e.auth||!e.auth.getAuthHeaderValueForFirstParty)),new Y(e,t.sessionIndex||"0");case"provider":return t.client;default:throw new M(V.INVALID_ARGUMENT,"makeCredentialsProvider failed due to invalid credential type");}}(t.credentials));},t.prototype.V_=function(){return this.E_;},t.prototype.p_=function(){return this.T_=!0,this.E_;},t.prototype._delete=function(){return this.y_||(this.y_=this.b_()),this.y_;},/** * Terminates all components used by this client. Subclasses can override * this method to clean up their own dependencies, but must also call this * method. * * Only ever called once. */t.prototype.b_=function(){/** * Removes all components associated with the provided instance. Must be called * when the `Firestore` instance is terminated. */return t=this,(e=js.get(t))&&(E("ComponentProvider","Removing Datastore"),js.delete(t),e.terminate()),Promise.resolve();var t,e;},t;}(),Gs=/** @class */function(){/** @hideconstructor */function t(t,e,n){this.v_=e,this.S_=n,/** The type of this Firestore reference. */this.type="document",this.firestore=t;}return Object.defineProperty(t.prototype,"D_",{get:function get(){return this.S_.path;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"id",{/** * The document's identifier within its collection. */get:function get(){return this.S_.path.et();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"path",{/** * A string representing the path of the referenced document (relative * to the root of the database). */get:function get(){return this.S_.path.ot();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"parent",{/** * The collection this `DocumentReference` belongs to. */get:function get(){return new Ks(this.firestore,this.v_,this.S_.path.Z());},enumerable:!1,configurable:!0}),/** * Applies a custom data converter to this `DocumentReference`, allowing you * to use your own custom model objects with Firestore. When you call {@link * setDoc}, {@link getDoc}, etc. with the returned `DocumentReference` * instance, the provided converter will convert between Firestore data and * your custom type `U`. * * @param converter - Converts objects to and from Firestore. * @returns A `DocumentReference<U>` that uses the provided converter. */t.prototype.withConverter=function(e){return new t(this.firestore,e,this.S_);},t;}(),Bs=/** @class */function(){// This is the lite version of the Query class in the main SDK. /** @hideconstructor protected */function t(t,e,n){this.v_=e,this.C_=n,/** The type of this Firestore reference. */this.type="query",this.firestore=t/** * Applies a custom data converter to this query, allowing you to use your own * custom model objects with Firestore. When you call {@link getDocs} with * the returned query, the provided converter will convert between Firestore * data and your custom type `U`. * * @param converter - Converts objects to and from Firestore. * @returns A `Query<U>` that uses the provided converter. */;}return t.prototype.withConverter=function(e){return new t(this.firestore,e,this.C_);},t;}(),Ks=/** @class */function(t){/** @hideconstructor */function e(e,n,r){var i=this;return(i=t.call(this,e,n,se(r))||this).firestore=e,i.D_=r,i.type="collection",i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"id",{/** The collection's identifier. */get:function get(){return this.C_.path.et();},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"path",{/** * A string representing the path of the referenced collection (relative * to the root of the database). */get:function get(){return this.C_.path.ot();},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{/** * A reference to the containing `DocumentReference` if this is a * subcollection. If this isn't a subcollection, the reference is null. */get:function get(){var t=this.D_.Z();return t.nt()?null:new Gs(this.firestore,/* converter= */null,new it(t));},enumerable:!1,configurable:!0}),/** * Applies a custom data converter to this CollectionReference, allowing you * to use your own custom model objects with Firestore. When you call {@link * addDoc} with the returned `CollectionReference` instance, the provided * converter will convert between Firestore data and your custom type `U`. * * @param converter - Converts objects to and from Firestore. * @returns A `CollectionReference<U>` that uses the provided converter. */e.prototype.withConverter=function(t){return new e(this.firestore,t,this.D_);},e;}(Bs);/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Hs(t,e){for(var n,r=[],i=2;i<arguments.length;i++){r[i-2]=arguments[i];}if(t instanceof q&&(t=t._),Ps("collection","path",e),t instanceof zs)return Vs(n=et.ct.apply(et,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([e],r))),new Ks(t,/* converter= */null,n);if(!(t instanceof Gs||t instanceof Ks))throw new M(V.INVALID_ARGUMENT,"Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore");return Vs(n=et.ct.apply(et,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([t.path],r)).child(et.ct(e))),new Ks(t.firestore,/* converter= */null,n);}// TODO(firestorelite): Consider using ErrorFactory - // https://github.com/firebase/firebase-js-sdk/blob/0131e1f/packages/util/src/errors.ts#L106 /** * Creates and returns a new `Query` instance that includes all documents in the * database that are contained in a collection or subcollection with the * given `collectionId`. * * @param firestore - A reference to the root Firestore instance. * @param collectionId - Identifies the collections to query over. Every * collection or subcollection with this ID as the last segment of its path * will be included. Cannot contain a slash. * @returns The created `Query`. */function Js(t,e){for(var n,r=[],i=2;i<arguments.length;i++){r[i-2]=arguments[i];}if(t instanceof q&&(t=t._),// We allow omission of 'pathString' but explicitly prohibit passing in both // 'undefined' and 'null'. 1===arguments.length&&(e=O.t()),Ps("doc","path",e),t instanceof zs)return Rs(n=et.ct.apply(et,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([e],r))),new Gs(t,/* converter= */null,new it(n));if(!(t instanceof Gs||t instanceof Ks))throw new M(V.INVALID_ARGUMENT,"Expected first argument to collection() to be a CollectionReference, a DocumentReference or FirebaseFirestore");return Rs(n=t.D_.child(et.ct.apply(et,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([e],r)))),new Gs(t.firestore,t instanceof Ks?t.v_:null,new it(n));}/** * Returns true if the provided references are equal. * * @param left - A reference to compare. * @param right - A reference to compare. * @returns true if the references point to the same location in the same * Firestore database. */function Ws(t,e){return t instanceof q&&(t=t._),e instanceof q&&(e=e._),(t instanceof Gs||t instanceof Ks)&&(e instanceof Gs||e instanceof Ks)&&t.firestore===e.firestore&&t.path===e.path&&t.v_===e.v_/** * Returns true if the provided queries point to the same collection and apply * the same constraints. * * @param left - A `Query` to compare. * @param right - A `Query` to compare. * @returns true if the references point to the same location in the same * Firestore database. */;}function Qs(t,e){return t instanceof q&&(t=t._),e instanceof q&&(e=e._),t instanceof Bs&&e instanceof Bs&&t.firestore===e.firestore&&ye(t.C_,e.C_)&&t.v_===e.v_/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * An immutable object representing a geographic location in Firestore. The * location is represented as latitude/longitude pair. * * Latitude values are in the range of [-90, 90]. * Longitude values are in the range of [-180, 180]. */;}var Ys=/** @class */function(){/** * Creates a new immutable `GeoPoint` object with the provided latitude and * longitude values. * @param latitude - The latitude as number between -90 and 90. * @param longitude - The longitude as number between -180 and 180. */function t(t,e){if(!isFinite(t)||t<-90||t>90)throw new M(V.INVALID_ARGUMENT,"Latitude must be a number between -90 and 90, but was: "+t);if(!isFinite(e)||e<-180||e>180)throw new M(V.INVALID_ARGUMENT,"Longitude must be a number between -180 and 180, but was: "+e);this.x_=t,this.N_=e;}return Object.defineProperty(t.prototype,"latitude",{/** * The latitude of this `GeoPoint` instance. */get:function get(){return this.x_;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"longitude",{/** * The longitude of this `GeoPoint` instance. */get:function get(){return this.N_;},enumerable:!1,configurable:!0}),/** * Returns true if this `GeoPoint` is equal to the provided one. * * @param other - The `GeoPoint` to compare against. * @returns true if this `GeoPoint` is equal to the provided one. */t.prototype.isEqual=function(t){return this.x_===t.x_&&this.N_===t.N_;},t.prototype.toJSON=function(){return{latitude:this.x_,longitude:this.N_};},/** * Actually private to JS consumers of our API, so this function is prefixed * with an underscore. */t.prototype.K=function(t){return P(this.x_,t.x_)||P(this.N_,t.N_);},t;}(),$s=/^__.*__$/,Xs=/** @class */function(){function t(t,e,n){this.data=t,this.zt=e,this.fieldTransforms=n;}return t.prototype.F_=function(t,e){return null!==this.zt?new Qe(t,this.data,this.zt,e,this.fieldTransforms):new We(t,this.data,e,this.fieldTransforms);},t;}(),Zs=/** @class */function(){function t(t,// The fieldMask does not include document transforms. e,n){this.data=t,this.zt=e,this.fieldTransforms=n;}return t.prototype.F_=function(t,e){return new Qe(t,this.data,this.zt,e,this.fieldTransforms);},t;}();/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function ta(t){switch(t){case 0/* Set */:// fall through case 2/* MergeSet */:// fall through case 1/* Update */:return!0;case 3/* Argument */:case 4/* ArrayArgument */:return!1;default:throw S();}}/** A "context" object passed around while parsing user data. */var ea=/** @class */function(){/** * Initializes a ParseContext with the given source and path. * * @param settings - The settings for the parser. * @param databaseId - The database ID of the Firestore instance. * @param serializer - The serializer to use to generate the Value proto. * @param ignoreUndefinedProperties - Whether to ignore undefined properties * rather than throw. * @param fieldTransforms - A mutable list of field transforms encountered * while parsing the data. * @param fieldMask - A mutable list of field paths encountered while parsing * the data. * * TODO(b/34871131): We don't support array paths right now, so path can be * null to indicate the context represents any location within an array (in * which case certain features will not work and errors will be somewhat * compromised). */function t(t,e,n,r,i,o){this.settings=t,this.T=e,this.Kt=n,this.ignoreUndefinedProperties=r,// Minor hack: If fieldTransforms is undefined, we assume this is an // external call and we need to validate the entire path. void 0===i&&this.O_(),this.fieldTransforms=i||[],this.zt=o||[];}return Object.defineProperty(t.prototype,"path",{get:function get(){return this.settings.path;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"k_",{get:function get(){return this.settings.k_;},enumerable:!1,configurable:!0}),/** Returns a new context with the specified settings overwritten. */t.prototype.M_=function(e){return new t(Object.assign(Object.assign({},this.settings),e),this.T,this.Kt,this.ignoreUndefinedProperties,this.fieldTransforms,this.zt);},t.prototype.L_=function(t){var e,n=null===(e=this.path)||void 0===e?void 0:e.child(t),r=this.M_({path:n,B_:!1});return r.q_(t),r;},t.prototype.U_=function(t){var e,n=null===(e=this.path)||void 0===e?void 0:e.child(t),r=this.M_({path:n,B_:!1});return r.O_(),r;},t.prototype.Q_=function(t){// TODO(b/34871131): We don't support array paths right now; so make path // undefined. return this.M_({path:void 0,B_:!0});},t.prototype.K_=function(t){return Ia(t,this.settings.methodName,this.settings.W_||!1,this.path,this.settings.j_);},/** Returns 'true' if 'fieldPath' was traversed when creating this context. */t.prototype.contains=function(t){return void 0!==this.zt.find(function(e){return t.st(e);})||void 0!==this.fieldTransforms.find(function(e){return t.st(e.field);});},t.prototype.O_=function(){// TODO(b/34871131): Remove null check once we have proper paths for fields // within arrays. if(this.path)for(var t=0;t<this.path.length;t++){this.q_(this.path.get(t));}},t.prototype.q_=function(t){if(0===t.length)throw this.K_("Document fields must not be empty");if(ta(this.k_)&&$s.test(t))throw this.K_('Document fields cannot begin and end with "__"');},t;}(),na=/** @class */function(){function t(t,e,n){this.T=t,this.ignoreUndefinedProperties=e,this.Kt=n||Wo(t)/** Creates a new top-level parse context. */;}return t.prototype.G_=function(t,e,n,r){return void 0===r&&(r=!1),new ea({k_:t,methodName:e,j_:n,path:rt.at(),B_:!1,W_:r},this.T,this.Kt,this.ignoreUndefinedProperties);},t;}();/** * Helper for parsing raw user input (provided via the API) into internal model * classes. */function ra(t){var e=t.p_(),n=Wo(t.I_);return new na(t.I_,!!e.ignoreUndefinedProperties,n);}/** Parse document data from a set() call. */function ia(t,e,n,r,i,o){void 0===o&&(o={});var u=t.G_(o.merge||o.mergeFields?2/* MergeSet */:0/* Set */,e,n,i);ma("Data must be an object, but it was:",u,r);var s,a,c=va(r,u);if(o.merge)s=new at(u.zt),a=u.fieldTransforms;else if(o.mergeFields){for(var f=[],h=0,l=o.mergeFields;h<l.length;h++){var p=ga(e,l[h],n);if(!u.contains(p))throw new M(V.INVALID_ARGUMENT,"Field '"+p+"' is specified in your field mask but missing from your input data.");_a(f,p)||f.push(p);}s=new at(f),a=u.fieldTransforms.filter(function(t){return s.It(t.field);});}else s=null,a=u.fieldTransforms;return new Xs(new Pt(c),s,a);}var oa=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.z_=function(t){if(2/* MergeSet */!==t.k_)throw 1/* Update */===t.k_?t.K_(this._methodName+"() can only appear at the top level of your update data"):t.K_(this._methodName+"() cannot be used with set() unless you pass {merge:true}");// No transform to add for a delete, but we need to add it to our // fieldMask so it gets deleted. return t.zt.push(t.path),null;},e.prototype.isEqual=function(t){return t instanceof e;},e;}(Os);/** * Creates a child context for parsing SerializableFieldValues. * * This is different than calling `ParseContext.contextWith` because it keeps * the fieldTransforms and fieldMask separate. * * The created context has its `dataSource` set to `UserDataSource.Argument`. * Although these values are used with writes, any elements in these FieldValues * are not considered writes since they cannot contain any FieldValue sentinels, * etc. * * @param fieldValue - The sentinel FieldValue for which to create a child * context. * @param context - The parent context. * @param arrayElement - Whether or not the FieldValue has an array. */function ua(t,e,n){return new ea({k_:3/* Argument */,j_:e.settings.j_,methodName:t._methodName,B_:n},e.T,e.Kt,e.ignoreUndefinedProperties);}var sa=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.z_=function(t){return new Ue(t.path,new ke());},e.prototype.isEqual=function(t){return t instanceof e;},e;}(Os),aa=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e)||this).H_=n,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.z_=function(t){var e=ua(this,t,/*array=*/!0),n=this.H_.map(function(t){return da(t,e);}),r=new Oe(n);return new Ue(t.path,r);},e.prototype.isEqual=function(t){// TODO(mrschmidt): Implement isEquals return this===t;},e;}(Os),ca=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e)||this).H_=n,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.z_=function(t){var e=ua(this,t,/*array=*/!0),n=this.H_.map(function(t){return da(t,e);}),r=new Ce(n);return new Ue(t.path,r);},e.prototype.isEqual=function(t){// TODO(mrschmidt): Implement isEquals return this===t;},e;}(Os),fa=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e)||this).J_=n,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.z_=function(t){var e=new Re(t.Kt,Ne(t.Kt,this.J_));return new Ue(t.path,e);},e.prototype.isEqual=function(t){// TODO(mrschmidt): Implement isEquals return this===t;},e;}(Os);/** Parse update data from an update() call. */function ha(t,e,n,r){var i=t.G_(1/* Update */,e,n);ma("Data must be an object, but it was:",i,r);var o=[],u=new Ct();ut(r,function(t,r){var s=ba(e,t,n);// For Compat types, we have to "extract" the underlying types before // performing validation. r instanceof q&&(r=r._);var a=i.U_(s);if(r instanceof oa)// Add it to the field mask, but don't add anything to updateData. o.push(s);else{var c=da(r,a);null!=c&&(o.push(s),u.set(s,c));}});var s=new at(o);return new Zs(u.yt(),s,i.fieldTransforms);}/** Parse update data from a list of field/value arguments. */function la(t,e,n,r,i,o){var u=t.G_(1/* Update */,e,n),s=[ga(e,r,n)],a=[i];if(o.length%2!=0)throw new M(V.INVALID_ARGUMENT,"Function "+e+"() needs to be called with an even number of arguments that alternate between field names and values.");for(var c=0;c<o.length;c+=2){s.push(ga(e,o[c])),a.push(o[c+1]);}// We iterate in reverse order to pick the last value for a field if the // user specified the field multiple times. for(var f=[],h=new Ct(),l=s.length-1;l>=0;--l){if(!_a(f,s[l])){var p=s[l],d=a[l];// For Compat types, we have to "extract" the underlying types before // performing validation. d instanceof q&&(d=d._);var v=u.U_(p);if(d instanceof oa)// Add it to the field mask, but don't add anything to updateData. f.push(p);else{var y=da(d,v);null!=y&&(f.push(p),h.set(p,y));}}}var m=new at(f);return new Zs(h.yt(),m,u.fieldTransforms);}/** * Parse a "query value" (e.g. value in a where filter or a value in a cursor * bound). * * @param allowArrays - Whether the query value is an array that may directly * contain additional arrays (e.g. the operand of an `in` query). */function pa(t,e,n,r){return void 0===r&&(r=!1),da(n,t.G_(r?4/* ArrayArgument */:3/* Argument */,e));}/** * Parses user data to Protobuf Values. * * @param input - Data to be parsed. * @param context - A context object representing the current path being parsed, * the source of the data being parsed, etc. * @returns The parsed value, or null if the value was a FieldValue sentinel * that should not be included in the resulting parsed data. */function da(t,e){if(// Unwrap the API type from the Compat SDK. This will return the API type // from firestore-exp. t instanceof q&&(t=t._),ya(t))return ma("Unsupported field value:",e,t),va(t,e);if(t instanceof Os)// FieldValues usually parse into transforms (except FieldValue.delete()) // in which case we do not want to include this field in our parsed data // (as doing so will overwrite the field directly prior to the transform // trying to transform it). So we don't add this location to // context.fieldMask and we return null as our parsing result. /** * "Parses" the provided FieldValueImpl, adding any necessary transforms to * context.fieldTransforms. */return function(t,e){// Sentinels are only supported with writes, and not within arrays. if(!ta(e.k_))throw e.K_(t._methodName+"() can only be used with update() and set()");if(!e.path)throw e.K_(t._methodName+"() is not currently supported inside arrays");var n=t.z_(e);n&&e.fieldTransforms.push(n);}(t,e),null;if(// If context.path is null we are inside an array and we don't support // field mask paths more granular than the top-level array. e.path&&e.zt.push(e.path),t instanceof Array){// TODO(b/34871131): Include the path containing the array in the error // message. // In the case of IN queries, the parsed data is an array (representing // the set of values to be included for the IN query) that may directly // contain additional arrays (each representing an individual field // value), so we disable this validation. if(e.settings.B_&&4/* ArrayArgument */!==e.k_)throw e.K_("Nested arrays are not supported");return function(t,e){for(var n=[],r=0,i=0,o=t;i<o.length;i++){var u=da(o[i],e.Q_(r));null==u&&(// Just include nulls in the array for fields being replaced with a // sentinel. u={nullValue:"NULL_VALUE"}),n.push(u),r++;}return{arrayValue:{values:n}};}(t,e);}return function(t,e){if(t instanceof q&&(t=t._),null===t)return{nullValue:"NULL_VALUE"};if("number"==typeof t)return Ne(e.Kt,t);if("boolean"==typeof t)return{booleanValue:t};if("string"==typeof t)return{stringValue:t};if(t instanceof Date){var n=X.fromDate(t);return{timestampValue:qn(e.Kt,n)};}if(t instanceof X){// Firestore backend truncates precision down to microseconds. To ensure // offline mode works the same with regards to truncation, perform the // truncation immediately without waiting for the backend to do that. n=new X(t.seconds,1e3*Math.floor(t.nanoseconds/1e3));return{timestampValue:qn(e.Kt,n)};}if(t instanceof Ys)return{geoPointValue:{latitude:t.latitude,longitude:t.longitude}};if(t instanceof U)return{bytesValue:Fn(e.Kt,t.l)};if(t instanceof Gs){n=e.T;var r=t.firestore.I_;if(!r.isEqual(n))throw e.K_("Document reference is for database "+r.projectId+"/"+r.database+" but should be for database "+n.projectId+"/"+n.database);return{referenceValue:Gn(t.firestore.I_||e.T,t.S_.path)};}if(void 0===t&&e.ignoreUndefinedProperties)return null;throw e.K_("Unsupported field value: "+Ms(t));}(t,e);}function va(t,e){var n={};return st(t)?// If we encounter an empty object, we explicitly add it to the update // mask to ensure that the server creates a map entry. e.path&&e.path.length>0&&e.zt.push(e.path):ut(t,function(t,r){var i=da(r,e.L_(t));null!=i&&(n[t]=i);}),{mapValue:{fields:n}};}function ya(t){return!("object"!=Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(t)||null===t||t instanceof Array||t instanceof Date||t instanceof X||t instanceof Ys||t instanceof U||t instanceof Gs||t instanceof Os);}function ma(t,e,n){if(!ya(n)||!function(t){return"object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(t)&&null!==t&&(Object.getPrototypeOf(t)===Object.prototype||null===Object.getPrototypeOf(t));}(n)){var r=Ms(n);throw"an object"===r?e.K_(t+" a custom object"):e.K_(t+" "+r);}}/** * Helper that calls fromDotSeparatedString() but wraps any error thrown. */function ga(t,e,n){if(// If required, replace the FieldPath Compat class with with the firestore-exp // FieldPath. e instanceof q&&(e=e._),e instanceof ks)return e.d_;if("string"==typeof e)return ba(t,e);throw Ia("Field path arguments must be of type string or FieldPath.",t,/* hasConverter= */!1,/* path= */void 0,n);}/** * Matches any characters in a field path string that are reserved. */var wa=new RegExp("[~\\*/\\[\\]]");/** * Wraps fromDotSeparatedString with an error message about the method that * was thrown. * @param methodName - The publicly visible method name * @param path - The dot-separated string form of a field path which will be * split on dots. * @param targetDoc - The document against which the field path will be * evaluated. */function ba(t,e,n){if(e.search(wa)>=0)throw Ia("Invalid field path ("+e+"). Paths must not contain '~', '*', '/', '[', or ']'",t,/* hasConverter= */!1,/* path= */void 0,n);try{return new(ks.bind.apply(ks,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([void 0],e.split("."))))().d_;}catch(r){throw Ia("Invalid field path ("+e+"). Paths must not be empty, begin with '.', end with '.', or contain '..'",t,/* hasConverter= */!1,/* path= */void 0,n);}}function Ia(t,e,n,r,i){var o=r&&!r.nt(),u=void 0!==i,s="Function "+e+"() called with invalid data";n&&(s+=" (via `toFirestore()`)");var a="";return(o||u)&&(a+=" (found",o&&(a+=" in field "+r),u&&(a+=" in document "+i),a+=")"),new M(V.INVALID_ARGUMENT,(s+=". ")+t+a)/** Checks `haystack` if FieldPath `needle` is present. Runs in O(n). */;}function _a(t,e){return t.some(function(t){return t.isEqual(e);});}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Internal transaction object responsible for accumulating the mutations to * perform and the base versions for any documents read. */var Ea=/** @class */function(){function t(t){this.Dh=t,// The version of each document that was read during this transaction. this.Y_=new Map(),this.mutations=[],this.X_=!1,/** * A deferred usage error that occurred previously in this transaction that * will cause the transaction to fail once it actually commits. */this.Z_=null,/** * Set of documents that have been written in the transaction. * * When there's more than one write to the same key in a transaction, any * writes after the first are handled differently. */this.tf=new Set();}return t.prototype.ef=function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:if(this.nf(),this.mutations.length>0)throw new M(V.INVALID_ARGUMENT,"Firestore transactions require all reads to be executed before all writes.");return[4/*yield*/,function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i,o,u,s;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(a){switch(a.label){case 0:return n=D(t),r=Qn(n.Kt)+"/documents",i={documents:e.map(function(t){return Kn(n.Kt,t);})},[4/*yield*/,n.Cu("BatchGetDocuments",r,i)];case 1:return o=a.sent(),u=new Map(),o.forEach(function(t){var e=function(t,e){return"found"in e?function(t,e){x(!!e.found),e.found.name,e.found.updateTime;var n=Hn(t,e.found.name),r=zn(e.found.updateTime),i=new Pt({mapValue:{fields:e.found.fields}});return new Vt(n,r,i,{});}(t,e):"missing"in e?function(t,e){x(!!e.missing),x(!!e.readTime);var n=Hn(t,e.missing),r=zn(e.readTime);return new Mt(n,r);}(t,e):S();}(n.Kt,t);u.set(e.key.toString(),e);}),s=[],[2/*return*/,(e.forEach(function(t){var e=u.get(t.toString());x(!!e),s.push(e);}),s)];}});});}(this.Dh,t)];case 1:return[2/*return*/,((e=r.sent()).forEach(function(t){t instanceof Mt||t instanceof Vt?n.sf(t):S();}),e)];}});});},t.prototype.set=function(t,e){this.write(e.F_(t,this.Gt(t))),this.tf.add(t.toString());},t.prototype.update=function(t,e){try{this.write(e.F_(t,this.rf(t)));}catch(t){this.Z_=t;}this.tf.add(t.toString());},t.prototype.delete=function(t){this.write(new nn(t,this.Gt(t))),this.tf.add(t.toString());},t.prototype.commit=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:if(this.nf(),this.Z_)throw this.Z_;return t=this.Y_,// For each mutation, note that the doc was written. this.mutations.forEach(function(e){t.delete(e.key.toString());}),// For each document that was read but not written to, we want to perform // a `verify` operation. t.forEach(function(t,n){var r=it.ft(n);e.mutations.push(new rn(r,e.Gt(r)));}),[4/*yield*/,function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return n=D(t),r=Qn(n.Kt)+"/documents",i={writes:e.map(function(t){return Zn(n.Kt,t);})},[4/*yield*/,n.bu("Commit",r,i)];case 1:return o.sent(),[2/*return*/];}});});}(this.Dh,this.mutations)];case 1:// For each mutation, note that the doc was written. return n.sent(),this.X_=!0,[2/*return*/];}});});},t.prototype.sf=function(t){var e;if(t instanceof Vt)e=t.version;else{if(!(t instanceof Mt))throw S();// For deleted docs, we must use baseVersion 0 when we overwrite them. e=Z.min();}var n=this.Y_.get(t.key.toString());if(n){if(!e.isEqual(n))// This transaction will fail no matter what. throw new M(V.ABORTED,"Document version changed between two reads.");}else this.Y_.set(t.key.toString(),e);},/** * Returns the version of this document when it was read in this transaction, * as a precondition, or no precondition if it was not read. */t.prototype.Gt=function(t){var e=this.Y_.get(t.toString());return!this.tf.has(t.toString())&&e?Fe.updateTime(e):Fe.Wt();},/** * Returns the precondition for a document if the operation is an update. */t.prototype.rf=function(t){var e=this.Y_.get(t.toString());// The first time a document is written, we want to take into account the // read time and existence if(!this.tf.has(t.toString())&&e){if(e.isEqual(Z.min()))// The document doesn't exist, so fail the transaction. // This has to be validated locally because you can't send a // precondition that a document does not exist without changing the // semantics of the backend write to be an insert. This is the reverse // of what we want, since we want to assert that the document doesn't // exist but then send the update and have it fail. Since we can't // express that to the backend, we have to validate locally. // Note: this can change once we can send separate verify writes in the // transaction. throw new M(V.INVALID_ARGUMENT,"Can't update a document that doesn't exist.");// Document exists, base precondition on document update time. return Fe.updateTime(e);}// Document was not read, so we just use the preconditions for a blind // update. return Fe.exists(!0);},t.prototype.write=function(t){this.nf(),this.mutations.push(t);},t.prototype.nf=function(){},t;}(),Ta=/** @class */function(){function t(t,e,n,r){this.fs=t,this.Dh=e,this.updateFunction=n,this.Ts=r,this.cf=5,this.zu=new Qo(this.fs,"transaction_retry"/* TransactionRetry */)/** Runs the transaction and sets the result on deferred. */;}return t.prototype.run=function(){this.af();},t.prototype.af=function(){var t=this;this.zu.Bu(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(t,void 0,void 0,function(){var t,e,n=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){return t=new Ea(this.Dh),(e=this.uf(t))&&e.then(function(e){n.fs.ys(function(){return t.commit().then(function(){n.Ts.resolve(e);}).catch(function(t){n.hf(t);});});}).catch(function(t){n.hf(t);}),[2/*return*/];});});});},t.prototype.uf=function(t){try{var e=this.updateFunction(t);return!yt(e)&&e.catch&&e.then?e:(this.Ts.reject(Error("Transaction callback must return a Promise")),null);}catch(t){// Do not retry errors thrown by user provided updateFunction. return this.Ts.reject(t),null;}},t.prototype.hf=function(t){var e=this;this.cf>0&&this.lf(t)?(this.cf-=1,this.fs.ys(function(){return e.af(),Promise.resolve();})):this.Ts.reject(t);},t.prototype.lf=function(t){if("FirebaseError"===t.name){// In transactions, the backend will fail outdated reads with FAILED_PRECONDITION and // non-matching document versions with ABORTED. These errors should be retried. var e=t.code;return"aborted"===e||"failed-precondition"===e||!un(e);}return!1;},t;}(),Na=/** @class */function(){function t(t,/** * Asynchronous queue responsible for all of our internal processing. When * we get incoming work from the user (via public API) or the network * (incoming GRPC messages), we should always schedule onto this queue. * This ensures all of our work is properly serialized (e.g. we don't * start processing a new operation while the previous one is waiting for * an async I/O to complete). */e,n){var r=this;this.credentials=t,this.fs=e,this.gu=n,this.user=K.UNAUTHENTICATED,this.clientId=O.t(),this._f=function(){},this.N=new vr(),this.credentials.S(function(t){E("FirestoreClient","Received user=",t.uid),r.user=t,r._f(t),r.N.resolve();});}return t.prototype.getConfiguration=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return[4/*yield*/,this.N.promise];case 1:return[2/*return*/,(t.sent(),{fs:this.fs,gu:this.gu,clientId:this.clientId,credentials:this.credentials,Yl:this.user,bl:100})];}});});},t.prototype.ff=function(t){var e=this;this._f=t,// eslint-disable-next-line @typescript-eslint/no-floating-promises this.N.promise.then(function(){return e._f(e.user);});},/** * Checks that the client has not been terminated. Ensures that other methods on * this class cannot be called after the client is terminated. */t.prototype.df=function(){if(this.fs.wf)throw new M(V.FAILED_PRECONDITION,"The client has already been terminated.");},t.prototype.terminate=function(){var t=this;this.fs.Ef();var e=new vr();return this.fs.Tf(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(t,void 0,void 0,function(){var t,n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return r.trys.push([0,5,,6]),this.If?[4/*yield*/,this.If.terminate()]:[3/*break*/,2];case 1:r.sent(),r.label=2;case 2:return this.mf?[4/*yield*/,this.mf.terminate()]:[3/*break*/,4];case 3:r.sent(),r.label=4;case 4:// `removeChangeListener` must be called after shutting down the // RemoteStore as it will prevent the RemoteStore from retrieving // auth tokens. return this.credentials.D(),e.resolve(),[3/*break*/,6];case 5:return t=r.sent(),n=Sr(t,"Failed to shutdown persistence"),e.reject(n),[3/*break*/,6];case 6:return[2/*return*/];}});});}),e.promise;},t;}();/** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * TransactionRunner encapsulates the logic needed to run and retry transactions * with backoff. */function Aa(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r,i=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return t.fs.Af(),E("FirestoreClient","Initializing OfflineComponentProvider"),[4/*yield*/,t.getConfiguration()];case 1:return n=o.sent(),[4/*yield*/,e.initialize(n)];case 2:return o.sent(),r=n.Yl,t.ff(function(n){r.isEqual(n)||(r=n,t.fs.vo(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(i,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(t){switch(t.label){case 0:return[4/*yield*/,uo(e.Sh,n)];case 1:return t.sent(),[2/*return*/];}});});}));}),// When a user calls clearPersistence() in one client, all other clients // need to be terminated to allow the delete to succeed. e.persistence.Vo(function(){return t.terminate();}),t.mf=e,[2/*return*/];}});});}function Sa(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return t.fs.Af(),[4/*yield*/,xa(t)];case 1:return n=i.sent(),E("FirestoreClient","Initializing OnlineComponentProvider"),[4/*yield*/,t.getConfiguration()];case 2:return r=i.sent(),[4/*yield*/,e.initialize(n,r)];case 3:return i.sent(),// The CredentialChangeListener of the online component provider takes // precedence over the offline component provider. t.ff(function(n){return t.fs.vo(function(){return function(t,e){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var n,r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return(n=D(t)).fs.Af(),E("RemoteStore","RemoteStore received new credentials"),r=fu(n),// Tear down and re-create our network streams. This will ensure we get a // fresh auth token for the new user and re-fill the write pipeline with // new mutations from the LocalStore (since mutations are per-user). n.Fh.add(3/* CredentialChange */),[4/*yield*/,ru(n)];case 1:return i.sent(),r&&// Don't set the network status to Unknown if we are offline. n.Mh.set("Unknown"/* Unknown */),[4/*yield*/,n.Ch.s_(e)];case 2:return i.sent(),n.Fh.delete(3/* CredentialChange */),[4/*yield*/,nu(n)];case 3:// Tear down and re-create our network streams. This will ensure we get a // fresh auth token for the new user and re-fill the write pipeline with // new mutations from the LocalStore (since mutations are per-user). return i.sent(),[2/*return*/];}});});}(e.gl,n);});}),t.If=e,[2/*return*/];}});});}function xa(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return t.mf?[3/*break*/,2]:(E("FirestoreClient","Using default OfflineComponentProvider"),[4/*yield*/,Aa(t,new Es())]);case 1:e.sent(),e.label=2;case 2:return[2/*return*/,t.mf];}});});}function Da(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return t.If?[3/*break*/,2]:(E("FirestoreClient","Using default OnlineComponentProvider"),[4/*yield*/,Sa(t,new As())]);case 1:e.sent(),e.label=2;case 2:return[2/*return*/,t.If];}});});}function ka(t){return xa(t).then(function(t){return t.persistence;});}function Oa(t){return xa(t).then(function(t){return t.Sh;});}function Pa(t){return Da(t).then(function(t){return t.gl;});}function Ca(t){return Da(t).then(function(t){return t.fa;});}function La(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e,n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return[4/*yield*/,Da(t)];case 1:return e=r.sent(),[2/*return*/,((n=e.Vl).Gh=Ku.bind(null,e.fa),n.Jh=Ju.bind(null,e.fa),n)];}});});}/** Enables the network connection and re-enqueues all pending operations. */function Ra(t,e,n){var r=this;void 0===n&&(n={});var i=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(r,void 0,void 0,function(){var r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return r=function r(t,e,n,_r2,i){var o=new xs({next:function next(o){// Remove query first before passing event to user to avoid // user actions affecting the now stale query. e.ys(function(){return ku(t,u);});var s=o.docs.has(n);!s&&o.fromCache?// TODO(dimond): If we're online and the document doesn't // exist then we resolve with a doc.exists set to false. If // we're offline however, we reject the Promise in this // case. Two options: 1) Cache the negative response from // the server so we can deliver that even when you're // offline 2) Actually reject the Promise in the online case // if the document doesn't exist. i.reject(new M(V.UNAVAILABLE,"Failed to get document because the client is offline.")):s&&o.fromCache&&_r2&&"server"===_r2.source?i.reject(new M(V.UNAVAILABLE,'Failed to get document from server. (However, this document does exist in the local cache. Run again without setting source to "server" to retrieve the cached document.)')):i.resolve(o);},error:function error(t){return i.reject(t);}}),u=new Lu(se(n.path),o,{includeMetadataChanges:!0,sl:!0});return Du(t,u);},[4/*yield*/,La(t)];case 1:return[2/*return*/,r.apply(void 0,[o.sent(),t.fs,e,n,i])];}});});}),i.promise;}function Va(t,e,n){var r=this;void 0===n&&(n={});var i=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(r,void 0,void 0,function(){var r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return r=function r(t,e,n,_r3,i){var o=new xs({next:function next(n){// Remove query first before passing event to user to avoid // user actions affecting the now stale query. e.ys(function(){return ku(t,u);}),n.fromCache&&"server"===_r3.source?i.reject(new M(V.UNAVAILABLE,'Failed to get documents from server. (However, these documents may exist in the local cache. Run again without setting source to "server" to retrieve the cached documents.)')):i.resolve(n);},error:function error(t){return i.reject(t);}}),u=new Lu(n,o,{includeMetadataChanges:!0,sl:!0});return Du(t,u);},[4/*yield*/,La(t)];case 1:return[2/*return*/,r.apply(void 0,[o.sent(),t.fs,e,n,i])];}});});}),i.promise;}var Ma=/** @class */function(){function t(){var t=this;// The last promise in the queue. this.Rf=Promise.resolve(),// A list of retryable operations. Retryable operations are run in order and // retried with backoff. this.Pf=[],// Is this AsyncQueue being shut down? Once it is set to true, it will not // be changed again. this.yf=!1,// Operations scheduled to be queued in the future. Operations are // automatically removed after they are run or canceled. this.gf=[],// visible for testing this.Vf=null,// Flag set while there's an outstanding AsyncQueue operation, used for // assertion sanity-checks. this.pf=!1,// List of TimerIds to fast-forward delays for. this.bf=[],// Backoff timer used to schedule retries for retryable operations this.zu=new Qo(this,"async_queue_retry"/* AsyncQueueRetry */),// Visibility handler that triggers an immediate retry of all retryable // operations. Meant to speed up recovery when we regain file system access // after page comes into foreground. this.vf=function(){var e=Jo();e&&E("AsyncQueue","Visibility state changed to "+e.visibilityState),t.zu.Uu();};var e=Jo();e&&"function"==typeof e.addEventListener&&e.addEventListener("visibilitychange",this.vf);}return Object.defineProperty(t.prototype,"wf",{get:function get(){return this.yf;},enumerable:!1,configurable:!0}),/** * Adds a new operation to the queue without waiting for it to complete (i.e. * we ignore the Promise result). */t.prototype.ys=function(t){// eslint-disable-next-line @typescript-eslint/no-floating-promises this.enqueue(t);},t.prototype.Tf=function(t){this.Sf(),// eslint-disable-next-line @typescript-eslint/no-floating-promises this.Df(t);},t.prototype.Ef=function(){if(!this.yf){this.yf=!0;var t=Jo();t&&"function"==typeof t.removeEventListener&&t.removeEventListener("visibilitychange",this.vf);}},t.prototype.enqueue=function(t){return this.Sf(),this.yf?new Promise(function(t){}):this.Df(t);},t.prototype.vo=function(t){var e=this;this.ys(function(){return e.Pf.push(t),e.Cf();});},/** * Runs the next operation from the retryable queue. If the operation fails, * reschedules with backoff. */t.prototype.Cf=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t,e=this;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:if(0===this.Pf.length)return[3/*break*/,5];n.label=1;case 1:return n.trys.push([1,3,,4]),[4/*yield*/,this.Pf[0]()];case 2:return n.sent(),this.Pf.shift(),this.zu.reset(),[3/*break*/,4];case 3:if(!Ir(t=n.sent()))throw t;// Failure will be handled by AsyncQueue return E("AsyncQueue","Operation failed with retryable error: "+t),[3/*break*/,4];case 4:this.Pf.length>0&&// If there are additional operations, we re-schedule `retryNextOp()`. // This is necessary to run retryable operations that failed during // their initial attempt since we don't know whether they are already // enqueued. If, for example, `op1`, `op2`, `op3` are enqueued and `op1` // needs to be re-run, we will run `op1`, `op1`, `op2` using the // already enqueued calls to `retryNextOp()`. `op3()` will then run in the // call scheduled here. // Since `backoffAndRun()` cancels an existing backoff and schedules a // new backoff on every call, there is only ever a single additional // operation in the queue. this.zu.Bu(function(){return e.Cf();}),n.label=5;case 5:return[2/*return*/];}});});},t.prototype.Df=function(t){var e=this,n=this.Rf.then(function(){return e.pf=!0,t().catch(function(t){// Re-throw the error so that this.tail becomes a rejected Promise and // all further attempts to chain (via .then) will just short-circuit // and return the rejected Promise. throw e.Vf=t,e.pf=!1,T("INTERNAL UNHANDLED ERROR: ",/** * Chrome includes Error.message in Error.stack. Other browsers do not. * This returns expected output of message + stack when available. * @param error - Error or FirestoreError */function(t){var e=t.message||"";return t.stack&&(e=t.stack.includes(t.message)?t.stack:t.message+"\n"+t.stack),e;}(t)),t;}).then(function(t){return e.pf=!1,t;});});return this.Rf=n,n;},t.prototype.mr=function(t,e,n){var r=this;this.Sf(),// Fast-forward delays for timerIds that have been overriden. this.bf.indexOf(t)>-1&&(e=0);var i=Ar.Is(this,t,e,n,function(t){return r.xf(t);});return this.gf.push(i),i;},t.prototype.Sf=function(){this.Vf&&S();},t.prototype.Af=function(){},/** * Waits until all currently queued tasks are finished executing. Delayed * operations are not run. */t.prototype.Nf=function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var t;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(e){switch(e.label){case 0:return[4/*yield*/,t=this.Rf];case 1:e.sent(),e.label=2;case 2:if(t!==this.Rf)return[3/*break*/,0];e.label=3;case 3:return[2/*return*/];}});});},/** * For Tests: Determine if a delayed operation with a particular TimerId * exists. */t.prototype.Ff=function(t){for(var e=0,n=this.gf;e<n.length;e++){if(n[e].ds===t)return!0;}return!1;},/** * For Tests: Runs some or all delayed operations early. * * @param lastTimerId - Delayed operations up to and including this TimerId * will be drained. Pass TimerId.All to run all delayed operations. * @returns a Promise that resolves once all operations have been run. */t.prototype.Of=function(t){var e=this;// Note that draining may generate more delayed ops, so we do that first. return this.Nf().then(function(){// Run ops in the same order they'd run if they ran naturally. e.gf.sort(function(t,e){return t.ws-e.ws;});for(var n=0,r=e.gf;n<r.length;n++){var i=r[n];if(i.Ps(),"all"/* All */!==t&&i.ds===t)break;}return e.Nf();});},/** * For Tests: Skip all subsequent delays for a timer id. */t.prototype.kf=function(t){this.bf.push(t);},/** Called once a DelayedOperation is run or canceled. */t.prototype.xf=function(t){// NOTE: indexOf / slice are O(n), but delayedOperations is expected to be small. var e=this.gf.indexOf(t);this.gf.splice(e,1);},t;}(),Ua=-1,qa=/** @class */function(t){/** @hideconstructor */function e(e,n){var r=this;return(r=t.call(this,e,n)||this).Mf=new Ma(),r.w_="name"in e?e.name:"[DEFAULT]",r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.b_=function(){return this.Lf||// The client must be initialized to ensure that all subsequent API // usage throws an exception. ja(this),this.Lf.terminate();},e;}(zs);function Fa(t){return t.Lf||ja(t),t.Lf.df(),t.Lf;}function ja(t){var e=t.p_(),n=function(t,e,n){return new G(t,e,n.host,n.ssl,n.experimentalForceLongPolling,n.experimentalAutoDetectLongPolling);}(t.I_,t.w_,e);t.Lf=new Na(t.m_,t.Mf,n);}/** * Attempts to enable persistent storage, if possible. * * Must be called before any other functions (other than * {@link initializeFirestore}, {@link getFirestore} or * {@link clearIndexedDbPersistence}. * * If this fails, `enableIndexedDbPersistence()` will reject the promise it * returns. Note that even after this failure, the `Firestore` instance will * remain usable, however offline persistence will be disabled. * * There are several reasons why this can fail, which can be identified by * the `code` on the error. * * * failed-precondition: The app is already open in another browser tab. * * unimplemented: The browser is incompatible with the offline * persistence implementation. * * @param firestore - The `Firestore` instance to enable persistence for. * @param persistenceSettings - Optional settings object to configure * persistence. * @returns A promise that represents successfully enabling persistent storage. */ /** * Registers both the `OfflineComponentProvider` and `OnlineComponentProvider`. * If the operation fails with a recoverable error (see * `canRecoverFromIndexedDbError()` below), the returned Promise is rejected * but the client remains usable. */function za(t,e,n){var r=this,i=new vr();return t.fs.enqueue(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(r,void 0,void 0,function(){var r;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return o.trys.push([0,3,,4]),[4/*yield*/,Aa(t,n)];case 1:return o.sent(),[4/*yield*/,Sa(t,e)];case 2:return o.sent(),i.resolve(),[3/*break*/,4];case 3:if(!/** * Decides whether the provided error allows us to gracefully disable * persistence (as opposed to crashing the client). */function(t){return"FirebaseError"===t.name?t.code===V.FAILED_PRECONDITION||t.code===V.UNIMPLEMENTED:!("undefined"!=typeof DOMException&&t instanceof DOMException)||22===t.code||20===t.code||// Firefox Private Browsing mode disables IndexedDb and returns // INVALID_STATE for any usage. 11===t.code;}(r=o.sent()))throw r;return console.warn("Error enabling offline persistence. Falling back to persistence disabled: "+r),i.reject(r),[3/*break*/,4];case 4:return[2/*return*/];}});});}).then(function(){return i.promise;});}/** * Re-enables use of the network for this Firestore instance after a prior * call to {@link disableNetwork}. * * @returns A promise that is resolved once the network has been enabled. */function Ga(t){if(t.R_||t.P_)throw new M(V.FAILED_PRECONDITION,"Firestore has already been started and persistence can no longer be enabled. You can only enable persistence before calling any other methods on a Firestore object.");}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Converts Firestore's internal types to the JavaScript types that we expose * to the user. */var Ba=/** @class */function(){function t(){}return t.prototype.$f=function(t,e){switch(void 0===e&&(e="none"),wt(t)){case 0/* NullValue */:return null;case 1/* BooleanValue */:return t.booleanValue;case 2/* NumberValue */:return ht(t.integerValue||t.doubleValue);case 3/* TimestampValue */:return this.Bf(t.timestampValue);case 4/* ServerTimestampValue */:return this.qf(t,e);case 5/* StringValue */:return t.stringValue;case 6/* BlobValue */:return this.Uf(lt(t.bytesValue));case 7/* RefValue */:return this.Qf(t.referenceValue);case 8/* GeoPointValue */:return this.Kf(t.geoPointValue);case 9/* ArrayValue */:return this.Wf(t.arrayValue,e);case 10/* ObjectValue */:return this.jf(t.mapValue,e);default:throw S();}},t.prototype.jf=function(t,e){var n=this,r={};return ut(t.fields||{},function(t,i){r[t]=n.$f(i,e);}),r;},t.prototype.Kf=function(t){return new Ys(ht(t.latitude),ht(t.longitude));},t.prototype.Wf=function(t,e){var n=this;return(t.values||[]).map(function(t){return n.$f(t,e);});},t.prototype.qf=function(t,e){switch(e){case"previous":var n=dt(t);return null==n?null:this.$f(n,e);case"estimate":return this.Bf(vt(t));default:return null;}},t.prototype.Bf=function(t){var e=ft(t);return new X(e.seconds,e.nanos);},t.prototype.Gf=function(t,e){var n=et.ct(t);x(dr(n));var r=new B(n.get(1),n.get(3)),i=new it(n.X(5));return r.isEqual(e)||// TODO(b/64130202): Somehow support foreign references. T("Document "+i+" contains a document reference within a different database ("+r.projectId+"/"+r.database+") which is not supported. It will be treated as a reference in the current database ("+e.projectId+"/"+e.database+") instead."),i;},t;}(),Ka=/** @class */function(){// Note: This class is stripped down version of the DocumentSnapshot in // the legacy SDK. The changes are: // - No support for SnapshotMetadata. // - No support for SnapshotOptions. /** @hideconstructor protected */function t(t,e,n,r,i){this.zf=t,this.Hf=e,this.S_=n,this.Jf=r,this.v_=i;}return Object.defineProperty(t.prototype,"id",{/** Property of the `DocumentSnapshot` that provides the document's ID. */get:function get(){return this.S_.path.et();},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"ref",{/** * The `DocumentReference` for the document included in the `DocumentSnapshot`. */get:function get(){return new Gs(this.zf,this.v_,this.S_);},enumerable:!1,configurable:!0}),/** * Signals whether or not the document at the snapshot's location exists. * * @returns true if the document exists. */t.prototype.exists=function(){return null!==this.Jf;},/** * Retrieves all fields in the document as an `Object`. Returns `undefined` if * the document doesn't exist. * * @returns An `Object` containing all fields in the document or `undefined` * if the document doesn't exist. */t.prototype.data=function(){if(this.Jf){if(this.v_){// We only want to use the converter and create a new DocumentSnapshot // if a converter has been provided. var t=new Ha(this.zf,this.Hf,this.S_,this.Jf,/* converter= */null);return this.v_.fromFirestore(t);}return this.Hf.$f(this.Jf.vt());}},/** * Retrieves the field specified by `fieldPath`. Returns `undefined` if the * document or field doesn't exist. * * @param fieldPath - The path (for example 'foo' or 'foo.bar') to a specific * field. * @returns The data at the specified field location or undefined if no such * field exists in the document. */ // We are using `any` here to avoid an explicit cast by our users. // eslint-disable-next-line @typescript-eslint/no-explicit-any t.prototype.get=function(t){if(this.Jf){var e=this.Jf.data().field(Ja("DocumentSnapshot.get",t));if(null!==e)return this.Hf.$f(e);}},t;}(),Ha=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}/** * Retrieves all fields in the document as an `Object`. * * @override * @returns An `Object` containing all fields in the document. */return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.data=function(){return t.prototype.data.call(this);},e;}(Ka);/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A `DocumentSnapshot` contains data read from a document in your Firestore * database. The data can be extracted with `.data()` or `.get(<field>)` to * get a specific field. * * For a `DocumentSnapshot` that points to a non-existing document, any data * access will return 'undefined'. You can use the `exists()` method to * explicitly verify a document's existence. */ /** * Helper that calls fromDotSeparatedString() but wraps any error thrown. */function Ja(t,e){return"string"==typeof e?ba(t,e):e instanceof q?e._.d_:e.d_;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Wa(t){if(ce(t)&&0===t.Nt.length)throw new M(V.UNIMPLEMENTED,"limitToLast() queries require specifying at least one orderBy() clause");}/** * A `QueryConstraint` is used to narrow the set of documents returned by a * Firestore query. `QueryConstraint`s are created by invoking {@link where}, * {@link orderBy}, {@link startAt}, {@link startAfter}, {@link * endBefore}, {@link endAt}, {@link limit} or {@link limitToLast} and * can then be passed to {@link query} to create a new query instance that * also contains this `QueryConstraint`. */var Qa=function Qa(){};/** * Creates a new immutable instance of `query` that is extended to also include * additional query constraints. * * @param query - The query instance to use as a base for the new constraints. * @param queryConstraints - The list of `QueryConstraint`s to apply. * @throws if any of the provided query constraints cannot be combined with the * existing or new constraints. */function Ya(t){for(var e=[],n=1;n<arguments.length;n++){e[n-1]=arguments[n];}for(var r=0,i=e;r<i.length;r++){var o=i[r];t=o.Yf(t);}return t;}var $a=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).Xf=e,i.Zf=n,i.td=r,i.type="where",i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Yf=function(t){var e=ra(t.firestore),n=function(t,e,n,r,i,o,u){var s;if(i.ht()){if("array-contains"/* ARRAY_CONTAINS */===o||"array-contains-any"/* ARRAY_CONTAINS_ANY */===o)throw new M(V.INVALID_ARGUMENT,"Invalid Query. You can't perform '"+o+"' queries on FieldPath.documentId().");if("in"/* IN */===o||"not-in"/* NOT_IN */===o){ic(u,o);for(var a=[],c=0,f=u;c<f.length;c++){var h=f[c];a.push(rc(r,t,h));}s={arrayValue:{values:a}};}else s=rc(r,t,u);}else"in"/* IN */!==o&&"not-in"/* NOT_IN */!==o&&"array-contains-any"/* ARRAY_CONTAINS_ANY */!==o||ic(u,o),s=pa(n,"where",u,/* allowArrays= */"in"/* IN */===o||"not-in"/* NOT_IN */===o);var l=Bt.create(i,o,s);return function(t,e){if(e.xt()){var n=he(t);if(null!==n&&!n.isEqual(e.field))throw new M(V.INVALID_ARGUMENT,"Invalid query. All where filters with an inequality (<, <=, >, or >=) must be on the same field. But you have inequality filters on '"+n.toString()+"' and '"+e.field.toString()+"'");var r=fe(t);null!==r&&oc(t,e.field,r);}var i=function(t,e){for(var n=0,r=t.filters;n<r.length;n++){var i=r[n];if(e.indexOf(i.op)>=0)return i.op;}return null;}(t,/** * Given an operator, returns the set of operators that cannot be used with it. * * Operators in a query must adhere to the following set of rules: * 1. Only one array operator is allowed. * 2. Only one disjunctive operator is allowed. * 3. NOT_EQUAL cannot be used with another NOT_EQUAL operator. * 4. NOT_IN cannot be used with array, disjunctive, or NOT_EQUAL operators. * * Array operators: ARRAY_CONTAINS, ARRAY_CONTAINS_ANY * Disjunctive operators: IN, ARRAY_CONTAINS_ANY, NOT_IN */function(t){switch(t){case"!="/* NOT_EQUAL */:return["!="/* NOT_EQUAL */,"not-in"/* NOT_IN */];case"array-contains"/* ARRAY_CONTAINS */:return["array-contains"/* ARRAY_CONTAINS */,"array-contains-any"/* ARRAY_CONTAINS_ANY */,"not-in"/* NOT_IN */];case"in"/* IN */:return["array-contains-any"/* ARRAY_CONTAINS_ANY */,"in"/* IN */,"not-in"/* NOT_IN */];case"array-contains-any"/* ARRAY_CONTAINS_ANY */:return["array-contains"/* ARRAY_CONTAINS */,"array-contains-any"/* ARRAY_CONTAINS_ANY */,"in"/* IN */,"not-in"/* NOT_IN */];case"not-in"/* NOT_IN */:return["array-contains"/* ARRAY_CONTAINS */,"array-contains-any"/* ARRAY_CONTAINS_ANY */,"in"/* IN */,"not-in"/* NOT_IN */,"!="/* NOT_EQUAL */];default:return[];}}(e.op));if(null!==i)// Special case when it's a duplicate op to give a slightly clearer error message. throw i===e.op?new M(V.INVALID_ARGUMENT,"Invalid query. You cannot use more than one '"+e.op.toString()+"' filter."):new M(V.INVALID_ARGUMENT,"Invalid query. You cannot use '"+e.op.toString()+"' filters with '"+i.toString()+"' filters.");}(t,l),l;}(t.C_,0,e,t.firestore.I_,this.Xf,this.Zf,this.td);return new Bs(t.firestore,t.v_,function(t,e){var n=t.filters.concat([e]);return new oe(t.path,t.collectionGroup,t.Nt.slice(),n,t.limit,t.limitType,t.startAt,t.endAt);}(t.C_,n));},e;}(Qa),Xa=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this)||this).Xf=e,r.ed=n,r.type="orderBy",r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Yf=function(t){var e=function(t,e,n){if(null!==t.startAt)throw new M(V.INVALID_ARGUMENT,"Invalid query. You must not call startAt() or startAfter() before calling orderBy().");if(null!==t.endAt)throw new M(V.INVALID_ARGUMENT,"Invalid query. You must not call endAt() or endBefore() before calling orderBy().");var r=new ee(e,n);return function(t,e){if(null===fe(t)){// This is the first order by. It must match any inequality. var n=he(t);null!==n&&oc(t,n,e.field);}}(t,r),r;}(t.C_,this.Xf,this.ed);return new Bs(t.firestore,t.v_,function(t,e){// TODO(dimond): validate that orderBy does not list the same key twice. var n=t.Nt.concat([e]);return new oe(t.path,t.collectionGroup,n,t.filters.slice(),t.limit,t.limitType,t.startAt,t.endAt);}(t.C_,e));},e;}(Qa),Za=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).type=e,i.nd=n,i.sd=r,i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Yf=function(t){return new Bs(t.firestore,t.v_,ve(t.C_,this.nd,this.sd));},e;}(Qa),tc=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).type=e,i.rd=n,i.od=r,i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Yf=function(t){var e=nc(t,this.type,this.rd,this.od);return new Bs(t.firestore,t.v_,function(t,e){return new oe(t.path,t.collectionGroup,t.Nt.slice(),t.filters.slice(),t.limit,t.limitType,e,t.endAt);}(t.C_,e));},e;}(Qa),ec=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this)||this).type=e,i.rd=n,i.od=r,i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Yf=function(t){var e=nc(t,this.type,this.rd,this.od);return new Bs(t.firestore,t.v_,function(t,e){return new oe(t.path,t.collectionGroup,t.Nt.slice(),t.filters.slice(),t.limit,t.limitType,t.startAt,e);}(t.C_,e));},e;}(Qa);/** * Creates a `QueryConstraint` that enforces that documents must contain the * specified field and that the value should satisfy the relation constraint * provided. * * @param fieldPath - The path to compare * @param opStr - The operation string (e.g "<", "<=", "==", "<", * "<=", "!="). * @param value - The value for comparison * @returns The created `Query`. */ /** Helper function to create a bound from a document or fields */function nc(t,e,n,r){if(n[0]instanceof q&&(n[0]=n[0]._),n[0]instanceof Ka)return function(t,e,n,r,i){if(!r)throw new M(V.NOT_FOUND,"Can't use a DocumentSnapshot that doesn't exist for "+n+"().");// Because people expect to continue/end a query at the exact document // provided, we need to use the implicit sort order rather than the explicit // sort order, because it's guaranteed to contain the document key. That way // the position becomes unambiguous and the query continues/ends exactly at // the provided document. Without the key (by using the explicit sort // orders), multiple documents could match the position, yielding duplicate // results. for(var o=[],u=0,s=pe(t);u<s.length;u++){var a=s[u];if(a.field.ht())o.push(At(e,r.key));else{var c=r.field(a.field);if(pt(c))throw new M(V.INVALID_ARGUMENT,'Invalid query. You are trying to start or end a query using a document for which the field "'+a.field+'" is an uncommitted server timestamp. (Since the value of this field is unknown, you cannot start/end a query with it.)');if(null===c){var f=a.field.ot();throw new M(V.INVALID_ARGUMENT,"Invalid query. You are trying to start or end a query using a document for which the field '"+f+"' (used as the orderBy) does not exist.");}o.push(c);}}return new Zt(o,i);}(t.C_,t.firestore.I_,e,n[0].Jf,r);var i=ra(t.firestore);return function(t,e,n,r,i,o){// Use explicit order by's because it has to match the query the user made var u=t.Nt;if(i.length>u.length)throw new M(V.INVALID_ARGUMENT,"Too many arguments provided to "+r+"(). The number of arguments must be less than or equal to the number of orderBy() clauses");for(var s=[],a=0;a<i.length;a++){var c=i[a];if(u[a].field.ht()){if("string"!=typeof c)throw new M(V.INVALID_ARGUMENT,"Invalid query. Expected a string for document ID in "+r+"(), but got a "+Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(c));if(!le(t)&&-1!==c.indexOf("/"))throw new M(V.INVALID_ARGUMENT,"Invalid query. When querying a collection and ordering by FieldPath.documentId(), the value passed to "+r+"() must be a plain document ID, but '"+c+"' contains a slash.");var f=t.path.child(et.ct(c));if(!it.Et(f))throw new M(V.INVALID_ARGUMENT,"Invalid query. When querying a collection group and ordering by FieldPath.documentId(), the value passed to "+r+"() must result in a valid document path, but '"+f+"' is not because it contains an odd number of segments.");var h=new it(f);s.push(At(e,h));}else{var l=pa(n,r,c);s.push(l);}}return new Zt(s,o);}(t.C_,t.firestore.I_,i,e,n,r);}function rc(t,e,n){if(n instanceof q&&(n=n._),"string"==typeof n){if(""===n)throw new M(V.INVALID_ARGUMENT,"Invalid query. When querying with FieldPath.documentId(), you must provide a valid document ID, but it was an empty string.");if(!le(e)&&-1!==n.indexOf("/"))throw new M(V.INVALID_ARGUMENT,"Invalid query. When querying a collection by FieldPath.documentId(), you must provide a plain document ID, but '"+n+"' contains a '/' character.");var r=e.path.child(et.ct(n));if(!it.Et(r))throw new M(V.INVALID_ARGUMENT,"Invalid query. When querying a collection group by FieldPath.documentId(), the value provided must result in a valid document path, but '"+r+"' is not because it has an odd number of segments ("+r.length+").");return At(t,new it(r));}if(n instanceof Gs)return At(t,n.S_);throw new M(V.INVALID_ARGUMENT,"Invalid query. When querying with FieldPath.documentId(), you must provide a valid string or a DocumentReference, but it was: "+Ms(n)+".");}/** * Validates that the value passed into a disjunctive filter satisfies all * array requirements. */function ic(t,e){if(!Array.isArray(t)||0===t.length)throw new M(V.INVALID_ARGUMENT,"Invalid Query. A non-empty array is required for '"+e.toString()+"' filters.");if(t.length>10)throw new M(V.INVALID_ARGUMENT,"Invalid Query. '"+e.toString()+"' filters support a maximum of 10 elements in the value array.");}function oc(t,e,n){if(!n.isEqual(e))throw new M(V.INVALID_ARGUMENT,"Invalid query. You have a where filter with an inequality (<, <=, >, or >=) on field '"+e.toString()+"' and so you must also use '"+e.toString()+"' as your first argument to orderBy(), but your first orderBy() is on field '"+n.toString()+"' instead.");}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function uc(t){/** * Returns true if obj is an object and contains at least one of the specified * methods. */return function(t,e){if("object"!=Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(t)||null===t)return!1;for(var n=t,r=0,i=["next","error","complete"];r<i.length;r++){var o=i[r];if(o in n&&"function"==typeof n[o])return!0;}return!1;}(t);}function sc(t,e,n){// Cast to `any` in order to satisfy the union type constraint on // toFirestore(). // eslint-disable-next-line @typescript-eslint/no-explicit-any return t?n&&(n.merge||n.mergeFields)?t.toFirestore(e,n):t.toFirestore(e):e;}var ac=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).firestore=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Uf=function(t){return new U(t);},e.prototype.Qf=function(t){var e=this.Gf(t,this.firestore.I_);return new Gs(this.firestore,/* converter= */null,e);},e;}(Ba),cc=/** @class */function(){/** @hideconstructor */function t(t,e){this.hasPendingWrites=t,this.fromCache=e/** * Returns true if this `SnapshotMetadata` is equal to the provided one. * * @param other - The `SnapshotMetadata` to compare against. * @returns true if this `SnapshotMetadata` is equal to the provided one. */;}return t.prototype.isEqual=function(t){return this.hasPendingWrites===t.hasPendingWrites&&this.fromCache===t.fromCache;},t;}(),fc=/** @class */function(t){/** @hideconstructor protected */function e(e,n,r,i,o,u){var s=this;return(s=t.call(this,e,n,r,i,u)||this).zf=e,s.ad=e,s.metadata=o,s;}/** * Property of the `DocumentSnapshot` that signals whether or not the data * exists. True if the document exists. */return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.exists=function(){return t.prototype.exists.call(this);},/** * Retrieves all fields in the document as an `Object`. Returns `undefined` if * the document doesn't exist. * * By default, `FieldValue.serverTimestamp()` values that have not yet been * set to their final value will be returned as `null`. You can override * this by passing an options object. * * @param options - An options object to configure how data is retrieved from * the snapshot (for example the desired behavior for server timestamps that * have not yet been set to their final value). * @returns An `Object` containing all fields in the document or `undefined` if * the document doesn't exist. */e.prototype.data=function(t){if(void 0===t&&(t={}),this.Jf){if(this.v_){// We only want to use the converter and create a new DocumentSnapshot // if a converter has been provided. var e=new hc(this.zf,this.Hf,this.S_,this.Jf,this.metadata,/* converter= */null);return this.v_.fromFirestore(e,t);}return this.Hf.$f(this.Jf.vt(),t.serverTimestamps);}},/** * Retrieves the field specified by `fieldPath`. Returns `undefined` if the * document or field doesn't exist. * * By default, a `FieldValue.serverTimestamp()` that has not yet been set to * its final value will be returned as `null`. You can override this by * passing an options object. * * @param fieldPath - The path (for example 'foo' or 'foo.bar') to a specific * field. * @param options - An options object to configure how the field is retrieved * from the snapshot (for example the desired behavior for server timestamps * that have not yet been set to their final value). * @returns The data at the specified field location or undefined if no such * field exists in the document. */ // We are using `any` here to avoid an explicit cast by our users. // eslint-disable-next-line @typescript-eslint/no-explicit-any e.prototype.get=function(t,e){if(void 0===e&&(e={}),this.Jf){var n=this.Jf.data().field(Ja("DocumentSnapshot.get",t));if(null!==n)return this.Hf.$f(n,e.serverTimestamps);}},e;}(Ka),hc=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}/** * Retrieves all fields in the document as an `Object`. * * By default, `FieldValue.serverTimestamp()` values that have not yet been * set to their final value will be returned as `null`. You can override * this by passing an options object. * * @override * @param options - An options object to configure how data is retrieved from * the snapshot (for example the desired behavior for server timestamps that * have not yet been set to their final value). * @returns An `Object` containing all fields in the document. */return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.data=function(e){return void 0===e&&(e={}),t.prototype.data.call(this,e);},e;}(fc),lc=/** @class */function(){/** @hideconstructor */function t(t,e,n,r){this.zf=t,this.Hf=e,this.ud=r,this.metadata=new cc(r.hasPendingWrites,r.fromCache),this.query=n;}return Object.defineProperty(t.prototype,"docs",{/** An array of all the documents in the `QuerySnapshot`. */get:function get(){var t=[];return this.forEach(function(e){return t.push(e);}),t;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"size",{/** The number of documents in the `QuerySnapshot`. */get:function get(){return this.ud.docs.size;},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"empty",{/** True if there are no documents in the `QuerySnapshot`. */get:function get(){return 0===this.size;},enumerable:!1,configurable:!0}),/** * Enumerates all of the documents in the `QuerySnapshot`. * * @param callback - A callback to be called with a `QueryDocumentSnapshot` for * each document in the snapshot. * @param thisArg - The `this` binding for the callback. */t.prototype.forEach=function(t,e){var n=this;this.ud.docs.forEach(function(r){t.call(e,new hc(n.zf,n.Hf,r.key,r,new cc(n.ud.Ce.has(r.key),n.ud.fromCache),n.query.v_));});},/** * Returns an array of the documents changes since the last snapshot. If this * is the first snapshot, all documents will be in the list as 'added' * changes. * * @param options - `SnapshotListenOptions` that control whether metadata-only * changes (i.e. only `DocumentSnapshot.metadata` changed) should trigger * snapshot events. */t.prototype.docChanges=function(t){void 0===t&&(t={});var e=!!t.includeMetadataChanges;if(e&&this.ud.Ne)throw new M(V.INVALID_ARGUMENT,"To include metadata changes with your document changes, you must also pass { includeMetadataChanges:true } to onSnapshot().");return this.hd&&this.ld===e||(this.hd=/** Calculates the array of DocumentChanges for a given ViewSnapshot. */function(t,e){if(t.ud.De.nt()){// Special case the first snapshot because index calculation is easy and // fast var n=0;return t.ud.docChanges.map(function(e){var r=new hc(t.zf,t.Hf,e.doc.key,e.doc,new cc(t.ud.Ce.has(e.doc.key),t.ud.fromCache),t.query.v_);return e.doc,{type:"added",doc:r,oldIndex:-1,newIndex:n++};});}// A DocumentSet that is updated incrementally as changes are applied to use // to lookup the index of a document. var r=t.ud.De;return t.ud.docChanges.filter(function(t){return e||3/* Metadata */!==t.type;}).map(function(e){var n=new hc(t.zf,t.Hf,e.doc.key,e.doc,new cc(t.ud.Ce.has(e.doc.key),t.ud.fromCache),t.query.v_),i=-1,o=-1;return 0/* Added */!==e.type&&(i=r.indexOf(e.doc.key),r=r.delete(e.doc.key)),1/* Removed */!==e.type&&(o=(r=r.add(e.doc)).indexOf(e.doc.key)),{type:pc(e.type),doc:n,oldIndex:i,newIndex:o};});}(this,e),this.ld=e),this.hd;},t;}();/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Metadata about a snapshot, describing the state of the snapshot. */function pc(t){switch(t){case 0/* Added */:return"added";case 2/* Modified */:case 3/* Metadata */:return"modified";case 1/* Removed */:return"removed";default:return S();}}// TODO(firestoreexp): Add tests for snapshotEqual with different snapshot // metadata /** * Returns true if the provided snapshots are equal. * * @param left - A snapshot to compare. * @param right - A snapshot to compare. * @returns true if the snapshots are equal. */function dc(t,e){return t instanceof fc&&e instanceof fc?t.zf===e.zf&&t.S_.isEqual(e.S_)&&(null===t.Jf?null===e.Jf:t.Jf.isEqual(e.Jf))&&t.v_===e.v_:t instanceof lc&&e instanceof lc&&t.zf===e.zf&&Qs(t.query,e.query)&&t.metadata.isEqual(e.metadata)&&t.ud.isEqual(e.ud);}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Reads the document referred to by this `DocumentReference`. * * Note: `getDoc()` attempts to provide up-to-date data when possible by waiting * for data from the server, but it may return cached data or fail if you are * offline and the server cannot be reached. To specify this behavior, invoke * {@link getDocFromCache} or {@link getDocFromServer}. * * @param reference - The reference of the document to fetch. * @returns A Promise resolved with a `DocumentSnapshot` containing the * current document contents. */var vc=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).firestore=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Uf=function(t){return new U(t);},e.prototype.Qf=function(t){var e=this.Gf(t,this.firestore.I_);return new Gs(this.firestore,/* converter= */null,e);},e;}(Ba);/** * Reads the document referred to by this `DocumentReference` from cache. * Returns an error if the document is not currently cached. * * @returns A Promise resolved with a `DocumentSnapshot` containing the * current document contents. */function yc(t,e,n){for(var r=[],i=3;i<arguments.length;i++){r[i-3]=arguments[i];}t=Us(t,Gs);var o=Us(t.firestore,qa),u=ra(o);// For Compat types, we have to "extract" the underlying types before // performing validation. return e instanceof q&&(e=e._),gc(o,[("string"==typeof e||e instanceof ks?la(u,"updateDoc",t.S_,e,n,r):ha(u,"updateDoc",t.S_,e)).F_(t.S_,Fe.exists(!0))]);}/** * Deletes the document referred to by the specified `DocumentReference`. * * @param reference - A reference to the document to delete. * @returns A Promise resolved once the document has been successfully * deleted from the backend (note that it won't resolve while you're offline). */function mc(t){for(var e,n,r,i=[],o=1;o<arguments.length;o++){i[o-1]=arguments[o];}t instanceof q&&(t=t._);var u={includeMetadataChanges:!1},s=0;"object"!=Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(i[s])||uc(i[s])||(u=i[s],s++);var a,c,f,h={includeMetadataChanges:u.includeMetadataChanges};if(uc(i[s])){var l=i[s];i[s]=null===(e=l.next)||void 0===e?void 0:e.bind(l),i[s+1]=null===(n=l.error)||void 0===n?void 0:n.bind(l),i[s+2]=null===(r=l.complete)||void 0===r?void 0:r.bind(l);}if(t instanceof Gs)c=Us(t.firestore,qa),f=se(t.S_.path),a={next:function next(e){i[s]&&i[s](wc(c,t,e));},error:i[s+1],complete:i[s+2]};else{var p=Us(t,Bs);c=Us(p.firestore,qa),f=p.C_;var d=new vc(c);a={next:function next(t){i[s]&&i[s](new lc(c,d,p,t));},error:i[s+1],complete:i[s+2]},Wa(t.C_);}return function(t,e,n,r){var i=this,o=new xs(r),u=new Lu(e,o,n);return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(i,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e=Du,[4/*yield*/,La(t)];case 1:return[2/*return*/,e.apply(void 0,[n.sent(),u])];}});});}),function(){o.r_(),t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(i,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e=ku,[4/*yield*/,La(t)];case 1:return[2/*return*/,e.apply(void 0,[n.sent(),u])];}});});});};}(Fa(c),f,h,a);}/** Locally writes `mutations` on the async queue. */function gc(t,e){return function(t,e){var n=this,r=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return n=Wu,[4/*yield*/,Ca(t)];case 1:return[2/*return*/,n.apply(void 0,[i.sent(),e,r])];}});});}),r.promise;}(Fa(t),e);}/** * Converts a ViewSnapshot that contains the single document specified by `ref` * to a DocumentSnapshot. */function wc(t,e,n){var r=n.docs.get(e.S_),i=new vc(t);return new fc(t,i,e.S_,r,new cc(n.hasPendingWrites,n.fromCache),e.v_);}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A write batch, used to perform multiple writes as a single atomic unit. * * A `WriteBatch` object can be acquired by calling {@link writeBatch}. It * provides methods for adding writes to the write batch. None of the writes * will be committed (or visible locally) until {@link WriteBatch#commit} is * called. */var bc=/** @class */function(){/** @hideconstructor */function t(t,e){this.zf=t,this._d=e,this.fd=[],this.dd=!1,this.wd=ra(t);}return t.prototype.set=function(t,e,n){this.Ed();var r=Ic(t,this.zf),i=sc(r.v_,e,n),o=ia(this.wd,"WriteBatch.set",r.S_,i,null!==r.v_,n);return this.fd.push(o.F_(r.S_,Fe.Wt())),this;},t.prototype.update=function(t,e,n){for(var r=[],i=3;i<arguments.length;i++){r[i-3]=arguments[i];}this.Ed();var o,u=Ic(t,this.zf);// For Compat types, we have to "extract" the underlying types before // performing validation. return e instanceof q&&(e=e._),o="string"==typeof e||e instanceof ks?la(this.wd,"WriteBatch.update",u.S_,e,n,r):ha(this.wd,"WriteBatch.update",u.S_,e),this.fd.push(o.F_(u.S_,Fe.exists(!0))),this;},/** * Deletes the document referred to by the provided {@link DocumentReference}. * * @param documentRef - A reference to the document to be deleted. * @returns This `WriteBatch` instance. Used for chaining method calls. */t.prototype.delete=function(t){this.Ed();var e=Ic(t,this.zf);return this.fd=this.fd.concat(new nn(e.S_,Fe.Wt())),this;},/** * Commits all of the writes in this write batch as a single atomic unit. * * The result of these writes will only be reflected in document reads that * occur after the returned Promise resolves. If the client is offline, the * write fails. If you would like to see local modifications or buffer writes * until the client is online, use the full Firestore SDK. * * @returns A Promise resolved once all of the writes in the batch have been * successfully written to the backend as an atomic unit (note that it won't * resolve while you're offline). */t.prototype.commit=function(){return this.Ed(),this.dd=!0,this.fd.length>0?this._d(this.fd):Promise.resolve();},t.prototype.Ed=function(){if(this.dd)throw new M(V.FAILED_PRECONDITION,"A write batch can no longer be used after commit() has been called.");},t;}();function Ic(t,e){if(t instanceof q&&(t=t._),t.firestore!==e)throw new M(V.INVALID_ARGUMENT,"Provided document reference is from a different Firestore instance.");return t;}/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // TODO(mrschmidt) Consider using `BaseTransaction` as the base class in the // legacy SDK. /** * A reference to a transaction. * * The `Transaction` object passed to a transaction's `updateFunction` provides * the methods to read and write data within the transaction context. See * {@link runTransaction}. */ /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * A reference to a transaction. * * The `Transaction` object passed to a transaction's `updateFunction` provides * the methods to read and write data within the transaction context. See * {@link runTransaction}. */var _c=/** @class */function(t){// This class implements the same logic as the Transaction API in the Lite SDK // but is subclassed in order to return its own DocumentSnapshot types. /** @hideconstructor */function e(e,n){var r=this;return(r=t.call(this,e,n)||this).zf=e,r;}/** * Reads the document referenced by the provided {@link DocumentReference}. * * @param documentRef - A reference to the document to be read. * @returns A `DocumentSnapshot` with the read data. */return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.get=function(e){var n=this,r=Ic(e,this.zf),i=new vc(this.zf);return t.prototype.get.call(this,e).then(function(t){return new fc(n.zf,i,r.S_,t.Jf,new cc(/* hasPendingWrites= */!1,/* fromCache= */!1),r.v_);});},e;}(/** @class */function(){/** @hideconstructor */function t(t,e){this.zf=t,this.Td=e,this.wd=ra(t)/** * Reads the document referenced by the provided {@link DocumentReference}. * * @param documentRef - A reference to the document to be read. * @returns A `DocumentSnapshot` with the read data. */;}return t.prototype.get=function(t){var e=this,n=Ic(t,this.zf),r=new ac(this.zf);return this.Td.ef([n.S_]).then(function(t){if(!t||1!==t.length)return S();var i=t[0];if(i instanceof Mt)return new Ka(e.zf,r,n.S_,null,n.v_);if(i instanceof Vt)return new Ka(e.zf,r,i.key,i,n.v_);throw S();});},t.prototype.set=function(t,e,n){var r=Ic(t,this.zf),i=sc(r.v_,e,n),o=ia(this.wd,"Transaction.set",r.S_,i,null!==r.v_,n);return this.Td.set(r.S_,o),this;},t.prototype.update=function(t,e,n){for(var r=[],i=3;i<arguments.length;i++){r[i-3]=arguments[i];}var o,u=Ic(t,this.zf);// For Compat types, we have to "extract" the underlying types before // performing validation. return e instanceof q&&(e=e._),o="string"==typeof e||e instanceof ks?la(this.wd,"Transaction.update",u.S_,e,n,r):ha(this.wd,"Transaction.update",u.S_,e),this.Td.update(u.S_,o),this;},/** * Deletes the document referred to by the provided {@link DocumentReference}. * * @param documentRef - A reference to the document to be deleted. * @returns This `Transaction` instance. Used for chaining method calls. */t.prototype.delete=function(t){var e=Ic(t,this.zf);return this.Td.delete(e.S_),this;},t;}()),Ec=/** @class */function(){function t(){}return t.prototype.enableIndexedDbPersistence=function(t,e){return function(t,e){Ga(t=Us(t,qa));var n=Fa(t),r=t.p_(),i=new As();return za(n,i,new Ts(i,r.cacheSizeBytes,null==e?void 0:e.forceOwnership));}(t._,{forceOwnership:e});},t.prototype.enableMultiTabIndexedDbPersistence=function(t){return function(t){Ga(t=Us(t,qa));var e=Fa(t),n=t.p_(),r=new As();return za(e,r,new Ns(r,n.cacheSizeBytes));}(t._);},t.prototype.clearIndexedDbPersistence=function(t){return function(t){var e=this;if(t.R_&&!t.P_)throw new M(V.FAILED_PRECONDITION,"Persistence can only be cleared before a Firestore instance is initialized or after it is terminated.");var n=new vr();return t.Mf.Tf(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4/*yield*/,function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return gr.Wn()?(e=t+"main",[4/*yield*/,gr.delete(e)]):[2/*return*/,Promise.resolve()];case 1:return n.sent(),[2/*return*/];}});});}(to(t.I_,t.w_))];case 1:return r.sent(),n.resolve(),[3/*break*/,3];case 2:return e=r.sent(),n.reject(e),[3/*break*/,3];case 3:return[2/*return*/];}});});}),n.promise/** * Waits until all currently pending writes for the active user have been * acknowledged by the backend. * * The returned Promise resolves immediately if there are no outstanding writes. * Otherwise, the Promise waits for all previously issued writes (including * those written in a previous app session), but it does not wait for writes * that were added after the function is called. If you want to wait for * additional writes, call `waitForPendingWrites()` again. * * Any outstanding `waitForPendingWrites()` Promises are rejected during user * changes. * * @returns A Promise which resolves when all currently pending writes have been * acknowledged by the backend. */;}(t._);},t;}(),Tc=/** @class */function(t){function e(e,n,r){var i=this;return(i=t.call(this,n)||this).Id=r,i.INTERNAL={delete:function _delete(){return i.terminate();}},e instanceof B||(i.md=e),i;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"I_",{get:function get(){return this._.I_;},enumerable:!1,configurable:!0}),e.prototype.settings=function(t){t.merge&&// Remove the property from the settings once the merge is completed delete(t=Object.assign(Object.assign({},this._.V_()),t)).merge,this._.g_(t);},e.prototype.useEmulator=function(t,e){"firestore.googleapis.com"!==this._.V_().host&&N("Host has been set in both settings() and useEmulator(), emulator host will be used"),this.settings({host:t+":"+e,ssl:!1,merge:!0});},e.prototype.enableNetwork=function(){return function(t){var e=this;return t.fs.enqueue(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){var e,n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return[4/*yield*/,ka(t)];case 1:return e=r.sent(),[4/*yield*/,Pa(t)];case 2:return n=r.sent(),[2/*return*/,(e.po(!0),function(t){var e=D(t);return e.Fh.delete(0/* UserDisabled */),nu(e);}(n))];}});});});}/** Disables the network connection. Pending operations will not complete. */(Fa(Us(this._,qa)));},e.prototype.disableNetwork=function(){return function(t){var e=this;return t.fs.enqueue(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){var e,n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return[4/*yield*/,ka(t)];case 1:return e=r.sent(),[4/*yield*/,Pa(t)];case 2:return n=r.sent(),[2/*return*/,(e.po(!1),function(t){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return(e=D(t)).Fh.add(0/* UserDisabled */),[4/*yield*/,ru(e)];case 1:return n.sent(),// Set the OnlineState to Offline so get()s return from cache, etc. e.Mh.set("Offline"/* Offline */),[2/*return*/];}});});}(n))];}});});});}/** * Returns a Promise that resolves when all writes that were pending at the time * this method was called received server acknowledgement. An acknowledgement * can be either acceptance or rejection. */(Fa(Us(this._,qa)));},e.prototype.enablePersistence=function(t){var e=!1,n=!1;return t&&Ls("synchronizeTabs",e=!!t.synchronizeTabs,"experimentalForceOwningTab",n=!!t.experimentalForceOwningTab),e?this.Id.enableMultiTabIndexedDbPersistence(this):this.Id.enableIndexedDbPersistence(this,n);},e.prototype.clearPersistence=function(){return this.Id.clearIndexedDbPersistence(this);},e.prototype.terminate=function(){return this.app._removeServiceInstance("firestore"),this.app._removeServiceInstance("firestore-exp"),this._._delete();},e.prototype.waitForPendingWrites=function(){return function(t){var e=this,n=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(e,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return e=ts,[4/*yield*/,Ca(t)];case 1:return[2/*return*/,e.apply(void 0,[r.sent(),n])];}});});}),n.promise;}(Fa(Us(this._,qa)));},e.prototype.onSnapshotsInSync=function(t){return function(t,e){return function(t,e){var n=this,r=new xs(e);return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e=function e(t,_e2){D(t).jh.add(_e2),// Immediately fire an initial event, indicating all existing listeners // are in-sync. _e2.next();},[4/*yield*/,La(t)];case 1:return[2/*return*/,e.apply(void 0,[n.sent(),r])];}});});}),function(){r.r_(),t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e=function e(t,_e3){D(t).jh.delete(_e3);},[4/*yield*/,La(t)];case 1:return[2/*return*/,e.apply(void 0,[n.sent(),r])];}});});});}/** * Takes an updateFunction in which a set of reads and writes can be performed * atomically. In the updateFunction, the client can read and write values * using the supplied transaction object. After the updateFunction, all * changes will be committed. If a retryable error occurs (ex: some other * client has changed any of the data referenced), then the updateFunction * will be called again after a backoff. If the updateFunction still fails * after all retries, then the transaction will be rejected. * * The transaction object passed to the updateFunction contains methods for * accessing documents and collections. Unlike other datastore access, data * accessed with the transaction will not reflect local changes that have not * been committed. For this reason, it is required that all reads are * performed before any writes. Transactions must be performed while online. */;}(Fa(t=Us(t,qa)),uc(e)?e:{next:e});}(this._,t);},Object.defineProperty(e.prototype,"app",{get:function get(){if(!this.md)throw new M(V.FAILED_PRECONDITION,"Firestore was not initialized using the Firebase SDK. 'app' is not available");return this.md;},enumerable:!1,configurable:!0}),e.prototype.collection=function(t){try{return new Uc(this,Hs(this._,t));}catch(t){throw kc(t,"collection()","Firestore.collection()");}},e.prototype.doc=function(t){try{return new Dc(this,Js(this._,t));}catch(t){throw kc(t,"doc()","Firestore.doc()");}},e.prototype.collectionGroup=function(t){try{return new Rc(this,function(t,e){if(t=Us(t,zs),Ps("collectionGroup","collection id",e),e.indexOf("/")>=0)throw new M(V.INVALID_ARGUMENT,"Invalid collection ID '"+e+"' passed to function collectionGroup(). Collection IDs must not contain '/'.");return new Bs(t,/* converter= */null,/** * Creates a new Query for a collection group query that matches all documents * within the provided collection group. */function(t){return new oe(et.at(),t);}(e));}(this._,t));}catch(t){throw kc(t,"collectionGroup()","Firestore.collectionGroup()");}},e.prototype.runTransaction=function(t){var e=this;return function(t,e){return function(t,e){var n=this,r=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return[4/*yield*/,function(t){return Da(t).then(function(t){return t.Dh;});}(t)];case 1:return n=i.sent(),new Ta(t.fs,n,e,r).run(),[2/*return*/];}});});}),r.promise;}(Fa(t),function(n){return e(new _c(t,n));});}(this._,function(n){return t(new Sc(e,n));});},e.prototype.batch=function(){var t=this;return Fa(this._),new xc(new bc(this._,function(e){return gc(t._,e);}));},e.prototype.loadBundle=function(t){throw new M(V.FAILED_PRECONDITION,'"loadBundle()" does not exist, have you imported "firebase/firestore/bundle"?');},e.prototype.namedQuery=function(t){throw new M(V.FAILED_PRECONDITION,'"namedQuery()" does not exist, have you imported "firebase/firestore/bundle"?');},e;}(q),Nc=/** @class */function(t){function e(e){var n=this;return(n=t.call(this)||this).firestore=e,n;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.Uf=function(t){return new z(new U(t));},e.prototype.Qf=function(t){var e=this.Gf(t,this.firestore.I_);return Dc.Ad(e,this.firestore,/* converter= */null);},e;}(Ba);/** * The persistence provider included with the full Firestore SDK. */function Ac(t){var e;e=t,I.setLogLevel(e);}/** * A reference to a transaction. */var Sc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,n)||this).zf=e,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.get=function(t){var e=this,n=qc(t);return this._.get(n).then(function(t){return new Cc(e.zf,t);});},e.prototype.set=function(t,e,n){var r=qc(t);return n?(Cs("Transaction.set",n),this._.set(r,e,n)):this._.set(r,e),this;},e.prototype.update=function(t,e,n){for(var r,i=[],o=3;o<arguments.length;o++){i[o-3]=arguments[o];}var u=qc(t);return 2===arguments.length?this._.update(u,e):(r=this._).update.apply(r,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([u,e,n],i)),this;},e.prototype.delete=function(t){var e=qc(t);return this._.delete(e),this;},e;}(q),xc=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.set=function(t,e,n){var r=qc(t);return n?(Cs("WriteBatch.set",n),this._.set(r,e,n)):this._.set(r,e),this;},e.prototype.update=function(t,e,n){for(var r,i=[],o=3;o<arguments.length;o++){i[o-3]=arguments[o];}var u=qc(t);return 2===arguments.length?this._.update(u,e):(r=this._).update.apply(r,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([u,e,n],i)),this;},e.prototype.delete=function(t){var e=qc(t);return this._.delete(e),this;},e.prototype.commit=function(){return this._.commit();},e;}(q),Dc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,n)||this).firestore=e,r.Hf=new Nc(e),r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.Rd=function(t,n,r){if(t.length%2!=0)throw new M(V.INVALID_ARGUMENT,"Invalid document reference. Document references must have an even number of segments, but "+t.ot()+" has "+t.length);return new e(n,new Gs(n._,r,new it(t)));},e.Ad=function(t,n,r){return new e(n,new Gs(n._,r,t));},Object.defineProperty(e.prototype,"id",{get:function get(){return this._.id;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function get(){return new Uc(this.firestore,this._.parent);},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"path",{get:function get(){return this._.path;},enumerable:!1,configurable:!0}),e.prototype.collection=function(t){try{return new Uc(this.firestore,Hs(this._,t));}catch(t){throw kc(t,"collection()","DocumentReference.collection()");}},e.prototype.isEqual=function(t){return t instanceof q&&(t=t._),t instanceof Gs&&Ws(this._,t);},e.prototype.set=function(t,e){e=Cs("DocumentReference.set",e);try{return function(t,e,n){t=Us(t,Gs);var r=Us(t.firestore,qa),i=sc(t.v_,e,n);return gc(r,[ia(ra(r),"setDoc",t.S_,i,null!==t.v_,n).F_(t.S_,Fe.Wt())]);}(this._,t,e);}catch(t){throw kc(t,"setDoc()","DocumentReference.set()");}},e.prototype.update=function(t,e){for(var n=[],r=2;r<arguments.length;r++){n[r-2]=arguments[r];}try{return 1===arguments.length?yc(this._,t):yc.apply(void 0,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([this._,t,e],n));}catch(t){throw kc(t,"updateDoc()","DocumentReference.update()");}},e.prototype.delete=function(){return gc(Us((t=this._).firestore,qa),[new nn(t.S_,Fe.Wt())]);var t;/** * Add a new document to specified `CollectionReference` with the given data, * assigning it a document ID automatically. * * @param reference - A reference to the collection to add this document to. * @param data - An Object containing the data for the new document. * @returns A Promise resolved with a `DocumentReference` pointing to the * newly created document after it has been written to the backend (Note that it * won't resolve while you're offline). */},e.prototype.onSnapshot=function(){for(var t=this,e=[],n=0;n<arguments.length;n++){e[n]=arguments[n];}var r=Oc(e),i=Pc(e,function(e){return new Cc(t.firestore,new fc(t.firestore._,t.Hf,e.S_,e.Jf,e.metadata,t._.v_));});return mc(this._,r,i);},e.prototype.get=function(t){var e=this;return("cache"===(null==t?void 0:t.source)?function(t){t=Us(t,Gs);var e=Us(t.firestore,qa),n=Fa(e),r=new vc(e);return function(t,e){var n=this,r=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return n=function n(t,e,_n2){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(o){switch(o.label){case 0:return o.trys.push([0,2,,3]),[4/*yield*/,function(t,e){var n=D(t);return n.persistence.runTransaction("read document","readonly",function(t){return n.Ic.Jo(t,e);});}(t,e)];case 1:return(i=o.sent())instanceof Vt?_n2.resolve(i):i instanceof Mt?_n2.resolve(null):_n2.reject(new M(V.UNAVAILABLE,"Failed to get document from cache. (However, this document may exist on the server. Run again without setting 'source' in the GetOptions to attempt to retrieve the document from the server.)")),[3/*break*/,3];case 2:return r=o.sent(),i=Sr(r,"Failed to get document '"+e+" from cache"),_n2.reject(i),[3/*break*/,3];case 3:return[2/*return*/];}});});},[4/*yield*/,Oa(t)];case 1:return[2/*return*/,n.apply(void 0,[i.sent(),e,r])];}});});}),r.promise;}(n,t.S_).then(function(n){return new fc(e,r,t.S_,n,new cc(n instanceof Vt&&n.bt,/* fromCache= */!0),t.v_);});}(this._):"server"===(null==t?void 0:t.source)?function(t){t=Us(t,Gs);var e=Us(t.firestore,qa);return Ra(Fa(e),t.S_,{source:"server"}).then(function(n){return wc(e,t,n);});}(this._):function(t){t=Us(t,Gs);var e=Us(t.firestore,qa);return Ra(Fa(e),t.S_).then(function(n){return wc(e,t,n);});}(this._)).then(function(t){return new Cc(e.firestore,new fc(e.firestore._,e.Hf,t.S_,t.Jf,t.metadata,e._.v_));});},e.prototype.withConverter=function(t){return new e(this.firestore,this._.withConverter(t));},e;}(q);/** * Replaces the function name in an error thrown by the firestore-exp API * with the function names used in the classic API. */function kc(t,e,n){return t.message=t.message.replace(e,n),t/** * Iterates the list of arguments from an `onSnapshot` call and returns the * first argument that may be an `SnapshotListenOptions` object. Returns an * empty object if none is found. */;}function Oc(t){for(var e=0,n=t;e<n.length;e++){var r=n[e];if("object"==Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(r)&&!uc(r))return r;}return{};}/** * Creates an observer that can be passed to the firestore-exp SDK. The * observer converts all observed values into the format expected by the classic * SDK. * * @param args - The list of arguments from an `onSnapshot` call. * @param wrapper - The function that converts the firestore-exp type into the * type used by this shim. */function Pc(t,e){var n,r,i;return{next:function next(t){i.next&&i.next(e(t));},error:null===(n=(i=uc(t[0])?t[0]:uc(t[1])?t[1]:"function"==typeof t[0]?{next:t[0],error:t[1],complete:t[2]}:{next:t[1],error:t[2],complete:t[3]}).error)||void 0===n?void 0:n.bind(i),complete:null===(r=i.complete)||void 0===r?void 0:r.bind(i)};}var Cc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,n)||this).zf=e,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"ref",{get:function get(){return new Dc(this.zf,this._.ref);},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"id",{get:function get(){return this._.id;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"metadata",{get:function get(){return this._.metadata;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"exists",{get:function get(){return this._.exists();},enumerable:!1,configurable:!0}),e.prototype.data=function(t){return this._.data(t);},e.prototype.get=function(t,e){return this._.get(t,e);},e.prototype.isEqual=function(t){return dc(this._,t._);},e;}(q),Lc=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.data=function(t){return this._.data(t);},e;}(Cc),Rc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,n)||this).firestore=e,r.Hf=new Nc(e),r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.prototype.where=function(t,n,r){try{// The "as string" cast is a little bit of a hack. `where` accepts the // FieldPath Compat type as input, but is not typed as such in order to // not expose this via our public typings file. return new e(this.firestore,Ya(this._,function(t,e,n){var r=e,i=Ja("where",t);return new $a(i,r,n);}(t,n,r)));}catch(t){throw kc(t,/(orderBy|where)\(\)/,"Query.$1()");}},e.prototype.orderBy=function(t,n){try{// The "as string" cast is a little bit of a hack. `orderBy` accepts the // FieldPath Compat type as input, but is not typed as such in order to // not expose this via our public typings file. return new e(this.firestore,Ya(this._,function(t,e){void 0===e&&(e="asc");var n=e,r=Ja("orderBy",t);return new Xa(r,n);}(t,n)));}catch(t){throw kc(t,/(orderBy|where)\(\)/,"Query.$1()");}},e.prototype.limit=function(t){try{return new e(this.firestore,Ya(this._,function(t){return qs("limit",t),new Za("limit",t,"F"/* First */);}(t)));}catch(t){throw kc(t,"limit()","Query.limit()");}},e.prototype.limitToLast=function(t){try{return new e(this.firestore,Ya(this._,function(t){return qs("limitToLast",t),new Za("limitToLast",t,"L"/* Last */);}(t)));}catch(t){throw kc(t,"limitToLast()","Query.limitToLast()");}},e.prototype.startAt=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}try{return new e(this.firestore,Ya(this._,function(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}return new tc("startAt",t,/*before=*/!0);}.apply(void 0,t)));}catch(t){throw kc(t,"startAt()","Query.startAt()");}},e.prototype.startAfter=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}try{return new e(this.firestore,Ya(this._,function(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}return new tc("startAfter",t,/*before=*/!1);}.apply(void 0,t)));}catch(t){throw kc(t,"startAfter()","Query.startAfter()");}},e.prototype.endBefore=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}try{return new e(this.firestore,Ya(this._,function(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}return new ec("endBefore",t,/*before=*/!0);}.apply(void 0,t)));}catch(t){throw kc(t,"endBefore()","Query.endBefore()");}},e.prototype.endAt=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}try{return new e(this.firestore,Ya(this._,function(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}return new ec("endAt",t,/*before=*/!1);}.apply(void 0,t)));}catch(t){throw kc(t,"endAt()","Query.endAt()");}},e.prototype.isEqual=function(t){return Qs(this._,t._);},e.prototype.get=function(t){var e=this;return("cache"===(null==t?void 0:t.source)?/** * Executes the query and returns the results as a `QuerySnapshot` from cache. * Returns an error if the document is not currently cached. * * @returns A Promise that will be resolved with the results of the query. */function(t){t=Us(t,Bs);var e=Us(t.firestore,qa),n=Fa(e),r=new vc(e);return function(t,e){var n=this,r=new vr();return t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(i){switch(i.label){case 0:return n=function n(t,e,_n3){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(this,void 0,void 0,function(){var r,i,o,u,s;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(a){switch(a.label){case 0:return a.trys.push([0,2,,3]),[4/*yield*/,vo(t,e,/* usePreviousResults= */!0)];case 1:return s=a.sent(),r=new ju(e,s.Pc),i=r.dl(s.documents),o=r.Ti(i,/* updateLimboDocuments= */!1),_n3.resolve(o.snapshot),[3/*break*/,3];case 2:return u=a.sent(),s=Sr(u,"Failed to execute query '"+e+" against cache"),_n3.reject(s),[3/*break*/,3];case 3:return[2/*return*/];}});});},[4/*yield*/,Oa(t)];case 1:return[2/*return*/,n.apply(void 0,[i.sent(),e,r])];}});});}),r.promise;}(n,t.C_).then(function(n){return new lc(e,r,t,n);});}(this._):"server"===(null==t?void 0:t.source)?function(t){t=Us(t,Bs);var e=Us(t.firestore,qa),n=Fa(e),r=new vc(e);return Va(n,t.C_,{source:"server"}).then(function(n){return new lc(e,r,t,n);});}(this._):function(t){t=Us(t,Bs);var e=Us(t.firestore,qa),n=Fa(e),r=new vc(e);return Wa(t.C_),Va(n,t.C_).then(function(n){return new lc(e,r,t,n);});}(this._)).then(function(t){return new Mc(e.firestore,new lc(e.firestore._,e.Hf,e._,t.ud));});},e.prototype.onSnapshot=function(){for(var t=this,e=[],n=0;n<arguments.length;n++){e[n]=arguments[n];}var r=Oc(e),i=Pc(e,function(e){return new Mc(t.firestore,new lc(t.firestore._,t.Hf,t._,e.ud));});return mc(this._,r,i);},e.prototype.withConverter=function(t){return new e(this.firestore,this._.withConverter(t));},e;}(q),Vc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,n)||this).zf=e,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"type",{get:function get(){return this._.type;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"doc",{get:function get(){return new Lc(this.zf,this._.doc);},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"oldIndex",{get:function get(){return this._.oldIndex;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"newIndex",{get:function get(){return this._.newIndex;},enumerable:!1,configurable:!0}),e;}(q),Mc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,n)||this).zf=e,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"query",{get:function get(){return new Rc(this.zf,this._.query);},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"metadata",{get:function get(){return this._.metadata;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"size",{get:function get(){return this._.size;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"empty",{get:function get(){return this._.empty;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"docs",{get:function get(){var t=this;return this._.docs.map(function(e){return new Lc(t.zf,e);});},enumerable:!1,configurable:!0}),e.prototype.docChanges=function(t){var e=this;return this._.docChanges(t).map(function(t){return new Vc(e.zf,t);});},e.prototype.forEach=function(t,e){var n=this;this._.forEach(function(r){t.call(e,new Lc(n.zf,r));});},e.prototype.isEqual=function(t){return dc(this._,t._);},e;}(q),Uc=/** @class */function(t){function e(e,n){var r=this;return(r=t.call(this,e,n)||this).firestore=e,r._=n,r;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),Object.defineProperty(e.prototype,"id",{get:function get(){return this._.id;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"path",{get:function get(){return this._.path;},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"parent",{get:function get(){var t=this._.parent;return t?new Dc(this.firestore,t):null;},enumerable:!1,configurable:!0}),e.prototype.doc=function(t){try{return new Dc(this.firestore,void 0===t?Js(this._):Js(this._,t));}catch(t){throw kc(t,"doc()","CollectionReference.doc()");}},e.prototype.add=function(t){var e=this;return function(t,e){var n=Us(t.firestore,qa),r=Js(t),i=sc(t.v_,e);return gc(n,[ia(ra(t.firestore),"addDoc",r.S_,i,null!==t.v_,{}).F_(r.S_,Fe.exists(!1))]).then(function(){return r;});}(this._,t).then(function(t){return new Dc(e.firestore,t);});},e.prototype.isEqual=function(t){return Ws(this._,t._);},e.prototype.withConverter=function(t){return new e(this.firestore,this._.withConverter(t));},e;}(Rc);function qc(t){return t instanceof q&&(t=t._),Us(t,Gs);}/** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // The objects that are a part of this API are exposed to third-parties as // compiled javascript so we want to flag our private members with a leading // underscore to discourage their use. /** * A `FieldPath` refers to a field in a document. The path may consist of a * single field name (referring to a top-level field in the document), or a list * of field names (referring to a nested field in the document). */var Fc=/** @class */function(t){/** * Creates a FieldPath from the provided field names. If more than one field * name is provided, the path will point to a nested field in a document. * * @param fieldNames - A list of field names. */function e(){for(var e=[],n=0;n<arguments.length;n++){e[n]=arguments[n];}return t.call(this,new(ks.bind.apply(ks,Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__spreadArrays"])([void 0],e)))())||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.documentId=function(){/** * Internal Note: The backend doesn't technically support querying by * document ID. Instead it queries by the entire document name (full path * included), but in the cases we currently support documentId(), the net * effect is the same. */return new e(rt.lt().ot());},e.prototype.isEqual=function(t){return t instanceof q&&(t=t._),t instanceof ks&&this._.d_.isEqual(t.d_);},e;}(q),jc=/** @class */function(t){function e(){return null!==t&&t.apply(this,arguments)||this;}return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__extends"])(e,t),e.serverTimestamp=function(){var t=new sa("serverTimestamp");return t._methodName="FieldValue.serverTimestamp",new e(t);},e.delete=function(){var t=new oa("deleteField");return t._methodName="FieldValue.delete",new e(t);},e.arrayUnion=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}var r=/** * Returns a special value that can be used with {@link setDoc} or {@link * updateDoc} that tells the server to union the given elements with any array * value that already exists on the server. Each specified element that doesn't * already exist in the array will be added to the end. If the field being * modified is not already an array it will be overwritten with an array * containing exactly the specified elements. * * @param elements - The elements to union into the array. * @returns The `FieldValue` sentinel for use in a call to `setDoc()` or * `updateDoc()`. */function(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}// NOTE: We don't actually parse the data until it's used in set() or // update() since we'd need the Firestore instance to do this. return new aa("arrayUnion",t);}.apply(void 0,t);return r._methodName="FieldValue.arrayUnion",new e(r);},e.arrayRemove=function(){for(var t=[],n=0;n<arguments.length;n++){t[n]=arguments[n];}var r=function(){for(var t=[],e=0;e<arguments.length;e++){t[e]=arguments[e];}// NOTE: We don't actually parse the data until it's used in set() or // update() since we'd need the Firestore instance to do this. return new ca("arrayRemove",t);}.apply(void 0,t);return r._methodName="FieldValue.arrayRemove",new e(r);},e.increment=function(t){var n=function(t){return new fa("increment",t);}(t);return n._methodName="FieldValue.increment",new e(n);},e.prototype.isEqual=function(t){return this._.isEqual(t._);},e;}(q),zc=/** @class */function(){function t(){this.Pd={},this.yd=new vr(),this.gd={taskState:"Running",totalBytes:0,totalDocuments:0,bytesLoaded:0,documentsLoaded:0};}return t.prototype.onProgress=function(t,e,n){this.Pd={next:t,error:e,complete:n};},t.prototype.catch=function(t){return this.yd.promise.catch(t);},t.prototype.then=function(t,e){return this.yd.promise.then(t,e);},/** * Notifies all observers that bundle loading has completed, with a provided * `LoadBundleTaskProgress` object. */t.prototype.Ul=function(t){this.Ql(t),this.Pd.complete&&this.Pd.complete(),this.yd.resolve(t);},/** * Notifies all observers that bundle loading has failed, with a provided * `Error` as the reason. */t.prototype.Wl=function(t){this.gd.taskState="Error",this.Pd.next&&this.Pd.next(this.gd),this.Pd.error&&this.Pd.error(t),this.yd.reject(t);},/** * Notifies a progress update of loading a bundle. * @param progress - The new progress. */t.prototype.Ql=function(t){this.gd=t,this.Pd.next&&this.Pd.next(t);},t;}();/** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Returns a sentinel for use with {@link updateDoc} or * {@link setDoc} with `{merge: true}` to mark a field for deletion. */ /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */function Gc(t,e){var n=new zc();return function(t,e,n,r){var i=this,o=function(t,e){return function(t,e){return new Ds(t,e);}(function(t,e){if(t instanceof Uint8Array)return Ss(t,e);if(t instanceof ArrayBuffer)return Ss(new Uint8Array(t),e);if(t instanceof ReadableStream)return t.getReader();throw new Error("Source of `toByteStreamReader` has to be a ArrayBuffer or ReadableStream");}("string"==typeof t?new TextEncoder().encode(t):t),e);}(n,Wo(e));t.fs.ys(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(i,void 0,void 0,function(){var e;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(n){switch(n.label){case 0:return e=_s,[4/*yield*/,Ca(t)];case 1:return e.apply(void 0,[n.sent(),o,r]),[2/*return*/];}});});});}(Fa(t._),t.I_,e,n),n;}function Bc(t,e){return function(t,e){var n=this;return t.fs.enqueue(function(){return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__awaiter"])(n,void 0,void 0,function(){var n;return Object(tslib__WEBPACK_IMPORTED_MODULE_63__["__generator"])(this,function(r){switch(r.label){case 0:return n=function n(t,e){var n=D(t);return n.persistence.runTransaction("Get named query","readonly",function(t){return n.To.Bs(t,e);});},[4/*yield*/,Oa(t)];case 1:return[2/*return*/,n.apply(void 0,[r.sent(),e])];}});});});}(Fa(t._),e).then(function(e){return e?new Rc(t,new Bs(t._,null,e.query)):null;});} /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../../AxE2/node_modules/process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/logger/dist/index.esm.js": /*!*************************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/logger/dist/index.esm.js ***! \*************************************************************************/ /*! exports provided: LogLevel, Logger, setLogLevel, setUserLogHandler */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LogLevel", function() { return LogLevel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Logger", function() { return Logger; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setLogLevel", function() { return setLogLevel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "setUserLogHandler", function() { return setUserLogHandler; }); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_5__); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */ function __spreadArrays() { for (var s = 0, i = 0, il = arguments.length; i < il; i++) { s += arguments[i].length; } for (var r = Array(s), k = 0, i = 0; i < il; i++) { for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) { r[k] = a[j]; } } return r; } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var _a; /** * A container for all of the Logger instances */ var instances = []; /** * The JS SDK supports 5 log levels and also allows a user the ability to * silence the logs altogether. * * The order is a follows: * DEBUG < VERBOSE < INFO < WARN < ERROR * * All of the log types above the current log level will be captured (i.e. if * you set the log level to `INFO`, errors will still be logged, but `DEBUG` and * `VERBOSE` logs will not) */ var LogLevel; (function (LogLevel) { LogLevel[LogLevel["DEBUG"] = 0] = "DEBUG"; LogLevel[LogLevel["VERBOSE"] = 1] = "VERBOSE"; LogLevel[LogLevel["INFO"] = 2] = "INFO"; LogLevel[LogLevel["WARN"] = 3] = "WARN"; LogLevel[LogLevel["ERROR"] = 4] = "ERROR"; LogLevel[LogLevel["SILENT"] = 5] = "SILENT"; })(LogLevel || (LogLevel = {})); var levelStringToEnum = { 'debug': LogLevel.DEBUG, 'verbose': LogLevel.VERBOSE, 'info': LogLevel.INFO, 'warn': LogLevel.WARN, 'error': LogLevel.ERROR, 'silent': LogLevel.SILENT }; /** * The default log level */ var defaultLogLevel = LogLevel.INFO; /** * By default, `console.debug` is not displayed in the developer console (in * chrome). To avoid forcing users to have to opt-in to these logs twice * (i.e. once for firebase, and once in the console), we are sending `DEBUG` * logs to the `console.log` function. */ var ConsoleMethod = (_a = {}, _a[LogLevel.DEBUG] = 'log', _a[LogLevel.VERBOSE] = 'log', _a[LogLevel.INFO] = 'info', _a[LogLevel.WARN] = 'warn', _a[LogLevel.ERROR] = 'error', _a); /** * The default log handler will forward DEBUG, VERBOSE, INFO, WARN, and ERROR * messages on to their corresponding console counterparts (if the log method * is supported by the current log level) */ var defaultLogHandler = function defaultLogHandler(instance, logType) { var args = []; for (var _i = 2; _i < arguments.length; _i++) { args[_i - 2] = arguments[_i]; } if (logType < instance.logLevel) { return; } var now = new Date().toISOString(); var method = ConsoleMethod[logType]; if (method) { console[method].apply(console, __spreadArrays(["[" + now + "] " + instance.name + ":"], args)); } else { throw new Error("Attempted to log a message with an invalid logType (value: " + logType + ")"); } }; var Logger = /** @class */ function () { /** * Gives you an instance of a Logger to capture messages according to * Firebase's logging scheme. * * @param name The name that the logs will be associated with */ function Logger(name) { this.name = name; /** * The log level of the given Logger instance. */ this._logLevel = defaultLogLevel; /** * The main (internal) log handler for the Logger instance. * Can be set to a new function in internal package code but not by user. */ this._logHandler = defaultLogHandler; /** * The optional, additional, user-defined log handler for the Logger instance. */ this._userLogHandler = null; /** * Capture the current instance for later use */ instances.push(this); } Object.defineProperty(Logger.prototype, "logLevel", { get: function get() { return this._logLevel; }, set: function set(val) { if (!(val in LogLevel)) { throw new TypeError("Invalid value \"" + val + "\" assigned to `logLevel`"); } this._logLevel = val; }, enumerable: false, configurable: true }); // Workaround for setter/getter having to be the same type. Logger.prototype.setLogLevel = function (val) { this._logLevel = typeof val === 'string' ? levelStringToEnum[val] : val; }; Object.defineProperty(Logger.prototype, "logHandler", { get: function get() { return this._logHandler; }, set: function set(val) { if (typeof val !== 'function') { throw new TypeError('Value assigned to `logHandler` must be a function'); } this._logHandler = val; }, enumerable: false, configurable: true }); Object.defineProperty(Logger.prototype, "userLogHandler", { get: function get() { return this._userLogHandler; }, set: function set(val) { this._userLogHandler = val; }, enumerable: false, configurable: true }); /** * The functions below are all based on the `console` interface */ Logger.prototype.debug = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } this._userLogHandler && this._userLogHandler.apply(this, __spreadArrays([this, LogLevel.DEBUG], args)); this._logHandler.apply(this, __spreadArrays([this, LogLevel.DEBUG], args)); }; Logger.prototype.log = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } this._userLogHandler && this._userLogHandler.apply(this, __spreadArrays([this, LogLevel.VERBOSE], args)); this._logHandler.apply(this, __spreadArrays([this, LogLevel.VERBOSE], args)); }; Logger.prototype.info = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } this._userLogHandler && this._userLogHandler.apply(this, __spreadArrays([this, LogLevel.INFO], args)); this._logHandler.apply(this, __spreadArrays([this, LogLevel.INFO], args)); }; Logger.prototype.warn = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } this._userLogHandler && this._userLogHandler.apply(this, __spreadArrays([this, LogLevel.WARN], args)); this._logHandler.apply(this, __spreadArrays([this, LogLevel.WARN], args)); }; Logger.prototype.error = function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } this._userLogHandler && this._userLogHandler.apply(this, __spreadArrays([this, LogLevel.ERROR], args)); this._logHandler.apply(this, __spreadArrays([this, LogLevel.ERROR], args)); }; return Logger; }(); function setLogLevel(level) { instances.forEach(function (inst) { inst.setLogLevel(level); }); } function setUserLogHandler(logCallback, options) { var _loop_1 = function _loop_1(instance) { var customLogLevel = null; if (options && options.level) { customLogLevel = levelStringToEnum[options.level]; } if (logCallback === null) { instance.userLogHandler = null; } else { instance.userLogHandler = function (instance, level) { var args = []; for (var _i = 2; _i < arguments.length; _i++) { args[_i - 2] = arguments[_i]; } var message = args.map(function (arg) { if (arg == null) { return null; } else if (typeof arg === 'string') { return arg; } else if (typeof arg === 'number' || typeof arg === 'boolean') { return arg.toString(); } else if (arg instanceof Error) { return arg.message; } else { try { return JSON.stringify(arg); } catch (ignored) { return null; } } }).filter(function (arg) { return arg; }).join(' '); if (level >= (customLogLevel !== null && customLogLevel !== void 0 ? customLogLevel : instance.logLevel)) { logCallback({ level: LogLevel[level].toLowerCase(), message: message, args: args, type: instance.name }); } }; } }; for (var _i = 0, instances_1 = instances; _i < instances_1.length; _i++) { var instance = instances_1[_i]; _loop_1(instance); } } /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/util/dist/index.esm.js": /*!***********************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/util/dist/index.esm.js ***! \***********************************************************************/ /*! exports provided: CONSTANTS, Deferred, ErrorFactory, FirebaseError, MAX_VALUE_MILLIS, RANDOM_FACTOR, Sha1, areCookiesEnabled, assert, assertionError, async, base64, base64Decode, base64Encode, calculateBackoffMillis, contains, createSubscribe, decode, deepCopy, deepExtend, errorPrefix, getUA, isAdmin, isBrowser, isBrowserExtension, isElectron, isEmpty, isIE, isIndexedDBAvailable, isMobileCordova, isNode, isNodeSdk, isReactNative, isSafari, isUWP, isValidFormat, isValidTimestamp, issuedAtTime, jsonEval, map, ordinal, querystring, querystringDecode, safeGet, stringLength, stringToByteArray, stringify, validateArgCount, validateCallback, validateContextObject, validateIndexedDBOpenable, validateNamespace */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "CONSTANTS", function() { return CONSTANTS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Deferred", function() { return Deferred; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ErrorFactory", function() { return ErrorFactory; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "FirebaseError", function() { return FirebaseError; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "MAX_VALUE_MILLIS", function() { return MAX_VALUE_MILLIS; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "RANDOM_FACTOR", function() { return RANDOM_FACTOR; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Sha1", function() { return Sha1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "areCookiesEnabled", function() { return areCookiesEnabled; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "assert", function() { return assert; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "assertionError", function() { return assertionError; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "async", function() { return async; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "base64", function() { return base64; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "base64Decode", function() { return base64Decode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "base64Encode", function() { return base64Encode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "calculateBackoffMillis", function() { return calculateBackoffMillis; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "contains", function() { return contains; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createSubscribe", function() { return createSubscribe; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "decode", function() { return decode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deepCopy", function() { return deepCopy; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deepExtend", function() { return deepExtend; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "errorPrefix", function() { return errorPrefix; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getUA", function() { return getUA; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isAdmin", function() { return isAdmin; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isBrowser", function() { return isBrowser; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isBrowserExtension", function() { return isBrowserExtension; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isElectron", function() { return isElectron; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isEmpty", function() { return isEmpty; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isIE", function() { return isIE; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isIndexedDBAvailable", function() { return isIndexedDBAvailable; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isMobileCordova", function() { return isMobileCordova; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isNode", function() { return isNode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isNodeSdk", function() { return isNodeSdk; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isReactNative", function() { return isReactNative; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isSafari", function() { return isSafari; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isUWP", function() { return isUWP; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isValidFormat", function() { return isValidFormat; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isValidTimestamp", function() { return isValidTimestamp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "issuedAtTime", function() { return issuedAtTime; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jsonEval", function() { return jsonEval; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "map", function() { return map; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ordinal", function() { return ordinal; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "querystring", function() { return querystring; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "querystringDecode", function() { return querystringDecode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "safeGet", function() { return safeGet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stringLength", function() { return stringLength; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stringToByteArray", function() { return stringToByteArray$1; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "stringify", function() { return stringify; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateArgCount", function() { return validateArgCount; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateCallback", function() { return validateCallback; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateContextObject", function() { return validateContextObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateIndexedDBOpenable", function() { return validateIndexedDBOpenable; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "validateNamespace", function() { return validateNamespace; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ "./node_modules/core-js/modules/es.array.includes.js"); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.string.includes.js */ "./node_modules/core-js/modules/es.string.includes.js"); /* harmony import */ var core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_includes_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js"); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.object.entries.js */ "./node_modules/core-js/modules/es.object.entries.js"); /* harmony import */ var core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_entries_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_number_is_finite_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.number.is-finite.js */ "./node_modules/core-js/modules/es.number.is-finite.js"); /* harmony import */ var core_js_modules_es_number_is_finite_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_is_finite_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! tslib */ "../CORE_FW/models/node_modules/tslib/tslib.es6.js"); /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * @fileoverview Firebase constants. Some of these (@defines) can be overridden at compile-time. */ var CONSTANTS = { /** * @define {boolean} Whether this is the client Node.js SDK. */ NODE_CLIENT: false, /** * @define {boolean} Whether this is the Admin Node.js SDK. */ NODE_ADMIN: false, /** * Firebase SDK Version */ SDK_VERSION: '${JSCORE_VERSION}' }; /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Throws an error if the provided assertion is falsy */ var assert = function assert(assertion, message) { if (!assertion) { throw assertionError(message); } }; /** * Returns an Error object suitable for throwing. */ var assertionError = function assertionError(message) { return new Error('Firebase Database (' + CONSTANTS.SDK_VERSION + ') INTERNAL ASSERT FAILED: ' + message); }; /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var stringToByteArray = function stringToByteArray(str) { // TODO(user): Use native implementations if/when available var out = []; var p = 0; for (var i = 0; i < str.length; i++) { var c = str.charCodeAt(i); if (c < 128) { out[p++] = c; } else if (c < 2048) { out[p++] = c >> 6 | 192; out[p++] = c & 63 | 128; } else if ((c & 0xfc00) === 0xd800 && i + 1 < str.length && (str.charCodeAt(i + 1) & 0xfc00) === 0xdc00) { // Surrogate Pair c = 0x10000 + ((c & 0x03ff) << 10) + (str.charCodeAt(++i) & 0x03ff); out[p++] = c >> 18 | 240; out[p++] = c >> 12 & 63 | 128; out[p++] = c >> 6 & 63 | 128; out[p++] = c & 63 | 128; } else { out[p++] = c >> 12 | 224; out[p++] = c >> 6 & 63 | 128; out[p++] = c & 63 | 128; } } return out; }; /** * Turns an array of numbers into the string given by the concatenation of the * characters to which the numbers correspond. * @param bytes Array of numbers representing characters. * @return Stringification of the array. */ var byteArrayToString = function byteArrayToString(bytes) { // TODO(user): Use native implementations if/when available var out = []; var pos = 0, c = 0; while (pos < bytes.length) { var c1 = bytes[pos++]; if (c1 < 128) { out[c++] = String.fromCharCode(c1); } else if (c1 > 191 && c1 < 224) { var c2 = bytes[pos++]; out[c++] = String.fromCharCode((c1 & 31) << 6 | c2 & 63); } else if (c1 > 239 && c1 < 365) { // Surrogate Pair var c2 = bytes[pos++]; var c3 = bytes[pos++]; var c4 = bytes[pos++]; var u = ((c1 & 7) << 18 | (c2 & 63) << 12 | (c3 & 63) << 6 | c4 & 63) - 0x10000; out[c++] = String.fromCharCode(0xd800 + (u >> 10)); out[c++] = String.fromCharCode(0xdc00 + (u & 1023)); } else { var c2 = bytes[pos++]; var c3 = bytes[pos++]; out[c++] = String.fromCharCode((c1 & 15) << 12 | (c2 & 63) << 6 | c3 & 63); } } return out.join(''); }; // We define it as an object literal instead of a class because a class compiled down to es5 can't // be treeshaked. https://github.com/rollup/rollup/issues/1691 // Static lookup maps, lazily populated by init_() var base64 = { /** * Maps bytes to characters. */ byteToCharMap_: null, /** * Maps characters to bytes. */ charToByteMap_: null, /** * Maps bytes to websafe characters. * @private */ byteToCharMapWebSafe_: null, /** * Maps websafe characters to bytes. * @private */ charToByteMapWebSafe_: null, /** * Our default alphabet, shared between * ENCODED_VALS and ENCODED_VALS_WEBSAFE */ ENCODED_VALS_BASE: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' + 'abcdefghijklmnopqrstuvwxyz' + '0123456789', /** * Our default alphabet. Value 64 (=) is special; it means "nothing." */ get ENCODED_VALS() { return this.ENCODED_VALS_BASE + '+/='; }, /** * Our websafe alphabet. */ get ENCODED_VALS_WEBSAFE() { return this.ENCODED_VALS_BASE + '-_.'; }, /** * Whether this browser supports the atob and btoa functions. This extension * started at Mozilla but is now implemented by many browsers. We use the * ASSUME_* variables to avoid pulling in the full useragent detection library * but still allowing the standard per-browser compilations. * */ HAS_NATIVE_SUPPORT: typeof atob === 'function', /** * Base64-encode an array of bytes. * * @param input An array of bytes (numbers with * value in [0, 255]) to encode. * @param webSafe Boolean indicating we should use the * alternative alphabet. * @return The base64 encoded string. */ encodeByteArray: function encodeByteArray(input, webSafe) { if (!Array.isArray(input)) { throw Error('encodeByteArray takes an array as a parameter'); } this.init_(); var byteToCharMap = webSafe ? this.byteToCharMapWebSafe_ : this.byteToCharMap_; var output = []; for (var i = 0; i < input.length; i += 3) { var byte1 = input[i]; var haveByte2 = i + 1 < input.length; var byte2 = haveByte2 ? input[i + 1] : 0; var haveByte3 = i + 2 < input.length; var byte3 = haveByte3 ? input[i + 2] : 0; var outByte1 = byte1 >> 2; var outByte2 = (byte1 & 0x03) << 4 | byte2 >> 4; var outByte3 = (byte2 & 0x0f) << 2 | byte3 >> 6; var outByte4 = byte3 & 0x3f; if (!haveByte3) { outByte4 = 64; if (!haveByte2) { outByte3 = 64; } } output.push(byteToCharMap[outByte1], byteToCharMap[outByte2], byteToCharMap[outByte3], byteToCharMap[outByte4]); } return output.join(''); }, /** * Base64-encode a string. * * @param input A string to encode. * @param webSafe If true, we should use the * alternative alphabet. * @return The base64 encoded string. */ encodeString: function encodeString(input, webSafe) { // Shortcut for Mozilla browsers that implement // a native base64 encoder in the form of "btoa/atob" if (this.HAS_NATIVE_SUPPORT && !webSafe) { return btoa(input); } return this.encodeByteArray(stringToByteArray(input), webSafe); }, /** * Base64-decode a string. * * @param input to decode. * @param webSafe True if we should use the * alternative alphabet. * @return string representing the decoded value. */ decodeString: function decodeString(input, webSafe) { // Shortcut for Mozilla browsers that implement // a native base64 encoder in the form of "btoa/atob" if (this.HAS_NATIVE_SUPPORT && !webSafe) { return atob(input); } return byteArrayToString(this.decodeStringToByteArray(input, webSafe)); }, /** * Base64-decode a string. * * In base-64 decoding, groups of four characters are converted into three * bytes. If the encoder did not apply padding, the input length may not * be a multiple of 4. * * In this case, the last group will have fewer than 4 characters, and * padding will be inferred. If the group has one or two characters, it decodes * to one byte. If the group has three characters, it decodes to two bytes. * * @param input Input to decode. * @param webSafe True if we should use the web-safe alphabet. * @return bytes representing the decoded value. */ decodeStringToByteArray: function decodeStringToByteArray(input, webSafe) { this.init_(); var charToByteMap = webSafe ? this.charToByteMapWebSafe_ : this.charToByteMap_; var output = []; for (var i = 0; i < input.length;) { var byte1 = charToByteMap[input.charAt(i++)]; var haveByte2 = i < input.length; var byte2 = haveByte2 ? charToByteMap[input.charAt(i)] : 0; ++i; var haveByte3 = i < input.length; var byte3 = haveByte3 ? charToByteMap[input.charAt(i)] : 64; ++i; var haveByte4 = i < input.length; var byte4 = haveByte4 ? charToByteMap[input.charAt(i)] : 64; ++i; if (byte1 == null || byte2 == null || byte3 == null || byte4 == null) { throw Error(); } var outByte1 = byte1 << 2 | byte2 >> 4; output.push(outByte1); if (byte3 !== 64) { var outByte2 = byte2 << 4 & 0xf0 | byte3 >> 2; output.push(outByte2); if (byte4 !== 64) { var outByte3 = byte3 << 6 & 0xc0 | byte4; output.push(outByte3); } } } return output; }, /** * Lazy static initialization function. Called before * accessing any of the static map variables. * @private */ init_: function init_() { if (!this.byteToCharMap_) { this.byteToCharMap_ = {}; this.charToByteMap_ = {}; this.byteToCharMapWebSafe_ = {}; this.charToByteMapWebSafe_ = {}; // We want quick mappings back and forth, so we precompute two maps. for (var i = 0; i < this.ENCODED_VALS.length; i++) { this.byteToCharMap_[i] = this.ENCODED_VALS.charAt(i); this.charToByteMap_[this.byteToCharMap_[i]] = i; this.byteToCharMapWebSafe_[i] = this.ENCODED_VALS_WEBSAFE.charAt(i); this.charToByteMapWebSafe_[this.byteToCharMapWebSafe_[i]] = i; // Be forgiving when decoding and correctly decode both encodings. if (i >= this.ENCODED_VALS_BASE.length) { this.charToByteMap_[this.ENCODED_VALS_WEBSAFE.charAt(i)] = i; this.charToByteMapWebSafe_[this.ENCODED_VALS.charAt(i)] = i; } } } } }; /** * URL-safe base64 encoding */ var base64Encode = function base64Encode(str) { var utf8Bytes = stringToByteArray(str); return base64.encodeByteArray(utf8Bytes, true); }; /** * URL-safe base64 decoding * * NOTE: DO NOT use the global atob() function - it does NOT support the * base64Url variant encoding. * * @param str To be decoded * @return Decoded result, if possible */ var base64Decode = function base64Decode(str) { try { return base64.decodeString(str, true); } catch (e) { console.error('base64Decode failed: ', e); } return null; }; /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Do a deep-copy of basic JavaScript Objects or Arrays. */ function deepCopy(value) { return deepExtend(undefined, value); } /** * Copy properties from source to target (recursively allows extension * of Objects and Arrays). Scalar values in the target are over-written. * If target is undefined, an object of the appropriate type will be created * (and returned). * * We recursively copy all child properties of plain Objects in the source- so * that namespace- like dictionaries are merged. * * Note that the target can be a function, in which case the properties in * the source Object are copied onto it as static properties of the Function. * * Note: we don't merge __proto__ to prevent prototype pollution */ function deepExtend(target, source) { if (!(source instanceof Object)) { return source; } switch (source.constructor) { case Date: // Treat Dates like scalars; if the target date object had any child // properties - they will be lost! var dateValue = source; return new Date(dateValue.getTime()); case Object: if (target === undefined) { target = {}; } break; case Array: // Always copy the array source and overwrite the target. target = []; break; default: // Not a plain Object - treat it as a scalar. return source; } for (var prop in source) { // use isValidKey to guard against prototype pollution. See https://snyk.io/vuln/SNYK-JS-LODASH-450202 if (!source.hasOwnProperty(prop) || !isValidKey(prop)) { continue; } target[prop] = deepExtend(target[prop], source[prop]); } return target; } function isValidKey(key) { return key !== '__proto__'; } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var Deferred = /** @class */ function () { function Deferred() { var _this = this; this.reject = function () {}; this.resolve = function () {}; this.promise = new Promise(function (resolve, reject) { _this.resolve = resolve; _this.reject = reject; }); } /** * Our API internals are not promiseified and cannot because our callback APIs have subtle expectations around * invoking promises inline, which Promises are forbidden to do. This method accepts an optional node-style callback * and returns a node-style callback which will resolve or reject the Deferred's promise. */ Deferred.prototype.wrapCallback = function (callback) { var _this = this; return function (error, value) { if (error) { _this.reject(error); } else { _this.resolve(value); } if (typeof callback === 'function') { // Attaching noop handler just in case developer wasn't expecting // promises _this.promise.catch(function () {}); // Some of our callbacks don't expect a value and our own tests // assert that the parameter length is 1 if (callback.length === 1) { callback(error); } else { callback(error, value); } } }; }; return Deferred; }(); /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Returns navigator.userAgent string or '' if it's not defined. * @return user agent string */ function getUA() { if (typeof navigator !== 'undefined' && typeof navigator['userAgent'] === 'string') { return navigator['userAgent']; } else { return ''; } } /** * Detect Cordova / PhoneGap / Ionic frameworks on a mobile device. * * Deliberately does not rely on checking `file://` URLs (as this fails PhoneGap * in the Ripple emulator) nor Cordova `onDeviceReady`, which would normally * wait for a callback. */ function isMobileCordova() { return typeof window !== 'undefined' && // @ts-ignore Setting up an broadly applicable index signature for Window // just to deal with this case would probably be a bad idea. !!(window['cordova'] || window['phonegap'] || window['PhoneGap']) && /ios|iphone|ipod|ipad|android|blackberry|iemobile/i.test(getUA()); } /** * Detect Node.js. * * @return true if Node.js environment is detected. */ // Node detection logic from: https://github.com/iliakan/detect-node/ function isNode() { try { return Object.prototype.toString.call(global.process) === '[object process]'; } catch (e) { return false; } } /** * Detect Browser Environment */ function isBrowser() { return (typeof self === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(self)) === 'object' && self.self === self; } function isBrowserExtension() { var runtime = (typeof chrome === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(chrome)) === 'object' ? chrome.runtime : (typeof browser === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(browser)) === 'object' ? browser.runtime : undefined; return Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(runtime) === 'object' && runtime.id !== undefined; } /** * Detect React Native. * * @return true if ReactNative environment is detected. */ function isReactNative() { return (typeof navigator === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(navigator)) === 'object' && navigator['product'] === 'ReactNative'; } /** Detects Electron apps. */ function isElectron() { return getUA().indexOf('Electron/') >= 0; } /** Detects Internet Explorer. */ function isIE() { var ua = getUA(); return ua.indexOf('MSIE ') >= 0 || ua.indexOf('Trident/') >= 0; } /** Detects Universal Windows Platform apps. */ function isUWP() { return getUA().indexOf('MSAppHost/') >= 0; } /** * Detect whether the current SDK build is the Node version. * * @return true if it's the Node SDK build. */ function isNodeSdk() { return CONSTANTS.NODE_CLIENT === true || CONSTANTS.NODE_ADMIN === true; } /** Returns true if we are running in Safari. */ function isSafari() { return !isNode() && navigator.userAgent.includes('Safari') && !navigator.userAgent.includes('Chrome'); } /** * This method checks if indexedDB is supported by current browser/service worker context * @return true if indexedDB is supported by current browser/service worker context */ function isIndexedDBAvailable() { return 'indexedDB' in self && indexedDB != null; } /** * This method validates browser context for indexedDB by opening a dummy indexedDB database and reject * if errors occur during the database open operation. */ function validateIndexedDBOpenable() { return new Promise(function (resolve, reject) { try { var preExist_1 = true; var DB_CHECK_NAME_1 = 'validate-browser-context-for-indexeddb-analytics-module'; var request_1 = window.indexedDB.open(DB_CHECK_NAME_1); request_1.onsuccess = function () { request_1.result.close(); // delete database only when it doesn't pre-exist if (!preExist_1) { window.indexedDB.deleteDatabase(DB_CHECK_NAME_1); } resolve(true); }; request_1.onupgradeneeded = function () { preExist_1 = false; }; request_1.onerror = function () { var _a; reject(((_a = request_1.error) === null || _a === void 0 ? void 0 : _a.message) || ''); }; } catch (error) { reject(error); } }); } /** * * This method checks whether cookie is enabled within current browser * @return true if cookie is enabled within current browser */ function areCookiesEnabled() { if (!navigator || !navigator.cookieEnabled) { return false; } return true; } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ var ERROR_NAME = 'FirebaseError'; // Based on code from: // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error#Custom_Error_Types var FirebaseError = /** @class */ function (_super) { Object(tslib__WEBPACK_IMPORTED_MODULE_13__["__extends"])(FirebaseError, _super); function FirebaseError(code, message, customData) { var _this = _super.call(this, message) || this; _this.code = code; _this.customData = customData; _this.name = ERROR_NAME; // Fix For ES5 // https://github.com/Microsoft/TypeScript-wiki/blob/master/Breaking-Changes.md#extending-built-ins-like-error-array-and-map-may-no-longer-work Object.setPrototypeOf(_this, FirebaseError.prototype); // Maintains proper stack trace for where our error was thrown. // Only available on V8. if (Error.captureStackTrace) { Error.captureStackTrace(_this, ErrorFactory.prototype.create); } return _this; } return FirebaseError; }(Error); var ErrorFactory = /** @class */ function () { function ErrorFactory(service, serviceName, errors) { this.service = service; this.serviceName = serviceName; this.errors = errors; } ErrorFactory.prototype.create = function (code) { var data = []; for (var _i = 1; _i < arguments.length; _i++) { data[_i - 1] = arguments[_i]; } var customData = data[0] || {}; var fullCode = this.service + "/" + code; var template = this.errors[code]; var message = template ? replaceTemplate(template, customData) : 'Error'; // Service Name: Error message (service/code). var fullMessage = this.serviceName + ": " + message + " (" + fullCode + ")."; var error = new FirebaseError(fullCode, fullMessage, customData); return error; }; return ErrorFactory; }(); function replaceTemplate(template, data) { return template.replace(PATTERN, function (_, key) { var value = data[key]; return value != null ? String(value) : "<" + key + "?>"; }); } var PATTERN = /\{\$([^}]+)}/g; /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Evaluates a JSON string into a javascript object. * * @param {string} str A string containing JSON. * @return {*} The javascript object representing the specified JSON. */ function jsonEval(str) { return JSON.parse(str); } /** * Returns JSON representing a javascript object. * @param {*} data Javascript object to be stringified. * @return {string} The JSON contents of the object. */ function stringify(data) { return JSON.stringify(data); } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Decodes a Firebase auth. token into constituent parts. * * Notes: * - May return with invalid / incomplete claims if there's no native base64 decoding support. * - Doesn't check if the token is actually valid. */ var decode = function decode(token) { var header = {}, claims = {}, data = {}, signature = ''; try { var parts = token.split('.'); header = jsonEval(base64Decode(parts[0]) || ''); claims = jsonEval(base64Decode(parts[1]) || ''); signature = parts[2]; data = claims['d'] || {}; delete claims['d']; } catch (e) {} return { header: header, claims: claims, data: data, signature: signature }; }; /** * Decodes a Firebase auth. token and checks the validity of its time-based claims. Will return true if the * token is within the time window authorized by the 'nbf' (not-before) and 'iat' (issued-at) claims. * * Notes: * - May return a false negative if there's no native base64 decoding support. * - Doesn't check if the token is actually valid. */ var isValidTimestamp = function isValidTimestamp(token) { var claims = decode(token).claims; var now = Math.floor(new Date().getTime() / 1000); var validSince = 0, validUntil = 0; if (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(claims) === 'object') { if (claims.hasOwnProperty('nbf')) { validSince = claims['nbf']; } else if (claims.hasOwnProperty('iat')) { validSince = claims['iat']; } if (claims.hasOwnProperty('exp')) { validUntil = claims['exp']; } else { // token will expire after 24h by default validUntil = validSince + 86400; } } return !!now && !!validSince && !!validUntil && now >= validSince && now <= validUntil; }; /** * Decodes a Firebase auth. token and returns its issued at time if valid, null otherwise. * * Notes: * - May return null if there's no native base64 decoding support. * - Doesn't check if the token is actually valid. */ var issuedAtTime = function issuedAtTime(token) { var claims = decode(token).claims; if (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(claims) === 'object' && claims.hasOwnProperty('iat')) { return claims['iat']; } return null; }; /** * Decodes a Firebase auth. token and checks the validity of its format. Expects a valid issued-at time. * * Notes: * - May return a false negative if there's no native base64 decoding support. * - Doesn't check if the token is actually valid. */ var isValidFormat = function isValidFormat(token) { var decoded = decode(token), claims = decoded.claims; return !!claims && Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(claims) === 'object' && claims.hasOwnProperty('iat'); }; /** * Attempts to peer into an auth token and determine if it's an admin auth token by looking at the claims portion. * * Notes: * - May return a false negative if there's no native base64 decoding support. * - Doesn't check if the token is actually valid. */ var isAdmin = function isAdmin(token) { var claims = decode(token).claims; return Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(claims) === 'object' && claims['admin'] === true; }; /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ function contains(obj, key) { return Object.prototype.hasOwnProperty.call(obj, key); } function safeGet(obj, key) { if (Object.prototype.hasOwnProperty.call(obj, key)) { return obj[key]; } else { return undefined; } } function isEmpty(obj) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { return false; } } return true; } function map(obj, fn, contextObj) { var res = {}; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { res[key] = fn.call(contextObj, obj[key], key, obj); } } return res; } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Returns a querystring-formatted string (e.g. &arg=val&arg2=val2) from a * params object (e.g. {arg: 'val', arg2: 'val2'}) * Note: You must prepend it with ? when adding it to a URL. */ function querystring(querystringParams) { var params = []; var _loop_1 = function _loop_1(key, value) { if (Array.isArray(value)) { value.forEach(function (arrayVal) { params.push(encodeURIComponent(key) + '=' + encodeURIComponent(arrayVal)); }); } else { params.push(encodeURIComponent(key) + '=' + encodeURIComponent(value)); } }; for (var _i = 0, _a = Object.entries(querystringParams); _i < _a.length; _i++) { var _b = _a[_i], key = _b[0], value = _b[1]; _loop_1(key, value); } return params.length ? '&' + params.join('&') : ''; } /** * Decodes a querystring (e.g. ?arg=val&arg2=val2) into a params object * (e.g. {arg: 'val', arg2: 'val2'}) */ function querystringDecode(querystring) { var obj = {}; var tokens = querystring.replace(/^\?/, '').split('&'); tokens.forEach(function (token) { if (token) { var key = token.split('='); obj[key[0]] = key[1]; } }); return obj; } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * @fileoverview SHA-1 cryptographic hash. * Variable names follow the notation in FIPS PUB 180-3: * http://csrc.nist.gov/publications/fips/fips180-3/fips180-3_final.pdf. * * Usage: * var sha1 = new sha1(); * sha1.update(bytes); * var hash = sha1.digest(); * * Performance: * Chrome 23: ~400 Mbit/s * Firefox 16: ~250 Mbit/s * */ /** * SHA-1 cryptographic hash constructor. * * The properties declared here are discussed in the above algorithm document. * @constructor * @final * @struct */ var Sha1 = /** @class */ function () { function Sha1() { /** * Holds the previous values of accumulated variables a-e in the compress_ * function. * @private */ this.chain_ = []; /** * A buffer holding the partially computed hash result. * @private */ this.buf_ = []; /** * An array of 80 bytes, each a part of the message to be hashed. Referred to * as the message schedule in the docs. * @private */ this.W_ = []; /** * Contains data needed to pad messages less than 64 bytes. * @private */ this.pad_ = []; /** * @private {number} */ this.inbuf_ = 0; /** * @private {number} */ this.total_ = 0; this.blockSize = 512 / 8; this.pad_[0] = 128; for (var i = 1; i < this.blockSize; ++i) { this.pad_[i] = 0; } this.reset(); } Sha1.prototype.reset = function () { this.chain_[0] = 0x67452301; this.chain_[1] = 0xefcdab89; this.chain_[2] = 0x98badcfe; this.chain_[3] = 0x10325476; this.chain_[4] = 0xc3d2e1f0; this.inbuf_ = 0; this.total_ = 0; }; /** * Internal compress helper function. * @param buf Block to compress. * @param offset Offset of the block in the buffer. * @private */ Sha1.prototype.compress_ = function (buf, offset) { if (!offset) { offset = 0; } var W = this.W_; // get 16 big endian words if (typeof buf === 'string') { for (var i = 0; i < 16; i++) { // TODO(user): [bug 8140122] Recent versions of Safari for Mac OS and iOS // have a bug that turns the post-increment ++ operator into pre-increment // during JIT compilation. We have code that depends heavily on SHA-1 for // correctness and which is affected by this bug, so I've removed all uses // of post-increment ++ in which the result value is used. We can revert // this change once the Safari bug // (https://bugs.webkit.org/show_bug.cgi?id=109036) has been fixed and // most clients have been updated. W[i] = buf.charCodeAt(offset) << 24 | buf.charCodeAt(offset + 1) << 16 | buf.charCodeAt(offset + 2) << 8 | buf.charCodeAt(offset + 3); offset += 4; } } else { for (var i = 0; i < 16; i++) { W[i] = buf[offset] << 24 | buf[offset + 1] << 16 | buf[offset + 2] << 8 | buf[offset + 3]; offset += 4; } } // expand to 80 words for (var i = 16; i < 80; i++) { var t = W[i - 3] ^ W[i - 8] ^ W[i - 14] ^ W[i - 16]; W[i] = (t << 1 | t >>> 31) & 0xffffffff; } var a = this.chain_[0]; var b = this.chain_[1]; var c = this.chain_[2]; var d = this.chain_[3]; var e = this.chain_[4]; var f, k; // TODO(user): Try to unroll this loop to speed up the computation. for (var i = 0; i < 80; i++) { if (i < 40) { if (i < 20) { f = d ^ b & (c ^ d); k = 0x5a827999; } else { f = b ^ c ^ d; k = 0x6ed9eba1; } } else { if (i < 60) { f = b & c | d & (b | c); k = 0x8f1bbcdc; } else { f = b ^ c ^ d; k = 0xca62c1d6; } } var t = (a << 5 | a >>> 27) + f + e + k + W[i] & 0xffffffff; e = d; d = c; c = (b << 30 | b >>> 2) & 0xffffffff; b = a; a = t; } this.chain_[0] = this.chain_[0] + a & 0xffffffff; this.chain_[1] = this.chain_[1] + b & 0xffffffff; this.chain_[2] = this.chain_[2] + c & 0xffffffff; this.chain_[3] = this.chain_[3] + d & 0xffffffff; this.chain_[4] = this.chain_[4] + e & 0xffffffff; }; Sha1.prototype.update = function (bytes, length) { // TODO(johnlenz): tighten the function signature and remove this check if (bytes == null) { return; } if (length === undefined) { length = bytes.length; } var lengthMinusBlock = length - this.blockSize; var n = 0; // Using local instead of member variables gives ~5% speedup on Firefox 16. var buf = this.buf_; var inbuf = this.inbuf_; // The outer while loop should execute at most twice. while (n < length) { // When we have no data in the block to top up, we can directly process the // input buffer (assuming it contains sufficient data). This gives ~25% // speedup on Chrome 23 and ~15% speedup on Firefox 16, but requires that // the data is provided in large chunks (or in multiples of 64 bytes). if (inbuf === 0) { while (n <= lengthMinusBlock) { this.compress_(bytes, n); n += this.blockSize; } } if (typeof bytes === 'string') { while (n < length) { buf[inbuf] = bytes.charCodeAt(n); ++inbuf; ++n; if (inbuf === this.blockSize) { this.compress_(buf); inbuf = 0; // Jump to the outer loop so we use the full-block optimization. break; } } } else { while (n < length) { buf[inbuf] = bytes[n]; ++inbuf; ++n; if (inbuf === this.blockSize) { this.compress_(buf); inbuf = 0; // Jump to the outer loop so we use the full-block optimization. break; } } } } this.inbuf_ = inbuf; this.total_ += length; }; /** @override */ Sha1.prototype.digest = function () { var digest = []; var totalBits = this.total_ * 8; // Add pad 0x80 0x00*. if (this.inbuf_ < 56) { this.update(this.pad_, 56 - this.inbuf_); } else { this.update(this.pad_, this.blockSize - (this.inbuf_ - 56)); } // Add # bits. for (var i = this.blockSize - 1; i >= 56; i--) { this.buf_[i] = totalBits & 255; totalBits /= 256; // Don't use bit-shifting here! } this.compress_(this.buf_); var n = 0; for (var i = 0; i < 5; i++) { for (var j = 24; j >= 0; j -= 8) { digest[n] = this.chain_[i] >> j & 255; ++n; } } return digest; }; return Sha1; }(); /** * Helper to make a Subscribe function (just like Promise helps make a * Thenable). * * @param executor Function which can make calls to a single Observer * as a proxy. * @param onNoObservers Callback when count of Observers goes to zero. */ function createSubscribe(executor, onNoObservers) { var proxy = new ObserverProxy(executor, onNoObservers); return proxy.subscribe.bind(proxy); } /** * Implement fan-out for any number of Observers attached via a subscribe * function. */ var ObserverProxy = /** @class */ function () { /** * @param executor Function which can make calls to a single Observer * as a proxy. * @param onNoObservers Callback when count of Observers goes to zero. */ function ObserverProxy(executor, onNoObservers) { var _this = this; this.observers = []; this.unsubscribes = []; this.observerCount = 0; // Micro-task scheduling by calling task.then(). this.task = Promise.resolve(); this.finalized = false; this.onNoObservers = onNoObservers; // Call the executor asynchronously so subscribers that are called // synchronously after the creation of the subscribe function // can still receive the very first value generated in the executor. this.task.then(function () { executor(_this); }).catch(function (e) { _this.error(e); }); } ObserverProxy.prototype.next = function (value) { this.forEachObserver(function (observer) { observer.next(value); }); }; ObserverProxy.prototype.error = function (error) { this.forEachObserver(function (observer) { observer.error(error); }); this.close(error); }; ObserverProxy.prototype.complete = function () { this.forEachObserver(function (observer) { observer.complete(); }); this.close(); }; /** * Subscribe function that can be used to add an Observer to the fan-out list. * * - We require that no event is sent to a subscriber sychronously to their * call to subscribe(). */ ObserverProxy.prototype.subscribe = function (nextOrObserver, error, complete) { var _this = this; var observer; if (nextOrObserver === undefined && error === undefined && complete === undefined) { throw new Error('Missing Observer.'); } // Assemble an Observer object when passed as callback functions. if (implementsAnyMethods(nextOrObserver, ['next', 'error', 'complete'])) { observer = nextOrObserver; } else { observer = { next: nextOrObserver, error: error, complete: complete }; } if (observer.next === undefined) { observer.next = noop; } if (observer.error === undefined) { observer.error = noop; } if (observer.complete === undefined) { observer.complete = noop; } var unsub = this.unsubscribeOne.bind(this, this.observers.length); // Attempt to subscribe to a terminated Observable - we // just respond to the Observer with the final error or complete // event. if (this.finalized) { // eslint-disable-next-line @typescript-eslint/no-floating-promises this.task.then(function () { try { if (_this.finalError) { observer.error(_this.finalError); } else { observer.complete(); } } catch (e) {// nothing } return; }); } this.observers.push(observer); return unsub; }; // Unsubscribe is synchronous - we guarantee that no events are sent to // any unsubscribed Observer. ObserverProxy.prototype.unsubscribeOne = function (i) { if (this.observers === undefined || this.observers[i] === undefined) { return; } delete this.observers[i]; this.observerCount -= 1; if (this.observerCount === 0 && this.onNoObservers !== undefined) { this.onNoObservers(this); } }; ObserverProxy.prototype.forEachObserver = function (fn) { if (this.finalized) { // Already closed by previous event....just eat the additional values. return; } // Since sendOne calls asynchronously - there is no chance that // this.observers will become undefined. for (var i = 0; i < this.observers.length; i++) { this.sendOne(i, fn); } }; // Call the Observer via one of it's callback function. We are careful to // confirm that the observe has not been unsubscribed since this asynchronous // function had been queued. ObserverProxy.prototype.sendOne = function (i, fn) { var _this = this; // Execute the callback asynchronously // eslint-disable-next-line @typescript-eslint/no-floating-promises this.task.then(function () { if (_this.observers !== undefined && _this.observers[i] !== undefined) { try { fn(_this.observers[i]); } catch (e) { // Ignore exceptions raised in Observers or missing methods of an // Observer. // Log error to console. b/31404806 if (typeof console !== 'undefined' && console.error) { console.error(e); } } } }); }; ObserverProxy.prototype.close = function (err) { var _this = this; if (this.finalized) { return; } this.finalized = true; if (err !== undefined) { this.finalError = err; } // Proxy is no longer needed - garbage collect references // eslint-disable-next-line @typescript-eslint/no-floating-promises this.task.then(function () { _this.observers = undefined; _this.onNoObservers = undefined; }); }; return ObserverProxy; }(); /** Turn synchronous function into one called asynchronously. */ // eslint-disable-next-line @typescript-eslint/ban-types function async(fn, onError) { return function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } Promise.resolve(true).then(function () { fn.apply(void 0, args); }).catch(function (error) { if (onError) { onError(error); } }); }; } /** * Return true if the object passed in implements any of the named methods. */ function implementsAnyMethods(obj, methods) { if (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(obj) !== 'object' || obj === null) { return false; } for (var _i = 0, methods_1 = methods; _i < methods_1.length; _i++) { var method = methods_1[_i]; if (method in obj && typeof obj[method] === 'function') { return true; } } return false; } function noop() {// do nothing } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Check to make sure the appropriate number of arguments are provided for a public function. * Throws an error if it fails. * * @param fnName The function name * @param minCount The minimum number of arguments to allow for the function call * @param maxCount The maximum number of argument to allow for the function call * @param argCount The actual number of arguments provided. */ var validateArgCount = function validateArgCount(fnName, minCount, maxCount, argCount) { var argError; if (argCount < minCount) { argError = 'at least ' + minCount; } else if (argCount > maxCount) { argError = maxCount === 0 ? 'none' : 'no more than ' + maxCount; } if (argError) { var error = fnName + ' failed: Was called with ' + argCount + (argCount === 1 ? ' argument.' : ' arguments.') + ' Expects ' + argError + '.'; throw new Error(error); } }; /** * Generates a string to prefix an error message about failed argument validation * * @param fnName The function name * @param argumentNumber The index of the argument * @param optional Whether or not the argument is optional * @return The prefix to add to the error thrown for validation. */ function errorPrefix(fnName, argumentNumber, optional) { var argName = ''; switch (argumentNumber) { case 1: argName = optional ? 'first' : 'First'; break; case 2: argName = optional ? 'second' : 'Second'; break; case 3: argName = optional ? 'third' : 'Third'; break; case 4: argName = optional ? 'fourth' : 'Fourth'; break; default: throw new Error('errorPrefix called with argumentNumber > 4. Need to update it?'); } var error = fnName + ' failed: '; error += argName + ' argument '; return error; } /** * @param fnName * @param argumentNumber * @param namespace * @param optional */ function validateNamespace(fnName, argumentNumber, namespace, optional) { if (optional && !namespace) { return; } if (typeof namespace !== 'string') { //TODO: I should do more validation here. We only allow certain chars in namespaces. throw new Error(errorPrefix(fnName, argumentNumber, optional) + 'must be a valid firebase namespace.'); } } function validateCallback(fnName, argumentNumber, // eslint-disable-next-line @typescript-eslint/ban-types callback, optional) { if (optional && !callback) { return; } if (typeof callback !== 'function') { throw new Error(errorPrefix(fnName, argumentNumber, optional) + 'must be a valid function.'); } } function validateContextObject(fnName, argumentNumber, context, optional) { if (optional && !context) { return; } if (Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(context) !== 'object' || context === null) { throw new Error(errorPrefix(fnName, argumentNumber, optional) + 'must be a valid context object.'); } } /** * @license * Copyright 2017 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ // Code originally came from goog.crypt.stringToUtf8ByteArray, but for some reason they // automatically replaced '\r\n' with '\n', and they didn't handle surrogate pairs, // so it's been modified. // Note that not all Unicode characters appear as single characters in JavaScript strings. // fromCharCode returns the UTF-16 encoding of a character - so some Unicode characters // use 2 characters in Javascript. All 4-byte UTF-8 characters begin with a first // character in the range 0xD800 - 0xDBFF (the first character of a so-called surrogate // pair). // See http://www.ecma-international.org/ecma-262/5.1/#sec-15.1.3 /** * @param {string} str * @return {Array} */ var stringToByteArray$1 = function stringToByteArray$1(str) { var out = []; var p = 0; for (var i = 0; i < str.length; i++) { var c = str.charCodeAt(i); // Is this the lead surrogate in a surrogate pair? if (c >= 0xd800 && c <= 0xdbff) { var high = c - 0xd800; // the high 10 bits. i++; assert(i < str.length, 'Surrogate pair missing trail surrogate.'); var low = str.charCodeAt(i) - 0xdc00; // the low 10 bits. c = 0x10000 + (high << 10) + low; } if (c < 128) { out[p++] = c; } else if (c < 2048) { out[p++] = c >> 6 | 192; out[p++] = c & 63 | 128; } else if (c < 65536) { out[p++] = c >> 12 | 224; out[p++] = c >> 6 & 63 | 128; out[p++] = c & 63 | 128; } else { out[p++] = c >> 18 | 240; out[p++] = c >> 12 & 63 | 128; out[p++] = c >> 6 & 63 | 128; out[p++] = c & 63 | 128; } } return out; }; /** * Calculate length without actually converting; useful for doing cheaper validation. * @param {string} str * @return {number} */ var stringLength = function stringLength(str) { var p = 0; for (var i = 0; i < str.length; i++) { var c = str.charCodeAt(i); if (c < 128) { p++; } else if (c < 2048) { p += 2; } else if (c >= 0xd800 && c <= 0xdbff) { // Lead surrogate of a surrogate pair. The pair together will take 4 bytes to represent. p += 4; i++; // skip trail surrogate. } else { p += 3; } } return p; }; /** * @license * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * The amount of milliseconds to exponentially increase. */ var DEFAULT_INTERVAL_MILLIS = 1000; /** * The factor to backoff by. * Should be a number greater than 1. */ var DEFAULT_BACKOFF_FACTOR = 2; /** * The maximum milliseconds to increase to. * * <p>Visible for testing */ var MAX_VALUE_MILLIS = 4 * 60 * 60 * 1000; // Four hours, like iOS and Android. /** * The percentage of backoff time to randomize by. * See * http://go/safe-client-behavior#step-1-determine-the-appropriate-retry-interval-to-handle-spike-traffic * for context. * * <p>Visible for testing */ var RANDOM_FACTOR = 0.5; /** * Based on the backoff method from * https://github.com/google/closure-library/blob/master/closure/goog/math/exponentialbackoff.js. * Extracted here so we don't need to pass metadata and a stateful ExponentialBackoff object around. */ function calculateBackoffMillis(backoffCount, intervalMillis, backoffFactor) { if (intervalMillis === void 0) { intervalMillis = DEFAULT_INTERVAL_MILLIS; } if (backoffFactor === void 0) { backoffFactor = DEFAULT_BACKOFF_FACTOR; } // Calculates an exponentially increasing value. // Deviation: calculates value from count and a constant interval, so we only need to save value // and count to restore state. var currBaseValue = intervalMillis * Math.pow(backoffFactor, backoffCount); // A random "fuzz" to avoid waves of retries. // Deviation: randomFactor is required. var randomWait = Math.round( // A fraction of the backoff value to add/subtract. // Deviation: changes multiplication order to improve readability. RANDOM_FACTOR * currBaseValue * ( // A random float (rounded to int by Math.round above) in the range [-1, 1]. Determines // if we add or subtract. Math.random() - 0.5) * 2); // Limits backoff to max to avoid effectively permanent backoff. return Math.min(MAX_VALUE_MILLIS, currBaseValue + randomWait); } /** * @license * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** * Provide English ordinal letters after a number */ function ordinal(i) { if (!Number.isFinite(i)) { return "" + i; } return i + indicator(i); } function indicator(i) { i = Math.abs(i); var cent = i % 100; if (cent >= 10 && cent <= 20) { return 'th'; } var dec = i % 10; if (dec === 1) { return 'st'; } if (dec === 2) { return 'nd'; } if (dec === 3) { return 'rd'; } return 'th'; } /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../AxE2/node_modules/webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "../CORE_FW/models/node_modules/@firebase/webchannel-wrapper/dist/index.esm.js": /*!*************************************************************************************!*\ !*** ../CORE_FW/models/node_modules/@firebase/webchannel-wrapper/dist/index.esm.js ***! \*************************************************************************************/ /*! exports provided: default, ErrorCode, Event, EventType, Stat, WebChannel, XhrIo, createWebChannelTransport, getStatEventTarget */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(global) {/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ErrorCode", function() { return ErrorCode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Event", function() { return Event; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "EventType", function() { return EventType; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "Stat", function() { return Stat; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "WebChannel", function() { return WebChannel; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "XhrIo", function() { return XhrIo; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "createWebChannelTransport", function() { return createWebChannelTransport; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getStatEventTarget", function() { return getStatEventTarget; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.global-this.js */ "./node_modules/core-js/modules/es.global-this.js"); /* harmony import */ var core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_global_this_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js"); /* harmony import */ var core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_split_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! core-js/modules/es.string.trim.js */ "./node_modules/core-js/modules/es.string.trim.js"); /* harmony import */ var core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_trim_js__WEBPACK_IMPORTED_MODULE_13__); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_14__); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! core-js/modules/es.array.splice.js */ "./node_modules/core-js/modules/es.array.splice.js"); /* harmony import */ var core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_splice_js__WEBPACK_IMPORTED_MODULE_15__); /* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! core-js/modules/es.set.js */ "./node_modules/core-js/modules/es.set.js"); /* harmony import */ var core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_set_js__WEBPACK_IMPORTED_MODULE_16__); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_17__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_18__); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! core-js/modules/es.string.match.js */ "./node_modules/core-js/modules/es.string.match.js"); /* harmony import */ var core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_match_js__WEBPACK_IMPORTED_MODULE_19__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_20__); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */ /* global Reflect, Promise */ var _extendStatics = function extendStatics(d, b) { _extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; } || function (d, b) { for (var p in b) { if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; } }; return _extendStatics(d, b); }; function __extends(d, b) { _extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } function __values(o) { var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; if (m) return m.call(o); if (o && typeof o.length === "number") return { next: function next() { if (o && i >= o.length) o = void 0; return { value: o && o[i++], done: !o }; } }; throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); } var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; var h, goog = goog || {}, k = commonjsGlobal || self; function aa() {} function ba(a) { var b = Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a); b = "object" != b ? b : a ? Array.isArray(a) ? "array" : b : "null"; return "array" == b || "object" == b && "number" == typeof a.length; } function n(a) { var b = Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(a); return "object" == b && null != a || "function" == b; } function ca(a) { return Object.prototype.hasOwnProperty.call(a, da) && a[da] || (a[da] = ++ea); } var da = "closure_uid_" + (1E9 * Math.random() >>> 0), ea = 0; function fa(a, b, c) { return a.call.apply(a.bind, arguments); } function ha(a, b, c) { if (!a) throw Error(); if (2 < arguments.length) { var d = Array.prototype.slice.call(arguments, 2); return function () { var e = Array.prototype.slice.call(arguments); Array.prototype.unshift.apply(e, d); return a.apply(b, e); }; } return function () { return a.apply(b, arguments); }; } function p(a, b, c) { Function.prototype.bind && -1 != Function.prototype.bind.toString().indexOf("native code") ? p = fa : p = ha; return p.apply(null, arguments); } function ja(a, b) { var c = Array.prototype.slice.call(arguments, 1); return function () { var d = c.slice(); d.push.apply(d, arguments); return a.apply(this, d); }; } function q() { return Date.now(); } function r(a, b) { function c() {} c.prototype = b.prototype; a.X = b.prototype; a.prototype = new c(); a.prototype.constructor = a; a.Kb = function (d, e, f) { for (var g = Array(arguments.length - 2), m = 2; m < arguments.length; m++) { g[m - 2] = arguments[m]; } return b.prototype[e].apply(d, g); }; } function t() { this.j = this.j; this.i = this.i; } var ka = 0; t.prototype.j = !1; t.prototype.ja = function () { if (!this.j && (this.j = !0, this.G(), 0 != ka)) { var a = ca(this); } }; t.prototype.G = function () { if (this.i) for (; this.i.length;) { this.i.shift()(); } }; var ma = Array.prototype.indexOf ? function (a, b) { return Array.prototype.indexOf.call(a, b, void 0); } : function (a, b) { if ("string" === typeof a) return "string" !== typeof b || 1 != b.length ? -1 : a.indexOf(b, 0); for (var c = 0; c < a.length; c++) { if (c in a && a[c] === b) return c; } return -1; }, na = Array.prototype.forEach ? function (a, b, c) { Array.prototype.forEach.call(a, b, c); } : function (a, b, c) { for (var d = a.length, e = "string" === typeof a ? a.split("") : a, f = 0; f < d; f++) { f in e && b.call(c, e[f], f, a); } }; function oa(a) { a: { var b = pa; for (var c = a.length, d = "string" === typeof a ? a.split("") : a, e = 0; e < c; e++) { if (e in d && b.call(void 0, d[e], e, a)) { b = e; break a; } } b = -1; } return 0 > b ? null : "string" === typeof a ? a.charAt(b) : a[b]; } function qa(a) { return Array.prototype.concat.apply([], arguments); } function ra(a) { var b = a.length; if (0 < b) { for (var c = Array(b), d = 0; d < b; d++) { c[d] = a[d]; } return c; } return []; } function sa(a) { return /^[\s\xa0]*$/.test(a); } var ta = String.prototype.trim ? function (a) { return a.trim(); } : function (a) { return /^[\s\xa0]*([\s\S]*?)[\s\xa0]*$/.exec(a)[1]; }; function v(a, b) { return -1 != a.indexOf(b); } function ua(a, b) { return a < b ? -1 : a > b ? 1 : 0; } var w; a: { var va = k.navigator; if (va) { var wa = va.userAgent; if (wa) { w = wa; break a; } } w = ""; } function za(a, b, c) { for (var d in a) { b.call(c, a[d], d, a); } } function Aa(a) { var b = {}; for (var c in a) { b[c] = a[c]; } return b; } var Ba = "constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf".split(" "); function Ca(a, b) { var c, d; for (var e = 1; e < arguments.length; e++) { d = arguments[e]; for (c in d) { a[c] = d[c]; } for (var f = 0; f < Ba.length; f++) { c = Ba[f], Object.prototype.hasOwnProperty.call(d, c) && (a[c] = d[c]); } } } function Da(a) { Da[" "](a); return a; } Da[" "] = aa; function Ea(a, b) { var c = Fa; return Object.prototype.hasOwnProperty.call(c, a) ? c[a] : c[a] = b(a); } var Ga = v(w, "Opera"), x = v(w, "Trident") || v(w, "MSIE"), Ha = v(w, "Edge"), Ia = Ha || x, Ja = v(w, "Gecko") && !(v(w.toLowerCase(), "webkit") && !v(w, "Edge")) && !(v(w, "Trident") || v(w, "MSIE")) && !v(w, "Edge"), Ka = v(w.toLowerCase(), "webkit") && !v(w, "Edge"); function La() { var a = k.document; return a ? a.documentMode : void 0; } var Ma; a: { var Na = "", Oa = function () { var a = w; if (Ja) return /rv:([^\);]+)(\)|;)/.exec(a); if (Ha) return /Edge\/([\d\.]+)/.exec(a); if (x) return /\b(?:MSIE|rv)[: ]([^\);]+)(\)|;)/.exec(a); if (Ka) return /WebKit\/(\S+)/.exec(a); if (Ga) return /(?:Version)[ \/]?(\S+)/.exec(a); }(); Oa && (Na = Oa ? Oa[1] : ""); if (x) { var Pa = La(); if (null != Pa && Pa > parseFloat(Na)) { Ma = String(Pa); break a; } } Ma = Na; } var Fa = {}; function Qa(a) { return Ea(a, function () { { var b = 0; var e = ta(String(Ma)).split("."), f = ta(String(a)).split("."), g = Math.max(e.length, f.length); for (var m = 0; 0 == b && m < g; m++) { var c = e[m] || "", d = f[m] || ""; do { c = /(\d*)(\D*)(.*)/.exec(c) || ["", "", "", ""]; d = /(\d*)(\D*)(.*)/.exec(d) || ["", "", "", ""]; if (0 == c[0].length && 0 == d[0].length) break; b = ua(0 == c[1].length ? 0 : parseInt(c[1], 10), 0 == d[1].length ? 0 : parseInt(d[1], 10)) || ua(0 == c[2].length, 0 == d[2].length) || ua(c[2], d[2]); c = c[3]; d = d[3]; } while (0 == b); } } return 0 <= b; }); } var Ra; if (k.document && x) { var Sa = La(); Ra = Sa ? Sa : parseInt(Ma, 10) || void 0; } else Ra = void 0; var Ta = Ra; var Ua = !x || 9 <= Number(Ta), Va = x && !Qa("9"), Wa = function () { if (!k.addEventListener || !Object.defineProperty) return !1; var a = !1, b = Object.defineProperty({}, "passive", { get: function get() { a = !0; } }); try { k.addEventListener("test", aa, b), k.removeEventListener("test", aa, b); } catch (c) {} return a; }(); function y(a, b) { this.type = a; this.a = this.target = b; this.defaultPrevented = !1; } y.prototype.b = function () { this.defaultPrevented = !0; }; function z(a, b) { y.call(this, a ? a.type : ""); this.relatedTarget = this.a = this.target = null; this.button = this.screenY = this.screenX = this.clientY = this.clientX = 0; this.key = ""; this.metaKey = this.shiftKey = this.altKey = this.ctrlKey = !1; this.pointerId = 0; this.pointerType = ""; this.c = null; if (a) { var c = this.type = a.type, d = a.changedTouches && a.changedTouches.length ? a.changedTouches[0] : null; this.target = a.target || a.srcElement; this.a = b; if (b = a.relatedTarget) { if (Ja) { a: { try { Da(b.nodeName); var e = !0; break a; } catch (f) {} e = !1; } e || (b = null); } } else "mouseover" == c ? b = a.fromElement : "mouseout" == c && (b = a.toElement); this.relatedTarget = b; d ? (this.clientX = void 0 !== d.clientX ? d.clientX : d.pageX, this.clientY = void 0 !== d.clientY ? d.clientY : d.pageY, this.screenX = d.screenX || 0, this.screenY = d.screenY || 0) : (this.clientX = void 0 !== a.clientX ? a.clientX : a.pageX, this.clientY = void 0 !== a.clientY ? a.clientY : a.pageY, this.screenX = a.screenX || 0, this.screenY = a.screenY || 0); this.button = a.button; this.key = a.key || ""; this.ctrlKey = a.ctrlKey; this.altKey = a.altKey; this.shiftKey = a.shiftKey; this.metaKey = a.metaKey; this.pointerId = a.pointerId || 0; this.pointerType = "string" === typeof a.pointerType ? a.pointerType : Xa[a.pointerType] || ""; this.c = a; a.defaultPrevented && this.b(); } } r(z, y); var Xa = { 2: "touch", 3: "pen", 4: "mouse" }; z.prototype.b = function () { z.X.b.call(this); var a = this.c; if (a.preventDefault) a.preventDefault();else if (a.returnValue = !1, Va) try { if (a.ctrlKey || 112 <= a.keyCode && 123 >= a.keyCode) a.keyCode = -1; } catch (b) {} }; var A = "closure_listenable_" + (1E6 * Math.random() | 0), Ya = 0; function Za(a, b, c, d, e) { this.listener = a; this.proxy = null; this.src = b; this.type = c; this.capture = !!d; this.ca = e; this.key = ++Ya; this.Y = this.Z = !1; } function $a(a) { a.Y = !0; a.listener = null; a.proxy = null; a.src = null; a.ca = null; } function ab(a) { this.src = a; this.a = {}; this.b = 0; } ab.prototype.add = function (a, b, c, d, e) { var f = a.toString(); a = this.a[f]; a || (a = this.a[f] = [], this.b++); var g = bb(a, b, d, e); -1 < g ? (b = a[g], c || (b.Z = !1)) : (b = new Za(b, this.src, f, !!d, e), b.Z = c, a.push(b)); return b; }; function cb(a, b) { var c = b.type; if (c in a.a) { var d = a.a[c], e = ma(d, b), f; (f = 0 <= e) && Array.prototype.splice.call(d, e, 1); f && ($a(b), 0 == a.a[c].length && (delete a.a[c], a.b--)); } } function bb(a, b, c, d) { for (var e = 0; e < a.length; ++e) { var f = a[e]; if (!f.Y && f.listener == b && f.capture == !!c && f.ca == d) return e; } return -1; } var db = "closure_lm_" + (1E6 * Math.random() | 0), eb = {}; function gb(a, b, c, d, e) { if (d && d.once) return hb(a, b, c, d, e); if (Array.isArray(b)) { for (var f = 0; f < b.length; f++) { gb(a, b[f], c, d, e); } return null; } c = ib(c); return a && a[A] ? a.va(b, c, n(d) ? !!d.capture : !!d, e) : jb(a, b, c, !1, d, e); } function jb(a, b, c, d, e, f) { if (!b) throw Error("Invalid event type"); var g = n(e) ? !!e.capture : !!e; if (g && !Ua) return null; var m = kb(a); m || (a[db] = m = new ab(a)); c = m.add(b, c, d, g, f); if (c.proxy) return c; d = lb(); c.proxy = d; d.src = a; d.listener = c; if (a.addEventListener) Wa || (e = g), void 0 === e && (e = !1), a.addEventListener(b.toString(), d, e);else if (a.attachEvent) a.attachEvent(mb(b.toString()), d);else if (a.addListener && a.removeListener) a.addListener(d);else throw Error("addEventListener and attachEvent are unavailable."); return c; } function lb() { var a = nb, b = Ua ? function (c) { return a.call(b.src, b.listener, c); } : function (c) { c = a.call(b.src, b.listener, c); if (!c) return c; }; return b; } function hb(a, b, c, d, e) { if (Array.isArray(b)) { for (var f = 0; f < b.length; f++) { hb(a, b[f], c, d, e); } return null; } c = ib(c); return a && a[A] ? a.wa(b, c, n(d) ? !!d.capture : !!d, e) : jb(a, b, c, !0, d, e); } function ob(a, b, c, d, e) { if (Array.isArray(b)) for (var f = 0; f < b.length; f++) { ob(a, b[f], c, d, e); } else (d = n(d) ? !!d.capture : !!d, c = ib(c), a && a[A]) ? (a = a.c, b = String(b).toString(), b in a.a && (f = a.a[b], c = bb(f, c, d, e), -1 < c && ($a(f[c]), Array.prototype.splice.call(f, c, 1), 0 == f.length && (delete a.a[b], a.b--)))) : a && (a = kb(a)) && (b = a.a[b.toString()], a = -1, b && (a = bb(b, c, d, e)), (c = -1 < a ? b[a] : null) && pb(c)); } function pb(a) { if ("number" !== typeof a && a && !a.Y) { var b = a.src; if (b && b[A]) cb(b.c, a);else { var c = a.type, d = a.proxy; b.removeEventListener ? b.removeEventListener(c, d, a.capture) : b.detachEvent ? b.detachEvent(mb(c), d) : b.addListener && b.removeListener && b.removeListener(d); (c = kb(b)) ? (cb(c, a), 0 == c.b && (c.src = null, b[db] = null)) : $a(a); } } } function mb(a) { return a in eb ? eb[a] : eb[a] = "on" + a; } function qb(a, b) { var c = a.listener, d = a.ca || a.src; a.Z && pb(a); return c.call(d, b); } function nb(a, b) { if (a.Y) return !0; if (!Ua) { if (!b) a: { b = ["window", "event"]; for (var c = k, d = 0; d < b.length; d++) { if (c = c[b[d]], null == c) { b = null; break a; } } b = c; } b = new z(b, this); return qb(a, b); } return qb(a, new z(b, this)); } function kb(a) { a = a[db]; return a instanceof ab ? a : null; } var sb = "__closure_events_fn_" + (1E9 * Math.random() >>> 0); function ib(a) { if ("function" === typeof a) return a; a[sb] || (a[sb] = function (b) { return a.handleEvent(b); }); return a[sb]; } function D() { t.call(this); this.c = new ab(this); this.J = this; this.C = null; } r(D, t); D.prototype[A] = !0; h = D.prototype; h.addEventListener = function (a, b, c, d) { gb(this, a, b, c, d); }; h.removeEventListener = function (a, b, c, d) { ob(this, a, b, c, d); }; function E(a, b) { var c, d = a.C; if (d) for (c = []; d; d = d.C) { c.push(d); } a = a.J; d = b.type || b; if ("string" === typeof b) b = new y(b, a);else if (b instanceof y) b.target = b.target || a;else { var e = b; b = new y(d, a); Ca(b, e); } e = !0; if (c) for (var f = c.length - 1; 0 <= f; f--) { var g = b.a = c[f]; e = tb(g, d, !0, b) && e; } g = b.a = a; e = tb(g, d, !0, b) && e; e = tb(g, d, !1, b) && e; if (c) for (f = 0; f < c.length; f++) { g = b.a = c[f], e = tb(g, d, !1, b) && e; } } h.G = function () { D.X.G.call(this); if (this.c) { var a = this.c, c; for (c in a.a) { for (var d = a.a[c], e = 0; e < d.length; e++) { $a(d[e]); } delete a.a[c]; a.b--; } } this.C = null; }; h.va = function (a, b, c, d) { return this.c.add(String(a), b, !1, c, d); }; h.wa = function (a, b, c, d) { return this.c.add(String(a), b, !0, c, d); }; function tb(a, b, c, d) { b = a.c.a[String(b)]; if (!b) return !0; b = b.concat(); for (var e = !0, f = 0; f < b.length; ++f) { var g = b[f]; if (g && !g.Y && g.capture == c) { var m = g.listener, l = g.ca || g.src; g.Z && cb(a.c, g); e = !1 !== m.call(l, d) && e; } } return e && !d.defaultPrevented; } var ub = k.JSON.stringify; function vb() { this.b = this.a = null; } var xb = new ( /** @class */ function () { function class_1(a, b) { this.c = a; this.f = b; this.b = 0; this.a = null; } class_1.prototype.get = function () { var a; 0 < this.b ? (this.b--, a = this.a, this.a = a.next, a.next = null) : a = this.c(); return a; }; return class_1; }())(function () { return new wb(); }, function (a) { a.reset(); }); vb.prototype.add = function (a, b) { var c = xb.get(); c.set(a, b); this.b ? this.b.next = c : this.a = c; this.b = c; }; function yb() { var a = zb, b = null; a.a && (b = a.a, a.a = a.a.next, a.a || (a.b = null), b.next = null); return b; } function wb() { this.next = this.b = this.a = null; } wb.prototype.set = function (a, b) { this.a = a; this.b = b; this.next = null; }; wb.prototype.reset = function () { this.next = this.b = this.a = null; }; function Ab(a) { k.setTimeout(function () { throw a; }, 0); } function Bb(a, b) { Cb || Db(); Eb || (Cb(), Eb = !0); zb.add(a, b); } var Cb; function Db() { var a = k.Promise.resolve(void 0); Cb = function Cb() { a.then(Fb); }; } var Eb = !1, zb = new vb(); function Fb() { for (var a; a = yb();) { try { a.a.call(a.b); } catch (c) { Ab(c); } var b = xb; b.f(a); 100 > b.b && (b.b++, a.next = b.a, b.a = a); } Eb = !1; } function Gb(a, b) { D.call(this); this.b = a || 1; this.a = b || k; this.f = p(this.Za, this); this.g = q(); } r(Gb, D); h = Gb.prototype; h.aa = !1; h.M = null; h.Za = function () { if (this.aa) { var a = q() - this.g; 0 < a && a < .8 * this.b ? this.M = this.a.setTimeout(this.f, this.b - a) : (this.M && (this.a.clearTimeout(this.M), this.M = null), E(this, "tick"), this.aa && (Hb(this), this.start())); } }; h.start = function () { this.aa = !0; this.M || (this.M = this.a.setTimeout(this.f, this.b), this.g = q()); }; function Hb(a) { a.aa = !1; a.M && (a.a.clearTimeout(a.M), a.M = null); } h.G = function () { Gb.X.G.call(this); Hb(this); delete this.a; }; function Ib(a, b, c) { if ("function" === typeof a) c && (a = p(a, c));else if (a && "function" == typeof a.handleEvent) a = p(a.handleEvent, a);else throw Error("Invalid listener argument"); return 2147483647 < Number(b) ? -1 : k.setTimeout(a, b || 0); } function Jb(a) { a.a = Ib(function () { a.a = null; a.c && (a.c = !1, Jb(a)); }, a.h); var b = a.b; a.b = null; a.g.apply(null, b); } var Kb = /** @class */ function (_super) { __extends(Kb, _super); function Kb(a, b) { var _this = _super.call(this) || this; _this.g = a; _this.h = b; _this.b = null; _this.c = !1; _this.a = null; return _this; } Kb.prototype.f = function (a) { this.b = arguments; this.a ? this.c = !0 : Jb(this); }; Kb.prototype.G = function () { _super.prototype.G.call(this); this.a && (k.clearTimeout(this.a), this.a = null, this.c = !1, this.b = null); }; return Kb; }(t); function F(a) { t.call(this); this.b = a; this.a = {}; } r(F, t); var Lb = []; function Mb(a, b, c, d) { Array.isArray(c) || (c && (Lb[0] = c.toString()), c = Lb); for (var e = 0; e < c.length; e++) { var f = gb(b, c[e], d || a.handleEvent, !1, a.b || a); if (!f) break; a.a[f.key] = f; } } function Nb(a) { za(a.a, function (b, c) { this.a.hasOwnProperty(c) && pb(b); }, a); a.a = {}; } F.prototype.G = function () { F.X.G.call(this); Nb(this); }; F.prototype.handleEvent = function () { throw Error("EventHandler.handleEvent not implemented"); }; function Ob() { this.a = !0; } function Pb(a, b, c, d, e, f) { a.info(function () { if (a.a) { if (f) { var g = ""; for (var m = f.split("&"), l = 0; l < m.length; l++) { var u = m[l].split("="); if (1 < u.length) { var C = u[0]; u = u[1]; var B = C.split("_"); g = 2 <= B.length && "type" == B[1] ? g + (C + "=" + u + "&") : g + (C + "=redacted&"); } } } else g = null; } else g = f; return "XMLHTTP REQ (" + d + ") [attempt " + e + "]: " + b + "\n" + c + "\n" + g; }); } function Qb(a, b, c, d, e, f, g) { a.info(function () { return "XMLHTTP RESP (" + d + ") [ attempt " + e + "]: " + b + "\n" + c + "\n" + f + " " + g; }); } function G(a, b, c, d) { a.info(function () { return "XMLHTTP TEXT (" + b + "): " + Rb(a, c) + (d ? " " + d : ""); }); } function Sb(a, b) { a.info(function () { return "TIMEOUT: " + b; }); } Ob.prototype.info = function () {}; function Rb(a, b) { if (!a.a) return b; if (!b) return null; try { var c = JSON.parse(b); if (c) for (a = 0; a < c.length; a++) { if (Array.isArray(c[a])) { var d = c[a]; if (!(2 > d.length)) { var e = d[1]; if (Array.isArray(e) && !(1 > e.length)) { var f = e[0]; if ("noop" != f && "stop" != f && "close" != f) for (var g = 1; g < e.length; g++) { e[g] = ""; } } } } } return ub(c); } catch (m) { return b; } } var H = {}, Tb = null; function Ub() { return Tb = Tb || new D(); } H.Fa = "serverreachability"; function Vb(a) { y.call(this, H.Fa, a); } r(Vb, y); function I(a) { var b = Ub(); E(b, new Vb(b, a)); } H.STAT_EVENT = "statevent"; function Wb(a, b) { y.call(this, H.STAT_EVENT, a); this.stat = b; } r(Wb, y); function J(a) { var b = Ub(); E(b, new Wb(b, a)); } H.Ga = "timingevent"; function Xb(a) { y.call(this, H.Ga, a); } r(Xb, y); function K(a, b) { if ("function" !== typeof a) throw Error("Fn must not be null and must be a function"); return k.setTimeout(function () { a(); }, b); } var Yb = { NO_ERROR: 0, $a: 1, nb: 2, mb: 3, hb: 4, lb: 5, ob: 6, Da: 7, TIMEOUT: 8, rb: 9 }; var Zb = { fb: "complete", Bb: "success", Ea: "error", Da: "abort", tb: "ready", ub: "readystatechange", TIMEOUT: "timeout", pb: "incrementaldata", sb: "progress", ib: "downloadprogress", Jb: "uploadprogress" }; function $b() {} $b.prototype.a = null; function ac(a) { var b; (b = a.a) || (b = a.a = {}); return b; } function bc() {} var L = { OPEN: "a", eb: "b", Ea: "c", qb: "d" }; function cc() { y.call(this, "d"); } r(cc, y); function dc() { y.call(this, "c"); } r(dc, y); var ec; function fc() {} r(fc, $b); ec = new fc(); function M(a, b, c, d) { this.g = a; this.c = b; this.f = c; this.S = d || 1; this.J = new F(this); this.P = gc; a = Ia ? 125 : void 0; this.R = new Gb(a); this.B = null; this.b = !1; this.j = this.l = this.i = this.H = this.u = this.T = this.o = null; this.s = []; this.a = null; this.D = 0; this.h = this.m = null; this.N = -1; this.A = !1; this.O = 0; this.F = null; this.V = this.C = this.U = this.I = !1; } var gc = 45E3, hc = {}, ic = {}; h = M.prototype; h.setTimeout = function (a) { this.P = a; }; function jc(a, b, c) { a.H = 1; a.i = kc(N(b)); a.j = c; a.I = !0; lc(a, null); } function lc(a, b) { a.u = q(); mc(a); a.l = N(a.i); var c = a.l, d = a.S; Array.isArray(d) || (d = [String(d)]); nc(c.b, "t", d); a.D = 0; a.a = oc(a.g, a.g.C ? b : null); 0 < a.O && (a.F = new Kb(p(a.Ca, a, a.a), a.O)); Mb(a.J, a.a, "readystatechange", a.Xa); b = a.B ? Aa(a.B) : {}; a.j ? (a.m || (a.m = "POST"), b["Content-Type"] = "application/x-www-form-urlencoded", a.a.ba(a.l, a.m, a.j, b)) : (a.m = "GET", a.a.ba(a.l, a.m, null, b)); I(1); Pb(a.c, a.m, a.l, a.f, a.S, a.j); } h.Xa = function (a) { a = a.target; var b = this.F; b && 3 == O(a) ? b.f() : this.Ca(a); }; h.Ca = function (a) { try { if (a == this.a) a: { var b = O(this.a), c = this.a.ua(), d = this.a.W(); if (!(3 > b || 3 == b && !Ia && !this.a.$())) { this.A || 4 != b || 7 == c || (8 == c || 0 >= d ? I(3) : I(2)); pc(this); var e = this.a.W(); this.N = e; var f = this.a.$(); this.b = 200 == e; Qb(this.c, this.m, this.l, this.f, this.S, b, e); if (this.b) { if (this.U && !this.C) { b: { if (this.a) { var g, m = this.a; if ((g = m.a ? m.a.getResponseHeader("X-HTTP-Initial-Response") : null) && !sa(g)) { var l = g; break b; } } l = null; } if (l) G(this.c, this.f, l, "Initial handshake response via X-HTTP-Initial-Response"), this.C = !0, qc(this, l);else { this.b = !1; this.h = 3; J(12); P(this); rc(this); break a; } } this.I ? (sc(this, b, f), Ia && this.b && 3 == b && (Mb(this.J, this.R, "tick", this.Wa), this.R.start())) : (G(this.c, this.f, f, null), qc(this, f)); 4 == b && P(this); this.b && !this.A && (4 == b ? uc(this.g, this) : (this.b = !1, mc(this))); } else 400 == e && 0 < f.indexOf("Unknown SID") ? (this.h = 3, J(12)) : (this.h = 0, J(13)), P(this), rc(this); } } } catch (u) {} finally {} }; function sc(a, b, c) { for (var d = !0; !a.A && a.D < c.length;) { var e = vc(a, c); if (e == ic) { 4 == b && (a.h = 4, J(14), d = !1); G(a.c, a.f, null, "[Incomplete Response]"); break; } else if (e == hc) { a.h = 4; J(15); G(a.c, a.f, c, "[Invalid Chunk]"); d = !1; break; } else G(a.c, a.f, e, null), qc(a, e); } 4 == b && 0 == c.length && (a.h = 1, J(16), d = !1); a.b = a.b && d; d ? 0 < c.length && !a.V && (a.V = !0, b = a.g, b.a == a && b.U && !b.F && (b.c.info("Great, no buffering proxy detected. Bytes received: " + c.length), wc(b), b.F = !0, J(11))) : (G(a.c, a.f, c, "[Invalid Chunked Response]"), P(a), rc(a)); } h.Wa = function () { if (this.a) { var a = O(this.a), b = this.a.$(); this.D < b.length && (pc(this), sc(this, a, b), this.b && 4 != a && mc(this)); } }; function vc(a, b) { var c = a.D, d = b.indexOf("\n", c); if (-1 == d) return ic; c = Number(b.substring(c, d)); if (isNaN(c)) return hc; d += 1; if (d + c > b.length) return ic; b = b.substr(d, c); a.D = d + c; return b; } h.cancel = function () { this.A = !0; P(this); }; function mc(a) { a.T = q() + a.P; yc(a, a.P); } function yc(a, b) { if (null != a.o) throw Error("WatchDog timer not null"); a.o = K(p(a.Va, a), b); } function pc(a) { a.o && (k.clearTimeout(a.o), a.o = null); } h.Va = function () { this.o = null; var a = q(); 0 <= a - this.T ? (Sb(this.c, this.l), 2 != this.H && (I(3), J(17)), P(this), this.h = 2, rc(this)) : yc(this, this.T - a); }; function rc(a) { 0 == a.g.v || a.A || uc(a.g, a); } function P(a) { pc(a); var b = a.F; b && "function" == typeof b.ja && b.ja(); a.F = null; Hb(a.R); Nb(a.J); a.a && (b = a.a, a.a = null, b.abort(), b.ja()); } function qc(a, b) { try { var c = a.g; if (0 != c.v && (c.a == a || zc(c.b, a))) if (c.I = a.N, !a.C && zc(c.b, a) && 3 == c.v) { try { var d = c.ka.a.parse(b); } catch (tc) { d = null; } if (Array.isArray(d) && 3 == d.length) { var e = d; if (0 == e[0]) a: { if (!c.j) { if (c.a) if (c.a.u + 3E3 < a.u) Ac(c), Bc(c);else break a; Cc(c); J(18); } } else c.oa = e[1], 0 < c.oa - c.P && 37500 > e[2] && c.H && 0 == c.o && !c.m && (c.m = K(p(c.Sa, c), 6E3)); if (1 >= Dc(c.b) && c.ea) { try { c.ea(); } catch (tc) {} c.ea = void 0; } } else Q(c, 11); } else if ((a.C || c.a == a) && Ac(c), !sa(b)) for (b = d = c.ka.a.parse(b), d = 0; d < b.length; d++) { if (e = b[d], c.P = e[0], e = e[1], 2 == c.v) { if ("c" == e[0]) { c.J = e[1]; c.ga = e[2]; var f = e[3]; null != f && (c.ha = f, c.c.info("VER=" + c.ha)); var g = e[4]; null != g && (c.pa = g, c.c.info("SVER=" + c.pa)); var m = e[5]; if (null != m && "number" === typeof m && 0 < m) { var l = 1.5 * m; c.D = l; c.c.info("backChannelRequestTimeoutMs_=" + l); } l = c; var u = a.a; if (u) { var C = u.a ? u.a.getResponseHeader("X-Client-Wire-Protocol") : null; if (C) { var B = l.b; !B.a && (v(C, "spdy") || v(C, "quic") || v(C, "h2")) && (B.f = B.g, B.a = new Set(), B.b && (Ec(B, B.b), B.b = null)); } if (l.A) { var rb = u.a ? u.a.getResponseHeader("X-HTTP-Session-Id") : null; rb && (l.na = rb, R(l.B, l.A, rb)); } } c.v = 3; c.f && c.f.ta(); c.U && (c.N = q() - a.u, c.c.info("Handshake RTT: " + c.N + "ms")); l = c; var xa = a; l.la = Fc(l, l.C ? l.ga : null, l.fa); if (xa.C) { Gc(l.b, xa); var ya = xa, xc = l.D; xc && ya.setTimeout(xc); ya.o && (pc(ya), mc(ya)); l.a = xa; } else Hc(l); 0 < c.g.length && Ic(c); } else "stop" != e[0] && "close" != e[0] || Q(c, 7); } else 3 == c.v && ("stop" == e[0] || "close" == e[0] ? "stop" == e[0] ? Q(c, 7) : Jc(c) : "noop" != e[0] && c.f && c.f.sa(e), c.o = 0); } I(4); } catch (tc) {} } function Kc(a) { if (a.K && "function" == typeof a.K) return a.K(); if ("string" === typeof a) return a.split(""); if (ba(a)) { for (var b = [], c = a.length, d = 0; d < c; d++) { b.push(a[d]); } return b; } b = []; c = 0; for (d in a) { b[c++] = a[d]; } return a = b; } function Lc(a, b) { if (a.forEach && "function" == typeof a.forEach) a.forEach(b, void 0);else if (ba(a) || "string" === typeof a) na(a, b, void 0);else { if (a.L && "function" == typeof a.L) var c = a.L();else if (a.K && "function" == typeof a.K) c = void 0;else if (ba(a) || "string" === typeof a) { c = []; for (var d = a.length, e = 0; e < d; e++) { c.push(e); } } else for (e in c = [], d = 0, a) { c[d++] = e; } d = Kc(a); e = d.length; for (var f = 0; f < e; f++) { b.call(void 0, d[f], c && c[f], a); } } } function S(a, b) { this.b = {}; this.a = []; this.c = 0; var c = arguments.length; if (1 < c) { if (c % 2) throw Error("Uneven number of arguments"); for (var d = 0; d < c; d += 2) { this.set(arguments[d], arguments[d + 1]); } } else if (a) if (a instanceof S) for (c = a.L(), d = 0; d < c.length; d++) { this.set(c[d], a.get(c[d])); } else for (d in a) { this.set(d, a[d]); } } h = S.prototype; h.K = function () { Mc(this); for (var a = [], b = 0; b < this.a.length; b++) { a.push(this.b[this.a[b]]); } return a; }; h.L = function () { Mc(this); return this.a.concat(); }; function Mc(a) { if (a.c != a.a.length) { for (var b = 0, c = 0; b < a.a.length;) { var d = a.a[b]; T(a.b, d) && (a.a[c++] = d); b++; } a.a.length = c; } if (a.c != a.a.length) { var e = {}; for (c = b = 0; b < a.a.length;) { d = a.a[b], T(e, d) || (a.a[c++] = d, e[d] = 1), b++; } a.a.length = c; } } h.get = function (a, b) { return T(this.b, a) ? this.b[a] : b; }; h.set = function (a, b) { T(this.b, a) || (this.c++, this.a.push(a)); this.b[a] = b; }; h.forEach = function (a, b) { for (var c = this.L(), d = 0; d < c.length; d++) { var e = c[d], f = this.get(e); a.call(b, f, e, this); } }; function T(a, b) { return Object.prototype.hasOwnProperty.call(a, b); } var Nc = /^(?:([^:/?#.]+):)?(?:\/\/(?:([^\\/?#]*)@)?([^\\/?#]*?)(?::([0-9]+))?(?=[\\/?#]|$))?([^?#]+)?(?:\?([^#]*))?(?:#([\s\S]*))?$/; function Oc(a, b) { if (a) { a = a.split("&"); for (var c = 0; c < a.length; c++) { var d = a[c].indexOf("="), e = null; if (0 <= d) { var f = a[c].substring(0, d); e = a[c].substring(d + 1); } else f = a[c]; b(f, e ? decodeURIComponent(e.replace(/\+/g, " ")) : ""); } } } function U(a, b) { this.c = this.j = this.f = ""; this.h = null; this.i = this.g = ""; this.a = !1; if (a instanceof U) { this.a = void 0 !== b ? b : a.a; Pc(this, a.f); this.j = a.j; Qc(this, a.c); Rc(this, a.h); this.g = a.g; b = a.b; var c = new Sc(); c.c = b.c; b.a && (c.a = new S(b.a), c.b = b.b); Tc(this, c); this.i = a.i; } else a && (c = String(a).match(Nc)) ? (this.a = !!b, Pc(this, c[1] || "", !0), this.j = Uc(c[2] || ""), Qc(this, c[3] || "", !0), Rc(this, c[4]), this.g = Uc(c[5] || "", !0), Tc(this, c[6] || "", !0), this.i = Uc(c[7] || "")) : (this.a = !!b, this.b = new Sc(null, this.a)); } U.prototype.toString = function () { var a = [], b = this.f; b && a.push(Vc(b, Wc, !0), ":"); var c = this.c; if (c || "file" == b) a.push("//"), (b = this.j) && a.push(Vc(b, Wc, !0), "@"), a.push(encodeURIComponent(String(c)).replace(/%25([0-9a-fA-F]{2})/g, "%$1")), c = this.h, null != c && a.push(":", String(c)); if (c = this.g) this.c && "/" != c.charAt(0) && a.push("/"), a.push(Vc(c, "/" == c.charAt(0) ? Xc : Yc, !0)); (c = this.b.toString()) && a.push("?", c); (c = this.i) && a.push("#", Vc(c, Zc)); return a.join(""); }; function N(a) { return new U(a); } function Pc(a, b, c) { a.f = c ? Uc(b, !0) : b; a.f && (a.f = a.f.replace(/:$/, "")); } function Qc(a, b, c) { a.c = c ? Uc(b, !0) : b; } function Rc(a, b) { if (b) { b = Number(b); if (isNaN(b) || 0 > b) throw Error("Bad port number " + b); a.h = b; } else a.h = null; } function Tc(a, b, c) { b instanceof Sc ? (a.b = b, $c(a.b, a.a)) : (c || (b = Vc(b, ad)), a.b = new Sc(b, a.a)); } function R(a, b, c) { a.b.set(b, c); } function kc(a) { R(a, "zx", Math.floor(2147483648 * Math.random()).toString(36) + Math.abs(Math.floor(2147483648 * Math.random()) ^ q()).toString(36)); return a; } function bd(a) { return a instanceof U ? N(a) : new U(a, void 0); } function cd(a, b, c, d) { var e = new U(null, void 0); a && Pc(e, a); b && Qc(e, b); c && Rc(e, c); d && (e.g = d); return e; } function Uc(a, b) { return a ? b ? decodeURI(a.replace(/%25/g, "%2525")) : decodeURIComponent(a) : ""; } function Vc(a, b, c) { return "string" === typeof a ? (a = encodeURI(a).replace(b, dd), c && (a = a.replace(/%25([0-9a-fA-F]{2})/g, "%$1")), a) : null; } function dd(a) { a = a.charCodeAt(0); return "%" + (a >> 4 & 15).toString(16) + (a & 15).toString(16); } var Wc = /[#\/\?@]/g, Yc = /[#\?:]/g, Xc = /[#\?]/g, ad = /[#\?@]/g, Zc = /#/g; function Sc(a, b) { this.b = this.a = null; this.c = a || null; this.f = !!b; } function V(a) { a.a || (a.a = new S(), a.b = 0, a.c && Oc(a.c, function (b, c) { a.add(decodeURIComponent(b.replace(/\+/g, " ")), c); })); } h = Sc.prototype; h.add = function (a, b) { V(this); this.c = null; a = W(this, a); var c = this.a.get(a); c || this.a.set(a, c = []); c.push(b); this.b += 1; return this; }; function ed(a, b) { V(a); b = W(a, b); T(a.a.b, b) && (a.c = null, a.b -= a.a.get(b).length, a = a.a, T(a.b, b) && (delete a.b[b], a.c--, a.a.length > 2 * a.c && Mc(a))); } function fd(a, b) { V(a); b = W(a, b); return T(a.a.b, b); } h.forEach = function (a, b) { V(this); this.a.forEach(function (c, d) { na(c, function (e) { a.call(b, e, d, this); }, this); }, this); }; h.L = function () { V(this); for (var a = this.a.K(), b = this.a.L(), c = [], d = 0; d < b.length; d++) { for (var e = a[d], f = 0; f < e.length; f++) { c.push(b[d]); } } return c; }; h.K = function (a) { V(this); var b = []; if ("string" === typeof a) fd(this, a) && (b = qa(b, this.a.get(W(this, a))));else { a = this.a.K(); for (var c = 0; c < a.length; c++) { b = qa(b, a[c]); } } return b; }; h.set = function (a, b) { V(this); this.c = null; a = W(this, a); fd(this, a) && (this.b -= this.a.get(a).length); this.a.set(a, [b]); this.b += 1; return this; }; h.get = function (a, b) { if (!a) return b; a = this.K(a); return 0 < a.length ? String(a[0]) : b; }; function nc(a, b, c) { ed(a, b); 0 < c.length && (a.c = null, a.a.set(W(a, b), ra(c)), a.b += c.length); } h.toString = function () { if (this.c) return this.c; if (!this.a) return ""; for (var a = [], b = this.a.L(), c = 0; c < b.length; c++) { var d = b[c], e = encodeURIComponent(String(d)); d = this.K(d); for (var f = 0; f < d.length; f++) { var g = e; "" !== d[f] && (g += "=" + encodeURIComponent(String(d[f]))); a.push(g); } } return this.c = a.join("&"); }; function W(a, b) { b = String(b); a.f && (b = b.toLowerCase()); return b; } function $c(a, b) { b && !a.f && (V(a), a.c = null, a.a.forEach(function (c, d) { var e = d.toLowerCase(); d != e && (ed(this, d), nc(this, e, c)); }, a)); a.f = b; } var gd = /** @class */ function () { function gd(a, b) { this.b = a; this.a = b; } return gd; }(); function hd(a) { this.g = a || id; k.PerformanceNavigationTiming ? (a = k.performance.getEntriesByType("navigation"), a = 0 < a.length && ("hq" == a[0].nextHopProtocol || "h2" == a[0].nextHopProtocol)) : a = !!(k.ia && k.ia.ya && k.ia.ya() && k.ia.ya().Lb); this.f = a ? this.g : 1; this.a = null; 1 < this.f && (this.a = new Set()); this.b = null; this.c = []; } var id = 10; function jd(a) { return a.b ? !0 : a.a ? a.a.size >= a.f : !1; } function Dc(a) { return a.b ? 1 : a.a ? a.a.size : 0; } function zc(a, b) { return a.b ? a.b == b : a.a ? a.a.has(b) : !1; } function Ec(a, b) { a.a ? a.a.add(b) : a.b = b; } function Gc(a, b) { a.b && a.b == b ? a.b = null : a.a && a.a.has(b) && a.a.delete(b); } hd.prototype.cancel = function () { var e_1, _a; this.c = kd(this); if (this.b) this.b.cancel(), this.b = null;else if (this.a && 0 !== this.a.size) { try { for (var _b = __values(this.a.values()), _c = _b.next(); !_c.done; _c = _b.next()) { var a = _c.value; a.cancel(); } } catch (e_1_1) { e_1 = { error: e_1_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_1) throw e_1.error; } } this.a.clear(); } }; function kd(a) { var e_2, _a; if (null != a.b) return a.c.concat(a.b.s); if (null != a.a && 0 !== a.a.size) { var b = a.c; try { for (var _b = __values(a.a.values()), _c = _b.next(); !_c.done; _c = _b.next()) { var c = _c.value; b = b.concat(c.s); } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (_c && !_c.done && (_a = _b.return)) _a.call(_b); } finally { if (e_2) throw e_2.error; } } return b; } return ra(a.c); } function ld() {} ld.prototype.stringify = function (a) { return k.JSON.stringify(a, void 0); }; ld.prototype.parse = function (a) { return k.JSON.parse(a, void 0); }; function md() { this.a = new ld(); } function nd(a, b, c) { var d = c || ""; try { Lc(a, function (e, f) { var g = e; n(e) && (g = ub(e)); b.push(d + f + "=" + encodeURIComponent(g)); }); } catch (e) { throw b.push(d + "type=" + encodeURIComponent("_badmap")), e; } } function od(a, b) { var c = new Ob(); if (k.Image) { var d = new Image(); d.onload = ja(pd, c, d, "TestLoadImage: loaded", !0, b); d.onerror = ja(pd, c, d, "TestLoadImage: error", !1, b); d.onabort = ja(pd, c, d, "TestLoadImage: abort", !1, b); d.ontimeout = ja(pd, c, d, "TestLoadImage: timeout", !1, b); k.setTimeout(function () { if (d.ontimeout) d.ontimeout(); }, 1E4); d.src = a; } else b(!1); } function pd(a, b, c, d, e) { try { b.onload = null, b.onerror = null, b.onabort = null, b.ontimeout = null, e(d); } catch (f) {} } var qd = k.JSON.parse; function X(a) { D.call(this); this.headers = new S(); this.H = a || null; this.b = !1; this.s = this.a = null; this.B = ""; this.h = 0; this.f = ""; this.g = this.A = this.l = this.u = !1; this.o = 0; this.m = null; this.I = rd; this.D = this.F = !1; } r(X, D); var rd = "", sd = /^https?$/i, td = ["POST", "PUT"]; h = X.prototype; h.ba = function (a, b, c, d) { if (this.a) throw Error("[goog.net.XhrIo] Object is active with another request=" + this.B + "; newUri=" + a); b = b ? b.toUpperCase() : "GET"; this.B = a; this.f = ""; this.h = 0; this.u = !1; this.b = !0; this.a = new XMLHttpRequest(); this.s = this.H ? ac(this.H) : ac(ec); this.a.onreadystatechange = p(this.za, this); try { this.A = !0, this.a.open(b, String(a), !0), this.A = !1; } catch (f) { ud(this, f); return; } a = c || ""; var e = new S(this.headers); d && Lc(d, function (f, g) { e.set(g, f); }); d = oa(e.L()); c = k.FormData && a instanceof k.FormData; !(0 <= ma(td, b)) || d || c || e.set("Content-Type", "application/x-www-form-urlencoded;charset=utf-8"); e.forEach(function (f, g) { this.a.setRequestHeader(g, f); }, this); this.I && (this.a.responseType = this.I); "withCredentials" in this.a && this.a.withCredentials !== this.F && (this.a.withCredentials = this.F); try { vd(this), 0 < this.o && ((this.D = wd(this.a)) ? (this.a.timeout = this.o, this.a.ontimeout = p(this.xa, this)) : this.m = Ib(this.xa, this.o, this)), this.l = !0, this.a.send(a), this.l = !1; } catch (f) { ud(this, f); } }; function wd(a) { return x && Qa(9) && "number" === typeof a.timeout && void 0 !== a.ontimeout; } function pa(a) { return "content-type" == a.toLowerCase(); } h.xa = function () { "undefined" != typeof goog && this.a && (this.f = "Timed out after " + this.o + "ms, aborting", this.h = 8, E(this, "timeout"), this.abort(8)); }; function ud(a, b) { a.b = !1; a.a && (a.g = !0, a.a.abort(), a.g = !1); a.f = b; a.h = 5; xd(a); yd(a); } function xd(a) { a.u || (a.u = !0, E(a, "complete"), E(a, "error")); } h.abort = function (a) { this.a && this.b && (this.b = !1, this.g = !0, this.a.abort(), this.g = !1, this.h = a || 7, E(this, "complete"), E(this, "abort"), yd(this)); }; h.G = function () { this.a && (this.b && (this.b = !1, this.g = !0, this.a.abort(), this.g = !1), yd(this, !0)); X.X.G.call(this); }; h.za = function () { this.j || (this.A || this.l || this.g ? zd(this) : this.Ua()); }; h.Ua = function () { zd(this); }; function zd(a) { if (a.b && "undefined" != typeof goog && (!a.s[1] || 4 != O(a) || 2 != a.W())) if (a.l && 4 == O(a)) Ib(a.za, 0, a);else if (E(a, "readystatechange"), 4 == O(a)) { a.b = !1; try { { var l = a.W(); a: switch (l) { case 200: case 201: case 202: case 204: case 206: case 304: case 1223: var b = !0; break a; default: b = !1; } var c; if (!(c = b)) { var d; if (d = 0 === l) { var e = String(a.B).match(Nc)[1] || null; if (!e && k.self && k.self.location) { var f = k.self.location.protocol; e = f.substr(0, f.length - 1); } d = !sd.test(e ? e.toLowerCase() : ""); } c = d; } var g = c; } if (g) E(a, "complete"), E(a, "success");else { a.h = 6; try { var m = 2 < O(a) ? a.a.statusText : ""; } catch (l) { m = ""; } a.f = m + " [" + a.W() + "]"; xd(a); } } finally { yd(a); } } } function yd(a, b) { if (a.a) { vd(a); var c = a.a, d = a.s[0] ? aa : null; a.a = null; a.s = null; b || E(a, "ready"); try { c.onreadystatechange = d; } catch (e) {} } } function vd(a) { a.a && a.D && (a.a.ontimeout = null); a.m && (k.clearTimeout(a.m), a.m = null); } function O(a) { return a.a ? a.a.readyState : 0; } h.W = function () { try { return 2 < O(this) ? this.a.status : -1; } catch (a) { return -1; } }; h.$ = function () { try { return this.a ? this.a.responseText : ""; } catch (a) { return ""; } }; h.Pa = function (a) { if (this.a) { var b = this.a.responseText; a && 0 == b.indexOf(a) && (b = b.substring(a.length)); return qd(b); } }; h.ua = function () { return this.h; }; h.Qa = function () { return "string" === typeof this.f ? this.f : String(this.f); }; function Ad(a) { var b = ""; za(a, function (c, d) { b += d; b += ":"; b += c; b += "\r\n"; }); return b; } function Bd(a, b, c) { a: { for (d in c) { var d = !1; break a; } d = !0; } d || (c = Ad(c), "string" === typeof a ? null != c && encodeURIComponent(String(c)) : R(a, b, c)); } function Cd(a, b, c) { return c && c.internalChannelParams ? c.internalChannelParams[a] || b : b; } function Dd(a) { this.pa = 0; this.g = []; this.c = new Ob(); this.ga = this.la = this.B = this.fa = this.a = this.na = this.A = this.V = this.i = this.O = this.l = null; this.Oa = this.R = 0; this.La = Cd("failFast", !1, a); this.H = this.m = this.j = this.h = this.f = null; this.S = !0; this.I = this.oa = this.P = -1; this.T = this.o = this.u = 0; this.Ha = Cd("baseRetryDelayMs", 5E3, a); this.Ra = Cd("retryDelaySeedMs", 1E4, a); this.Ma = Cd("forwardChannelMaxRetries", 2, a); this.ma = Cd("forwardChannelRequestTimeoutMs", 2E4, a); this.Na = a && a.g || void 0; this.D = void 0; this.C = a && a.supportsCrossDomainXhr || !1; this.J = ""; this.b = new hd(a && a.concurrentRequestLimit); this.ka = new md(); this.da = a && a.fastHandshake || !1; this.Ia = a && a.b || !1; a && a.f && (this.c.a = !1); a && a.forceLongPolling && (this.S = !1); this.U = !this.da && this.S && a && a.detectBufferingProxy || !1; this.ea = void 0; this.N = 0; this.F = !1; this.s = null; (this.Ka = a && a.c || !1) && this.c.info("Opt-in to enable Chrome Origin Trials."); } h = Dd.prototype; h.ha = 8; h.v = 1; function Jc(a) { Ed(a); if (3 == a.v) { var b = a.R++, c = N(a.B); R(c, "SID", a.J); R(c, "RID", b); R(c, "TYPE", "terminate"); Fd(a, c); b = new M(a, a.c, b, void 0); b.H = 2; b.i = kc(N(c)); c = !1; k.navigator && k.navigator.sendBeacon && (c = k.navigator.sendBeacon(b.i.toString(), "")); !c && k.Image && (new Image().src = b.i, c = !0); c || (b.a = oc(b.g, null), b.a.ba(b.i)); b.u = q(); mc(b); } Gd(a); } function Bc(a) { a.a && (wc(a), a.a.cancel(), a.a = null); } function Ed(a) { Bc(a); a.j && (k.clearTimeout(a.j), a.j = null); Ac(a); a.b.cancel(); a.h && ("number" === typeof a.h && k.clearTimeout(a.h), a.h = null); } function Hd(a, b) { a.g.push(new gd(a.Oa++, b)); 3 == a.v && Ic(a); } function Ic(a) { jd(a.b) || a.h || (a.h = !0, Bb(a.Ba, a), a.u = 0); } function Id(a, b) { if (Dc(a.b) >= a.b.f - (a.h ? 1 : 0)) return !1; if (a.h) return a.g = b.s.concat(a.g), !0; if (1 == a.v || 2 == a.v || a.u >= (a.La ? 0 : a.Ma)) return !1; a.h = K(p(a.Ba, a, b), Jd(a, a.u)); a.u++; return !0; } h.Ba = function (a) { if (this.h) if (this.h = null, 1 == this.v) { if (!a) { this.R = Math.floor(1E5 * Math.random()); a = this.R++; var b = new M(this, this.c, a, void 0), c = this.l; this.O && (c ? (c = Aa(c), Ca(c, this.O)) : c = this.O); null === this.i && (b.B = c); var d; if (this.da) a: { for (var e = d = 0; e < this.g.length; e++) { b: { var f = this.g[e]; if ("__data__" in f.a && (f = f.a.__data__, "string" === typeof f)) { f = f.length; break b; } f = void 0; } if (void 0 === f) break; d += f; if (4096 < d) { d = e; break a; } if (4096 === d || e === this.g.length - 1) { d = e + 1; break a; } } d = 1E3; } else d = 1E3; d = Kd(this, b, d); e = N(this.B); R(e, "RID", a); R(e, "CVER", 22); this.A && R(e, "X-HTTP-Session-Id", this.A); Fd(this, e); this.i && c && Bd(e, this.i, c); Ec(this.b, b); this.Ia && R(e, "TYPE", "init"); this.da ? (R(e, "$req", d), R(e, "SID", "null"), b.U = !0, jc(b, e, null)) : jc(b, e, d); this.v = 2; } } else 3 == this.v && (a ? Ld(this, a) : 0 == this.g.length || jd(this.b) || Ld(this)); }; function Ld(a, b) { var c; b ? c = b.f : c = a.R++; var d = N(a.B); R(d, "SID", a.J); R(d, "RID", c); R(d, "AID", a.P); Fd(a, d); a.i && a.l && Bd(d, a.i, a.l); c = new M(a, a.c, c, a.u + 1); null === a.i && (c.B = a.l); b && (a.g = b.s.concat(a.g)); b = Kd(a, c, 1E3); c.setTimeout(Math.round(.5 * a.ma) + Math.round(.5 * a.ma * Math.random())); Ec(a.b, c); jc(c, d, b); } function Fd(a, b) { a.f && Lc({}, function (c, d) { R(b, d, c); }); } function Kd(a, b, c) { c = Math.min(a.g.length, c); var d = a.f ? p(a.f.Ja, a.f, a) : null; a: for (var e = a.g, f = -1;;) { var g = ["count=" + c]; -1 == f ? 0 < c ? (f = e[0].b, g.push("ofs=" + f)) : f = 0 : g.push("ofs=" + f); for (var m = !0, l = 0; l < c; l++) { var u = e[l].b, C = e[l].a; u -= f; if (0 > u) f = Math.max(0, e[l].b - 100), m = !1;else try { nd(C, g, "req" + u + "_"); } catch (B) { d && d(C); } } if (m) { d = g.join("&"); break a; } } a = a.g.splice(0, c); b.s = a; return d; } function Hc(a) { a.a || a.j || (a.T = 1, Bb(a.Aa, a), a.o = 0); } function Cc(a) { if (a.a || a.j || 3 <= a.o) return !1; a.T++; a.j = K(p(a.Aa, a), Jd(a, a.o)); a.o++; return !0; } h.Aa = function () { this.j = null; Md(this); if (this.U && !(this.F || null == this.a || 0 >= this.N)) { var a = 2 * this.N; this.c.info("BP detection timer enabled: " + a); this.s = K(p(this.Ta, this), a); } }; h.Ta = function () { this.s && (this.s = null, this.c.info("BP detection timeout reached."), this.c.info("Buffering proxy detected and switch to long-polling!"), this.H = !1, this.F = !0, J(10), Bc(this), Md(this)); }; function wc(a) { null != a.s && (k.clearTimeout(a.s), a.s = null); } function Md(a) { a.a = new M(a, a.c, "rpc", a.T); null === a.i && (a.a.B = a.l); a.a.O = 0; var b = N(a.la); R(b, "RID", "rpc"); R(b, "SID", a.J); R(b, "CI", a.H ? "0" : "1"); R(b, "AID", a.P); Fd(a, b); R(b, "TYPE", "xmlhttp"); a.i && a.l && Bd(b, a.i, a.l); a.D && a.a.setTimeout(a.D); var c = a.a; a = a.ga; c.H = 1; c.i = kc(N(b)); c.j = null; c.I = !0; lc(c, a); } h.Sa = function () { null != this.m && (this.m = null, Bc(this), Cc(this), J(19)); }; function Ac(a) { null != a.m && (k.clearTimeout(a.m), a.m = null); } function uc(a, b) { var c = null; if (a.a == b) { Ac(a); wc(a); a.a = null; var d = 2; } else if (zc(a.b, b)) c = b.s, Gc(a.b, b), d = 1;else return; a.I = b.N; if (0 != a.v) if (b.b) { if (1 == d) { c = b.j ? b.j.length : 0; b = q() - b.u; var e = a.u; d = Ub(); E(d, new Xb(d, c, b, e)); Ic(a); } else Hc(a); } else if (e = b.h, 3 == e || 0 == e && 0 < a.I || !(1 == d && Id(a, b) || 2 == d && Cc(a))) switch (c && 0 < c.length && (b = a.b, b.c = b.c.concat(c)), e) { case 1: Q(a, 5); break; case 4: Q(a, 10); break; case 3: Q(a, 6); break; default: Q(a, 2); } } function Jd(a, b) { var c = a.Ha + Math.floor(Math.random() * a.Ra); a.f || (c *= 2); return c * b; } function Q(a, b) { a.c.info("Error code " + b); if (2 == b) { var c = null; a.f && (c = null); var d = p(a.Ya, a); c || (c = new U("//www.google.com/images/cleardot.gif"), k.location && "http" == k.location.protocol || Pc(c, "https"), kc(c)); od(c.toString(), d); } else J(2); a.v = 0; a.f && a.f.ra(b); Gd(a); Ed(a); } h.Ya = function (a) { a ? (this.c.info("Successfully pinged google.com"), J(2)) : (this.c.info("Failed to ping google.com"), J(1)); }; function Gd(a) { a.v = 0; a.I = -1; if (a.f) { if (0 != kd(a.b).length || 0 != a.g.length) a.b.c.length = 0, ra(a.g), a.g.length = 0; a.f.qa(); } } function Fc(a, b, c) { var d = bd(c); if ("" != d.c) b && Qc(d, b + "." + d.c), Rc(d, d.h);else { var e = k.location; d = cd(e.protocol, b ? b + "." + e.hostname : e.hostname, +e.port, c); } a.V && za(a.V, function (f, g) { R(d, g, f); }); b = a.A; c = a.na; b && c && R(d, b, c); R(d, "VER", a.ha); Fd(a, d); return d; } function oc(a, b) { if (b && !a.C) throw Error("Can't create secondary domain capable XhrIo object."); b = new X(a.Na); b.F = a.C; return b; } function Nd() {} h = Nd.prototype; h.ta = function () {}; h.sa = function () {}; h.ra = function () {}; h.qa = function () {}; h.Ja = function () {}; function Od() { if (x && !(10 <= Number(Ta))) throw Error("Environmental error: no available transport."); } Od.prototype.a = function (a, b) { return new Y(a, b); }; function Y(a, b) { D.call(this); this.a = new Dd(b); this.o = a; this.b = b && b.messageUrlParams || null; a = b && b.messageHeaders || null; b && b.clientProtocolHeaderRequired && (a ? a["X-Client-Protocol"] = "webchannel" : a = { "X-Client-Protocol": "webchannel" }); this.a.l = a; a = b && b.initMessageHeaders || null; b && b.messageContentType && (a ? a["X-WebChannel-Content-Type"] = b.messageContentType : a = { "X-WebChannel-Content-Type": b.messageContentType }); b && b.a && (a ? a["X-WebChannel-Client-Profile"] = b.a : a = { "X-WebChannel-Client-Profile": b.a }); this.a.O = a; (a = b && b.httpHeadersOverwriteParam) && !sa(a) && (this.a.i = a); this.m = b && b.supportsCrossDomainXhr || !1; this.l = b && b.sendRawJson || !1; (b = b && b.httpSessionIdParam) && !sa(b) && (this.a.A = b, a = this.b, null !== a && b in a && (a = this.b, b in a && delete a[b])); this.f = new Z(this); } r(Y, D); Y.prototype.g = function () { this.a.f = this.f; this.m && (this.a.C = !0); var a = this.a, b = this.o, c = this.b || void 0; J(0); a.fa = b; a.V = c || {}; a.H = a.S; a.B = Fc(a, null, a.fa); Ic(a); }; Y.prototype.close = function () { Jc(this.a); }; Y.prototype.h = function (a) { if ("string" === typeof a) { var b = {}; b.__data__ = a; Hd(this.a, b); } else this.l ? (b = {}, b.__data__ = ub(a), Hd(this.a, b)) : Hd(this.a, a); }; Y.prototype.G = function () { this.a.f = null; delete this.f; Jc(this.a); delete this.a; Y.X.G.call(this); }; function Pd(a) { cc.call(this); var b = a.__sm__; if (b) { a: { for (var c in b) { a = c; break a; } a = void 0; } (this.c = a) ? (a = this.c, this.data = null !== b && a in b ? b[a] : void 0) : this.data = b; } else this.data = a; } r(Pd, cc); function Qd() { dc.call(this); this.status = 1; } r(Qd, dc); function Z(a) { this.a = a; } r(Z, Nd); Z.prototype.ta = function () { E(this.a, "a"); }; Z.prototype.sa = function (a) { E(this.a, new Pd(a)); }; Z.prototype.ra = function (a) { E(this.a, new Qd(a)); }; Z.prototype.qa = function () { E(this.a, "b"); }; /* Copyright 2017 Google LLC Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ Od.prototype.createWebChannel = Od.prototype.a; Y.prototype.send = Y.prototype.h; Y.prototype.open = Y.prototype.g; Y.prototype.close = Y.prototype.close; Yb.NO_ERROR = 0; Yb.TIMEOUT = 8; Yb.HTTP_ERROR = 6; Zb.COMPLETE = "complete"; bc.EventType = L; L.OPEN = "a"; L.CLOSE = "b"; L.ERROR = "c"; L.MESSAGE = "d"; D.prototype.listen = D.prototype.va; X.prototype.listenOnce = X.prototype.wa; X.prototype.getLastError = X.prototype.Qa; X.prototype.getLastErrorCode = X.prototype.ua; X.prototype.getStatus = X.prototype.W; X.prototype.getResponseJson = X.prototype.Pa; X.prototype.getResponseText = X.prototype.$; X.prototype.send = X.prototype.ba; var createWebChannelTransport = function createWebChannelTransport() { return new Od(); }; var getStatEventTarget = function getStatEventTarget() { return Ub(); }; var ErrorCode = Yb; var EventType = Zb; var Event = H; var Stat = { gb: 0, jb: 1, kb: 2, Db: 3, Ib: 4, Fb: 5, Gb: 6, Eb: 7, Cb: 8, Hb: 9, PROXY: 10, NOPROXY: 11, Ab: 12, wb: 13, xb: 14, vb: 15, yb: 16, zb: 17, bb: 18, ab: 19, cb: 20 }; var WebChannel = bc; var XhrIo = X; var esm = { createWebChannelTransport: createWebChannelTransport, getStatEventTarget: getStatEventTarget, ErrorCode: ErrorCode, EventType: EventType, Event: Event, Stat: Stat, WebChannel: WebChannel, XhrIo: XhrIo }; /* harmony default export */ __webpack_exports__["default"] = (esm); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../../../../AxE2/node_modules/webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "../CORE_FW/models/node_modules/algoliasearch/dist/algoliasearch.umd.js": /*!******************************************************************************!*\ !*** ../CORE_FW/models/node_modules/algoliasearch/dist/algoliasearch.umd.js ***! \******************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;var _typeof = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js").default; __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); __webpack_require__(/*! core-js/modules/es.object.get-own-property-descriptor.js */ "./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); __webpack_require__(/*! core-js/modules/es.object.get-own-property-descriptors.js */ "./node_modules/core-js/modules/es.object.get-own-property-descriptors.js"); __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); __webpack_require__(/*! core-js/modules/es.array.from.js */ "./node_modules/core-js/modules/es.array.from.js"); __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); __webpack_require__(/*! core-js/modules/es.object.entries.js */ "./node_modules/core-js/modules/es.object.entries.js"); __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /*! algoliasearch.umd.js | 4.8.3 | © Algolia, inc. | https://github.com/algolia/algoliasearch-client-javascript */ !function (e, t) { "object" == ( false ? undefined : _typeof(exports)) && "undefined" != typeof module ? module.exports = t() : true ? !(__WEBPACK_AMD_DEFINE_FACTORY__ = (t), __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ? (__WEBPACK_AMD_DEFINE_FACTORY__.call(exports, __webpack_require__, exports, module)) : __WEBPACK_AMD_DEFINE_FACTORY__), __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__)) : undefined; }(this, function () { "use strict"; function e(e, t, r) { return t in e ? Object.defineProperty(e, t, { value: r, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = r, e; } function t(e, t) { var r = Object.keys(e); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); t && (n = n.filter(function (t) { return Object.getOwnPropertyDescriptor(e, t).enumerable; })), r.push.apply(r, n); } return r; } function r(r) { for (var n = 1; n < arguments.length; n++) { var a = null != arguments[n] ? arguments[n] : {}; n % 2 ? t(Object(a), !0).forEach(function (t) { e(r, t, a[t]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(r, Object.getOwnPropertyDescriptors(a)) : t(Object(a)).forEach(function (e) { Object.defineProperty(r, e, Object.getOwnPropertyDescriptor(a, e)); }); } return r; } function n(e, t) { if (null == e) return {}; var r, n, a = function (e, t) { if (null == e) return {}; var r, n, a = {}, o = Object.keys(e); for (n = 0; n < o.length; n++) { r = o[n], t.indexOf(r) >= 0 || (a[r] = e[r]); } return a; }(e, t); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); for (n = 0; n < o.length; n++) { r = o[n], t.indexOf(r) >= 0 || Object.prototype.propertyIsEnumerable.call(e, r) && (a[r] = e[r]); } } return a; } function a(e, t) { return function (e) { if (Array.isArray(e)) return e; }(e) || function (e, t) { if (!(Symbol.iterator in Object(e) || "[object Arguments]" === Object.prototype.toString.call(e))) return; var r = [], n = !0, a = !1, o = void 0; try { for (var u, i = e[Symbol.iterator](); !(n = (u = i.next()).done) && (r.push(u.value), !t || r.length !== t); n = !0) { ; } } catch (e) { a = !0, o = e; } finally { try { n || null == i.return || i.return(); } finally { if (a) throw o; } } return r; }(e, t) || function () { throw new TypeError("Invalid attempt to destructure non-iterable instance"); }(); } function o(e) { return function (e) { if (Array.isArray(e)) { for (var t = 0, r = new Array(e.length); t < e.length; t++) { r[t] = e[t]; } return r; } }(e) || function (e) { if (Symbol.iterator in Object(e) || "[object Arguments]" === Object.prototype.toString.call(e)) return Array.from(e); }(e) || function () { throw new TypeError("Invalid attempt to spread non-iterable instance"); }(); } function u(e) { var t, r = "algoliasearch-client-js-".concat(e.key), n = function n() { return void 0 === t && (t = e.localStorage || window.localStorage), t; }, o = function o() { return JSON.parse(n().getItem(r) || "{}"); }; return { get: function get(e, t) { var r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : { miss: function miss() { return Promise.resolve(); } }; return Promise.resolve().then(function () { var r = JSON.stringify(e), n = o()[r]; return Promise.all([n || t(), void 0 !== n]); }).then(function (e) { var t = a(e, 2), n = t[0], o = t[1]; return Promise.all([n, o || r.miss(n)]); }).then(function (e) { return a(e, 1)[0]; }); }, set: function set(e, t) { return Promise.resolve().then(function () { var a = o(); return a[JSON.stringify(e)] = t, n().setItem(r, JSON.stringify(a)), t; }); }, delete: function _delete(e) { return Promise.resolve().then(function () { var t = o(); delete t[JSON.stringify(e)], n().setItem(r, JSON.stringify(t)); }); }, clear: function clear() { return Promise.resolve().then(function () { n().removeItem(r); }); } }; } function i(e) { var t = o(e.caches), r = t.shift(); return void 0 === r ? { get: function get(e, t) { var r = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : { miss: function miss() { return Promise.resolve(); } }, n = t(); return n.then(function (e) { return Promise.all([e, r.miss(e)]); }).then(function (e) { return a(e, 1)[0]; }); }, set: function set(e, t) { return Promise.resolve(t); }, delete: function _delete(e) { return Promise.resolve(); }, clear: function clear() { return Promise.resolve(); } } : { get: function get(e, n) { var a = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : { miss: function miss() { return Promise.resolve(); } }; return r.get(e, n, a).catch(function () { return i({ caches: t }).get(e, n, a); }); }, set: function set(e, n) { return r.set(e, n).catch(function () { return i({ caches: t }).set(e, n); }); }, delete: function _delete(e) { return r.delete(e).catch(function () { return i({ caches: t }).delete(e); }); }, clear: function clear() { return r.clear().catch(function () { return i({ caches: t }).clear(); }); } }; } function s() { var e = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : { serializable: !0 }, t = {}; return { get: function get(r, n) { var a = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : { miss: function miss() { return Promise.resolve(); } }, o = JSON.stringify(r); if (o in t) return Promise.resolve(e.serializable ? JSON.parse(t[o]) : t[o]); var u = n(), i = a && a.miss || function () { return Promise.resolve(); }; return u.then(function (e) { return i(e); }).then(function () { return u; }); }, set: function set(r, n) { return t[JSON.stringify(r)] = e.serializable ? JSON.stringify(n) : n, Promise.resolve(n); }, delete: function _delete(e) { return delete t[JSON.stringify(e)], Promise.resolve(); }, clear: function clear() { return t = {}, Promise.resolve(); } }; } function c(e, t, r) { var n = { "x-algolia-api-key": r, "x-algolia-application-id": t }; return { headers: function headers() { return e === m.WithinHeaders ? n : {}; }, queryParameters: function queryParameters() { return e === m.WithinQueryParameters ? n : {}; } }; } function f(e) { var t = 0; return e(function r() { return t++, new Promise(function (n) { setTimeout(function () { n(e(r)); }, Math.min(100 * t, 1e3)); }); }); } function d(e) { var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : function (e, t) { return Promise.resolve(); }; return Object.assign(e, { wait: function wait(r) { return d(e.then(function (e) { return Promise.all([t(e, r), e]); }).then(function (e) { return e[1]; })); } }); } function l(e) { for (var t = e.length - 1; t > 0; t--) { var r = Math.floor(Math.random() * (t + 1)), n = e[t]; e[t] = e[r], e[r] = n; } return e; } function p(e, t) { return t ? (Object.keys(t).forEach(function (r) { e[r] = t[r](e); }), e) : e; } function h(e) { for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++) { r[n - 1] = arguments[n]; } var a = 0; return e.replace(/%s/g, function () { return encodeURIComponent(r[a++]); }); } var m = { WithinQueryParameters: 0, WithinHeaders: 1 }; function y(e, t) { var r = e || {}, n = r.data || {}; return Object.keys(r).forEach(function (e) { -1 === ["timeout", "headers", "queryParameters", "data", "cacheable"].indexOf(e) && (n[e] = r[e]); }), { data: Object.entries(n).length > 0 ? n : void 0, timeout: r.timeout || t, headers: r.headers || {}, queryParameters: r.queryParameters || {}, cacheable: r.cacheable }; } var g = { Read: 1, Write: 2, Any: 3 }, v = 1, b = 2, P = 3; function O(e) { var t = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : v; return r(r({}, e), {}, { status: t, lastUpdate: Date.now() }); } function w(e) { return "string" == typeof e ? { protocol: "https", url: e, accept: g.Any } : { protocol: e.protocol || "https", url: e.url, accept: e.accept || g.Any }; } var j = "DELETE", I = "GET", x = "POST", q = "PUT"; function D(e, t) { return Promise.all(t.map(function (t) { return e.get(t, function () { return Promise.resolve(O(t)); }); })).then(function (e) { var r = e.filter(function (e) { return function (e) { return e.status === v || Date.now() - e.lastUpdate > 12e4; }(e); }), n = e.filter(function (e) { return function (e) { return e.status === P && Date.now() - e.lastUpdate <= 12e4; }(e); }), a = [].concat(o(r), o(n)); return { getTimeout: function getTimeout(e, t) { return (0 === n.length && 0 === e ? 1 : n.length + 3 + e) * t; }, statelessHosts: a.length > 0 ? a.map(function (e) { return w(e); }) : t }; }); } function S(e, t, n, a) { var u = [], i = function (e, t) { if (e.method === I || void 0 === e.data && void 0 === t.data) return; var n = Array.isArray(e.data) ? e.data : r(r({}, e.data), t.data); return JSON.stringify(n); }(n, a), s = function (e, t) { var n = r(r({}, e.headers), t.headers), a = {}; return Object.keys(n).forEach(function (e) { var t = n[e]; a[e.toLowerCase()] = t; }), a; }(e, a), c = n.method, f = n.method !== I ? {} : r(r({}, n.data), a.data), d = r(r(r({ "x-algolia-agent": e.userAgent.value }, e.queryParameters), f), a.queryParameters), l = 0, p = function t(r, o) { var f = r.pop(); if (void 0 === f) throw { name: "RetryError", message: "Unreachable hosts - your application id may be incorrect. If the error persists, contact support@algolia.com.", transporterStackTrace: A(u) }; var p = { data: i, headers: s, method: c, url: N(f, n.path, d), connectTimeout: o(l, e.timeouts.connect), responseTimeout: o(l, a.timeout) }, h = function h(e) { var t = { request: p, response: e, host: f, triesLeft: r.length }; return u.push(t), t; }, m = { onSucess: function onSucess(e) { return function (e) { try { return JSON.parse(e.content); } catch (t) { throw function (e, t) { return { name: "DeserializationError", message: e, response: t }; }(t.message, e); } }(e); }, onRetry: function onRetry(n) { var a = h(n); return n.isTimedOut && l++, Promise.all([e.logger.info("Retryable failure", E(a)), e.hostsCache.set(f, O(f, n.isTimedOut ? P : b))]).then(function () { return t(r, o); }); }, onFail: function onFail(e) { throw h(e), function (e, t) { var r = e.content, n = e.status, a = r; try { a = JSON.parse(r).message; } catch (e) {} return function (e, t, r) { return { name: "ApiError", message: e, status: t, transporterStackTrace: r }; }(a, n, t); }(e, A(u)); } }; return e.requester.send(p).then(function (e) { return function (e, t) { return function (e) { var t = e.status; return e.isTimedOut || function (e) { var t = e.isTimedOut, r = e.status; return !t && 0 == ~~r; }(e) || 2 != ~~(t / 100) && 4 != ~~(t / 100); }(e) ? t.onRetry(e) : 2 == ~~(e.status / 100) ? t.onSucess(e) : t.onFail(e); }(e, m); }); }; return D(e.hostsCache, t).then(function (e) { return p(o(e.statelessHosts).reverse(), e.getTimeout); }); } function k(e) { var t = e.hostsCache, r = e.logger, n = e.requester, o = e.requestsCache, u = e.responsesCache, i = e.timeouts, s = e.userAgent, c = e.hosts, f = e.queryParameters, d = { hostsCache: t, logger: r, requester: n, requestsCache: o, responsesCache: u, timeouts: i, userAgent: s, headers: e.headers, queryParameters: f, hosts: c.map(function (e) { return w(e); }), read: function read(e, t) { var r = y(t, d.timeouts.read), n = function n() { return S(d, d.hosts.filter(function (e) { return 0 != (e.accept & g.Read); }), e, r); }; if (!0 !== (void 0 !== r.cacheable ? r.cacheable : e.cacheable)) return n(); var o = { request: e, mappedRequestOptions: r, transporter: { queryParameters: d.queryParameters, headers: d.headers } }; return d.responsesCache.get(o, function () { return d.requestsCache.get(o, function () { return d.requestsCache.set(o, n()).then(function (e) { return Promise.all([d.requestsCache.delete(o), e]); }, function (e) { return Promise.all([d.requestsCache.delete(o), Promise.reject(e)]); }).then(function (e) { var t = a(e, 2); t[0]; return t[1]; }); }); }, { miss: function miss(e) { return d.responsesCache.set(o, e); } }); }, write: function write(e, t) { return S(d, d.hosts.filter(function (e) { return 0 != (e.accept & g.Write); }), e, y(t, d.timeouts.write)); } }; return d; } function T(e) { var t = { value: "Algolia for JavaScript (".concat(e, ")"), add: function add(e) { var r = "; ".concat(e.segment).concat(void 0 !== e.version ? " (".concat(e.version, ")") : ""); return -1 === t.value.indexOf(r) && (t.value = "".concat(t.value).concat(r)), t; } }; return t; } function N(e, t, r) { var n = R(r), a = "".concat(e.protocol, "://").concat(e.url, "/").concat("/" === t.charAt(0) ? t.substr(1) : t); return n.length && (a += "?".concat(n)), a; } function R(e) { return Object.keys(e).map(function (t) { return h("%s=%s", t, (r = e[t], "[object Object]" === Object.prototype.toString.call(r) || "[object Array]" === Object.prototype.toString.call(r) ? JSON.stringify(e[t]) : e[t])); var r; }).join("&"); } function A(e) { return e.map(function (e) { return E(e); }); } function E(e) { var t = e.request.headers["x-algolia-api-key"] ? { "x-algolia-api-key": "*****" } : {}; return r(r({}, e), {}, { request: r(r({}, e.request), {}, { headers: r(r({}, e.request.headers), t) }) }); } var C = function C(e) { return function (t, r) { return e.transporter.write({ method: x, path: "2/abtests", data: t }, r); }; }, U = function U(e) { return function (t, r) { return e.transporter.write({ method: j, path: h("2/abtests/%s", t) }, r); }; }, J = function J(e) { return function (t, r) { return e.transporter.read({ method: I, path: h("2/abtests/%s", t) }, r); }; }, z = function z(e) { return function (t) { return e.transporter.read({ method: I, path: "2/abtests" }, t); }; }, F = function F(e) { return function (t, r) { return e.transporter.write({ method: x, path: h("2/abtests/%s/stop", t) }, r); }; }, H = function H(e) { return function (t) { return e.transporter.read({ method: I, path: "1/strategies/personalization" }, t); }; }, M = function M(e) { return function (t, r) { return e.transporter.write({ method: x, path: "1/strategies/personalization", data: t }, r); }; }; function K(e) { return function t(r) { return e.request(r).then(function (n) { if (void 0 !== e.batch && e.batch(n.hits), !e.shouldStop(n)) return n.cursor ? t({ cursor: n.cursor }) : t({ page: (r.page || 0) + 1 }); }); }({}); } var W = function W(e) { return function (t, a) { var o = a || {}, u = o.queryParameters, i = n(o, ["queryParameters"]), s = r({ acl: t }, void 0 !== u ? { queryParameters: u } : {}); return d(e.transporter.write({ method: x, path: "1/keys", data: s }, i), function (t, r) { return f(function (n) { return Y(e)(t.key, r).catch(function (e) { if (404 !== e.status) throw e; return n(); }); }); }); }; }, B = function B(e) { return function (t, r, n) { var a = y(n); return a.queryParameters["X-Algolia-User-ID"] = t, e.transporter.write({ method: x, path: "1/clusters/mapping", data: { cluster: r } }, a); }; }, Q = function Q(e) { return function (t, r, n) { return e.transporter.write({ method: x, path: "1/clusters/mapping/batch", data: { users: t, cluster: r } }, n); }; }, G = function G(e) { return function (t, r, n) { return d(e.transporter.write({ method: x, path: h("1/indexes/%s/operation", t), data: { operation: "copy", destination: r } }, n), function (r, n) { return re(e)(t, { methods: { waitTask: tt } }).waitTask(r.taskID, n); }); }; }, L = function L(e) { return function (t, n, a) { return G(e)(t, n, r(r({}, a), {}, { scope: [nt.Rules] })); }; }, V = function V(e) { return function (t, n, a) { return G(e)(t, n, r(r({}, a), {}, { scope: [nt.Settings] })); }; }, _ = function _(e) { return function (t, n, a) { return G(e)(t, n, r(r({}, a), {}, { scope: [nt.Synonyms] })); }; }, X = function X(e) { return function (t, r) { return d(e.transporter.write({ method: j, path: h("1/keys/%s", t) }, r), function (r, n) { return f(function (r) { return Y(e)(t, n).then(r).catch(function (e) { if (404 !== e.status) throw e; }); }); }); }; }, Y = function Y(e) { return function (t, r) { return e.transporter.read({ method: I, path: h("1/keys/%s", t) }, r); }; }, Z = function Z(e) { return function (t) { return e.transporter.read({ method: I, path: "1/logs" }, t); }; }, $ = function $(e) { return function (t) { return e.transporter.read({ method: I, path: "1/clusters/mapping/top" }, t); }; }, ee = function ee(e) { return function (t, r) { return e.transporter.read({ method: I, path: h("1/clusters/mapping/%s", t) }, r); }; }, te = function te(e) { return function (t) { var r = t || {}, a = r.retrieveMappings, o = n(r, ["retrieveMappings"]); return !0 === a && (o.getClusters = !0), e.transporter.read({ method: I, path: "1/clusters/mapping/pending" }, o); }; }, re = function re(e) { return function (t) { var r = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, n = { transporter: e.transporter, appId: e.appId, indexName: t }; return p(n, r.methods); }; }, ne = function ne(e) { return function (t) { return e.transporter.read({ method: I, path: "1/keys" }, t); }; }, ae = function ae(e) { return function (t) { return e.transporter.read({ method: I, path: "1/clusters" }, t); }; }, oe = function oe(e) { return function (t) { return e.transporter.read({ method: I, path: "1/indexes" }, t); }; }, ue = function ue(e) { return function (t) { return e.transporter.read({ method: I, path: "1/clusters/mapping" }, t); }; }, ie = function ie(e) { return function (t, r, n) { return d(e.transporter.write({ method: x, path: h("1/indexes/%s/operation", t), data: { operation: "move", destination: r } }, n), function (r, n) { return re(e)(t, { methods: { waitTask: tt } }).waitTask(r.taskID, n); }); }; }, se = function se(e) { return function (t, r) { return d(e.transporter.write({ method: x, path: "1/indexes/*/batch", data: { requests: t } }, r), function (t, r) { return Promise.all(Object.keys(t.taskID).map(function (n) { return re(e)(n, { methods: { waitTask: tt } }).waitTask(t.taskID[n], r); })); }); }; }, ce = function ce(e) { return function (t, r) { return e.transporter.read({ method: x, path: "1/indexes/*/objects", data: { requests: t } }, r); }; }, fe = function fe(e) { return function (t, n) { var a = t.map(function (e) { return r(r({}, e), {}, { params: R(e.params || {}) }); }); return e.transporter.read({ method: x, path: "1/indexes/*/queries", data: { requests: a }, cacheable: !0 }, n); }; }, de = function de(e) { return function (t, a) { return Promise.all(t.map(function (t) { var o = t.params, u = o.facetName, i = o.facetQuery, s = n(o, ["facetName", "facetQuery"]); return re(e)(t.indexName, { methods: { searchForFacetValues: Ye } }).searchForFacetValues(u, i, r(r({}, a), s)); })); }; }, le = function le(e) { return function (t, r) { var n = y(r); return n.queryParameters["X-Algolia-User-ID"] = t, e.transporter.write({ method: j, path: "1/clusters/mapping" }, n); }; }, pe = function pe(e) { return function (t, r) { return d(e.transporter.write({ method: x, path: h("1/keys/%s/restore", t) }, r), function (r, n) { return f(function (r) { return Y(e)(t, n).catch(function (e) { if (404 !== e.status) throw e; return r(); }); }); }); }; }, he = function he(e) { return function (t, r) { return e.transporter.read({ method: x, path: "1/clusters/mapping/search", data: { query: t } }, r); }; }, me = function me(e) { return function (t, r) { var a = Object.assign({}, r), o = r || {}, u = o.queryParameters, i = n(o, ["queryParameters"]), s = u ? { queryParameters: u } : {}, c = ["acl", "indexes", "referers", "restrictSources", "queryParameters", "description", "maxQueriesPerIPPerHour", "maxHitsPerQuery"]; return d(e.transporter.write({ method: q, path: h("1/keys/%s", t), data: s }, i), function (r, n) { return f(function (r) { return Y(e)(t, n).then(function (e) { return function (e) { return Object.keys(a).filter(function (e) { return -1 !== c.indexOf(e); }).every(function (t) { return e[t] === a[t]; }); }(e) ? Promise.resolve() : r(); }); }); }); }; }, ye = function ye(e) { return function (t, r) { return d(e.transporter.write({ method: x, path: h("1/indexes/%s/batch", e.indexName), data: { requests: t } }, r), function (t, r) { return tt(e)(t.taskID, r); }); }; }, ge = function ge(e) { return function (t) { return K(r(r({ shouldStop: function shouldStop(e) { return void 0 === e.cursor; } }, t), {}, { request: function request(r) { return e.transporter.read({ method: x, path: h("1/indexes/%s/browse", e.indexName), data: r }, t); } })); }; }, ve = function ve(e) { return function (t) { var n = r({ hitsPerPage: 1e3 }, t); return K(r(r({ shouldStop: function shouldStop(e) { return e.hits.length < n.hitsPerPage; } }, n), {}, { request: function request(t) { return Ze(e)("", r(r({}, n), t)).then(function (e) { return r(r({}, e), {}, { hits: e.hits.map(function (e) { return delete e._highlightResult, e; }) }); }); } })); }; }, be = function be(e) { return function (t) { var n = r({ hitsPerPage: 1e3 }, t); return K(r(r({ shouldStop: function shouldStop(e) { return e.hits.length < n.hitsPerPage; } }, n), {}, { request: function request(t) { return $e(e)("", r(r({}, n), t)).then(function (e) { return r(r({}, e), {}, { hits: e.hits.map(function (e) { return delete e._highlightResult, e; }) }); }); } })); }; }, Pe = function Pe(e) { return function (t, r, a) { var o = a || {}, u = o.batchSize, i = n(o, ["batchSize"]), s = { taskIDs: [], objectIDs: [] }; return d(function n() { var a, o = arguments.length > 0 && void 0 !== arguments[0] ? arguments[0] : 0, c = []; for (a = o; a < t.length && (c.push(t[a]), c.length !== (u || 1e3)); a++) { ; } return 0 === c.length ? Promise.resolve(s) : ye(e)(c.map(function (e) { return { action: r, body: e }; }), i).then(function (e) { return s.objectIDs = s.objectIDs.concat(e.objectIDs), s.taskIDs.push(e.taskID), a++, n(a); }); }(), function (t, r) { return Promise.all(t.taskIDs.map(function (t) { return tt(e)(t, r); })); }); }; }, Oe = function Oe(e) { return function (t) { return d(e.transporter.write({ method: x, path: h("1/indexes/%s/clear", e.indexName) }, t), function (t, r) { return tt(e)(t.taskID, r); }); }; }, we = function we(e) { return function (t) { var r = t || {}, a = r.forwardToReplicas, o = y(n(r, ["forwardToReplicas"])); return a && (o.queryParameters.forwardToReplicas = 1), d(e.transporter.write({ method: x, path: h("1/indexes/%s/rules/clear", e.indexName) }, o), function (t, r) { return tt(e)(t.taskID, r); }); }; }, je = function je(e) { return function (t) { var r = t || {}, a = r.forwardToReplicas, o = y(n(r, ["forwardToReplicas"])); return a && (o.queryParameters.forwardToReplicas = 1), d(e.transporter.write({ method: x, path: h("1/indexes/%s/synonyms/clear", e.indexName) }, o), function (t, r) { return tt(e)(t.taskID, r); }); }; }, Ie = function Ie(e) { return function (t, r) { return d(e.transporter.write({ method: x, path: h("1/indexes/%s/deleteByQuery", e.indexName), data: t }, r), function (t, r) { return tt(e)(t.taskID, r); }); }; }, xe = function xe(e) { return function (t) { return d(e.transporter.write({ method: j, path: h("1/indexes/%s", e.indexName) }, t), function (t, r) { return tt(e)(t.taskID, r); }); }; }, qe = function qe(e) { return function (t, r) { return d(De(e)([t], r).then(function (e) { return { taskID: e.taskIDs[0] }; }), function (t, r) { return tt(e)(t.taskID, r); }); }; }, De = function De(e) { return function (t, r) { var n = t.map(function (e) { return { objectID: e }; }); return Pe(e)(n, rt.DeleteObject, r); }; }, Se = function Se(e) { return function (t, r) { var a = r || {}, o = a.forwardToReplicas, u = y(n(a, ["forwardToReplicas"])); return o && (u.queryParameters.forwardToReplicas = 1), d(e.transporter.write({ method: j, path: h("1/indexes/%s/rules/%s", e.indexName, t) }, u), function (t, r) { return tt(e)(t.taskID, r); }); }; }, ke = function ke(e) { return function (t, r) { var a = r || {}, o = a.forwardToReplicas, u = y(n(a, ["forwardToReplicas"])); return o && (u.queryParameters.forwardToReplicas = 1), d(e.transporter.write({ method: j, path: h("1/indexes/%s/synonyms/%s", e.indexName, t) }, u), function (t, r) { return tt(e)(t.taskID, r); }); }; }, Te = function Te(e) { return function (t) { return Je(e)(t).then(function () { return !0; }).catch(function (e) { if (404 !== e.status) throw e; return !1; }); }; }, Ne = function Ne(e) { return function (t, r, n) { return e.transporter.read({ method: x, path: h("1/answers/%s/prediction", e.indexName), data: { query: t, queryLanguages: r }, cacheable: !0 }, n); }; }, Re = function Re(e) { return function (t, o) { var u = o || {}, i = u.query, s = u.paginate, c = n(u, ["query", "paginate"]), f = 0; return function n() { return Xe(e)(i || "", r(r({}, c), {}, { page: f })).then(function (e) { for (var r = 0, o = Object.entries(e.hits); r < o.length; r++) { var u = a(o[r], 2), i = u[0], c = u[1]; if (t(c)) return { object: c, position: parseInt(i, 10), page: f }; } if (f++, !1 === s || f >= e.nbPages) throw { name: "ObjectNotFoundError", message: "Object not found." }; return n(); }); }(); }; }, Ae = function Ae(e) { return function (t, r) { return e.transporter.read({ method: I, path: h("1/indexes/%s/%s", e.indexName, t) }, r); }; }, Ee = function Ee() { return function (e, t) { for (var r = 0, n = Object.entries(e.hits); r < n.length; r++) { var o = a(n[r], 2), u = o[0]; if (o[1].objectID === t) return parseInt(u, 10); } return -1; }; }, Ce = function Ce(e) { return function (t, a) { var o = a || {}, u = o.attributesToRetrieve, i = n(o, ["attributesToRetrieve"]), s = t.map(function (t) { return r({ indexName: e.indexName, objectID: t }, u ? { attributesToRetrieve: u } : {}); }); return e.transporter.read({ method: x, path: "1/indexes/*/objects", data: { requests: s } }, i); }; }, Ue = function Ue(e) { return function (t, r) { return e.transporter.read({ method: I, path: h("1/indexes/%s/rules/%s", e.indexName, t) }, r); }; }, Je = function Je(e) { return function (t) { return e.transporter.read({ method: I, path: h("1/indexes/%s/settings", e.indexName), data: { getVersion: 2 } }, t); }; }, ze = function ze(e) { return function (t, r) { return e.transporter.read({ method: I, path: h("1/indexes/%s/synonyms/%s", e.indexName, t) }, r); }; }, Fe = function Fe(e) { return function (t, r) { return d(He(e)([t], r).then(function (e) { return { objectID: e.objectIDs[0], taskID: e.taskIDs[0] }; }), function (t, r) { return tt(e)(t.taskID, r); }); }; }, He = function He(e) { return function (t, r) { var a = r || {}, o = a.createIfNotExists, u = n(a, ["createIfNotExists"]), i = o ? rt.PartialUpdateObject : rt.PartialUpdateObjectNoCreate; return Pe(e)(t, i, u); }; }, Me = function Me(e) { return function (t, u) { var i = u || {}, s = i.safe, c = i.autoGenerateObjectIDIfNotExist, f = i.batchSize, l = n(i, ["safe", "autoGenerateObjectIDIfNotExist", "batchSize"]), p = function p(t, r, n, a) { return d(e.transporter.write({ method: x, path: h("1/indexes/%s/operation", t), data: { operation: n, destination: r } }, a), function (t, r) { return tt(e)(t.taskID, r); }); }, m = Math.random().toString(36).substring(7), y = "".concat(e.indexName, "_tmp_").concat(m), g = Qe({ appId: e.appId, transporter: e.transporter, indexName: y }), v = [], b = p(e.indexName, y, "copy", r(r({}, l), {}, { scope: ["settings", "synonyms", "rules"] })); return v.push(b), d((s ? b.wait(l) : b).then(function () { var e = g(t, r(r({}, l), {}, { autoGenerateObjectIDIfNotExist: c, batchSize: f })); return v.push(e), s ? e.wait(l) : e; }).then(function () { var t = p(y, e.indexName, "move", l); return v.push(t), s ? t.wait(l) : t; }).then(function () { return Promise.all(v); }).then(function (e) { var t = a(e, 3), r = t[0], n = t[1], u = t[2]; return { objectIDs: n.objectIDs, taskIDs: [r.taskID].concat(o(n.taskIDs), [u.taskID]) }; }), function (e, t) { return Promise.all(v.map(function (e) { return e.wait(t); })); }); }; }, Ke = function Ke(e) { return function (t, n) { return Le(e)(t, r(r({}, n), {}, { clearExistingRules: !0 })); }; }, We = function We(e) { return function (t, n) { return _e(e)(t, r(r({}, n), {}, { clearExistingSynonyms: !0 })); }; }, Be = function Be(e) { return function (t, r) { return d(Qe(e)([t], r).then(function (e) { return { objectID: e.objectIDs[0], taskID: e.taskIDs[0] }; }), function (t, r) { return tt(e)(t.taskID, r); }); }; }, Qe = function Qe(e) { return function (t, r) { var a = r || {}, o = a.autoGenerateObjectIDIfNotExist, u = n(a, ["autoGenerateObjectIDIfNotExist"]), i = o ? rt.AddObject : rt.UpdateObject; if (i === rt.UpdateObject) { var s = !0, c = !1, f = void 0; try { for (var l, p = t[Symbol.iterator](); !(s = (l = p.next()).done); s = !0) { if (void 0 === l.value.objectID) return d(Promise.reject({ name: "MissingObjectIDError", message: "All objects must have an unique objectID (like a primary key) to be valid. Algolia is also able to generate objectIDs automatically but *it's not recommended*. To do it, use the `{'autoGenerateObjectIDIfNotExist': true}` option." })); } } catch (e) { c = !0, f = e; } finally { try { s || null == p.return || p.return(); } finally { if (c) throw f; } } } return Pe(e)(t, i, u); }; }, Ge = function Ge(e) { return function (t, r) { return Le(e)([t], r); }; }, Le = function Le(e) { return function (t, r) { var a = r || {}, o = a.forwardToReplicas, u = a.clearExistingRules, i = y(n(a, ["forwardToReplicas", "clearExistingRules"])); return o && (i.queryParameters.forwardToReplicas = 1), u && (i.queryParameters.clearExistingRules = 1), d(e.transporter.write({ method: x, path: h("1/indexes/%s/rules/batch", e.indexName), data: t }, i), function (t, r) { return tt(e)(t.taskID, r); }); }; }, Ve = function Ve(e) { return function (t, r) { return _e(e)([t], r); }; }, _e = function _e(e) { return function (t, r) { var a = r || {}, o = a.forwardToReplicas, u = a.clearExistingSynonyms, i = a.replaceExistingSynonyms, s = y(n(a, ["forwardToReplicas", "clearExistingSynonyms", "replaceExistingSynonyms"])); return o && (s.queryParameters.forwardToReplicas = 1), (i || u) && (s.queryParameters.replaceExistingSynonyms = 1), d(e.transporter.write({ method: x, path: h("1/indexes/%s/synonyms/batch", e.indexName), data: t }, s), function (t, r) { return tt(e)(t.taskID, r); }); }; }, Xe = function Xe(e) { return function (t, r) { return e.transporter.read({ method: x, path: h("1/indexes/%s/query", e.indexName), data: { query: t }, cacheable: !0 }, r); }; }, Ye = function Ye(e) { return function (t, r, n) { return e.transporter.read({ method: x, path: h("1/indexes/%s/facets/%s/query", e.indexName, t), data: { facetQuery: r }, cacheable: !0 }, n); }; }, Ze = function Ze(e) { return function (t, r) { return e.transporter.read({ method: x, path: h("1/indexes/%s/rules/search", e.indexName), data: { query: t } }, r); }; }, $e = function $e(e) { return function (t, r) { return e.transporter.read({ method: x, path: h("1/indexes/%s/synonyms/search", e.indexName), data: { query: t } }, r); }; }, et = function et(e) { return function (t, r) { var a = r || {}, o = a.forwardToReplicas, u = y(n(a, ["forwardToReplicas"])); return o && (u.queryParameters.forwardToReplicas = 1), d(e.transporter.write({ method: q, path: h("1/indexes/%s/settings", e.indexName), data: t }, u), function (t, r) { return tt(e)(t.taskID, r); }); }; }, tt = function tt(e) { return function (t, r) { return f(function (n) { return function (e) { return function (t, r) { return e.transporter.read({ method: I, path: h("1/indexes/%s/task/%s", e.indexName, t.toString()) }, r); }; }(e)(t, r).then(function (e) { return "published" !== e.status ? n() : void 0; }); }); }; }, rt = { AddObject: "addObject", UpdateObject: "updateObject", PartialUpdateObject: "partialUpdateObject", PartialUpdateObjectNoCreate: "partialUpdateObjectNoCreate", DeleteObject: "deleteObject", DeleteIndex: "delete", ClearIndex: "clear" }, nt = { Settings: "settings", Synonyms: "synonyms", Rules: "rules" }, at = 1, ot = 2, ut = 3; function it(e, t, n) { var a, o = { appId: e, apiKey: t, timeouts: { connect: 1, read: 2, write: 30 }, requester: { send: function send(e) { return new Promise(function (t) { var r = new XMLHttpRequest(); r.open(e.method, e.url, !0), Object.keys(e.headers).forEach(function (t) { return r.setRequestHeader(t, e.headers[t]); }); var n, a = function a(e, n) { return setTimeout(function () { r.abort(), t({ status: 0, content: n, isTimedOut: !0 }); }, 1e3 * e); }, o = a(e.connectTimeout, "Connection timeout"); r.onreadystatechange = function () { r.readyState > r.OPENED && void 0 === n && (clearTimeout(o), n = a(e.responseTimeout, "Socket timeout")); }, r.onerror = function () { 0 === r.status && (clearTimeout(o), clearTimeout(n), t({ content: r.responseText || "Network request failed", status: r.status, isTimedOut: !1 })); }, r.onload = function () { clearTimeout(o), clearTimeout(n), t({ content: r.responseText, status: r.status, isTimedOut: !1 }); }, r.send(e.data); }); } }, logger: (a = ut, { debug: function debug(e, t) { return at >= a && console.debug(e, t), Promise.resolve(); }, info: function info(e, t) { return ot >= a && console.info(e, t), Promise.resolve(); }, error: function error(e, t) { return console.error(e, t), Promise.resolve(); } }), responsesCache: s(), requestsCache: s({ serializable: !1 }), hostsCache: i({ caches: [u({ key: "".concat("4.8.3", "-").concat(e) }), s()] }), userAgent: T("4.8.3").add({ segment: "Browser" }) }; return function (e) { var t = e.appId, n = c(void 0 !== e.authMode ? e.authMode : m.WithinHeaders, t, e.apiKey), a = k(r(r({ hosts: [{ url: "".concat(t, "-dsn.algolia.net"), accept: g.Read }, { url: "".concat(t, ".algolia.net"), accept: g.Write }].concat(l([{ url: "".concat(t, "-1.algolianet.com") }, { url: "".concat(t, "-2.algolianet.com") }, { url: "".concat(t, "-3.algolianet.com") }])) }, e), {}, { headers: r(r(r({}, n.headers()), { "content-type": "application/x-www-form-urlencoded" }), e.headers), queryParameters: r(r({}, n.queryParameters()), e.queryParameters) })); return p({ transporter: a, appId: t, addAlgoliaAgent: function addAlgoliaAgent(e, t) { a.userAgent.add({ segment: e, version: t }); }, clearCache: function clearCache() { return Promise.all([a.requestsCache.clear(), a.responsesCache.clear()]).then(function () {}); } }, e.methods); }(r(r(r({}, o), n), {}, { methods: { search: fe, searchForFacetValues: de, multipleBatch: se, multipleGetObjects: ce, multipleQueries: fe, copyIndex: G, copySettings: V, copySynonyms: _, copyRules: L, moveIndex: ie, listIndices: oe, getLogs: Z, listClusters: ae, multipleSearchForFacetValues: de, getApiKey: Y, addApiKey: W, listApiKeys: ne, updateApiKey: me, deleteApiKey: X, restoreApiKey: pe, assignUserID: B, assignUserIDs: Q, getUserID: ee, searchUserIDs: he, listUserIDs: ue, getTopUserIDs: $, removeUserID: le, hasPendingMappings: te, initIndex: function initIndex(e) { return function (t) { return re(e)(t, { methods: { batch: ye, delete: xe, findAnswers: Ne, getObject: Ae, getObjects: Ce, saveObject: Be, saveObjects: Qe, search: Xe, searchForFacetValues: Ye, waitTask: tt, setSettings: et, getSettings: Je, partialUpdateObject: Fe, partialUpdateObjects: He, deleteObject: qe, deleteObjects: De, deleteBy: Ie, clearObjects: Oe, browseObjects: ge, getObjectPosition: Ee, findObject: Re, exists: Te, saveSynonym: Ve, saveSynonyms: _e, getSynonym: ze, searchSynonyms: $e, browseSynonyms: be, deleteSynonym: ke, clearSynonyms: je, replaceAllObjects: Me, replaceAllSynonyms: We, searchRules: Ze, getRule: Ue, deleteRule: Se, saveRule: Ge, saveRules: Le, replaceAllRules: Ke, browseRules: ve, clearRules: we } }); }; }, initAnalytics: function initAnalytics() { return function (e) { return function (e) { var t = e.region || "us", n = c(m.WithinHeaders, e.appId, e.apiKey), a = k(r(r({ hosts: [{ url: "analytics.".concat(t, ".algolia.com") }] }, e), {}, { headers: r(r(r({}, n.headers()), { "content-type": "application/json" }), e.headers), queryParameters: r(r({}, n.queryParameters()), e.queryParameters) })); return p({ appId: e.appId, transporter: a }, e.methods); }(r(r(r({}, o), e), {}, { methods: { addABTest: C, getABTest: J, getABTests: z, stopABTest: F, deleteABTest: U } })); }; }, initRecommendation: function initRecommendation() { return function (e) { return function (e) { var t = e.region || "us", n = c(m.WithinHeaders, e.appId, e.apiKey), a = k(r(r({ hosts: [{ url: "recommendation.".concat(t, ".algolia.com") }] }, e), {}, { headers: r(r(r({}, n.headers()), { "content-type": "application/json" }), e.headers), queryParameters: r(r({}, n.queryParameters()), e.queryParameters) })); return p({ appId: e.appId, transporter: a }, e.methods); }(r(r(r({}, o), e), {}, { methods: { getPersonalizationStrategy: H, setPersonalizationStrategy: M } })); }; } } })); } return it.version = "4.8.3", it; }); /***/ }), /***/ "../CORE_FW/models/node_modules/charenc/charenc.js": /*!*********************************************************!*\ !*** ../CORE_FW/models/node_modules/charenc/charenc.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); var charenc = { // UTF-8 encoding utf8: { // Convert a string to a byte array stringToBytes: function stringToBytes(str) { return charenc.bin.stringToBytes(unescape(encodeURIComponent(str))); }, // Convert a byte array to a string bytesToString: function bytesToString(bytes) { return decodeURIComponent(escape(charenc.bin.bytesToString(bytes))); } }, // Binary encoding bin: { // Convert a string to a byte array stringToBytes: function stringToBytes(str) { for (var bytes = [], i = 0; i < str.length; i++) { bytes.push(str.charCodeAt(i) & 0xFF); } return bytes; }, // Convert a byte array to a string bytesToString: function bytesToString(bytes) { for (var str = [], i = 0; i < bytes.length; i++) { str.push(String.fromCharCode(bytes[i])); } return str.join(''); } } }; module.exports = charenc; /***/ }), /***/ "../CORE_FW/models/node_modules/crypt/crypt.js": /*!*****************************************************!*\ !*** ../CORE_FW/models/node_modules/crypt/crypt.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); (function () { var base64map = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/', crypt = { // Bit-wise rotation left rotl: function rotl(n, b) { return n << b | n >>> 32 - b; }, // Bit-wise rotation right rotr: function rotr(n, b) { return n << 32 - b | n >>> b; }, // Swap big-endian to little-endian and vice versa endian: function endian(n) { // If number given, swap endian if (n.constructor == Number) { return crypt.rotl(n, 8) & 0x00FF00FF | crypt.rotl(n, 24) & 0xFF00FF00; } // Else, assume array and swap all items for (var i = 0; i < n.length; i++) { n[i] = crypt.endian(n[i]); } return n; }, // Generate an array of any length of random bytes randomBytes: function randomBytes(n) { for (var bytes = []; n > 0; n--) { bytes.push(Math.floor(Math.random() * 256)); } return bytes; }, // Convert a byte array to big-endian 32-bit words bytesToWords: function bytesToWords(bytes) { for (var words = [], i = 0, b = 0; i < bytes.length; i++, b += 8) { words[b >>> 5] |= bytes[i] << 24 - b % 32; } return words; }, // Convert big-endian 32-bit words to a byte array wordsToBytes: function wordsToBytes(words) { for (var bytes = [], b = 0; b < words.length * 32; b += 8) { bytes.push(words[b >>> 5] >>> 24 - b % 32 & 0xFF); } return bytes; }, // Convert a byte array to a hex string bytesToHex: function bytesToHex(bytes) { for (var hex = [], i = 0; i < bytes.length; i++) { hex.push((bytes[i] >>> 4).toString(16)); hex.push((bytes[i] & 0xF).toString(16)); } return hex.join(''); }, // Convert a hex string to a byte array hexToBytes: function hexToBytes(hex) { for (var bytes = [], c = 0; c < hex.length; c += 2) { bytes.push(parseInt(hex.substr(c, 2), 16)); } return bytes; }, // Convert a byte array to a base-64 string bytesToBase64: function bytesToBase64(bytes) { for (var base64 = [], i = 0; i < bytes.length; i += 3) { var triplet = bytes[i] << 16 | bytes[i + 1] << 8 | bytes[i + 2]; for (var j = 0; j < 4; j++) { if (i * 8 + j * 6 <= bytes.length * 8) base64.push(base64map.charAt(triplet >>> 6 * (3 - j) & 0x3F));else base64.push('='); } } return base64.join(''); }, // Convert a base-64 string to a byte array base64ToBytes: function base64ToBytes(base64) { // Remove non-base-64 characters base64 = base64.replace(/[^A-Z0-9+\/]/ig, ''); for (var bytes = [], i = 0, imod4 = 0; i < base64.length; imod4 = ++i % 4) { if (imod4 == 0) continue; bytes.push((base64map.indexOf(base64.charAt(i - 1)) & Math.pow(2, -2 * imod4 + 8) - 1) << imod4 * 2 | base64map.indexOf(base64.charAt(i)) >>> 6 - imod4 * 2); } return bytes; } }; module.exports = crypt; })(); /***/ }), /***/ "../CORE_FW/models/node_modules/firebase/app/dist/index.esm.js": /*!*********************************************************************!*\ !*** ../CORE_FW/models/node_modules/firebase/app/dist/index.esm.js ***! \*********************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _firebase_app__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @firebase/app */ "../CORE_FW/models/node_modules/@firebase/app/dist/index.esm.js"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"]; }); var name = "firebase"; var version = "8.2.1"; /** * @license * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ _firebase_app__WEBPACK_IMPORTED_MODULE_0__["default"].registerVersion(name, version, 'app'); /***/ }), /***/ "../CORE_FW/models/node_modules/firebase/auth/dist/index.esm.js": /*!**********************************************************************!*\ !*** ../CORE_FW/models/node_modules/firebase/auth/dist/index.esm.js ***! \**********************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _firebase_auth__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @firebase/auth */ "../CORE_FW/models/node_modules/@firebase/auth/dist/auth.esm.js"); /***/ }), /***/ "../CORE_FW/models/node_modules/firebase/firestore/dist/index.esm.js": /*!***************************************************************************!*\ !*** ../CORE_FW/models/node_modules/firebase/firestore/dist/index.esm.js ***! \***************************************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _firebase_firestore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @firebase/firestore */ "../CORE_FW/models/node_modules/@firebase/firestore/dist/esm5/index.js"); /***/ }), /***/ "../CORE_FW/models/node_modules/is-buffer/index.js": /*!*********************************************************!*\ !*** ../CORE_FW/models/node_modules/is-buffer/index.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /*! * Determine if an object is a Buffer * * @author Feross Aboukhadijeh <https://feross.org> * @license MIT */ // The _isBuffer check is for Safari 5-7 support, because it's missing // Object.prototype.constructor. Remove this eventually module.exports = function (obj) { return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer); }; function isBuffer(obj) { return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj); } // For Node v0.10 support. Remove this eventually. function isSlowBuffer(obj) { return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0)); } /***/ }), /***/ "../CORE_FW/models/node_modules/md5/md5.js": /*!*************************************************!*\ !*** ../CORE_FW/models/node_modules/md5/md5.js ***! \*************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); (function () { var crypt = __webpack_require__(/*! crypt */ "../CORE_FW/models/node_modules/crypt/crypt.js"), utf8 = __webpack_require__(/*! charenc */ "../CORE_FW/models/node_modules/charenc/charenc.js").utf8, isBuffer = __webpack_require__(/*! is-buffer */ "../CORE_FW/models/node_modules/is-buffer/index.js"), bin = __webpack_require__(/*! charenc */ "../CORE_FW/models/node_modules/charenc/charenc.js").bin, // The core md5 = function md5(message, options) { // Convert to byte array if (message.constructor == String) { if (options && options.encoding === 'binary') message = bin.stringToBytes(message);else message = utf8.stringToBytes(message); } else if (isBuffer(message)) message = Array.prototype.slice.call(message, 0);else if (!Array.isArray(message)) message = message.toString(); // else, assume byte array already var m = crypt.bytesToWords(message), l = message.length * 8, a = 1732584193, b = -271733879, c = -1732584194, d = 271733878; // Swap endian for (var i = 0; i < m.length; i++) { m[i] = (m[i] << 8 | m[i] >>> 24) & 0x00FF00FF | (m[i] << 24 | m[i] >>> 8) & 0xFF00FF00; } // Padding m[l >>> 5] |= 0x80 << l % 32; m[(l + 64 >>> 9 << 4) + 14] = l; // Method shortcuts var FF = md5._ff, GG = md5._gg, HH = md5._hh, II = md5._ii; for (var i = 0; i < m.length; i += 16) { var aa = a, bb = b, cc = c, dd = d; a = FF(a, b, c, d, m[i + 0], 7, -680876936); d = FF(d, a, b, c, m[i + 1], 12, -389564586); c = FF(c, d, a, b, m[i + 2], 17, 606105819); b = FF(b, c, d, a, m[i + 3], 22, -1044525330); a = FF(a, b, c, d, m[i + 4], 7, -176418897); d = FF(d, a, b, c, m[i + 5], 12, 1200080426); c = FF(c, d, a, b, m[i + 6], 17, -1473231341); b = FF(b, c, d, a, m[i + 7], 22, -45705983); a = FF(a, b, c, d, m[i + 8], 7, 1770035416); d = FF(d, a, b, c, m[i + 9], 12, -1958414417); c = FF(c, d, a, b, m[i + 10], 17, -42063); b = FF(b, c, d, a, m[i + 11], 22, -1990404162); a = FF(a, b, c, d, m[i + 12], 7, 1804603682); d = FF(d, a, b, c, m[i + 13], 12, -40341101); c = FF(c, d, a, b, m[i + 14], 17, -1502002290); b = FF(b, c, d, a, m[i + 15], 22, 1236535329); a = GG(a, b, c, d, m[i + 1], 5, -165796510); d = GG(d, a, b, c, m[i + 6], 9, -1069501632); c = GG(c, d, a, b, m[i + 11], 14, 643717713); b = GG(b, c, d, a, m[i + 0], 20, -373897302); a = GG(a, b, c, d, m[i + 5], 5, -701558691); d = GG(d, a, b, c, m[i + 10], 9, 38016083); c = GG(c, d, a, b, m[i + 15], 14, -660478335); b = GG(b, c, d, a, m[i + 4], 20, -405537848); a = GG(a, b, c, d, m[i + 9], 5, 568446438); d = GG(d, a, b, c, m[i + 14], 9, -1019803690); c = GG(c, d, a, b, m[i + 3], 14, -187363961); b = GG(b, c, d, a, m[i + 8], 20, 1163531501); a = GG(a, b, c, d, m[i + 13], 5, -1444681467); d = GG(d, a, b, c, m[i + 2], 9, -51403784); c = GG(c, d, a, b, m[i + 7], 14, 1735328473); b = GG(b, c, d, a, m[i + 12], 20, -1926607734); a = HH(a, b, c, d, m[i + 5], 4, -378558); d = HH(d, a, b, c, m[i + 8], 11, -2022574463); c = HH(c, d, a, b, m[i + 11], 16, 1839030562); b = HH(b, c, d, a, m[i + 14], 23, -35309556); a = HH(a, b, c, d, m[i + 1], 4, -1530992060); d = HH(d, a, b, c, m[i + 4], 11, 1272893353); c = HH(c, d, a, b, m[i + 7], 16, -155497632); b = HH(b, c, d, a, m[i + 10], 23, -1094730640); a = HH(a, b, c, d, m[i + 13], 4, 681279174); d = HH(d, a, b, c, m[i + 0], 11, -358537222); c = HH(c, d, a, b, m[i + 3], 16, -722521979); b = HH(b, c, d, a, m[i + 6], 23, 76029189); a = HH(a, b, c, d, m[i + 9], 4, -640364487); d = HH(d, a, b, c, m[i + 12], 11, -421815835); c = HH(c, d, a, b, m[i + 15], 16, 530742520); b = HH(b, c, d, a, m[i + 2], 23, -995338651); a = II(a, b, c, d, m[i + 0], 6, -198630844); d = II(d, a, b, c, m[i + 7], 10, 1126891415); c = II(c, d, a, b, m[i + 14], 15, -1416354905); b = II(b, c, d, a, m[i + 5], 21, -57434055); a = II(a, b, c, d, m[i + 12], 6, 1700485571); d = II(d, a, b, c, m[i + 3], 10, -1894986606); c = II(c, d, a, b, m[i + 10], 15, -1051523); b = II(b, c, d, a, m[i + 1], 21, -2054922799); a = II(a, b, c, d, m[i + 8], 6, 1873313359); d = II(d, a, b, c, m[i + 15], 10, -30611744); c = II(c, d, a, b, m[i + 6], 15, -1560198380); b = II(b, c, d, a, m[i + 13], 21, 1309151649); a = II(a, b, c, d, m[i + 4], 6, -145523070); d = II(d, a, b, c, m[i + 11], 10, -1120210379); c = II(c, d, a, b, m[i + 2], 15, 718787259); b = II(b, c, d, a, m[i + 9], 21, -343485551); a = a + aa >>> 0; b = b + bb >>> 0; c = c + cc >>> 0; d = d + dd >>> 0; } return crypt.endian([a, b, c, d]); }; // Auxiliary functions md5._ff = function (a, b, c, d, x, s, t) { var n = a + (b & c | ~b & d) + (x >>> 0) + t; return (n << s | n >>> 32 - s) + b; }; md5._gg = function (a, b, c, d, x, s, t) { var n = a + (b & d | c & ~d) + (x >>> 0) + t; return (n << s | n >>> 32 - s) + b; }; md5._hh = function (a, b, c, d, x, s, t) { var n = a + (b ^ c ^ d) + (x >>> 0) + t; return (n << s | n >>> 32 - s) + b; }; md5._ii = function (a, b, c, d, x, s, t) { var n = a + (c ^ (b | ~d)) + (x >>> 0) + t; return (n << s | n >>> 32 - s) + b; }; // Package private blocksize md5._blocksize = 16; md5._digestsize = 16; module.exports = function (message, options) { if (message === undefined || message === null) throw new Error('Illegal argument ' + message); var digestbytes = crypt.wordsToBytes(md5(message, options)); return options && options.asBytes ? digestbytes : options && options.asString ? bin.bytesToString(digestbytes) : crypt.bytesToHex(digestbytes); }; })(); /***/ }), /***/ "../CORE_FW/models/node_modules/tslib/tslib.es6.js": /*!*********************************************************!*\ !*** ../CORE_FW/models/node_modules/tslib/tslib.es6.js ***! \*********************************************************/ /*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__extends", function() { return __extends; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__assign", function() { return _assign; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__createBinding", function() { return __createBinding; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__exportStar", function() { return __exportStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__values", function() { return __values; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__read", function() { return __read; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spread", function() { return __spread; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArrays", function() { return __spreadArrays; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__await", function() { return __await; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncGenerator", function() { return __asyncGenerator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncDelegator", function() { return __asyncDelegator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncValues", function() { return __asyncValues; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__makeTemplateObject", function() { return __makeTemplateObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importStar", function() { return __importStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importDefault", function() { return __importDefault; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldGet", function() { return __classPrivateFieldGet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldSet", function() { return __classPrivateFieldSet; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.get-own-property-descriptor.js */ "./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"); /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.symbol.async-iterator.js */ "./node_modules/core-js/modules/es.symbol.async-iterator.js"); /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9__); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */ /* global Reflect, Promise */ var _extendStatics = function extendStatics(d, b) { _extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; } || function (d, b) { for (var p in b) { if (b.hasOwnProperty(p)) d[p] = b[p]; } }; return _extendStatics(d, b); }; function __extends(d, b) { _extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } var _assign = function __assign() { _assign = Object.assign || function __assign(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) { if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } } return t; }; return _assign.apply(this, arguments); }; function __rest(s, e) { var t = {}; for (var p in s) { if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; } if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; } function __decorate(decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if ((typeof Reflect === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) { if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; } return c > 3 && r && Object.defineProperty(target, key, r), r; } function __param(paramIndex, decorator) { return function (target, key) { decorator(target, key, paramIndex); }; } function __metadata(metadataKey, metadataValue) { if ((typeof Reflect === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(Reflect)) === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); } function __awaiter(thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); } function __generator(thisArg, body) { var _ = { label: 0, sent: function sent() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g; function verb(n) { return function (v) { return step([n, v]); }; } function step(op) { if (f) throw new TypeError("Generator is already executing."); while (_) { try { if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; if (y = 0, t) op = [op[0] & 2, t.value]; switch (op[0]) { case 0: case 1: t = op; break; case 4: _.label++; return { value: op[1], done: false }; case 5: _.label++; y = op[1]; op = [0]; continue; case 7: op = _.ops.pop(); _.trys.pop(); continue; default: if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { _.label = op[1]; break; } if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } if (t[2]) _.ops.pop(); _.trys.pop(); continue; } op = body.call(thisArg, _); } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } } if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; } } function __createBinding(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; } function __exportStar(m, exports) { for (var p in m) { if (p !== "default" && !exports.hasOwnProperty(p)) exports[p] = m[p]; } } function __values(o) { var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; if (m) return m.call(o); if (o && typeof o.length === "number") return { next: function next() { if (o && i >= o.length) o = void 0; return { value: o && o[i++], done: !o }; } }; throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); } function __read(o, n) { var m = typeof Symbol === "function" && o[Symbol.iterator]; if (!m) return o; var i = m.call(o), r, ar = [], e; try { while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { ar.push(r.value); } } catch (error) { e = { error: error }; } finally { try { if (r && !r.done && (m = i["return"])) m.call(i); } finally { if (e) throw e.error; } } return ar; } function __spread() { for (var ar = [], i = 0; i < arguments.length; i++) { ar = ar.concat(__read(arguments[i])); } return ar; } function __spreadArrays() { for (var s = 0, i = 0, il = arguments.length; i < il; i++) { s += arguments[i].length; } for (var r = Array(s), k = 0, i = 0; i < il; i++) { for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) { r[k] = a[j]; } } return r; } ; function __await(v) { return this instanceof __await ? (this.v = v, this) : new __await(v); } function __asyncGenerator(thisArg, _arguments, generator) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var g = generator.apply(thisArg, _arguments || []), i, q = []; return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } function fulfill(value) { resume("next", value); } function reject(value) { resume("throw", value); } function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } } function __asyncDelegator(o) { var i, p; return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } } function __asyncValues(o) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var m = o[Symbol.asyncIterator], i; return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); } } function __makeTemplateObject(cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; } ; function __importStar(mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) { if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k]; } result.default = mod; return result; } function __importDefault(mod) { return mod && mod.__esModule ? mod : { default: mod }; } function __classPrivateFieldGet(receiver, privateMap) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to get private field on non-instance"); } return privateMap.get(receiver); } function __classPrivateFieldSet(receiver, privateMap, value) { if (!privateMap.has(receiver)) { throw new TypeError("attempted to set private field on non-instance"); } privateMap.set(receiver, value); return value; } /***/ }), /***/ "./node_modules/@babel/runtime/helpers/esm/typeof.js": /*!***********************************************************!*\ !*** ./node_modules/@babel/runtime/helpers/esm/typeof.js ***! \***********************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return _typeof; }); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } /***/ }), /***/ "./node_modules/@babel/runtime/helpers/typeof.js": /*!*******************************************************!*\ !*** ./node_modules/@babel/runtime/helpers/typeof.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { module.exports = _typeof = function _typeof(obj) { return typeof obj; }; module.exports["default"] = module.exports, module.exports.__esModule = true; } else { module.exports = _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; module.exports["default"] = module.exports, module.exports.__esModule = true; } return _typeof(obj); } module.exports = _typeof; module.exports["default"] = module.exports, module.exports.__esModule = true; /***/ }), /***/ "./node_modules/axios/index.js": /*!*************************************!*\ !*** ./node_modules/axios/index.js ***! \*************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { module.exports = __webpack_require__(/*! ./lib/axios */ "./node_modules/axios/lib/axios.js"); /***/ }), /***/ "./node_modules/axios/lib/adapters/xhr.js": /*!************************************************!*\ !*** ./node_modules/axios/lib/adapters/xhr.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); var settle = __webpack_require__(/*! ./../core/settle */ "./node_modules/axios/lib/core/settle.js"); var cookies = __webpack_require__(/*! ./../helpers/cookies */ "./node_modules/axios/lib/helpers/cookies.js"); var buildURL = __webpack_require__(/*! ./../helpers/buildURL */ "./node_modules/axios/lib/helpers/buildURL.js"); var buildFullPath = __webpack_require__(/*! ../core/buildFullPath */ "./node_modules/axios/lib/core/buildFullPath.js"); var parseHeaders = __webpack_require__(/*! ./../helpers/parseHeaders */ "./node_modules/axios/lib/helpers/parseHeaders.js"); var isURLSameOrigin = __webpack_require__(/*! ./../helpers/isURLSameOrigin */ "./node_modules/axios/lib/helpers/isURLSameOrigin.js"); var createError = __webpack_require__(/*! ../core/createError */ "./node_modules/axios/lib/core/createError.js"); module.exports = function xhrAdapter(config) { return new Promise(function dispatchXhrRequest(resolve, reject) { var requestData = config.data; var requestHeaders = config.headers; if (utils.isFormData(requestData)) { delete requestHeaders['Content-Type']; // Let the browser set it } var request = new XMLHttpRequest(); // HTTP basic authentication if (config.auth) { var username = config.auth.username || ''; var password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : ''; requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password); } var fullPath = buildFullPath(config.baseURL, config.url); request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true); // Set the request timeout in MS request.timeout = config.timeout; // Listen for ready state request.onreadystatechange = function handleLoad() { if (!request || request.readyState !== 4) { return; } // The request errored out and we didn't get a response, this will be // handled by onerror instead // With one exception: request that using file: protocol, most browsers // will return status as 0 even though it's a successful request if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { return; } // Prepare the response var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null; var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response; var response = { data: responseData, status: request.status, statusText: request.statusText, headers: responseHeaders, config: config, request: request }; settle(resolve, reject, response); // Clean up request request = null; }; // Handle browser request cancellation (as opposed to a manual cancellation) request.onabort = function handleAbort() { if (!request) { return; } reject(createError('Request aborted', config, 'ECONNABORTED', request)); // Clean up request request = null; }; // Handle low level network errors request.onerror = function handleError() { // Real errors are hidden from us by the browser // onerror should only fire if it's a network error reject(createError('Network Error', config, null, request)); // Clean up request request = null; }; // Handle timeout request.ontimeout = function handleTimeout() { var timeoutErrorMessage = 'timeout of ' + config.timeout + 'ms exceeded'; if (config.timeoutErrorMessage) { timeoutErrorMessage = config.timeoutErrorMessage; } reject(createError(timeoutErrorMessage, config, 'ECONNABORTED', request)); // Clean up request request = null; }; // Add xsrf header // This is only done if running in a standard browser environment. // Specifically not if we're in a web worker, or react-native. if (utils.isStandardBrowserEnv()) { // Add xsrf header var xsrfValue = (config.withCredentials || isURLSameOrigin(fullPath)) && config.xsrfCookieName ? cookies.read(config.xsrfCookieName) : undefined; if (xsrfValue) { requestHeaders[config.xsrfHeaderName] = xsrfValue; } } // Add headers to the request if ('setRequestHeader' in request) { utils.forEach(requestHeaders, function setRequestHeader(val, key) { if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') { // Remove Content-Type if data is undefined delete requestHeaders[key]; } else { // Otherwise add header to the request request.setRequestHeader(key, val); } }); } // Add withCredentials to request if needed if (!utils.isUndefined(config.withCredentials)) { request.withCredentials = !!config.withCredentials; } // Add responseType to request if needed if (config.responseType) { try { request.responseType = config.responseType; } catch (e) { // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2. // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function. if (config.responseType !== 'json') { throw e; } } } // Handle progress if needed if (typeof config.onDownloadProgress === 'function') { request.addEventListener('progress', config.onDownloadProgress); } // Not all browsers support upload events if (typeof config.onUploadProgress === 'function' && request.upload) { request.upload.addEventListener('progress', config.onUploadProgress); } if (config.cancelToken) { // Handle cancellation config.cancelToken.promise.then(function onCanceled(cancel) { if (!request) { return; } request.abort(); reject(cancel); // Clean up request request = null; }); } if (!requestData) { requestData = null; } // Send the request request.send(requestData); }); }; /***/ }), /***/ "./node_modules/axios/lib/axios.js": /*!*****************************************!*\ !*** ./node_modules/axios/lib/axios.js ***! \*****************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); var utils = __webpack_require__(/*! ./utils */ "./node_modules/axios/lib/utils.js"); var bind = __webpack_require__(/*! ./helpers/bind */ "./node_modules/axios/lib/helpers/bind.js"); var Axios = __webpack_require__(/*! ./core/Axios */ "./node_modules/axios/lib/core/Axios.js"); var mergeConfig = __webpack_require__(/*! ./core/mergeConfig */ "./node_modules/axios/lib/core/mergeConfig.js"); var defaults = __webpack_require__(/*! ./defaults */ "./node_modules/axios/lib/defaults.js"); /** * Create an instance of Axios * * @param {Object} defaultConfig The default config for the instance * @return {Axios} A new instance of Axios */ function createInstance(defaultConfig) { var context = new Axios(defaultConfig); var instance = bind(Axios.prototype.request, context); // Copy axios.prototype to instance utils.extend(instance, Axios.prototype, context); // Copy context to instance utils.extend(instance, context); return instance; } // Create the default instance to be exported var axios = createInstance(defaults); // Expose Axios class to allow class inheritance axios.Axios = Axios; // Factory for creating new instances axios.create = function create(instanceConfig) { return createInstance(mergeConfig(axios.defaults, instanceConfig)); }; // Expose Cancel & CancelToken axios.Cancel = __webpack_require__(/*! ./cancel/Cancel */ "./node_modules/axios/lib/cancel/Cancel.js"); axios.CancelToken = __webpack_require__(/*! ./cancel/CancelToken */ "./node_modules/axios/lib/cancel/CancelToken.js"); axios.isCancel = __webpack_require__(/*! ./cancel/isCancel */ "./node_modules/axios/lib/cancel/isCancel.js"); // Expose all/spread axios.all = function all(promises) { return Promise.all(promises); }; axios.spread = __webpack_require__(/*! ./helpers/spread */ "./node_modules/axios/lib/helpers/spread.js"); // Expose isAxiosError axios.isAxiosError = __webpack_require__(/*! ./helpers/isAxiosError */ "./node_modules/axios/lib/helpers/isAxiosError.js"); module.exports = axios; // Allow use of default import syntax in TypeScript module.exports.default = axios; /***/ }), /***/ "./node_modules/axios/lib/cancel/Cancel.js": /*!*************************************************!*\ !*** ./node_modules/axios/lib/cancel/Cancel.js ***! \*************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * A `Cancel` is an object that is thrown when an operation is canceled. * * @class * @param {string=} message The message. */ __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); function Cancel(message) { this.message = message; } Cancel.prototype.toString = function toString() { return 'Cancel' + (this.message ? ': ' + this.message : ''); }; Cancel.prototype.__CANCEL__ = true; module.exports = Cancel; /***/ }), /***/ "./node_modules/axios/lib/cancel/CancelToken.js": /*!******************************************************!*\ !*** ./node_modules/axios/lib/cancel/CancelToken.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); var Cancel = __webpack_require__(/*! ./Cancel */ "./node_modules/axios/lib/cancel/Cancel.js"); /** * A `CancelToken` is an object that can be used to request cancellation of an operation. * * @class * @param {Function} executor The executor function. */ function CancelToken(executor) { if (typeof executor !== 'function') { throw new TypeError('executor must be a function.'); } var resolvePromise; this.promise = new Promise(function promiseExecutor(resolve) { resolvePromise = resolve; }); var token = this; executor(function cancel(message) { if (token.reason) { // Cancellation has already been requested return; } token.reason = new Cancel(message); resolvePromise(token.reason); }); } /** * Throws a `Cancel` if cancellation has been requested. */ CancelToken.prototype.throwIfRequested = function throwIfRequested() { if (this.reason) { throw this.reason; } }; /** * Returns an object that contains a new `CancelToken` and a function that, when called, * cancels the `CancelToken`. */ CancelToken.source = function source() { var cancel; var token = new CancelToken(function executor(c) { cancel = c; }); return { token: token, cancel: cancel }; }; module.exports = CancelToken; /***/ }), /***/ "./node_modules/axios/lib/cancel/isCancel.js": /*!***************************************************!*\ !*** ./node_modules/axios/lib/cancel/isCancel.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); }; /***/ }), /***/ "./node_modules/axios/lib/core/Axios.js": /*!**********************************************!*\ !*** ./node_modules/axios/lib/core/Axios.js ***! \**********************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); var buildURL = __webpack_require__(/*! ../helpers/buildURL */ "./node_modules/axios/lib/helpers/buildURL.js"); var InterceptorManager = __webpack_require__(/*! ./InterceptorManager */ "./node_modules/axios/lib/core/InterceptorManager.js"); var dispatchRequest = __webpack_require__(/*! ./dispatchRequest */ "./node_modules/axios/lib/core/dispatchRequest.js"); var mergeConfig = __webpack_require__(/*! ./mergeConfig */ "./node_modules/axios/lib/core/mergeConfig.js"); /** * Create a new instance of Axios * * @param {Object} instanceConfig The default config for the instance */ function Axios(instanceConfig) { this.defaults = instanceConfig; this.interceptors = { request: new InterceptorManager(), response: new InterceptorManager() }; } /** * Dispatch a request * * @param {Object} config The config specific for this request (merged with this.defaults) */ Axios.prototype.request = function request(config) { /*eslint no-param-reassign:0*/ // Allow for axios('example/url'[, config]) a la fetch API if (typeof config === 'string') { config = arguments[1] || {}; config.url = arguments[0]; } else { config = config || {}; } config = mergeConfig(this.defaults, config); // Set config.method if (config.method) { config.method = config.method.toLowerCase(); } else if (this.defaults.method) { config.method = this.defaults.method.toLowerCase(); } else { config.method = 'get'; } // Hook up interceptors middleware var chain = [dispatchRequest, undefined]; var promise = Promise.resolve(config); this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { chain.unshift(interceptor.fulfilled, interceptor.rejected); }); this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { chain.push(interceptor.fulfilled, interceptor.rejected); }); while (chain.length) { promise = promise.then(chain.shift(), chain.shift()); } return promise; }; Axios.prototype.getUri = function getUri(config) { config = mergeConfig(this.defaults, config); return buildURL(config.url, config.params, config.paramsSerializer).replace(/^\?/, ''); }; // Provide aliases for supported request methods utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { /*eslint func-names:0*/ Axios.prototype[method] = function (url, config) { return this.request(mergeConfig(config || {}, { method: method, url: url, data: (config || {}).data })); }; }); utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { /*eslint func-names:0*/ Axios.prototype[method] = function (url, data, config) { return this.request(mergeConfig(config || {}, { method: method, url: url, data: data })); }; }); module.exports = Axios; /***/ }), /***/ "./node_modules/axios/lib/core/InterceptorManager.js": /*!***********************************************************!*\ !*** ./node_modules/axios/lib/core/InterceptorManager.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); function InterceptorManager() { this.handlers = []; } /** * Add a new interceptor to the stack * * @param {Function} fulfilled The function to handle `then` for a `Promise` * @param {Function} rejected The function to handle `reject` for a `Promise` * * @return {Number} An ID used to remove interceptor later */ InterceptorManager.prototype.use = function use(fulfilled, rejected) { this.handlers.push({ fulfilled: fulfilled, rejected: rejected }); return this.handlers.length - 1; }; /** * Remove an interceptor from the stack * * @param {Number} id The ID that was returned by `use` */ InterceptorManager.prototype.eject = function eject(id) { if (this.handlers[id]) { this.handlers[id] = null; } }; /** * Iterate over all the registered interceptors * * This method is particularly useful for skipping over any * interceptors that may have become `null` calling `eject`. * * @param {Function} fn The function to call for each interceptor */ InterceptorManager.prototype.forEach = function forEach(fn) { utils.forEach(this.handlers, function forEachHandler(h) { if (h !== null) { fn(h); } }); }; module.exports = InterceptorManager; /***/ }), /***/ "./node_modules/axios/lib/core/buildFullPath.js": /*!******************************************************!*\ !*** ./node_modules/axios/lib/core/buildFullPath.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var isAbsoluteURL = __webpack_require__(/*! ../helpers/isAbsoluteURL */ "./node_modules/axios/lib/helpers/isAbsoluteURL.js"); var combineURLs = __webpack_require__(/*! ../helpers/combineURLs */ "./node_modules/axios/lib/helpers/combineURLs.js"); /** * Creates a new URL by combining the baseURL with the requestedURL, * only when the requestedURL is not already an absolute URL. * If the requestURL is absolute, this function returns the requestedURL untouched. * * @param {string} baseURL The base URL * @param {string} requestedURL Absolute or relative URL to combine * @returns {string} The combined full path */ module.exports = function buildFullPath(baseURL, requestedURL) { if (baseURL && !isAbsoluteURL(requestedURL)) { return combineURLs(baseURL, requestedURL); } return requestedURL; }; /***/ }), /***/ "./node_modules/axios/lib/core/createError.js": /*!****************************************************!*\ !*** ./node_modules/axios/lib/core/createError.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var enhanceError = __webpack_require__(/*! ./enhanceError */ "./node_modules/axios/lib/core/enhanceError.js"); /** * Create an Error with the specified message, config, error code, request and response. * * @param {string} message The error message. * @param {Object} config The config. * @param {string} [code] The error code (for example, 'ECONNABORTED'). * @param {Object} [request] The request. * @param {Object} [response] The response. * @returns {Error} The created error. */ module.exports = function createError(message, config, code, request, response) { var error = new Error(message); return enhanceError(error, config, code, request, response); }; /***/ }), /***/ "./node_modules/axios/lib/core/dispatchRequest.js": /*!********************************************************!*\ !*** ./node_modules/axios/lib/core/dispatchRequest.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); var transformData = __webpack_require__(/*! ./transformData */ "./node_modules/axios/lib/core/transformData.js"); var isCancel = __webpack_require__(/*! ../cancel/isCancel */ "./node_modules/axios/lib/cancel/isCancel.js"); var defaults = __webpack_require__(/*! ../defaults */ "./node_modules/axios/lib/defaults.js"); /** * Throws a `Cancel` if cancellation has been requested. */ function throwIfCancellationRequested(config) { if (config.cancelToken) { config.cancelToken.throwIfRequested(); } } /** * Dispatch a request to the server using the configured adapter. * * @param {object} config The config that is to be used for the request * @returns {Promise} The Promise to be fulfilled */ module.exports = function dispatchRequest(config) { throwIfCancellationRequested(config); // Ensure headers exist config.headers = config.headers || {}; // Transform request data config.data = transformData(config.data, config.headers, config.transformRequest); // Flatten headers config.headers = utils.merge(config.headers.common || {}, config.headers[config.method] || {}, config.headers); utils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], function cleanHeaderConfig(method) { delete config.headers[method]; }); var adapter = config.adapter || defaults.adapter; return adapter(config).then(function onAdapterResolution(response) { throwIfCancellationRequested(config); // Transform response data response.data = transformData(response.data, response.headers, config.transformResponse); return response; }, function onAdapterRejection(reason) { if (!isCancel(reason)) { throwIfCancellationRequested(config); // Transform response data if (reason && reason.response) { reason.response.data = transformData(reason.response.data, reason.response.headers, config.transformResponse); } } return Promise.reject(reason); }); }; /***/ }), /***/ "./node_modules/axios/lib/core/enhanceError.js": /*!*****************************************************!*\ !*** ./node_modules/axios/lib/core/enhanceError.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * Update an Error with the specified config, error code, and response. * * @param {Error} error The error to update. * @param {Object} config The config. * @param {string} [code] The error code (for example, 'ECONNABORTED'). * @param {Object} [request] The request. * @param {Object} [response] The response. * @returns {Error} The error. */ __webpack_require__(/*! core-js/modules/web.url.to-json.js */ "./node_modules/core-js/modules/web.url.to-json.js"); __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); module.exports = function enhanceError(error, config, code, request, response) { error.config = config; if (code) { error.code = code; } error.request = request; error.response = response; error.isAxiosError = true; error.toJSON = function toJSON() { return { // Standard message: this.message, name: this.name, // Microsoft description: this.description, number: this.number, // Mozilla fileName: this.fileName, lineNumber: this.lineNumber, columnNumber: this.columnNumber, stack: this.stack, // Axios config: this.config, code: this.code }; }; return error; }; /***/ }), /***/ "./node_modules/axios/lib/core/mergeConfig.js": /*!****************************************************!*\ !*** ./node_modules/axios/lib/core/mergeConfig.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); var utils = __webpack_require__(/*! ../utils */ "./node_modules/axios/lib/utils.js"); /** * Config-specific merge-function which creates a new config-object * by merging two configuration objects together. * * @param {Object} config1 * @param {Object} config2 * @returns {Object} New object resulting from merging config2 to config1 */ module.exports = function mergeConfig(config1, config2) { // eslint-disable-next-line no-param-reassign config2 = config2 || {}; var config = {}; var valueFromConfig2Keys = ['url', 'method', 'data']; var mergeDeepPropertiesKeys = ['headers', 'auth', 'proxy', 'params']; var defaultToConfig2Keys = ['baseURL', 'transformRequest', 'transformResponse', 'paramsSerializer', 'timeout', 'timeoutMessage', 'withCredentials', 'adapter', 'responseType', 'xsrfCookieName', 'xsrfHeaderName', 'onUploadProgress', 'onDownloadProgress', 'decompress', 'maxContentLength', 'maxBodyLength', 'maxRedirects', 'transport', 'httpAgent', 'httpsAgent', 'cancelToken', 'socketPath', 'responseEncoding']; var directMergeKeys = ['validateStatus']; function getMergedValue(target, source) { if (utils.isPlainObject(target) && utils.isPlainObject(source)) { return utils.merge(target, source); } else if (utils.isPlainObject(source)) { return utils.merge({}, source); } else if (utils.isArray(source)) { return source.slice(); } return source; } function mergeDeepProperties(prop) { if (!utils.isUndefined(config2[prop])) { config[prop] = getMergedValue(config1[prop], config2[prop]); } else if (!utils.isUndefined(config1[prop])) { config[prop] = getMergedValue(undefined, config1[prop]); } } utils.forEach(valueFromConfig2Keys, function valueFromConfig2(prop) { if (!utils.isUndefined(config2[prop])) { config[prop] = getMergedValue(undefined, config2[prop]); } }); utils.forEach(mergeDeepPropertiesKeys, mergeDeepProperties); utils.forEach(defaultToConfig2Keys, function defaultToConfig2(prop) { if (!utils.isUndefined(config2[prop])) { config[prop] = getMergedValue(undefined, config2[prop]); } else if (!utils.isUndefined(config1[prop])) { config[prop] = getMergedValue(undefined, config1[prop]); } }); utils.forEach(directMergeKeys, function merge(prop) { if (prop in config2) { config[prop] = getMergedValue(config1[prop], config2[prop]); } else if (prop in config1) { config[prop] = getMergedValue(undefined, config1[prop]); } }); var axiosKeys = valueFromConfig2Keys.concat(mergeDeepPropertiesKeys).concat(defaultToConfig2Keys).concat(directMergeKeys); var otherKeys = Object.keys(config1).concat(Object.keys(config2)).filter(function filterAxiosKeys(key) { return axiosKeys.indexOf(key) === -1; }); utils.forEach(otherKeys, mergeDeepProperties); return config; }; /***/ }), /***/ "./node_modules/axios/lib/core/settle.js": /*!***********************************************!*\ !*** ./node_modules/axios/lib/core/settle.js ***! \***********************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var createError = __webpack_require__(/*! ./createError */ "./node_modules/axios/lib/core/createError.js"); /** * Resolve or reject a Promise based on response status. * * @param {Function} resolve A function that resolves the promise. * @param {Function} reject A function that rejects the promise. * @param {object} response The response. */ module.exports = function settle(resolve, reject, response) { var validateStatus = response.config.validateStatus; if (!response.status || !validateStatus || validateStatus(response.status)) { resolve(response); } else { reject(createError('Request failed with status code ' + response.status, response.config, null, response.request, response)); } }; /***/ }), /***/ "./node_modules/axios/lib/core/transformData.js": /*!******************************************************!*\ !*** ./node_modules/axios/lib/core/transformData.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); /** * Transform the data for a request or a response * * @param {Object|String} data The data to be transformed * @param {Array} headers The headers for the request or response * @param {Array|Function} fns A single function or Array of functions * @returns {*} The resulting transformed data */ module.exports = function transformData(data, headers, fns) { /*eslint no-param-reassign:0*/ utils.forEach(fns, function transform(fn) { data = fn(data, headers); }); return data; }; /***/ }), /***/ "./node_modules/axios/lib/defaults.js": /*!********************************************!*\ !*** ./node_modules/axios/lib/defaults.js ***! \********************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /* WEBPACK VAR INJECTION */(function(process) { __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); var utils = __webpack_require__(/*! ./utils */ "./node_modules/axios/lib/utils.js"); var normalizeHeaderName = __webpack_require__(/*! ./helpers/normalizeHeaderName */ "./node_modules/axios/lib/helpers/normalizeHeaderName.js"); var DEFAULT_CONTENT_TYPE = { 'Content-Type': 'application/x-www-form-urlencoded' }; function setContentTypeIfUnset(headers, value) { if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) { headers['Content-Type'] = value; } } function getDefaultAdapter() { var adapter; if (typeof XMLHttpRequest !== 'undefined') { // For browsers use XHR adapter adapter = __webpack_require__(/*! ./adapters/xhr */ "./node_modules/axios/lib/adapters/xhr.js"); } else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') { // For node use HTTP adapter adapter = __webpack_require__(/*! ./adapters/http */ "./node_modules/axios/lib/adapters/xhr.js"); } return adapter; } var defaults = { adapter: getDefaultAdapter(), transformRequest: [function transformRequest(data, headers) { normalizeHeaderName(headers, 'Accept'); normalizeHeaderName(headers, 'Content-Type'); if (utils.isFormData(data) || utils.isArrayBuffer(data) || utils.isBuffer(data) || utils.isStream(data) || utils.isFile(data) || utils.isBlob(data)) { return data; } if (utils.isArrayBufferView(data)) { return data.buffer; } if (utils.isURLSearchParams(data)) { setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8'); return data.toString(); } if (utils.isObject(data)) { setContentTypeIfUnset(headers, 'application/json;charset=utf-8'); return JSON.stringify(data); } return data; }], transformResponse: [function transformResponse(data) { /*eslint no-param-reassign:0*/ if (typeof data === 'string') { try { data = JSON.parse(data); } catch (e) { /* Ignore */ } } return data; }], /** * A timeout in milliseconds to abort a request. If set to 0 (default) a * timeout is not created. */ timeout: 0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, validateStatus: function validateStatus(status) { return status >= 200 && status < 300; } }; defaults.headers = { common: { 'Accept': 'application/json, text/plain, */*' } }; utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) { defaults.headers[method] = {}; }); utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE); }); module.exports = defaults; /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "./node_modules/axios/lib/helpers/bind.js": /*!************************************************!*\ !*** ./node_modules/axios/lib/helpers/bind.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; module.exports = function bind(fn, thisArg) { return function wrap() { var args = new Array(arguments.length); for (var i = 0; i < args.length; i++) { args[i] = arguments[i]; } return fn.apply(thisArg, args); }; }; /***/ }), /***/ "./node_modules/axios/lib/helpers/buildURL.js": /*!****************************************************!*\ !*** ./node_modules/axios/lib/helpers/buildURL.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); function encode(val) { return encodeURIComponent(val).replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%20/g, '+').replace(/%5B/gi, '[').replace(/%5D/gi, ']'); } /** * Build a URL by appending params to the end * * @param {string} url The base of the url (e.g., http://www.google.com) * @param {object} [params] The params to be appended * @returns {string} The formatted url */ module.exports = function buildURL(url, params, paramsSerializer) { /*eslint no-param-reassign:0*/ if (!params) { return url; } var serializedParams; if (paramsSerializer) { serializedParams = paramsSerializer(params); } else if (utils.isURLSearchParams(params)) { serializedParams = params.toString(); } else { var parts = []; utils.forEach(params, function serialize(val, key) { if (val === null || typeof val === 'undefined') { return; } if (utils.isArray(val)) { key = key + '[]'; } else { val = [val]; } utils.forEach(val, function parseValue(v) { if (utils.isDate(v)) { v = v.toISOString(); } else if (utils.isObject(v)) { v = JSON.stringify(v); } parts.push(encode(key) + '=' + encode(v)); }); }); serializedParams = parts.join('&'); } if (serializedParams) { var hashmarkIndex = url.indexOf('#'); if (hashmarkIndex !== -1) { url = url.slice(0, hashmarkIndex); } url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; } return url; }; /***/ }), /***/ "./node_modules/axios/lib/helpers/combineURLs.js": /*!*******************************************************!*\ !*** ./node_modules/axios/lib/helpers/combineURLs.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * Creates a new URL by combining the specified URLs * * @param {string} baseURL The base URL * @param {string} relativeURL The relative URL * @returns {string} The combined URL */ __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); module.exports = function combineURLs(baseURL, relativeURL) { return relativeURL ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '') : baseURL; }; /***/ }), /***/ "./node_modules/axios/lib/helpers/cookies.js": /*!***************************************************!*\ !*** ./node_modules/axios/lib/helpers/cookies.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.match.js */ "./node_modules/core-js/modules/es.string.match.js"); __webpack_require__(/*! core-js/modules/es.regexp.constructor.js */ "./node_modules/core-js/modules/es.regexp.constructor.js"); __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); module.exports = utils.isStandardBrowserEnv() ? // Standard browser envs support document.cookie function standardBrowserEnv() { return { write: function write(name, value, expires, path, domain, secure) { var cookie = []; cookie.push(name + '=' + encodeURIComponent(value)); if (utils.isNumber(expires)) { cookie.push('expires=' + new Date(expires).toGMTString()); } if (utils.isString(path)) { cookie.push('path=' + path); } if (utils.isString(domain)) { cookie.push('domain=' + domain); } if (secure === true) { cookie.push('secure'); } document.cookie = cookie.join('; '); }, read: function read(name) { var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); return match ? decodeURIComponent(match[3]) : null; }, remove: function remove(name) { this.write(name, '', Date.now() - 86400000); } }; }() : // Non standard browser env (web workers, react-native) lack needed support. function nonStandardBrowserEnv() { return { write: function write() {}, read: function read() { return null; }, remove: function remove() {} }; }(); /***/ }), /***/ "./node_modules/axios/lib/helpers/isAbsoluteURL.js": /*!*********************************************************!*\ !*** ./node_modules/axios/lib/helpers/isAbsoluteURL.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * Determines whether the specified URL is absolute * * @param {string} url The URL to test * @returns {boolean} True if the specified URL is absolute, otherwise false */ module.exports = function isAbsoluteURL(url) { // A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL). // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed // by any combination of letters, digits, plus, period, or hyphen. return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(url); }; /***/ }), /***/ "./node_modules/axios/lib/helpers/isAxiosError.js": /*!********************************************************!*\ !*** ./node_modules/axios/lib/helpers/isAxiosError.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * Determines whether the payload is an error thrown by Axios * * @param {*} payload The value to test * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false */ var _typeof = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js").default; module.exports = function isAxiosError(payload) { return _typeof(payload) === 'object' && payload.isAxiosError === true; }; /***/ }), /***/ "./node_modules/axios/lib/helpers/isURLSameOrigin.js": /*!***********************************************************!*\ !*** ./node_modules/axios/lib/helpers/isURLSameOrigin.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); __webpack_require__(/*! core-js/modules/es.string.search.js */ "./node_modules/core-js/modules/es.string.search.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); module.exports = utils.isStandardBrowserEnv() ? // Standard browser envs have full support of the APIs needed to test // whether the request URL is of the same origin as current location. function standardBrowserEnv() { var msie = /(msie|trident)/i.test(navigator.userAgent); var urlParsingNode = document.createElement('a'); var originURL; /** * Parse a URL to discover it's components * * @param {String} url The URL to be parsed * @returns {Object} */ function resolveURL(url) { var href = url; if (msie) { // IE needs attribute set twice to normalize properties urlParsingNode.setAttribute('href', href); href = urlParsingNode.href; } urlParsingNode.setAttribute('href', href); // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils return { href: urlParsingNode.href, protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', host: urlParsingNode.host, search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', hostname: urlParsingNode.hostname, port: urlParsingNode.port, pathname: urlParsingNode.pathname.charAt(0) === '/' ? urlParsingNode.pathname : '/' + urlParsingNode.pathname }; } originURL = resolveURL(window.location.href); /** * Determine if a URL shares the same origin as the current location * * @param {String} requestURL The URL to test * @returns {boolean} True if URL shares the same origin, otherwise false */ return function isURLSameOrigin(requestURL) { var parsed = utils.isString(requestURL) ? resolveURL(requestURL) : requestURL; return parsed.protocol === originURL.protocol && parsed.host === originURL.host; }; }() : // Non standard browser envs (web workers, react-native) lack needed support. function nonStandardBrowserEnv() { return function isURLSameOrigin() { return true; }; }(); /***/ }), /***/ "./node_modules/axios/lib/helpers/normalizeHeaderName.js": /*!***************************************************************!*\ !*** ./node_modules/axios/lib/helpers/normalizeHeaderName.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); var utils = __webpack_require__(/*! ../utils */ "./node_modules/axios/lib/utils.js"); module.exports = function normalizeHeaderName(headers, normalizedName) { utils.forEach(headers, function processHeader(value, name) { if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) { headers[normalizedName] = value; delete headers[name]; } }); }; /***/ }), /***/ "./node_modules/axios/lib/helpers/parseHeaders.js": /*!********************************************************!*\ !*** ./node_modules/axios/lib/helpers/parseHeaders.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.split.js */ "./node_modules/core-js/modules/es.string.split.js"); __webpack_require__(/*! core-js/modules/es.string.trim.js */ "./node_modules/core-js/modules/es.string.trim.js"); __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); var utils = __webpack_require__(/*! ./../utils */ "./node_modules/axios/lib/utils.js"); // Headers whose duplicates are ignored by node // c.f. https://nodejs.org/api/http.html#http_message_headers var ignoreDuplicateOf = ['age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', 'referer', 'retry-after', 'user-agent']; /** * Parse headers into an object * * ``` * Date: Wed, 27 Aug 2014 08:58:49 GMT * Content-Type: application/json * Connection: keep-alive * Transfer-Encoding: chunked * ``` * * @param {String} headers Headers needing to be parsed * @returns {Object} Headers parsed into an object */ module.exports = function parseHeaders(headers) { var parsed = {}; var key; var val; var i; if (!headers) { return parsed; } utils.forEach(headers.split('\n'), function parser(line) { i = line.indexOf(':'); key = utils.trim(line.substr(0, i)).toLowerCase(); val = utils.trim(line.substr(i + 1)); if (key) { if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) { return; } if (key === 'set-cookie') { parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]); } else { parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; } } }); return parsed; }; /***/ }), /***/ "./node_modules/axios/lib/helpers/spread.js": /*!**************************************************!*\ !*** ./node_modules/axios/lib/helpers/spread.js ***! \**************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /** * Syntactic sugar for invoking a function and expanding an array for arguments. * * Common use case would be to use `Function.prototype.apply`. * * ```js * function f(x, y, z) {} * var args = [1, 2, 3]; * f.apply(null, args); * ``` * * With `spread` this example can be re-written. * * ```js * spread(function(x, y, z) {})([1, 2, 3]); * ``` * * @param {Function} callback * @returns {Function} */ module.exports = function spread(callback) { return function wrap(arr) { return callback.apply(null, arr); }; }; /***/ }), /***/ "./node_modules/axios/lib/utils.js": /*!*****************************************!*\ !*** ./node_modules/axios/lib/utils.js ***! \*****************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var _typeof = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/typeof */ "./node_modules/@babel/runtime/helpers/typeof.js").default; __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.array-buffer.constructor.js */ "./node_modules/core-js/modules/es.array-buffer.constructor.js"); __webpack_require__(/*! core-js/modules/es.object.get-prototype-of.js */ "./node_modules/core-js/modules/es.object.get-prototype-of.js"); __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); __webpack_require__(/*! core-js/modules/web.url.js */ "./node_modules/core-js/modules/web.url.js"); __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); var bind = __webpack_require__(/*! ./helpers/bind */ "./node_modules/axios/lib/helpers/bind.js"); /*global toString:true*/ // utils is a library of generic helper functions non-specific to axios var toString = Object.prototype.toString; /** * Determine if a value is an Array * * @param {Object} val The value to test * @returns {boolean} True if value is an Array, otherwise false */ function isArray(val) { return toString.call(val) === '[object Array]'; } /** * Determine if a value is undefined * * @param {Object} val The value to test * @returns {boolean} True if the value is undefined, otherwise false */ function isUndefined(val) { return typeof val === 'undefined'; } /** * Determine if a value is a Buffer * * @param {Object} val The value to test * @returns {boolean} True if value is a Buffer, otherwise false */ function isBuffer(val) { return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && typeof val.constructor.isBuffer === 'function' && val.constructor.isBuffer(val); } /** * Determine if a value is an ArrayBuffer * * @param {Object} val The value to test * @returns {boolean} True if value is an ArrayBuffer, otherwise false */ function isArrayBuffer(val) { return toString.call(val) === '[object ArrayBuffer]'; } /** * Determine if a value is a FormData * * @param {Object} val The value to test * @returns {boolean} True if value is an FormData, otherwise false */ function isFormData(val) { return typeof FormData !== 'undefined' && val instanceof FormData; } /** * Determine if a value is a view on an ArrayBuffer * * @param {Object} val The value to test * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false */ function isArrayBufferView(val) { var result; if (typeof ArrayBuffer !== 'undefined' && ArrayBuffer.isView) { result = ArrayBuffer.isView(val); } else { result = val && val.buffer && val.buffer instanceof ArrayBuffer; } return result; } /** * Determine if a value is a String * * @param {Object} val The value to test * @returns {boolean} True if value is a String, otherwise false */ function isString(val) { return typeof val === 'string'; } /** * Determine if a value is a Number * * @param {Object} val The value to test * @returns {boolean} True if value is a Number, otherwise false */ function isNumber(val) { return typeof val === 'number'; } /** * Determine if a value is an Object * * @param {Object} val The value to test * @returns {boolean} True if value is an Object, otherwise false */ function isObject(val) { return val !== null && _typeof(val) === 'object'; } /** * Determine if a value is a plain Object * * @param {Object} val The value to test * @return {boolean} True if value is a plain Object, otherwise false */ function isPlainObject(val) { if (toString.call(val) !== '[object Object]') { return false; } var prototype = Object.getPrototypeOf(val); return prototype === null || prototype === Object.prototype; } /** * Determine if a value is a Date * * @param {Object} val The value to test * @returns {boolean} True if value is a Date, otherwise false */ function isDate(val) { return toString.call(val) === '[object Date]'; } /** * Determine if a value is a File * * @param {Object} val The value to test * @returns {boolean} True if value is a File, otherwise false */ function isFile(val) { return toString.call(val) === '[object File]'; } /** * Determine if a value is a Blob * * @param {Object} val The value to test * @returns {boolean} True if value is a Blob, otherwise false */ function isBlob(val) { return toString.call(val) === '[object Blob]'; } /** * Determine if a value is a Function * * @param {Object} val The value to test * @returns {boolean} True if value is a Function, otherwise false */ function isFunction(val) { return toString.call(val) === '[object Function]'; } /** * Determine if a value is a Stream * * @param {Object} val The value to test * @returns {boolean} True if value is a Stream, otherwise false */ function isStream(val) { return isObject(val) && isFunction(val.pipe); } /** * Determine if a value is a URLSearchParams object * * @param {Object} val The value to test * @returns {boolean} True if value is a URLSearchParams object, otherwise false */ function isURLSearchParams(val) { return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams; } /** * Trim excess whitespace off the beginning and end of a string * * @param {String} str The String to trim * @returns {String} The String freed of excess whitespace */ function trim(str) { return str.replace(/^\s*/, '').replace(/\s*$/, ''); } /** * Determine if we're running in a standard browser environment * * This allows axios to run in a web worker, and react-native. * Both environments support XMLHttpRequest, but not fully standard globals. * * web workers: * typeof window -> undefined * typeof document -> undefined * * react-native: * navigator.product -> 'ReactNative' * nativescript * navigator.product -> 'NativeScript' or 'NS' */ function isStandardBrowserEnv() { if (typeof navigator !== 'undefined' && (navigator.product === 'ReactNative' || navigator.product === 'NativeScript' || navigator.product === 'NS')) { return false; } return typeof window !== 'undefined' && typeof document !== 'undefined'; } /** * Iterate over an Array or an Object invoking a function for each item. * * If `obj` is an Array callback will be called passing * the value, index, and complete array for each item. * * If 'obj' is an Object callback will be called passing * the value, key, and complete object for each property. * * @param {Object|Array} obj The object to iterate * @param {Function} fn The callback to invoke for each item */ function forEach(obj, fn) { // Don't bother if no value provided if (obj === null || typeof obj === 'undefined') { return; } // Force an array if not already something iterable if (_typeof(obj) !== 'object') { /*eslint no-param-reassign:0*/ obj = [obj]; } if (isArray(obj)) { // Iterate over array values for (var i = 0, l = obj.length; i < l; i++) { fn.call(null, obj[i], i, obj); } } else { // Iterate over object keys for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { fn.call(null, obj[key], key, obj); } } } } /** * Accepts varargs expecting each argument to be an object, then * immutably merges the properties of each object and returns result. * * When multiple objects contain the same key the later object in * the arguments list will take precedence. * * Example: * * ```js * var result = merge({foo: 123}, {foo: 456}); * console.log(result.foo); // outputs 456 * ``` * * @param {Object} obj1 Object to merge * @returns {Object} Result of all merge properties */ function merge() /* obj1, obj2, obj3, ... */ { var result = {}; function assignValue(val, key) { if (isPlainObject(result[key]) && isPlainObject(val)) { result[key] = merge(result[key], val); } else if (isPlainObject(val)) { result[key] = merge({}, val); } else if (isArray(val)) { result[key] = val.slice(); } else { result[key] = val; } } for (var i = 0, l = arguments.length; i < l; i++) { forEach(arguments[i], assignValue); } return result; } /** * Extends object a by mutably adding to it the properties of object b. * * @param {Object} a The object to be extended * @param {Object} b The object to copy properties from * @param {Object} thisArg The object to bind function to * @return {Object} The resulting value of object a */ function extend(a, b, thisArg) { forEach(b, function assignValue(val, key) { if (thisArg && typeof val === 'function') { a[key] = bind(val, thisArg); } else { a[key] = val; } }); return a; } /** * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) * * @param {string} content with BOM * @return {string} content value without BOM */ function stripBOM(content) { if (content.charCodeAt(0) === 0xFEFF) { content = content.slice(1); } return content; } module.exports = { isArray: isArray, isArrayBuffer: isArrayBuffer, isBuffer: isBuffer, isFormData: isFormData, isArrayBufferView: isArrayBufferView, isString: isString, isNumber: isNumber, isObject: isObject, isPlainObject: isPlainObject, isUndefined: isUndefined, isDate: isDate, isFile: isFile, isBlob: isBlob, isFunction: isFunction, isStream: isStream, isURLSearchParams: isURLSearchParams, isStandardBrowserEnv: isStandardBrowserEnv, forEach: forEach, merge: merge, extend: extend, trim: trim, stripBOM: stripBOM }; /***/ }), /***/ "./node_modules/core-js/internals/a-function.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/a-function.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = function (it) { if (typeof it != 'function') { throw TypeError(String(it) + ' is not a function'); } return it; }; /***/ }), /***/ "./node_modules/core-js/internals/a-possible-prototype.js": /*!****************************************************************!*\ !*** ./node_modules/core-js/internals/a-possible-prototype.js ***! \****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); module.exports = function (it) { if (!isObject(it) && it !== null) { throw TypeError("Can't set " + String(it) + ' as a prototype'); } return it; }; /***/ }), /***/ "./node_modules/core-js/internals/add-to-unscopables.js": /*!**************************************************************!*\ !*** ./node_modules/core-js/internals/add-to-unscopables.js ***! \**************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var UNSCOPABLES = wellKnownSymbol('unscopables'); var ArrayPrototype = Array.prototype; // Array.prototype[@@unscopables] // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables if (ArrayPrototype[UNSCOPABLES] == undefined) { definePropertyModule.f(ArrayPrototype, UNSCOPABLES, { configurable: true, value: create(null) }); } // add a key to Array.prototype[@@unscopables] module.exports = function (key) { ArrayPrototype[UNSCOPABLES][key] = true; }; /***/ }), /***/ "./node_modules/core-js/internals/advance-string-index.js": /*!****************************************************************!*\ !*** ./node_modules/core-js/internals/advance-string-index.js ***! \****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var charAt = __webpack_require__(/*! ../internals/string-multibyte */ "./node_modules/core-js/internals/string-multibyte.js").charAt; // `AdvanceStringIndex` abstract operation // https://tc39.es/ecma262/#sec-advancestringindex module.exports = function (S, index, unicode) { return index + (unicode ? charAt(S, index).length : 1); }; /***/ }), /***/ "./node_modules/core-js/internals/an-instance.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/an-instance.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = function (it, Constructor, name) { if (!(it instanceof Constructor)) { throw TypeError('Incorrect ' + (name ? name + ' ' : '') + 'invocation'); } return it; }; /***/ }), /***/ "./node_modules/core-js/internals/an-object.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/an-object.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); module.exports = function (it) { if (!isObject(it)) { throw TypeError(String(it) + ' is not an object'); } return it; }; /***/ }), /***/ "./node_modules/core-js/internals/array-buffer-native.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/internals/array-buffer-native.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // eslint-disable-next-line es/no-typed-arrays -- safe module.exports = typeof ArrayBuffer !== 'undefined' && typeof DataView !== 'undefined'; /***/ }), /***/ "./node_modules/core-js/internals/array-buffer-view-core.js": /*!******************************************************************!*\ !*** ./node_modules/core-js/internals/array-buffer-view-core.js ***! \******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var NATIVE_ARRAY_BUFFER = __webpack_require__(/*! ../internals/array-buffer-native */ "./node_modules/core-js/internals/array-buffer-native.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js"); var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js"); var Int8Array = global.Int8Array; var Int8ArrayPrototype = Int8Array && Int8Array.prototype; var Uint8ClampedArray = global.Uint8ClampedArray; var Uint8ClampedArrayPrototype = Uint8ClampedArray && Uint8ClampedArray.prototype; var TypedArray = Int8Array && getPrototypeOf(Int8Array); var TypedArrayPrototype = Int8ArrayPrototype && getPrototypeOf(Int8ArrayPrototype); var ObjectPrototype = Object.prototype; var isPrototypeOf = ObjectPrototype.isPrototypeOf; var TO_STRING_TAG = wellKnownSymbol('toStringTag'); var TYPED_ARRAY_TAG = uid('TYPED_ARRAY_TAG'); // Fixing native typed arrays in Opera Presto crashes the browser, see #595 var NATIVE_ARRAY_BUFFER_VIEWS = NATIVE_ARRAY_BUFFER && !!setPrototypeOf && classof(global.opera) !== 'Opera'; var TYPED_ARRAY_TAG_REQIRED = false; var NAME; var TypedArrayConstructorsList = { Int8Array: 1, Uint8Array: 1, Uint8ClampedArray: 1, Int16Array: 2, Uint16Array: 2, Int32Array: 4, Uint32Array: 4, Float32Array: 4, Float64Array: 8 }; var BigIntArrayConstructorsList = { BigInt64Array: 8, BigUint64Array: 8 }; var isView = function isView(it) { if (!isObject(it)) return false; var klass = classof(it); return klass === 'DataView' || has(TypedArrayConstructorsList, klass) || has(BigIntArrayConstructorsList, klass); }; var isTypedArray = function (it) { if (!isObject(it)) return false; var klass = classof(it); return has(TypedArrayConstructorsList, klass) || has(BigIntArrayConstructorsList, klass); }; var aTypedArray = function (it) { if (isTypedArray(it)) return it; throw TypeError('Target is not a typed array'); }; var aTypedArrayConstructor = function (C) { if (setPrototypeOf) { if (isPrototypeOf.call(TypedArray, C)) return C; } else for (var ARRAY in TypedArrayConstructorsList) if (has(TypedArrayConstructorsList, NAME)) { var TypedArrayConstructor = global[ARRAY]; if (TypedArrayConstructor && (C === TypedArrayConstructor || isPrototypeOf.call(TypedArrayConstructor, C))) { return C; } } throw TypeError('Target is not a typed array constructor'); }; var exportTypedArrayMethod = function (KEY, property, forced) { if (!DESCRIPTORS) return; if (forced) for (var ARRAY in TypedArrayConstructorsList) { var TypedArrayConstructor = global[ARRAY]; if (TypedArrayConstructor && has(TypedArrayConstructor.prototype, KEY)) try { delete TypedArrayConstructor.prototype[KEY]; } catch (error) { /* empty */ } } if (!TypedArrayPrototype[KEY] || forced) { redefine(TypedArrayPrototype, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && Int8ArrayPrototype[KEY] || property); } }; var exportTypedArrayStaticMethod = function (KEY, property, forced) { var ARRAY, TypedArrayConstructor; if (!DESCRIPTORS) return; if (setPrototypeOf) { if (forced) for (ARRAY in TypedArrayConstructorsList) { TypedArrayConstructor = global[ARRAY]; if (TypedArrayConstructor && has(TypedArrayConstructor, KEY)) try { delete TypedArrayConstructor[KEY]; } catch (error) { /* empty */ } } if (!TypedArray[KEY] || forced) { // V8 ~ Chrome 49-50 `%TypedArray%` methods are non-writable non-configurable try { return redefine(TypedArray, KEY, forced ? property : NATIVE_ARRAY_BUFFER_VIEWS && TypedArray[KEY] || property); } catch (error) { /* empty */ } } else return; } for (ARRAY in TypedArrayConstructorsList) { TypedArrayConstructor = global[ARRAY]; if (TypedArrayConstructor && (!TypedArrayConstructor[KEY] || forced)) { redefine(TypedArrayConstructor, KEY, property); } } }; for (NAME in TypedArrayConstructorsList) { if (!global[NAME]) NATIVE_ARRAY_BUFFER_VIEWS = false; } // WebKit bug - typed arrays constructors prototype is Object.prototype if (!NATIVE_ARRAY_BUFFER_VIEWS || typeof TypedArray != 'function' || TypedArray === Function.prototype) { // eslint-disable-next-line no-shadow -- safe TypedArray = function TypedArray() { throw TypeError('Incorrect invocation'); }; if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) { if (global[NAME]) setPrototypeOf(global[NAME], TypedArray); } } if (!NATIVE_ARRAY_BUFFER_VIEWS || !TypedArrayPrototype || TypedArrayPrototype === ObjectPrototype) { TypedArrayPrototype = TypedArray.prototype; if (NATIVE_ARRAY_BUFFER_VIEWS) for (NAME in TypedArrayConstructorsList) { if (global[NAME]) setPrototypeOf(global[NAME].prototype, TypedArrayPrototype); } } // WebKit bug - one more object in Uint8ClampedArray prototype chain if (NATIVE_ARRAY_BUFFER_VIEWS && getPrototypeOf(Uint8ClampedArrayPrototype) !== TypedArrayPrototype) { setPrototypeOf(Uint8ClampedArrayPrototype, TypedArrayPrototype); } if (DESCRIPTORS && !has(TypedArrayPrototype, TO_STRING_TAG)) { TYPED_ARRAY_TAG_REQIRED = true; defineProperty(TypedArrayPrototype, TO_STRING_TAG, { get: function () { return isObject(this) ? this[TYPED_ARRAY_TAG] : undefined; } }); for (NAME in TypedArrayConstructorsList) if (global[NAME]) { createNonEnumerableProperty(global[NAME], TYPED_ARRAY_TAG, NAME); } } module.exports = { NATIVE_ARRAY_BUFFER_VIEWS: NATIVE_ARRAY_BUFFER_VIEWS, TYPED_ARRAY_TAG: TYPED_ARRAY_TAG_REQIRED && TYPED_ARRAY_TAG, aTypedArray: aTypedArray, aTypedArrayConstructor: aTypedArrayConstructor, exportTypedArrayMethod: exportTypedArrayMethod, exportTypedArrayStaticMethod: exportTypedArrayStaticMethod, isView: isView, isTypedArray: isTypedArray, TypedArray: TypedArray, TypedArrayPrototype: TypedArrayPrototype }; /***/ }), /***/ "./node_modules/core-js/internals/array-buffer.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/array-buffer.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var NATIVE_ARRAY_BUFFER = __webpack_require__(/*! ../internals/array-buffer-native */ "./node_modules/core-js/internals/array-buffer-native.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var redefineAll = __webpack_require__(/*! ../internals/redefine-all */ "./node_modules/core-js/internals/redefine-all.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var anInstance = __webpack_require__(/*! ../internals/an-instance */ "./node_modules/core-js/internals/an-instance.js"); var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toIndex = __webpack_require__(/*! ../internals/to-index */ "./node_modules/core-js/internals/to-index.js"); var IEEE754 = __webpack_require__(/*! ../internals/ieee754 */ "./node_modules/core-js/internals/ieee754.js"); var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js"); var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js"); var getOwnPropertyNames = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js").f; var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var arrayFill = __webpack_require__(/*! ../internals/array-fill */ "./node_modules/core-js/internals/array-fill.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var getInternalState = InternalStateModule.get; var setInternalState = InternalStateModule.set; var ARRAY_BUFFER = 'ArrayBuffer'; var DATA_VIEW = 'DataView'; var PROTOTYPE = 'prototype'; var WRONG_LENGTH = 'Wrong length'; var WRONG_INDEX = 'Wrong index'; var NativeArrayBuffer = global[ARRAY_BUFFER]; var $ArrayBuffer = NativeArrayBuffer; var $DataView = global[DATA_VIEW]; var $DataViewPrototype = $DataView && $DataView[PROTOTYPE]; var ObjectPrototype = Object.prototype; var RangeError = global.RangeError; var packIEEE754 = IEEE754.pack; var unpackIEEE754 = IEEE754.unpack; var packInt8 = function (number) { return [number & 0xFF]; }; var packInt16 = function (number) { return [number & 0xFF, number >> 8 & 0xFF]; }; var packInt32 = function (number) { return [number & 0xFF, number >> 8 & 0xFF, number >> 16 & 0xFF, number >> 24 & 0xFF]; }; var unpackInt32 = function (buffer) { return buffer[3] << 24 | buffer[2] << 16 | buffer[1] << 8 | buffer[0]; }; var packFloat32 = function (number) { return packIEEE754(number, 23, 4); }; var packFloat64 = function (number) { return packIEEE754(number, 52, 8); }; var addGetter = function (Constructor, key) { defineProperty(Constructor[PROTOTYPE], key, { get: function () { return getInternalState(this)[key]; } }); }; var get = function (view, count, index, isLittleEndian) { var intIndex = toIndex(index); var store = getInternalState(view); if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX); var bytes = getInternalState(store.buffer).bytes; var start = intIndex + store.byteOffset; var pack = bytes.slice(start, start + count); return isLittleEndian ? pack : pack.reverse(); }; var set = function (view, count, index, conversion, value, isLittleEndian) { var intIndex = toIndex(index); var store = getInternalState(view); if (intIndex + count > store.byteLength) throw RangeError(WRONG_INDEX); var bytes = getInternalState(store.buffer).bytes; var start = intIndex + store.byteOffset; var pack = conversion(+value); for (var i = 0; i < count; i++) bytes[start + i] = pack[isLittleEndian ? i : count - i - 1]; }; if (!NATIVE_ARRAY_BUFFER) { $ArrayBuffer = function ArrayBuffer(length) { anInstance(this, $ArrayBuffer, ARRAY_BUFFER); var byteLength = toIndex(length); setInternalState(this, { bytes: arrayFill.call(new Array(byteLength), 0), byteLength: byteLength }); if (!DESCRIPTORS) this.byteLength = byteLength; }; $DataView = function DataView(buffer, byteOffset, byteLength) { anInstance(this, $DataView, DATA_VIEW); anInstance(buffer, $ArrayBuffer, DATA_VIEW); var bufferLength = getInternalState(buffer).byteLength; var offset = toInteger(byteOffset); if (offset < 0 || offset > bufferLength) throw RangeError('Wrong offset'); byteLength = byteLength === undefined ? bufferLength - offset : toLength(byteLength); if (offset + byteLength > bufferLength) throw RangeError(WRONG_LENGTH); setInternalState(this, { buffer: buffer, byteLength: byteLength, byteOffset: offset }); if (!DESCRIPTORS) { this.buffer = buffer; this.byteLength = byteLength; this.byteOffset = offset; } }; if (DESCRIPTORS) { addGetter($ArrayBuffer, 'byteLength'); addGetter($DataView, 'buffer'); addGetter($DataView, 'byteLength'); addGetter($DataView, 'byteOffset'); } redefineAll($DataView[PROTOTYPE], { getInt8: function getInt8(byteOffset) { return get(this, 1, byteOffset)[0] << 24 >> 24; }, getUint8: function getUint8(byteOffset) { return get(this, 1, byteOffset)[0]; }, getInt16: function getInt16(byteOffset /* , littleEndian */ ) { var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined); return (bytes[1] << 8 | bytes[0]) << 16 >> 16; }, getUint16: function getUint16(byteOffset /* , littleEndian */ ) { var bytes = get(this, 2, byteOffset, arguments.length > 1 ? arguments[1] : undefined); return bytes[1] << 8 | bytes[0]; }, getInt32: function getInt32(byteOffset /* , littleEndian */ ) { return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined)); }, getUint32: function getUint32(byteOffset /* , littleEndian */ ) { return unpackInt32(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined)) >>> 0; }, getFloat32: function getFloat32(byteOffset /* , littleEndian */ ) { return unpackIEEE754(get(this, 4, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 23); }, getFloat64: function getFloat64(byteOffset /* , littleEndian */ ) { return unpackIEEE754(get(this, 8, byteOffset, arguments.length > 1 ? arguments[1] : undefined), 52); }, setInt8: function setInt8(byteOffset, value) { set(this, 1, byteOffset, packInt8, value); }, setUint8: function setUint8(byteOffset, value) { set(this, 1, byteOffset, packInt8, value); }, setInt16: function setInt16(byteOffset, value /* , littleEndian */ ) { set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined); }, setUint16: function setUint16(byteOffset, value /* , littleEndian */ ) { set(this, 2, byteOffset, packInt16, value, arguments.length > 2 ? arguments[2] : undefined); }, setInt32: function setInt32(byteOffset, value /* , littleEndian */ ) { set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined); }, setUint32: function setUint32(byteOffset, value /* , littleEndian */ ) { set(this, 4, byteOffset, packInt32, value, arguments.length > 2 ? arguments[2] : undefined); }, setFloat32: function setFloat32(byteOffset, value /* , littleEndian */ ) { set(this, 4, byteOffset, packFloat32, value, arguments.length > 2 ? arguments[2] : undefined); }, setFloat64: function setFloat64(byteOffset, value /* , littleEndian */ ) { set(this, 8, byteOffset, packFloat64, value, arguments.length > 2 ? arguments[2] : undefined); } }); } else { /* eslint-disable no-new -- required for testing */ if (!fails(function () { NativeArrayBuffer(1); }) || !fails(function () { new NativeArrayBuffer(-1); }) || fails(function () { new NativeArrayBuffer(); new NativeArrayBuffer(1.5); new NativeArrayBuffer(NaN); return NativeArrayBuffer.name != ARRAY_BUFFER; })) { /* eslint-enable no-new -- required for testing */ $ArrayBuffer = function ArrayBuffer(length) { anInstance(this, $ArrayBuffer); return new NativeArrayBuffer(toIndex(length)); }; var ArrayBufferPrototype = $ArrayBuffer[PROTOTYPE] = NativeArrayBuffer[PROTOTYPE]; for (var keys = getOwnPropertyNames(NativeArrayBuffer), j = 0, key; keys.length > j;) { if (!((key = keys[j++]) in $ArrayBuffer)) { createNonEnumerableProperty($ArrayBuffer, key, NativeArrayBuffer[key]); } } ArrayBufferPrototype.constructor = $ArrayBuffer; } // WebKit bug - the same parent prototype for typed arrays and data view if (setPrototypeOf && getPrototypeOf($DataViewPrototype) !== ObjectPrototype) { setPrototypeOf($DataViewPrototype, ObjectPrototype); } // iOS Safari 7.x bug var testView = new $DataView(new $ArrayBuffer(2)); var $setInt8 = $DataViewPrototype.setInt8; testView.setInt8(0, 2147483648); testView.setInt8(1, 2147483649); if (testView.getInt8(0) || !testView.getInt8(1)) redefineAll($DataViewPrototype, { setInt8: function setInt8(byteOffset, value) { $setInt8.call(this, byteOffset, value << 24 >> 24); }, setUint8: function setUint8(byteOffset, value) { $setInt8.call(this, byteOffset, value << 24 >> 24); } }, { unsafe: true }); } setToStringTag($ArrayBuffer, ARRAY_BUFFER); setToStringTag($DataView, DATA_VIEW); module.exports = { ArrayBuffer: $ArrayBuffer, DataView: $DataView }; /***/ }), /***/ "./node_modules/core-js/internals/array-copy-within.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/array-copy-within.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var min = Math.min; // `Array.prototype.copyWithin` method implementation // https://tc39.es/ecma262/#sec-array.prototype.copywithin // eslint-disable-next-line es/no-array-prototype-copywithin -- safe module.exports = [].copyWithin || function copyWithin(target /* = 0 */ , start /* = 0, end = @length */ ) { var O = toObject(this); var len = toLength(O.length); var to = toAbsoluteIndex(target, len); var from = toAbsoluteIndex(start, len); var end = arguments.length > 2 ? arguments[2] : undefined; var count = min((end === undefined ? len : toAbsoluteIndex(end, len)) - from, len - to); var inc = 1; if (from < to && to < from + count) { inc = -1; from += count - 1; to += count - 1; } while (count-- > 0) { if (from in O) O[to] = O[from];else delete O[to]; to += inc; from += inc; } return O; }; /***/ }), /***/ "./node_modules/core-js/internals/array-fill.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/array-fill.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); // `Array.prototype.fill` method implementation // https://tc39.es/ecma262/#sec-array.prototype.fill module.exports = function fill(value /* , start = 0, end = @length */ ) { var O = toObject(this); var length = toLength(O.length); var argumentsLength = arguments.length; var index = toAbsoluteIndex(argumentsLength > 1 ? arguments[1] : undefined, length); var end = argumentsLength > 2 ? arguments[2] : undefined; var endPos = end === undefined ? length : toAbsoluteIndex(end, length); while (endPos > index) O[index++] = value; return O; }; /***/ }), /***/ "./node_modules/core-js/internals/array-for-each.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/array-for-each.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $forEach = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").forEach; var arrayMethodIsStrict = __webpack_require__(/*! ../internals/array-method-is-strict */ "./node_modules/core-js/internals/array-method-is-strict.js"); var STRICT_METHOD = arrayMethodIsStrict('forEach'); // `Array.prototype.forEach` method implementation // https://tc39.es/ecma262/#sec-array.prototype.foreach module.exports = !STRICT_METHOD ? function forEach(callbackfn /* , thisArg */ ) { return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); // eslint-disable-next-line es/no-array-prototype-foreach -- safe } : [].forEach; /***/ }), /***/ "./node_modules/core-js/internals/array-from.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/array-from.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var callWithSafeIterationClosing = __webpack_require__(/*! ../internals/call-with-safe-iteration-closing */ "./node_modules/core-js/internals/call-with-safe-iteration-closing.js"); var isArrayIteratorMethod = __webpack_require__(/*! ../internals/is-array-iterator-method */ "./node_modules/core-js/internals/is-array-iterator-method.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js"); var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js"); // `Array.from` method implementation // https://tc39.es/ecma262/#sec-array.from module.exports = function from(arrayLike /* , mapfn = undefined, thisArg = undefined */ ) { var O = toObject(arrayLike); var C = typeof this == 'function' ? this : Array; var argumentsLength = arguments.length; var mapfn = argumentsLength > 1 ? arguments[1] : undefined; var mapping = mapfn !== undefined; var iteratorMethod = getIteratorMethod(O); var index = 0; var length, result, step, iterator, next, value; if (mapping) mapfn = bind(mapfn, argumentsLength > 2 ? arguments[2] : undefined, 2); // if the target is not iterable or it's an array with the default iterator - use a simple case if (iteratorMethod != undefined && !(C == Array && isArrayIteratorMethod(iteratorMethod))) { iterator = iteratorMethod.call(O); next = iterator.next; result = new C(); for (; !(step = next.call(iterator)).done; index++) { value = mapping ? callWithSafeIterationClosing(iterator, mapfn, [step.value, index], true) : step.value; createProperty(result, index, value); } } else { length = toLength(O.length); result = new C(length); for (; length > index; index++) { value = mapping ? mapfn(O[index], index) : O[index]; createProperty(result, index, value); } } result.length = index; return result; }; /***/ }), /***/ "./node_modules/core-js/internals/array-includes.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/array-includes.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js"); // `Array.prototype.{ indexOf, includes }` methods implementation var createMethod = function (IS_INCLUDES) { return function ($this, el, fromIndex) { var O = toIndexedObject($this); var length = toLength(O.length); var index = toAbsoluteIndex(fromIndex, length); var value; // Array#includes uses SameValueZero equality algorithm // eslint-disable-next-line no-self-compare -- NaN check if (IS_INCLUDES && el != el) while (length > index) { value = O[index++]; // eslint-disable-next-line no-self-compare -- NaN check if (value != value) return true; // Array#indexOf ignores holes, Array#includes - not } else for (; length > index; index++) { if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0; } return !IS_INCLUDES && -1; }; }; module.exports = { // `Array.prototype.includes` method // https://tc39.es/ecma262/#sec-array.prototype.includes includes: createMethod(true), // `Array.prototype.indexOf` method // https://tc39.es/ecma262/#sec-array.prototype.indexof indexOf: createMethod(false) }; /***/ }), /***/ "./node_modules/core-js/internals/array-iteration.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/internals/array-iteration.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var arraySpeciesCreate = __webpack_require__(/*! ../internals/array-species-create */ "./node_modules/core-js/internals/array-species-create.js"); var push = [].push; // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation var createMethod = function (TYPE) { var IS_MAP = TYPE == 1; var IS_FILTER = TYPE == 2; var IS_SOME = TYPE == 3; var IS_EVERY = TYPE == 4; var IS_FIND_INDEX = TYPE == 6; var IS_FILTER_OUT = TYPE == 7; var NO_HOLES = TYPE == 5 || IS_FIND_INDEX; return function ($this, callbackfn, that, specificCreate) { var O = toObject($this); var self = IndexedObject(O); var boundFunction = bind(callbackfn, that, 3); var length = toLength(self.length); var index = 0; var create = specificCreate || arraySpeciesCreate; var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined; var value, result; for (; length > index; index++) if (NO_HOLES || index in self) { value = self[index]; result = boundFunction(value, index, O); if (TYPE) { if (IS_MAP) target[index] = result; // map else if (result) switch (TYPE) { case 3: return true; // some case 5: return value; // find case 6: return index; // findIndex case 2: push.call(target, value); // filter } else switch (TYPE) { case 4: return false; // every case 7: push.call(target, value); // filterOut } } } return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target; }; }; module.exports = { // `Array.prototype.forEach` method // https://tc39.es/ecma262/#sec-array.prototype.foreach forEach: createMethod(0), // `Array.prototype.map` method // https://tc39.es/ecma262/#sec-array.prototype.map map: createMethod(1), // `Array.prototype.filter` method // https://tc39.es/ecma262/#sec-array.prototype.filter filter: createMethod(2), // `Array.prototype.some` method // https://tc39.es/ecma262/#sec-array.prototype.some some: createMethod(3), // `Array.prototype.every` method // https://tc39.es/ecma262/#sec-array.prototype.every every: createMethod(4), // `Array.prototype.find` method // https://tc39.es/ecma262/#sec-array.prototype.find find: createMethod(5), // `Array.prototype.findIndex` method // https://tc39.es/ecma262/#sec-array.prototype.findIndex findIndex: createMethod(6), // `Array.prototype.filterOut` method // https://github.com/tc39/proposal-array-filtering filterOut: createMethod(7) }; /***/ }), /***/ "./node_modules/core-js/internals/array-last-index-of.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/internals/array-last-index-of.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /* eslint-disable es/no-array-prototype-lastindexof -- safe */ var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var arrayMethodIsStrict = __webpack_require__(/*! ../internals/array-method-is-strict */ "./node_modules/core-js/internals/array-method-is-strict.js"); var min = Math.min; var $lastIndexOf = [].lastIndexOf; var NEGATIVE_ZERO = !!$lastIndexOf && 1 / [1].lastIndexOf(1, -0) < 0; var STRICT_METHOD = arrayMethodIsStrict('lastIndexOf'); var FORCED = NEGATIVE_ZERO || !STRICT_METHOD; // `Array.prototype.lastIndexOf` method implementation // https://tc39.es/ecma262/#sec-array.prototype.lastindexof module.exports = FORCED ? function lastIndexOf(searchElement /* , fromIndex = @[*-1] */ ) { // convert -0 to +0 if (NEGATIVE_ZERO) return $lastIndexOf.apply(this, arguments) || 0; var O = toIndexedObject(this); var length = toLength(O.length); var index = length - 1; if (arguments.length > 1) index = min(index, toInteger(arguments[1])); if (index < 0) index = length + index; for (; index >= 0; index--) if (index in O && O[index] === searchElement) return index || 0; return -1; } : $lastIndexOf; /***/ }), /***/ "./node_modules/core-js/internals/array-method-has-species-support.js": /*!****************************************************************************!*\ !*** ./node_modules/core-js/internals/array-method-has-species-support.js ***! \****************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var V8_VERSION = __webpack_require__(/*! ../internals/engine-v8-version */ "./node_modules/core-js/internals/engine-v8-version.js"); var SPECIES = wellKnownSymbol('species'); module.exports = function (METHOD_NAME) { // We can't use this feature detection in V8 since it causes // deoptimization and serious performance degradation // https://github.com/zloirock/core-js/issues/677 return V8_VERSION >= 51 || !fails(function () { var array = []; var constructor = array.constructor = {}; constructor[SPECIES] = function () { return { foo: 1 }; }; return array[METHOD_NAME](Boolean).foo !== 1; }); }; /***/ }), /***/ "./node_modules/core-js/internals/array-method-is-strict.js": /*!******************************************************************!*\ !*** ./node_modules/core-js/internals/array-method-is-strict.js ***! \******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); module.exports = function (METHOD_NAME, argument) { var method = [][METHOD_NAME]; return !!method && fails(function () { // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing method.call(null, argument || function () { throw 1; }, 1); }); }; /***/ }), /***/ "./node_modules/core-js/internals/array-reduce.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/array-reduce.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); // `Array.prototype.{ reduce, reduceRight }` methods implementation var createMethod = function (IS_RIGHT) { return function (that, callbackfn, argumentsLength, memo) { aFunction(callbackfn); var O = toObject(that); var self = IndexedObject(O); var length = toLength(O.length); var index = IS_RIGHT ? length - 1 : 0; var i = IS_RIGHT ? -1 : 1; if (argumentsLength < 2) while (true) { if (index in self) { memo = self[index]; index += i; break; } index += i; if (IS_RIGHT ? index < 0 : length <= index) { throw TypeError('Reduce of empty array with no initial value'); } } for (; IS_RIGHT ? index >= 0 : length > index; index += i) if (index in self) { memo = callbackfn(memo, self[index], index, O); } return memo; }; }; module.exports = { // `Array.prototype.reduce` method // https://tc39.es/ecma262/#sec-array.prototype.reduce left: createMethod(false), // `Array.prototype.reduceRight` method // https://tc39.es/ecma262/#sec-array.prototype.reduceright right: createMethod(true) }; /***/ }), /***/ "./node_modules/core-js/internals/array-species-create.js": /*!****************************************************************!*\ !*** ./node_modules/core-js/internals/array-species-create.js ***! \****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var SPECIES = wellKnownSymbol('species'); // `ArraySpeciesCreate` abstract operation // https://tc39.es/ecma262/#sec-arrayspeciescreate module.exports = function (originalArray, length) { var C; if (isArray(originalArray)) { C = originalArray.constructor; // cross-realm fallback if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;else if (isObject(C)) { C = C[SPECIES]; if (C === null) C = undefined; } } return new (C === undefined ? Array : C)(length === 0 ? 0 : length); }; /***/ }), /***/ "./node_modules/core-js/internals/call-with-safe-iteration-closing.js": /*!****************************************************************************!*\ !*** ./node_modules/core-js/internals/call-with-safe-iteration-closing.js ***! \****************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var iteratorClose = __webpack_require__(/*! ../internals/iterator-close */ "./node_modules/core-js/internals/iterator-close.js"); // call something on iterator step with safe closing on error module.exports = function (iterator, fn, value, ENTRIES) { try { return ENTRIES ? fn(anObject(value)[0], value[1]) : fn(value); // 7.4.6 IteratorClose(iterator, completion) } catch (error) { iteratorClose(iterator); throw error; } }; /***/ }), /***/ "./node_modules/core-js/internals/check-correctness-of-iteration.js": /*!**************************************************************************!*\ !*** ./node_modules/core-js/internals/check-correctness-of-iteration.js ***! \**************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var ITERATOR = wellKnownSymbol('iterator'); var SAFE_CLOSING = false; try { var called = 0; var iteratorWithReturn = { next: function () { return { done: !!called++ }; }, 'return': function () { SAFE_CLOSING = true; } }; iteratorWithReturn[ITERATOR] = function () { return this; }; // eslint-disable-next-line es/no-array-from, no-throw-literal -- required for testing Array.from(iteratorWithReturn, function () { throw 2; }); } catch (error) { /* empty */ } module.exports = function (exec, SKIP_CLOSING) { if (!SKIP_CLOSING && !SAFE_CLOSING) return false; var ITERATION_SUPPORT = false; try { var object = {}; object[ITERATOR] = function () { return { next: function () { return { done: ITERATION_SUPPORT = true }; } }; }; exec(object); } catch (error) { /* empty */ } return ITERATION_SUPPORT; }; /***/ }), /***/ "./node_modules/core-js/internals/classof-raw.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/classof-raw.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { var toString = {}.toString; module.exports = function (it) { return toString.call(it).slice(8, -1); }; /***/ }), /***/ "./node_modules/core-js/internals/classof.js": /*!***************************************************!*\ !*** ./node_modules/core-js/internals/classof.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var TO_STRING_TAG_SUPPORT = __webpack_require__(/*! ../internals/to-string-tag-support */ "./node_modules/core-js/internals/to-string-tag-support.js"); var classofRaw = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); // ES3 wrong here var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments'; // fallback for IE11 Script Access Denied error var tryGet = function (it, key) { try { return it[key]; } catch (error) { /* empty */ } }; // getting tag from ES6+ `Object.prototype.toString` module.exports = TO_STRING_TAG_SUPPORT ? classofRaw : function (it) { var O, tag, result; return it === undefined ? 'Undefined' : it === null ? 'Null' // @@toStringTag case : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG)) == 'string' ? tag // builtinTag case : CORRECT_ARGUMENTS ? classofRaw(O) // ES3 arguments fallback : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result; }; /***/ }), /***/ "./node_modules/core-js/internals/collection-strong.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/collection-strong.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var redefineAll = __webpack_require__(/*! ../internals/redefine-all */ "./node_modules/core-js/internals/redefine-all.js"); var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var anInstance = __webpack_require__(/*! ../internals/an-instance */ "./node_modules/core-js/internals/an-instance.js"); var iterate = __webpack_require__(/*! ../internals/iterate */ "./node_modules/core-js/internals/iterate.js"); var defineIterator = __webpack_require__(/*! ../internals/define-iterator */ "./node_modules/core-js/internals/define-iterator.js"); var setSpecies = __webpack_require__(/*! ../internals/set-species */ "./node_modules/core-js/internals/set-species.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var fastKey = __webpack_require__(/*! ../internals/internal-metadata */ "./node_modules/core-js/internals/internal-metadata.js").fastKey; var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var setInternalState = InternalStateModule.set; var internalStateGetterFor = InternalStateModule.getterFor; module.exports = { getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) { var C = wrapper(function (that, iterable) { anInstance(that, C, CONSTRUCTOR_NAME); setInternalState(that, { type: CONSTRUCTOR_NAME, index: create(null), first: undefined, last: undefined, size: 0 }); if (!DESCRIPTORS) that.size = 0; if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); }); var getInternalState = internalStateGetterFor(CONSTRUCTOR_NAME); var define = function (that, key, value) { var state = getInternalState(that); var entry = getEntry(that, key); var previous, index; // change existing entry if (entry) { entry.value = value; // create new entry } else { state.last = entry = { index: index = fastKey(key, true), key: key, value: value, previous: previous = state.last, next: undefined, removed: false }; if (!state.first) state.first = entry; if (previous) previous.next = entry; if (DESCRIPTORS) state.size++;else that.size++; // add to index if (index !== 'F') state.index[index] = entry; } return that; }; var getEntry = function (that, key) { var state = getInternalState(that); // fast case var index = fastKey(key); var entry; if (index !== 'F') return state.index[index]; // frozen object case for (entry = state.first; entry; entry = entry.next) { if (entry.key == key) return entry; } }; redefineAll(C.prototype, { // 23.1.3.1 Map.prototype.clear() // 23.2.3.2 Set.prototype.clear() clear: function clear() { var that = this; var state = getInternalState(that); var data = state.index; var entry = state.first; while (entry) { entry.removed = true; if (entry.previous) entry.previous = entry.previous.next = undefined; delete data[entry.index]; entry = entry.next; } state.first = state.last = undefined; if (DESCRIPTORS) state.size = 0;else that.size = 0; }, // 23.1.3.3 Map.prototype.delete(key) // 23.2.3.4 Set.prototype.delete(value) 'delete': function (key) { var that = this; var state = getInternalState(that); var entry = getEntry(that, key); if (entry) { var next = entry.next; var prev = entry.previous; delete state.index[entry.index]; entry.removed = true; if (prev) prev.next = next; if (next) next.previous = prev; if (state.first == entry) state.first = next; if (state.last == entry) state.last = prev; if (DESCRIPTORS) state.size--;else that.size--; } return !!entry; }, // 23.2.3.6 Set.prototype.forEach(callbackfn, thisArg = undefined) // 23.1.3.5 Map.prototype.forEach(callbackfn, thisArg = undefined) forEach: function forEach(callbackfn /* , that = undefined */ ) { var state = getInternalState(this); var boundFunction = bind(callbackfn, arguments.length > 1 ? arguments[1] : undefined, 3); var entry; while (entry = entry ? entry.next : state.first) { boundFunction(entry.value, entry.key, this); // revert to the last existing entry while (entry && entry.removed) entry = entry.previous; } }, // 23.1.3.7 Map.prototype.has(key) // 23.2.3.7 Set.prototype.has(value) has: function has(key) { return !!getEntry(this, key); } }); redefineAll(C.prototype, IS_MAP ? { // 23.1.3.6 Map.prototype.get(key) get: function get(key) { var entry = getEntry(this, key); return entry && entry.value; }, // 23.1.3.9 Map.prototype.set(key, value) set: function set(key, value) { return define(this, key === 0 ? 0 : key, value); } } : { // 23.2.3.1 Set.prototype.add(value) add: function add(value) { return define(this, value = value === 0 ? 0 : value, value); } }); if (DESCRIPTORS) defineProperty(C.prototype, 'size', { get: function () { return getInternalState(this).size; } }); return C; }, setStrong: function (C, CONSTRUCTOR_NAME, IS_MAP) { var ITERATOR_NAME = CONSTRUCTOR_NAME + ' Iterator'; var getInternalCollectionState = internalStateGetterFor(CONSTRUCTOR_NAME); var getInternalIteratorState = internalStateGetterFor(ITERATOR_NAME); // add .keys, .values, .entries, [@@iterator] // 23.1.3.4, 23.1.3.8, 23.1.3.11, 23.1.3.12, 23.2.3.5, 23.2.3.8, 23.2.3.10, 23.2.3.11 defineIterator(C, CONSTRUCTOR_NAME, function (iterated, kind) { setInternalState(this, { type: ITERATOR_NAME, target: iterated, state: getInternalCollectionState(iterated), kind: kind, last: undefined }); }, function () { var state = getInternalIteratorState(this); var kind = state.kind; var entry = state.last; // revert to the last existing entry while (entry && entry.removed) entry = entry.previous; // get next entry if (!state.target || !(state.last = entry = entry ? entry.next : state.state.first)) { // or finish the iteration state.target = undefined; return { value: undefined, done: true }; } // return step by kind if (kind == 'keys') return { value: entry.key, done: false }; if (kind == 'values') return { value: entry.value, done: false }; return { value: [entry.key, entry.value], done: false }; }, IS_MAP ? 'entries' : 'values', !IS_MAP, true); // add [@@species], 23.1.2.2, 23.2.2.2 setSpecies(CONSTRUCTOR_NAME); } }; /***/ }), /***/ "./node_modules/core-js/internals/collection.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/collection.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var InternalMetadataModule = __webpack_require__(/*! ../internals/internal-metadata */ "./node_modules/core-js/internals/internal-metadata.js"); var iterate = __webpack_require__(/*! ../internals/iterate */ "./node_modules/core-js/internals/iterate.js"); var anInstance = __webpack_require__(/*! ../internals/an-instance */ "./node_modules/core-js/internals/an-instance.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var checkCorrectnessOfIteration = __webpack_require__(/*! ../internals/check-correctness-of-iteration */ "./node_modules/core-js/internals/check-correctness-of-iteration.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var inheritIfRequired = __webpack_require__(/*! ../internals/inherit-if-required */ "./node_modules/core-js/internals/inherit-if-required.js"); module.exports = function (CONSTRUCTOR_NAME, wrapper, common) { var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1; var IS_WEAK = CONSTRUCTOR_NAME.indexOf('Weak') !== -1; var ADDER = IS_MAP ? 'set' : 'add'; var NativeConstructor = global[CONSTRUCTOR_NAME]; var NativePrototype = NativeConstructor && NativeConstructor.prototype; var Constructor = NativeConstructor; var exported = {}; var fixMethod = function (KEY) { var nativeMethod = NativePrototype[KEY]; redefine(NativePrototype, KEY, KEY == 'add' ? function add(value) { nativeMethod.call(this, value === 0 ? 0 : value); return this; } : KEY == 'delete' ? function (key) { return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key); } : KEY == 'get' ? function get(key) { return IS_WEAK && !isObject(key) ? undefined : nativeMethod.call(this, key === 0 ? 0 : key); } : KEY == 'has' ? function has(key) { return IS_WEAK && !isObject(key) ? false : nativeMethod.call(this, key === 0 ? 0 : key); } : function set(key, value) { nativeMethod.call(this, key === 0 ? 0 : key, value); return this; }); }; var REPLACE = isForced(CONSTRUCTOR_NAME, typeof NativeConstructor != 'function' || !(IS_WEAK || NativePrototype.forEach && !fails(function () { new NativeConstructor().entries().next(); }))); if (REPLACE) { // create collection constructor Constructor = common.getConstructor(wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER); InternalMetadataModule.REQUIRED = true; } else if (isForced(CONSTRUCTOR_NAME, true)) { var instance = new Constructor(); // early implementations not supports chaining var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance; // V8 ~ Chromium 40- weak-collections throws on primitives, but should return false var THROWS_ON_PRIMITIVES = fails(function () { instance.has(1); }); // most early implementations doesn't supports iterables, most modern - not close it correctly // eslint-disable-next-line no-new -- required for testing var ACCEPT_ITERABLES = checkCorrectnessOfIteration(function (iterable) { new NativeConstructor(iterable); }); // for early implementations -0 and +0 not the same var BUGGY_ZERO = !IS_WEAK && fails(function () { // V8 ~ Chromium 42- fails only with 5+ elements var $instance = new NativeConstructor(); var index = 5; while (index--) $instance[ADDER](index, index); return !$instance.has(-0); }); if (!ACCEPT_ITERABLES) { Constructor = wrapper(function (dummy, iterable) { anInstance(dummy, Constructor, CONSTRUCTOR_NAME); var that = inheritIfRequired(new NativeConstructor(), dummy, Constructor); if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); return that; }); Constructor.prototype = NativePrototype; NativePrototype.constructor = Constructor; } if (THROWS_ON_PRIMITIVES || BUGGY_ZERO) { fixMethod('delete'); fixMethod('has'); IS_MAP && fixMethod('get'); } if (BUGGY_ZERO || HASNT_CHAINING) fixMethod(ADDER); // weak collections should not contains .clear method if (IS_WEAK && NativePrototype.clear) delete NativePrototype.clear; } exported[CONSTRUCTOR_NAME] = Constructor; $({ global: true, forced: Constructor != NativeConstructor }, exported); setToStringTag(Constructor, CONSTRUCTOR_NAME); if (!IS_WEAK) common.setStrong(Constructor, CONSTRUCTOR_NAME, IS_MAP); return Constructor; }; /***/ }), /***/ "./node_modules/core-js/internals/copy-constructor-properties.js": /*!***********************************************************************!*\ !*** ./node_modules/core-js/internals/copy-constructor-properties.js ***! \***********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var ownKeys = __webpack_require__(/*! ../internals/own-keys */ "./node_modules/core-js/internals/own-keys.js"); var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); module.exports = function (target, source) { var keys = ownKeys(source); var defineProperty = definePropertyModule.f; var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; for (var i = 0; i < keys.length; i++) { var key = keys[i]; if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key)); } }; /***/ }), /***/ "./node_modules/core-js/internals/correct-is-regexp-logic.js": /*!*******************************************************************!*\ !*** ./node_modules/core-js/internals/correct-is-regexp-logic.js ***! \*******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var MATCH = wellKnownSymbol('match'); module.exports = function (METHOD_NAME) { var regexp = /./; try { '/./'[METHOD_NAME](regexp); } catch (error1) { try { regexp[MATCH] = false; return '/./'[METHOD_NAME](regexp); } catch (error2) { /* empty */ } } return false; }; /***/ }), /***/ "./node_modules/core-js/internals/correct-prototype-getter.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/internals/correct-prototype-getter.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); module.exports = !fails(function () { function F() { /* empty */ } F.prototype.constructor = null; // eslint-disable-next-line es/no-object-getprototypeof -- required for testing return Object.getPrototypeOf(new F()) !== F.prototype; }); /***/ }), /***/ "./node_modules/core-js/internals/create-html.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/create-html.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var quot = /"/g; // B.2.3.2.1 CreateHTML(string, tag, attribute, value) // https://tc39.es/ecma262/#sec-createhtml module.exports = function (string, tag, attribute, value) { var S = String(requireObjectCoercible(string)); var p1 = '<' + tag; if (attribute !== '') p1 += ' ' + attribute + '="' + String(value).replace(quot, '"') + '"'; return p1 + '>' + S + '</' + tag + '>'; }; /***/ }), /***/ "./node_modules/core-js/internals/create-iterator-constructor.js": /*!***********************************************************************!*\ !*** ./node_modules/core-js/internals/create-iterator-constructor.js ***! \***********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var IteratorPrototype = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js").IteratorPrototype; var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js"); var returnThis = function () { return this; }; module.exports = function (IteratorConstructor, NAME, next) { var TO_STRING_TAG = NAME + ' Iterator'; IteratorConstructor.prototype = create(IteratorPrototype, { next: createPropertyDescriptor(1, next) }); setToStringTag(IteratorConstructor, TO_STRING_TAG, false, true); Iterators[TO_STRING_TAG] = returnThis; return IteratorConstructor; }; /***/ }), /***/ "./node_modules/core-js/internals/create-non-enumerable-property.js": /*!**************************************************************************!*\ !*** ./node_modules/core-js/internals/create-non-enumerable-property.js ***! \**************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); module.exports = DESCRIPTORS ? function (object, key, value) { return definePropertyModule.f(object, key, createPropertyDescriptor(1, value)); } : function (object, key, value) { object[key] = value; return object; }; /***/ }), /***/ "./node_modules/core-js/internals/create-property-descriptor.js": /*!**********************************************************************!*\ !*** ./node_modules/core-js/internals/create-property-descriptor.js ***! \**********************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = function (bitmap, value) { return { enumerable: !(bitmap & 1), configurable: !(bitmap & 2), writable: !(bitmap & 4), value: value }; }; /***/ }), /***/ "./node_modules/core-js/internals/create-property.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/internals/create-property.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); module.exports = function (object, key, value) { var propertyKey = toPrimitive(key); if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));else object[propertyKey] = value; }; /***/ }), /***/ "./node_modules/core-js/internals/define-iterator.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/internals/define-iterator.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var createIteratorConstructor = __webpack_require__(/*! ../internals/create-iterator-constructor */ "./node_modules/core-js/internals/create-iterator-constructor.js"); var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js"); var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js"); var IteratorsCore = __webpack_require__(/*! ../internals/iterators-core */ "./node_modules/core-js/internals/iterators-core.js"); var IteratorPrototype = IteratorsCore.IteratorPrototype; var BUGGY_SAFARI_ITERATORS = IteratorsCore.BUGGY_SAFARI_ITERATORS; var ITERATOR = wellKnownSymbol('iterator'); var KEYS = 'keys'; var VALUES = 'values'; var ENTRIES = 'entries'; var returnThis = function () { return this; }; module.exports = function (Iterable, NAME, IteratorConstructor, next, DEFAULT, IS_SET, FORCED) { createIteratorConstructor(IteratorConstructor, NAME, next); var getIterationMethod = function (KIND) { if (KIND === DEFAULT && defaultIterator) return defaultIterator; if (!BUGGY_SAFARI_ITERATORS && KIND in IterablePrototype) return IterablePrototype[KIND]; switch (KIND) { case KEYS: return function keys() { return new IteratorConstructor(this, KIND); }; case VALUES: return function values() { return new IteratorConstructor(this, KIND); }; case ENTRIES: return function entries() { return new IteratorConstructor(this, KIND); }; } return function () { return new IteratorConstructor(this); }; }; var TO_STRING_TAG = NAME + ' Iterator'; var INCORRECT_VALUES_NAME = false; var IterablePrototype = Iterable.prototype; var nativeIterator = IterablePrototype[ITERATOR] || IterablePrototype['@@iterator'] || DEFAULT && IterablePrototype[DEFAULT]; var defaultIterator = !BUGGY_SAFARI_ITERATORS && nativeIterator || getIterationMethod(DEFAULT); var anyNativeIterator = NAME == 'Array' ? IterablePrototype.entries || nativeIterator : nativeIterator; var CurrentIteratorPrototype, methods, KEY; // fix native if (anyNativeIterator) { CurrentIteratorPrototype = getPrototypeOf(anyNativeIterator.call(new Iterable())); if (IteratorPrototype !== Object.prototype && CurrentIteratorPrototype.next) { if (!IS_PURE && getPrototypeOf(CurrentIteratorPrototype) !== IteratorPrototype) { if (setPrototypeOf) { setPrototypeOf(CurrentIteratorPrototype, IteratorPrototype); } else if (typeof CurrentIteratorPrototype[ITERATOR] != 'function') { createNonEnumerableProperty(CurrentIteratorPrototype, ITERATOR, returnThis); } } // Set @@toStringTag to native iterators setToStringTag(CurrentIteratorPrototype, TO_STRING_TAG, true, true); if (IS_PURE) Iterators[TO_STRING_TAG] = returnThis; } } // fix Array#{values, @@iterator}.name in V8 / FF if (DEFAULT == VALUES && nativeIterator && nativeIterator.name !== VALUES) { INCORRECT_VALUES_NAME = true; defaultIterator = function values() { return nativeIterator.call(this); }; } // define iterator if ((!IS_PURE || FORCED) && IterablePrototype[ITERATOR] !== defaultIterator) { createNonEnumerableProperty(IterablePrototype, ITERATOR, defaultIterator); } Iterators[NAME] = defaultIterator; // export additional methods if (DEFAULT) { methods = { values: getIterationMethod(VALUES), keys: IS_SET ? defaultIterator : getIterationMethod(KEYS), entries: getIterationMethod(ENTRIES) }; if (FORCED) for (KEY in methods) { if (BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME || !(KEY in IterablePrototype)) { redefine(IterablePrototype, KEY, methods[KEY]); } } else $({ target: NAME, proto: true, forced: BUGGY_SAFARI_ITERATORS || INCORRECT_VALUES_NAME }, methods); } return methods; }; /***/ }), /***/ "./node_modules/core-js/internals/define-well-known-symbol.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/internals/define-well-known-symbol.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var path = __webpack_require__(/*! ../internals/path */ "./node_modules/core-js/internals/path.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var wrappedWellKnownSymbolModule = __webpack_require__(/*! ../internals/well-known-symbol-wrapped */ "./node_modules/core-js/internals/well-known-symbol-wrapped.js"); var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; module.exports = function (NAME) { var Symbol = path.Symbol || (path.Symbol = {}); if (!has(Symbol, NAME)) defineProperty(Symbol, NAME, { value: wrappedWellKnownSymbolModule.f(NAME) }); }; /***/ }), /***/ "./node_modules/core-js/internals/descriptors.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/descriptors.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); // Detect IE8's incomplete defineProperty implementation module.exports = !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- required for testing return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; }); /***/ }), /***/ "./node_modules/core-js/internals/document-create-element.js": /*!*******************************************************************!*\ !*** ./node_modules/core-js/internals/document-create-element.js ***! \*******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var document = global.document; // typeof document.createElement is 'object' in old IE var EXISTS = isObject(document) && isObject(document.createElement); module.exports = function (it) { return EXISTS ? document.createElement(it) : {}; }; /***/ }), /***/ "./node_modules/core-js/internals/dom-iterables.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/dom-iterables.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // iterable DOM collections // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods module.exports = { CSSRuleList: 0, CSSStyleDeclaration: 0, CSSValueList: 0, ClientRectList: 0, DOMRectList: 0, DOMStringList: 0, DOMTokenList: 1, DataTransferItemList: 0, FileList: 0, HTMLAllCollection: 0, HTMLCollection: 0, HTMLFormElement: 0, HTMLSelectElement: 0, MediaList: 0, MimeTypeArray: 0, NamedNodeMap: 0, NodeList: 1, PaintRequestList: 0, Plugin: 0, PluginArray: 0, SVGLengthList: 0, SVGNumberList: 0, SVGPathSegList: 0, SVGPointList: 0, SVGStringList: 0, SVGTransformList: 0, SourceBufferList: 0, StyleSheetList: 0, TextTrackCueList: 0, TextTrackList: 0, TouchList: 0 }; /***/ }), /***/ "./node_modules/core-js/internals/engine-is-ios.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/engine-is-ios.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var userAgent = __webpack_require__(/*! ../internals/engine-user-agent */ "./node_modules/core-js/internals/engine-user-agent.js"); module.exports = /(?:iphone|ipod|ipad).*applewebkit/i.test(userAgent); /***/ }), /***/ "./node_modules/core-js/internals/engine-is-node.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/engine-is-node.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); module.exports = classof(global.process) == 'process'; /***/ }), /***/ "./node_modules/core-js/internals/engine-user-agent.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/engine-user-agent.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js"); module.exports = getBuiltIn('navigator', 'userAgent') || ''; /***/ }), /***/ "./node_modules/core-js/internals/engine-v8-version.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/engine-v8-version.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var userAgent = __webpack_require__(/*! ../internals/engine-user-agent */ "./node_modules/core-js/internals/engine-user-agent.js"); var process = global.process; var versions = process && process.versions; var v8 = versions && versions.v8; var match, version; if (v8) { match = v8.split('.'); version = match[0] < 4 ? 1 : match[0] + match[1]; } else if (userAgent) { match = userAgent.match(/Edge\/(\d+)/); if (!match || match[1] >= 74) { match = userAgent.match(/Chrome\/(\d+)/); if (match) version = match[1]; } } module.exports = version && +version; /***/ }), /***/ "./node_modules/core-js/internals/enum-bug-keys.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/enum-bug-keys.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // IE8- don't enum bug keys module.exports = ['constructor', 'hasOwnProperty', 'isPrototypeOf', 'propertyIsEnumerable', 'toLocaleString', 'toString', 'valueOf']; /***/ }), /***/ "./node_modules/core-js/internals/export.js": /*!**************************************************!*\ !*** ./node_modules/core-js/internals/export.js ***! \**************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f; var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js"); var copyConstructorProperties = __webpack_require__(/*! ../internals/copy-constructor-properties */ "./node_modules/core-js/internals/copy-constructor-properties.js"); var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js"); /* options.target - name of the target object options.global - target is the global object options.stat - export as static methods of target options.proto - export as prototype methods of target options.real - real prototype method for the `pure` version options.forced - export even if the native feature is available options.bind - bind methods to the target, required for the `pure` version options.wrap - wrap constructors to preventing global pollution, required for the `pure` version options.unsafe - use the simple assignment of property instead of delete + defineProperty options.sham - add a flag to not completely full polyfills options.enumerable - export as enumerable property options.noTargetGet - prevent calling a getter on target */ module.exports = function (options, source) { var TARGET = options.target; var GLOBAL = options.global; var STATIC = options.stat; var FORCED, target, key, targetProperty, sourceProperty, descriptor; if (GLOBAL) { target = global; } else if (STATIC) { target = global[TARGET] || setGlobal(TARGET, {}); } else { target = (global[TARGET] || {}).prototype; } if (target) for (key in source) { sourceProperty = source[key]; if (options.noTargetGet) { descriptor = getOwnPropertyDescriptor(target, key); targetProperty = descriptor && descriptor.value; } else targetProperty = target[key]; FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced); // contained in target if (!FORCED && targetProperty !== undefined) { if (typeof sourceProperty === typeof targetProperty) continue; copyConstructorProperties(sourceProperty, targetProperty); } // add a flag to not completely full polyfills if (options.sham || targetProperty && targetProperty.sham) { createNonEnumerableProperty(sourceProperty, 'sham', true); } // extend global redefine(target, key, sourceProperty, options); } }; /***/ }), /***/ "./node_modules/core-js/internals/fails.js": /*!*************************************************!*\ !*** ./node_modules/core-js/internals/fails.js ***! \*************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = function (exec) { try { return !!exec(); } catch (error) { return true; } }; /***/ }), /***/ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js": /*!******************************************************************************!*\ !*** ./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js ***! \******************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; // TODO: Remove from `core-js@4` since it's moved to entry points __webpack_require__(/*! ../modules/es.regexp.exec */ "./node_modules/core-js/modules/es.regexp.exec.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var regexpExec = __webpack_require__(/*! ../internals/regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var SPECIES = wellKnownSymbol('species'); var RegExpPrototype = RegExp.prototype; var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () { // #replace needs built-in support for named groups. // #match works fine because it just return the exec results, even if it has // a "grops" property. var re = /./; re.exec = function () { var result = []; result.groups = { a: '7' }; return result; }; return ''.replace(re, '$<a>') !== '7'; }); // IE <= 11 replaces $0 with the whole match, as if it was $& // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0 var REPLACE_KEEPS_$0 = function () { // eslint-disable-next-line regexp/prefer-escape-replacement-dollar-char -- required for testing return 'a'.replace(/./, '$0') === '$0'; }(); var REPLACE = wellKnownSymbol('replace'); // Safari <= 13.0.3(?) substitutes nth capture where n>m with an empty string var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = function () { if (/./[REPLACE]) { return /./[REPLACE]('a', '$0') === ''; } return false; }(); // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec // Weex JS has frozen built-in prototypes, so use try / catch wrapper var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () { // eslint-disable-next-line regexp/no-empty-group -- required for testing var re = /(?:)/; var originalExec = re.exec; re.exec = function () { return originalExec.apply(this, arguments); }; var result = 'ab'.split(re); return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b'; }); module.exports = function (KEY, length, exec, sham) { var SYMBOL = wellKnownSymbol(KEY); var DELEGATES_TO_SYMBOL = !fails(function () { // String methods call symbol-named RegEp methods var O = {}; O[SYMBOL] = function () { return 7; }; return ''[KEY](O) != 7; }); var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () { // Symbol-named RegExp methods call .exec var execCalled = false; var re = /a/; if (KEY === 'split') { // We can't use real regex here since it causes deoptimization // and serious performance degradation in V8 // https://github.com/zloirock/core-js/issues/306 re = {}; // RegExp[@@split] doesn't call the regex's exec method, but first creates // a new one. We need to return the patched regex when creating the new one. re.constructor = {}; re.constructor[SPECIES] = function () { return re; }; re.flags = ''; re[SYMBOL] = /./[SYMBOL]; } re.exec = function () { execCalled = true; return null; }; re[SYMBOL](''); return !execCalled; }); if (!DELEGATES_TO_SYMBOL || !DELEGATES_TO_EXEC || KEY === 'replace' && !(REPLACE_SUPPORTS_NAMED_GROUPS && REPLACE_KEEPS_$0 && !REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE) || KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC) { var nativeRegExpMethod = /./[SYMBOL]; var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) { var $exec = regexp.exec; if ($exec === regexpExec || $exec === RegExpPrototype.exec) { if (DELEGATES_TO_SYMBOL && !forceStringMethod) { // The native String method already delegates to @@method (this // polyfilled function), leasing to infinite recursion. // We avoid it by directly calling the native @@method method. return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) }; } return { done: true, value: nativeMethod.call(str, regexp, arg2) }; } return { done: false }; }, { REPLACE_KEEPS_$0: REPLACE_KEEPS_$0, REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE: REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE }); var stringMethod = methods[0]; var regexMethod = methods[1]; redefine(String.prototype, KEY, stringMethod); redefine(RegExpPrototype, SYMBOL, length == 2 // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue) // 21.2.5.11 RegExp.prototype[@@split](string, limit) ? function (string, arg) { return regexMethod.call(string, this, arg); } // 21.2.5.6 RegExp.prototype[@@match](string) // 21.2.5.9 RegExp.prototype[@@search](string) : function (string) { return regexMethod.call(string, this); }); } if (sham) createNonEnumerableProperty(RegExpPrototype[SYMBOL], 'sham', true); }; /***/ }), /***/ "./node_modules/core-js/internals/freezing.js": /*!****************************************************!*\ !*** ./node_modules/core-js/internals/freezing.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); module.exports = !fails(function () { // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing return Object.isExtensible(Object.preventExtensions({})); }); /***/ }), /***/ "./node_modules/core-js/internals/function-bind-context.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/internals/function-bind-context.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js"); // optional / simple context binding module.exports = function (fn, that, length) { aFunction(fn); if (that === undefined) return fn; switch (length) { case 0: return function () { return fn.call(that); }; case 1: return function (a) { return fn.call(that, a); }; case 2: return function (a, b) { return fn.call(that, a, b); }; case 3: return function (a, b, c) { return fn.call(that, a, b, c); }; } return function () /* ...args */ { return fn.apply(that, arguments); }; }; /***/ }), /***/ "./node_modules/core-js/internals/get-built-in.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/get-built-in.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var path = __webpack_require__(/*! ../internals/path */ "./node_modules/core-js/internals/path.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var aFunction = function (variable) { return typeof variable == 'function' ? variable : undefined; }; module.exports = function (namespace, method) { return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace]) : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method]; }; /***/ }), /***/ "./node_modules/core-js/internals/get-iterator-method.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/internals/get-iterator-method.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js"); var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var ITERATOR = wellKnownSymbol('iterator'); module.exports = function (it) { if (it != undefined) return it[ITERATOR] || it['@@iterator'] || Iterators[classof(it)]; }; /***/ }), /***/ "./node_modules/core-js/internals/get-iterator.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/get-iterator.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js"); module.exports = function (it) { var iteratorMethod = getIteratorMethod(it); if (typeof iteratorMethod != 'function') { throw TypeError(String(it) + ' is not iterable'); } return anObject(iteratorMethod.call(it)); }; /***/ }), /***/ "./node_modules/core-js/internals/get-substitution.js": /*!************************************************************!*\ !*** ./node_modules/core-js/internals/get-substitution.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var floor = Math.floor; var replace = ''.replace; var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d{1,2}|<[^>]*>)/g; var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d{1,2})/g; // https://tc39.es/ecma262/#sec-getsubstitution module.exports = function (matched, str, position, captures, namedCaptures, replacement) { var tailPos = position + matched.length; var m = captures.length; var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED; if (namedCaptures !== undefined) { namedCaptures = toObject(namedCaptures); symbols = SUBSTITUTION_SYMBOLS; } return replace.call(replacement, symbols, function (match, ch) { var capture; switch (ch.charAt(0)) { case '$': return '$'; case '&': return matched; case '`': return str.slice(0, position); case "'": return str.slice(tailPos); case '<': capture = namedCaptures[ch.slice(1, -1)]; break; default: // \d\d? var n = +ch; if (n === 0) return match; if (n > m) { var f = floor(n / 10); if (f === 0) return match; if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1); return match; } capture = captures[n - 1]; } return capture === undefined ? '' : capture; }); }; /***/ }), /***/ "./node_modules/core-js/internals/global.js": /*!**************************************************!*\ !*** ./node_modules/core-js/internals/global.js ***! \**************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* WEBPACK VAR INJECTION */(function(global) {var check = function (it) { return it && it.Math == Math && it; }; // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028 module.exports = // eslint-disable-next-line es/no-global-this -- safe check(typeof globalThis == 'object' && globalThis) || check(typeof window == 'object' && window) || // eslint-disable-next-line no-restricted-globals -- safe check(typeof self == 'object' && self) || check(typeof global == 'object' && global) || // eslint-disable-next-line no-new-func -- fallback function () { return this; }() || Function('return this')(); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "./node_modules/core-js/internals/has.js": /*!***********************************************!*\ !*** ./node_modules/core-js/internals/has.js ***! \***********************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var hasOwnProperty = {}.hasOwnProperty; module.exports = function hasOwn(it, key) { return hasOwnProperty.call(toObject(it), key); }; /***/ }), /***/ "./node_modules/core-js/internals/hidden-keys.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/hidden-keys.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = {}; /***/ }), /***/ "./node_modules/core-js/internals/html.js": /*!************************************************!*\ !*** ./node_modules/core-js/internals/html.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js"); module.exports = getBuiltIn('document', 'documentElement'); /***/ }), /***/ "./node_modules/core-js/internals/ie8-dom-define.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/ie8-dom-define.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var createElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js"); // Thank's IE8 for his funny defineProperty module.exports = !DESCRIPTORS && !fails(function () { // eslint-disable-next-line es/no-object-defineproperty -- requied for testing return Object.defineProperty(createElement('div'), 'a', { get: function () { return 7; } }).a != 7; }); /***/ }), /***/ "./node_modules/core-js/internals/ieee754.js": /*!***************************************************!*\ !*** ./node_modules/core-js/internals/ieee754.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // IEEE754 conversions based on https://github.com/feross/ieee754 var abs = Math.abs; var pow = Math.pow; var floor = Math.floor; var log = Math.log; var LN2 = Math.LN2; var pack = function (number, mantissaLength, bytes) { var buffer = new Array(bytes); var exponentLength = bytes * 8 - mantissaLength - 1; var eMax = (1 << exponentLength) - 1; var eBias = eMax >> 1; var rt = mantissaLength === 23 ? pow(2, -24) - pow(2, -77) : 0; var sign = number < 0 || number === 0 && 1 / number < 0 ? 1 : 0; var index = 0; var exponent, mantissa, c; number = abs(number); // eslint-disable-next-line no-self-compare -- NaN check if (number != number || number === Infinity) { // eslint-disable-next-line no-self-compare -- NaN check mantissa = number != number ? 1 : 0; exponent = eMax; } else { exponent = floor(log(number) / LN2); if (number * (c = pow(2, -exponent)) < 1) { exponent--; c *= 2; } if (exponent + eBias >= 1) { number += rt / c; } else { number += rt * pow(2, 1 - eBias); } if (number * c >= 2) { exponent++; c /= 2; } if (exponent + eBias >= eMax) { mantissa = 0; exponent = eMax; } else if (exponent + eBias >= 1) { mantissa = (number * c - 1) * pow(2, mantissaLength); exponent = exponent + eBias; } else { mantissa = number * pow(2, eBias - 1) * pow(2, mantissaLength); exponent = 0; } } for (; mantissaLength >= 8; buffer[index++] = mantissa & 255, mantissa /= 256, mantissaLength -= 8); exponent = exponent << mantissaLength | mantissa; exponentLength += mantissaLength; for (; exponentLength > 0; buffer[index++] = exponent & 255, exponent /= 256, exponentLength -= 8); buffer[--index] |= sign * 128; return buffer; }; var unpack = function (buffer, mantissaLength) { var bytes = buffer.length; var exponentLength = bytes * 8 - mantissaLength - 1; var eMax = (1 << exponentLength) - 1; var eBias = eMax >> 1; var nBits = exponentLength - 7; var index = bytes - 1; var sign = buffer[index--]; var exponent = sign & 127; var mantissa; sign >>= 7; for (; nBits > 0; exponent = exponent * 256 + buffer[index], index--, nBits -= 8); mantissa = exponent & (1 << -nBits) - 1; exponent >>= -nBits; nBits += mantissaLength; for (; nBits > 0; mantissa = mantissa * 256 + buffer[index], index--, nBits -= 8); if (exponent === 0) { exponent = 1 - eBias; } else if (exponent === eMax) { return mantissa ? NaN : sign ? -Infinity : Infinity; } else { mantissa = mantissa + pow(2, mantissaLength); exponent = exponent - eBias; } return (sign ? -1 : 1) * mantissa * pow(2, exponent - mantissaLength); }; module.exports = { pack: pack, unpack: unpack }; /***/ }), /***/ "./node_modules/core-js/internals/indexed-object.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/indexed-object.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); var split = ''.split; // fallback for non-array-like ES3 and non-enumerable old V8 strings module.exports = fails(function () { // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346 // eslint-disable-next-line no-prototype-builtins -- safe return !Object('z').propertyIsEnumerable(0); }) ? function (it) { return classof(it) == 'String' ? split.call(it, '') : Object(it); } : Object; /***/ }), /***/ "./node_modules/core-js/internals/inherit-if-required.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/internals/inherit-if-required.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js"); // makes subclassing work correct for wrapped built-ins module.exports = function ($this, dummy, Wrapper) { var NewTarget, NewTargetPrototype; if ( // it can work only with native `setPrototypeOf` setPrototypeOf && // we haven't completely correct pre-ES6 way for getting `new.target`, so use this typeof (NewTarget = dummy.constructor) == 'function' && NewTarget !== Wrapper && isObject(NewTargetPrototype = NewTarget.prototype) && NewTargetPrototype !== Wrapper.prototype) setPrototypeOf($this, NewTargetPrototype); return $this; }; /***/ }), /***/ "./node_modules/core-js/internals/inspect-source.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/inspect-source.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var store = __webpack_require__(/*! ../internals/shared-store */ "./node_modules/core-js/internals/shared-store.js"); var functionToString = Function.toString; // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper if (typeof store.inspectSource != 'function') { store.inspectSource = function (it) { return functionToString.call(it); }; } module.exports = store.inspectSource; /***/ }), /***/ "./node_modules/core-js/internals/internal-metadata.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/internal-metadata.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js"); var FREEZING = __webpack_require__(/*! ../internals/freezing */ "./node_modules/core-js/internals/freezing.js"); var METADATA = uid('meta'); var id = 0; // eslint-disable-next-line es/no-object-isextensible -- safe var isExtensible = Object.isExtensible || function () { return true; }; var setMetadata = function (it) { defineProperty(it, METADATA, { value: { objectID: 'O' + ++id, // object ID weakData: {} // weak collections IDs } }); }; var fastKey = function (it, create) { // return a primitive with prefix if (!isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it; if (!has(it, METADATA)) { // can't set metadata to uncaught frozen object if (!isExtensible(it)) return 'F'; // not necessary to add metadata if (!create) return 'E'; // add missing metadata setMetadata(it); // return object ID } return it[METADATA].objectID; }; var getWeakData = function (it, create) { if (!has(it, METADATA)) { // can't set metadata to uncaught frozen object if (!isExtensible(it)) return true; // not necessary to add metadata if (!create) return false; // add missing metadata setMetadata(it); // return the store of weak collections IDs } return it[METADATA].weakData; }; // add metadata on freeze-family methods calling var onFreeze = function (it) { if (FREEZING && meta.REQUIRED && isExtensible(it) && !has(it, METADATA)) setMetadata(it); return it; }; var meta = module.exports = { REQUIRED: false, fastKey: fastKey, getWeakData: getWeakData, onFreeze: onFreeze }; hiddenKeys[METADATA] = true; /***/ }), /***/ "./node_modules/core-js/internals/internal-state.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/internal-state.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var NATIVE_WEAK_MAP = __webpack_require__(/*! ../internals/native-weak-map */ "./node_modules/core-js/internals/native-weak-map.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var objectHas = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var shared = __webpack_require__(/*! ../internals/shared-store */ "./node_modules/core-js/internals/shared-store.js"); var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js"); var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js"); var OBJECT_ALREADY_INITIALIZED = 'Object already initialized'; var WeakMap = global.WeakMap; var set, get, has; var enforce = function (it) { return has(it) ? get(it) : set(it, {}); }; var getterFor = function (TYPE) { return function (it) { var state; if (!isObject(it) || (state = get(it)).type !== TYPE) { throw TypeError('Incompatible receiver, ' + TYPE + ' required'); } return state; }; }; if (NATIVE_WEAK_MAP || shared.state) { var store = shared.state || (shared.state = new WeakMap()); var wmget = store.get; var wmhas = store.has; var wmset = store.set; set = function (it, metadata) { if (wmhas.call(store, it)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); metadata.facade = it; wmset.call(store, it, metadata); return metadata; }; get = function (it) { return wmget.call(store, it) || {}; }; has = function (it) { return wmhas.call(store, it); }; } else { var STATE = sharedKey('state'); hiddenKeys[STATE] = true; set = function (it, metadata) { if (objectHas(it, STATE)) throw new TypeError(OBJECT_ALREADY_INITIALIZED); metadata.facade = it; createNonEnumerableProperty(it, STATE, metadata); return metadata; }; get = function (it) { return objectHas(it, STATE) ? it[STATE] : {}; }; has = function (it) { return objectHas(it, STATE); }; } module.exports = { set: set, get: get, has: has, enforce: enforce, getterFor: getterFor }; /***/ }), /***/ "./node_modules/core-js/internals/is-array-iterator-method.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/internals/is-array-iterator-method.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js"); var ITERATOR = wellKnownSymbol('iterator'); var ArrayPrototype = Array.prototype; // check on default Array iterator module.exports = function (it) { return it !== undefined && (Iterators.Array === it || ArrayPrototype[ITERATOR] === it); }; /***/ }), /***/ "./node_modules/core-js/internals/is-array.js": /*!****************************************************!*\ !*** ./node_modules/core-js/internals/is-array.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); // `IsArray` abstract operation // https://tc39.es/ecma262/#sec-isarray // eslint-disable-next-line es/no-array-isarray -- safe module.exports = Array.isArray || function isArray(arg) { return classof(arg) == 'Array'; }; /***/ }), /***/ "./node_modules/core-js/internals/is-forced.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/is-forced.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var replacement = /#|\.prototype\./; var isForced = function (feature, detection) { var value = data[normalize(feature)]; return value == POLYFILL ? true : value == NATIVE ? false : typeof detection == 'function' ? fails(detection) : !!detection; }; var normalize = isForced.normalize = function (string) { return String(string).replace(replacement, '.').toLowerCase(); }; var data = isForced.data = {}; var NATIVE = isForced.NATIVE = 'N'; var POLYFILL = isForced.POLYFILL = 'P'; module.exports = isForced; /***/ }), /***/ "./node_modules/core-js/internals/is-integer.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/is-integer.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var floor = Math.floor; // `Number.isInteger` method implementation // https://tc39.es/ecma262/#sec-number.isinteger module.exports = function isInteger(it) { return !isObject(it) && isFinite(it) && floor(it) === it; }; /***/ }), /***/ "./node_modules/core-js/internals/is-object.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/is-object.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = function (it) { return typeof it === 'object' ? it !== null : typeof it === 'function'; }; /***/ }), /***/ "./node_modules/core-js/internals/is-pure.js": /*!***************************************************!*\ !*** ./node_modules/core-js/internals/is-pure.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = false; /***/ }), /***/ "./node_modules/core-js/internals/is-regexp.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/is-regexp.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var MATCH = wellKnownSymbol('match'); // `IsRegExp` abstract operation // https://tc39.es/ecma262/#sec-isregexp module.exports = function (it) { var isRegExp; return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classof(it) == 'RegExp'); }; /***/ }), /***/ "./node_modules/core-js/internals/iterate.js": /*!***************************************************!*\ !*** ./node_modules/core-js/internals/iterate.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var isArrayIteratorMethod = __webpack_require__(/*! ../internals/is-array-iterator-method */ "./node_modules/core-js/internals/is-array-iterator-method.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js"); var iteratorClose = __webpack_require__(/*! ../internals/iterator-close */ "./node_modules/core-js/internals/iterator-close.js"); var Result = function (stopped, result) { this.stopped = stopped; this.result = result; }; module.exports = function (iterable, unboundFunction, options) { var that = options && options.that; var AS_ENTRIES = !!(options && options.AS_ENTRIES); var IS_ITERATOR = !!(options && options.IS_ITERATOR); var INTERRUPTED = !!(options && options.INTERRUPTED); var fn = bind(unboundFunction, that, 1 + AS_ENTRIES + INTERRUPTED); var iterator, iterFn, index, length, result, next, step; var stop = function (condition) { if (iterator) iteratorClose(iterator); return new Result(true, condition); }; var callFn = function (value) { if (AS_ENTRIES) { anObject(value); return INTERRUPTED ? fn(value[0], value[1], stop) : fn(value[0], value[1]); } return INTERRUPTED ? fn(value, stop) : fn(value); }; if (IS_ITERATOR) { iterator = iterable; } else { iterFn = getIteratorMethod(iterable); if (typeof iterFn != 'function') throw TypeError('Target is not iterable'); // optimisation for array iterators if (isArrayIteratorMethod(iterFn)) { for (index = 0, length = toLength(iterable.length); length > index; index++) { result = callFn(iterable[index]); if (result && result instanceof Result) return result; } return new Result(false); } iterator = iterFn.call(iterable); } next = iterator.next; while (!(step = next.call(iterator)).done) { try { result = callFn(step.value); } catch (error) { iteratorClose(iterator); throw error; } if (typeof result == 'object' && result && result instanceof Result) return result; } return new Result(false); }; /***/ }), /***/ "./node_modules/core-js/internals/iterator-close.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/iterator-close.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); module.exports = function (iterator) { var returnMethod = iterator['return']; if (returnMethod !== undefined) { return anObject(returnMethod.call(iterator)).value; } }; /***/ }), /***/ "./node_modules/core-js/internals/iterators-core.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/internals/iterators-core.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var getPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); var ITERATOR = wellKnownSymbol('iterator'); var BUGGY_SAFARI_ITERATORS = false; var returnThis = function () { return this; }; // `%IteratorPrototype%` object // https://tc39.es/ecma262/#sec-%iteratorprototype%-object var IteratorPrototype, PrototypeOfArrayIteratorPrototype, arrayIterator; /* eslint-disable es/no-array-prototype-keys -- safe */ if ([].keys) { arrayIterator = [].keys(); // Safari 8 has buggy iterators w/o `next` if (!('next' in arrayIterator)) BUGGY_SAFARI_ITERATORS = true;else { PrototypeOfArrayIteratorPrototype = getPrototypeOf(getPrototypeOf(arrayIterator)); if (PrototypeOfArrayIteratorPrototype !== Object.prototype) IteratorPrototype = PrototypeOfArrayIteratorPrototype; } } var NEW_ITERATOR_PROTOTYPE = IteratorPrototype == undefined || fails(function () { var test = {}; // FF44- legacy iterators case return IteratorPrototype[ITERATOR].call(test) !== test; }); if (NEW_ITERATOR_PROTOTYPE) IteratorPrototype = {}; // 25.1.2.1.1 %IteratorPrototype%[@@iterator]() if ((!IS_PURE || NEW_ITERATOR_PROTOTYPE) && !has(IteratorPrototype, ITERATOR)) { createNonEnumerableProperty(IteratorPrototype, ITERATOR, returnThis); } module.exports = { IteratorPrototype: IteratorPrototype, BUGGY_SAFARI_ITERATORS: BUGGY_SAFARI_ITERATORS }; /***/ }), /***/ "./node_modules/core-js/internals/iterators.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/iterators.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports) { module.exports = {}; /***/ }), /***/ "./node_modules/core-js/internals/native-symbol.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/native-symbol.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* eslint-disable es/no-symbol -- required for testing */ var V8_VERSION = __webpack_require__(/*! ../internals/engine-v8-version */ "./node_modules/core-js/internals/engine-v8-version.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); // eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing module.exports = !!Object.getOwnPropertySymbols && !fails(function () { return !String(Symbol()) || // Chrome 38 Symbol has incorrect toString conversion // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances !Symbol.sham && V8_VERSION && V8_VERSION < 41; }); /***/ }), /***/ "./node_modules/core-js/internals/native-url.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/native-url.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); var ITERATOR = wellKnownSymbol('iterator'); module.exports = !fails(function () { var url = new URL('b?a=1&b=2&c=3', 'http://a'); var searchParams = url.searchParams; var result = ''; url.pathname = 'c%20d'; searchParams.forEach(function (value, key) { searchParams['delete']('b'); result += key + value; }); return IS_PURE && !url.toJSON || !searchParams.sort || url.href !== 'http://a/c%20d?a=1&c=3' || searchParams.get('c') !== '3' || String(new URLSearchParams('?a=1')) !== 'a=1' || !searchParams[ITERATOR] // throws in Edge || new URL('https://a@b').username !== 'a' || new URLSearchParams(new URLSearchParams('a=b')).get('a') !== 'b' // not punycoded in Edge || new URL('http://теÑÑ‚').host !== 'xn--e1aybc' // not escaped in Chrome 62- || new URL('http://a#б').hash !== '#%D0%B1' // fails in Chrome 66- || result !== 'a1c3' // throws in Safari || new URL('http://x', undefined).host !== 'x'; }); /***/ }), /***/ "./node_modules/core-js/internals/native-weak-map.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/internals/native-weak-map.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var inspectSource = __webpack_require__(/*! ../internals/inspect-source */ "./node_modules/core-js/internals/inspect-source.js"); var WeakMap = global.WeakMap; module.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap)); /***/ }), /***/ "./node_modules/core-js/internals/not-a-regexp.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/not-a-regexp.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isRegExp = __webpack_require__(/*! ../internals/is-regexp */ "./node_modules/core-js/internals/is-regexp.js"); module.exports = function (it) { if (isRegExp(it)) { throw TypeError("The method doesn't accept regular expressions"); } return it; }; /***/ }), /***/ "./node_modules/core-js/internals/number-is-finite.js": /*!************************************************************!*\ !*** ./node_modules/core-js/internals/number-is-finite.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var globalIsFinite = global.isFinite; // `Number.isFinite` method // https://tc39.es/ecma262/#sec-number.isfinite // eslint-disable-next-line es/no-number-isfinite -- safe module.exports = Number.isFinite || function isFinite(it) { return typeof it == 'number' && globalIsFinite(it); }; /***/ }), /***/ "./node_modules/core-js/internals/object-assign.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/object-assign.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js"); var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js"); var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js"); // eslint-disable-next-line es/no-object-assign -- safe var $assign = Object.assign; // eslint-disable-next-line es/no-object-defineproperty -- required for testing var defineProperty = Object.defineProperty; // `Object.assign` method // https://tc39.es/ecma262/#sec-object.assign module.exports = !$assign || fails(function () { // should have correct order of operations (Edge bug) if (DESCRIPTORS && $assign({ b: 1 }, $assign(defineProperty({}, 'a', { enumerable: true, get: function () { defineProperty(this, 'b', { value: 3, enumerable: false }); } }), { b: 2 })).b !== 1) return true; // should work with symbols and should have deterministic property order (V8 bug) var A = {}; var B = {}; // eslint-disable-next-line es/no-symbol -- safe var symbol = Symbol(); var alphabet = 'abcdefghijklmnopqrst'; A[symbol] = 7; alphabet.split('').forEach(function (chr) { B[chr] = chr; }); return $assign({}, A)[symbol] != 7 || objectKeys($assign({}, B)).join('') != alphabet; }) ? function assign(target, source) { // eslint-disable-line no-unused-vars -- required for `.length` var T = toObject(target); var argumentsLength = arguments.length; var index = 1; var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; var propertyIsEnumerable = propertyIsEnumerableModule.f; while (argumentsLength > index) { var S = IndexedObject(arguments[index++]); var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S); var length = keys.length; var j = 0; var key; while (length > j) { key = keys[j++]; if (!DESCRIPTORS || propertyIsEnumerable.call(S, key)) T[key] = S[key]; } } return T; } : $assign; /***/ }), /***/ "./node_modules/core-js/internals/object-create.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/object-create.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var defineProperties = __webpack_require__(/*! ../internals/object-define-properties */ "./node_modules/core-js/internals/object-define-properties.js"); var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js"); var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js"); var html = __webpack_require__(/*! ../internals/html */ "./node_modules/core-js/internals/html.js"); var documentCreateElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js"); var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js"); var GT = '>'; var LT = '<'; var PROTOTYPE = 'prototype'; var SCRIPT = 'script'; var IE_PROTO = sharedKey('IE_PROTO'); var EmptyConstructor = function () { /* empty */ }; var scriptTag = function (content) { return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT; }; // Create object with fake `null` prototype: use ActiveX Object with cleared prototype var NullProtoObjectViaActiveX = function (activeXDocument) { activeXDocument.write(scriptTag('')); activeXDocument.close(); var temp = activeXDocument.parentWindow.Object; activeXDocument = null; // avoid memory leak return temp; }; // Create object with fake `null` prototype: use iframe Object with cleared prototype var NullProtoObjectViaIFrame = function () { // Thrash, waste and sodomy: IE GC bug var iframe = documentCreateElement('iframe'); var JS = 'java' + SCRIPT + ':'; var iframeDocument; iframe.style.display = 'none'; html.appendChild(iframe); // https://github.com/zloirock/core-js/issues/475 iframe.src = String(JS); iframeDocument = iframe.contentWindow.document; iframeDocument.open(); iframeDocument.write(scriptTag('document.F=Object')); iframeDocument.close(); return iframeDocument.F; }; // Check for document.domain and active x support // No need to use active x approach when document.domain is not set // see https://github.com/es-shims/es5-shim/issues/150 // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346 // avoid IE GC bug var activeXDocument; var NullProtoObject = function () { try { /* global ActiveXObject -- old IE */ activeXDocument = document.domain && new ActiveXObject('htmlfile'); } catch (error) { /* ignore */ } NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame(); var length = enumBugKeys.length; while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]]; return NullProtoObject(); }; hiddenKeys[IE_PROTO] = true; // `Object.create` method // https://tc39.es/ecma262/#sec-object.create module.exports = Object.create || function create(O, Properties) { var result; if (O !== null) { EmptyConstructor[PROTOTYPE] = anObject(O); result = new EmptyConstructor(); EmptyConstructor[PROTOTYPE] = null; // add "__proto__" for Object.getPrototypeOf polyfill result[IE_PROTO] = O; } else result = NullProtoObject(); return Properties === undefined ? result : defineProperties(result, Properties); }; /***/ }), /***/ "./node_modules/core-js/internals/object-define-properties.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/internals/object-define-properties.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js"); // `Object.defineProperties` method // https://tc39.es/ecma262/#sec-object.defineproperties // eslint-disable-next-line es/no-object-defineproperties -- safe module.exports = DESCRIPTORS ? Object.defineProperties : function defineProperties(O, Properties) { anObject(O); var keys = objectKeys(Properties); var length = keys.length; var index = 0; var key; while (length > index) definePropertyModule.f(O, key = keys[index++], Properties[key]); return O; }; /***/ }), /***/ "./node_modules/core-js/internals/object-define-property.js": /*!******************************************************************!*\ !*** ./node_modules/core-js/internals/object-define-property.js ***! \******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js"); // eslint-disable-next-line es/no-object-defineproperty -- safe var $defineProperty = Object.defineProperty; // `Object.defineProperty` method // https://tc39.es/ecma262/#sec-object.defineproperty exports.f = DESCRIPTORS ? $defineProperty : function defineProperty(O, P, Attributes) { anObject(O); P = toPrimitive(P, true); anObject(Attributes); if (IE8_DOM_DEFINE) try { return $defineProperty(O, P, Attributes); } catch (error) { /* empty */ } if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported'); if ('value' in Attributes) O[P] = Attributes.value; return O; }; /***/ }), /***/ "./node_modules/core-js/internals/object-get-own-property-descriptor.js": /*!******************************************************************************!*\ !*** ./node_modules/core-js/internals/object-get-own-property-descriptor.js ***! \******************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var IE8_DOM_DEFINE = __webpack_require__(/*! ../internals/ie8-dom-define */ "./node_modules/core-js/internals/ie8-dom-define.js"); // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; // `Object.getOwnPropertyDescriptor` method // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor exports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) { O = toIndexedObject(O); P = toPrimitive(P, true); if (IE8_DOM_DEFINE) try { return $getOwnPropertyDescriptor(O, P); } catch (error) { /* empty */ } if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]); }; /***/ }), /***/ "./node_modules/core-js/internals/object-get-own-property-names-external.js": /*!**********************************************************************************!*\ !*** ./node_modules/core-js/internals/object-get-own-property-names-external.js ***! \**********************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* eslint-disable es/no-object-getownpropertynames -- safe */ var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var $getOwnPropertyNames = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js").f; var toString = {}.toString; var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames ? Object.getOwnPropertyNames(window) : []; var getWindowNames = function (it) { try { return $getOwnPropertyNames(it); } catch (error) { return windowNames.slice(); } }; // fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window module.exports.f = function getOwnPropertyNames(it) { return windowNames && toString.call(it) == '[object Window]' ? getWindowNames(it) : $getOwnPropertyNames(toIndexedObject(it)); }; /***/ }), /***/ "./node_modules/core-js/internals/object-get-own-property-names.js": /*!*************************************************************************!*\ !*** ./node_modules/core-js/internals/object-get-own-property-names.js ***! \*************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js"); var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js"); var hiddenKeys = enumBugKeys.concat('length', 'prototype'); // `Object.getOwnPropertyNames` method // https://tc39.es/ecma262/#sec-object.getownpropertynames // eslint-disable-next-line es/no-object-getownpropertynames -- safe exports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) { return internalObjectKeys(O, hiddenKeys); }; /***/ }), /***/ "./node_modules/core-js/internals/object-get-own-property-symbols.js": /*!***************************************************************************!*\ !*** ./node_modules/core-js/internals/object-get-own-property-symbols.js ***! \***************************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // eslint-disable-next-line es/no-object-getownpropertysymbols -- safe exports.f = Object.getOwnPropertySymbols; /***/ }), /***/ "./node_modules/core-js/internals/object-get-prototype-of.js": /*!*******************************************************************!*\ !*** ./node_modules/core-js/internals/object-get-prototype-of.js ***! \*******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js"); var CORRECT_PROTOTYPE_GETTER = __webpack_require__(/*! ../internals/correct-prototype-getter */ "./node_modules/core-js/internals/correct-prototype-getter.js"); var IE_PROTO = sharedKey('IE_PROTO'); var ObjectPrototype = Object.prototype; // `Object.getPrototypeOf` method // https://tc39.es/ecma262/#sec-object.getprototypeof // eslint-disable-next-line es/no-object-getprototypeof -- safe module.exports = CORRECT_PROTOTYPE_GETTER ? Object.getPrototypeOf : function (O) { O = toObject(O); if (has(O, IE_PROTO)) return O[IE_PROTO]; if (typeof O.constructor == 'function' && O instanceof O.constructor) { return O.constructor.prototype; } return O instanceof Object ? ObjectPrototype : null; }; /***/ }), /***/ "./node_modules/core-js/internals/object-keys-internal.js": /*!****************************************************************!*\ !*** ./node_modules/core-js/internals/object-keys-internal.js ***! \****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var indexOf = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js").indexOf; var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js"); module.exports = function (object, names) { var O = toIndexedObject(object); var i = 0; var result = []; var key; for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key); // Don't enum bug & hidden keys while (names.length > i) if (has(O, key = names[i++])) { ~indexOf(result, key) || result.push(key); } return result; }; /***/ }), /***/ "./node_modules/core-js/internals/object-keys.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/object-keys.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var internalObjectKeys = __webpack_require__(/*! ../internals/object-keys-internal */ "./node_modules/core-js/internals/object-keys-internal.js"); var enumBugKeys = __webpack_require__(/*! ../internals/enum-bug-keys */ "./node_modules/core-js/internals/enum-bug-keys.js"); // `Object.keys` method // https://tc39.es/ecma262/#sec-object.keys // eslint-disable-next-line es/no-object-keys -- safe module.exports = Object.keys || function keys(O) { return internalObjectKeys(O, enumBugKeys); }; /***/ }), /***/ "./node_modules/core-js/internals/object-property-is-enumerable.js": /*!*************************************************************************!*\ !*** ./node_modules/core-js/internals/object-property-is-enumerable.js ***! \*************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $propertyIsEnumerable = {}.propertyIsEnumerable; // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor; // Nashorn ~ JDK8 bug var NASHORN_BUG = getOwnPropertyDescriptor && !$propertyIsEnumerable.call({ 1: 2 }, 1); // `Object.prototype.propertyIsEnumerable` method implementation // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable exports.f = NASHORN_BUG ? function propertyIsEnumerable(V) { var descriptor = getOwnPropertyDescriptor(this, V); return !!descriptor && descriptor.enumerable; } : $propertyIsEnumerable; /***/ }), /***/ "./node_modules/core-js/internals/object-set-prototype-of.js": /*!*******************************************************************!*\ !*** ./node_modules/core-js/internals/object-set-prototype-of.js ***! \*******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* eslint-disable no-proto -- safe */ var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var aPossiblePrototype = __webpack_require__(/*! ../internals/a-possible-prototype */ "./node_modules/core-js/internals/a-possible-prototype.js"); // `Object.setPrototypeOf` method // https://tc39.es/ecma262/#sec-object.setprototypeof // Works with __proto__ only. Old v8 can't work with null proto objects. // eslint-disable-next-line es/no-object-setprototypeof -- safe module.exports = Object.setPrototypeOf || ('__proto__' in {} ? function () { var CORRECT_SETTER = false; var test = {}; var setter; try { // eslint-disable-next-line es/no-object-getownpropertydescriptor -- safe setter = Object.getOwnPropertyDescriptor(Object.prototype, '__proto__').set; setter.call(test, []); CORRECT_SETTER = test instanceof Array; } catch (error) { /* empty */ } return function setPrototypeOf(O, proto) { anObject(O); aPossiblePrototype(proto); if (CORRECT_SETTER) setter.call(O, proto);else O.__proto__ = proto; return O; }; }() : undefined); /***/ }), /***/ "./node_modules/core-js/internals/object-to-array.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/internals/object-to-array.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var propertyIsEnumerable = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js").f; // `Object.{ entries, values }` methods implementation var createMethod = function (TO_ENTRIES) { return function (it) { var O = toIndexedObject(it); var keys = objectKeys(O); var length = keys.length; var i = 0; var result = []; var key; while (length > i) { key = keys[i++]; if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) { result.push(TO_ENTRIES ? [key, O[key]] : O[key]); } } return result; }; }; module.exports = { // `Object.entries` method // https://tc39.es/ecma262/#sec-object.entries entries: createMethod(true), // `Object.values` method // https://tc39.es/ecma262/#sec-object.values values: createMethod(false) }; /***/ }), /***/ "./node_modules/core-js/internals/object-to-string.js": /*!************************************************************!*\ !*** ./node_modules/core-js/internals/object-to-string.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var TO_STRING_TAG_SUPPORT = __webpack_require__(/*! ../internals/to-string-tag-support */ "./node_modules/core-js/internals/to-string-tag-support.js"); var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js"); // `Object.prototype.toString` method implementation // https://tc39.es/ecma262/#sec-object.prototype.tostring module.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() { return '[object ' + classof(this) + ']'; }; /***/ }), /***/ "./node_modules/core-js/internals/own-keys.js": /*!****************************************************!*\ !*** ./node_modules/core-js/internals/own-keys.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js"); var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js"); var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); // all object keys, includes non-enumerable and symbols module.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) { var keys = getOwnPropertyNamesModule.f(anObject(it)); var getOwnPropertySymbols = getOwnPropertySymbolsModule.f; return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys; }; /***/ }), /***/ "./node_modules/core-js/internals/path.js": /*!************************************************!*\ !*** ./node_modules/core-js/internals/path.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); module.exports = global; /***/ }), /***/ "./node_modules/core-js/internals/redefine-all.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/redefine-all.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); module.exports = function (target, src, options) { for (var key in src) redefine(target, key, src[key], options); return target; }; /***/ }), /***/ "./node_modules/core-js/internals/redefine.js": /*!****************************************************!*\ !*** ./node_modules/core-js/internals/redefine.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js"); var inspectSource = __webpack_require__(/*! ../internals/inspect-source */ "./node_modules/core-js/internals/inspect-source.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var getInternalState = InternalStateModule.get; var enforceInternalState = InternalStateModule.enforce; var TEMPLATE = String(String).split('String'); (module.exports = function (O, key, value, options) { var unsafe = options ? !!options.unsafe : false; var simple = options ? !!options.enumerable : false; var noTargetGet = options ? !!options.noTargetGet : false; var state; if (typeof value == 'function') { if (typeof key == 'string' && !has(value, 'name')) { createNonEnumerableProperty(value, 'name', key); } state = enforceInternalState(value); if (!state.source) { state.source = TEMPLATE.join(typeof key == 'string' ? key : ''); } } if (O === global) { if (simple) O[key] = value;else setGlobal(key, value); return; } else if (!unsafe) { delete O[key]; } else if (!noTargetGet && O[key]) { simple = true; } if (simple) O[key] = value;else createNonEnumerableProperty(O, key, value); // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative })(Function.prototype, 'toString', function toString() { return typeof this == 'function' && getInternalState(this).source || inspectSource(this); }); /***/ }), /***/ "./node_modules/core-js/internals/regexp-exec-abstract.js": /*!****************************************************************!*\ !*** ./node_modules/core-js/internals/regexp-exec-abstract.js ***! \****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var classof = __webpack_require__(/*! ./classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); var regexpExec = __webpack_require__(/*! ./regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js"); // `RegExpExec` abstract operation // https://tc39.es/ecma262/#sec-regexpexec module.exports = function (R, S) { var exec = R.exec; if (typeof exec === 'function') { var result = exec.call(R, S); if (typeof result !== 'object') { throw TypeError('RegExp exec method returned something other than an Object or null'); } return result; } if (classof(R) !== 'RegExp') { throw TypeError('RegExp#exec called on incompatible receiver'); } return regexpExec.call(R, S); }; /***/ }), /***/ "./node_modules/core-js/internals/regexp-exec.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/regexp-exec.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; /* eslint-disable regexp/no-assertion-capturing-group, regexp/no-empty-group, regexp/no-lazy-ends -- testing */ /* eslint-disable regexp/no-useless-quantifier -- testing */ var regexpFlags = __webpack_require__(/*! ./regexp-flags */ "./node_modules/core-js/internals/regexp-flags.js"); var stickyHelpers = __webpack_require__(/*! ./regexp-sticky-helpers */ "./node_modules/core-js/internals/regexp-sticky-helpers.js"); var shared = __webpack_require__(/*! ./shared */ "./node_modules/core-js/internals/shared.js"); var nativeExec = RegExp.prototype.exec; var nativeReplace = shared('native-string-replace', String.prototype.replace); var patchedExec = nativeExec; var UPDATES_LAST_INDEX_WRONG = function () { var re1 = /a/; var re2 = /b*/g; nativeExec.call(re1, 'a'); nativeExec.call(re2, 'a'); return re1.lastIndex !== 0 || re2.lastIndex !== 0; }(); var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y || stickyHelpers.BROKEN_CARET; // nonparticipating capturing group, copied from es5-shim's String#split patch. var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined; var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y; if (PATCH) { patchedExec = function exec(str) { var re = this; var lastIndex, reCopy, match, i; var sticky = UNSUPPORTED_Y && re.sticky; var flags = regexpFlags.call(re); var source = re.source; var charsAdded = 0; var strCopy = str; if (sticky) { flags = flags.replace('y', ''); if (flags.indexOf('g') === -1) { flags += 'g'; } strCopy = String(str).slice(re.lastIndex); // Support anchored sticky behavior. if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) { source = '(?: ' + source + ')'; strCopy = ' ' + strCopy; charsAdded++; } // ^(? + rx + ) is needed, in combination with some str slicing, to // simulate the 'y' flag. reCopy = new RegExp('^(?:' + source + ')', flags); } if (NPCG_INCLUDED) { reCopy = new RegExp('^' + source + '$(?!\\s)', flags); } if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex; match = nativeExec.call(sticky ? reCopy : re, strCopy); if (sticky) { if (match) { match.input = match.input.slice(charsAdded); match[0] = match[0].slice(charsAdded); match.index = re.lastIndex; re.lastIndex += match[0].length; } else re.lastIndex = 0; } else if (UPDATES_LAST_INDEX_WRONG && match) { re.lastIndex = re.global ? match.index + match[0].length : lastIndex; } if (NPCG_INCLUDED && match && match.length > 1) { // Fix browsers whose `exec` methods don't consistently return `undefined` // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/ nativeReplace.call(match[0], reCopy, function () { for (i = 1; i < arguments.length - 2; i++) { if (arguments[i] === undefined) match[i] = undefined; } }); } return match; }; } module.exports = patchedExec; /***/ }), /***/ "./node_modules/core-js/internals/regexp-flags.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/regexp-flags.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); // `RegExp.prototype.flags` getter implementation // https://tc39.es/ecma262/#sec-get-regexp.prototype.flags module.exports = function () { var that = anObject(this); var result = ''; if (that.global) result += 'g'; if (that.ignoreCase) result += 'i'; if (that.multiline) result += 'm'; if (that.dotAll) result += 's'; if (that.unicode) result += 'u'; if (that.sticky) result += 'y'; return result; }; /***/ }), /***/ "./node_modules/core-js/internals/regexp-sticky-helpers.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/internals/regexp-sticky-helpers.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fails = __webpack_require__(/*! ./fails */ "./node_modules/core-js/internals/fails.js"); // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError, // so we use an intermediate function. function RE(s, f) { return RegExp(s, f); } exports.UNSUPPORTED_Y = fails(function () { // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError var re = RE('a', 'y'); re.lastIndex = 2; return re.exec('abcd') != null; }); exports.BROKEN_CARET = fails(function () { // https://bugzilla.mozilla.org/show_bug.cgi?id=773687 var re = RE('^r', 'gy'); re.lastIndex = 2; return re.exec('str') != null; }); /***/ }), /***/ "./node_modules/core-js/internals/require-object-coercible.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/internals/require-object-coercible.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // `RequireObjectCoercible` abstract operation // https://tc39.es/ecma262/#sec-requireobjectcoercible module.exports = function (it) { if (it == undefined) throw TypeError("Can't call method on " + it); return it; }; /***/ }), /***/ "./node_modules/core-js/internals/same-value.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/same-value.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // `SameValue` abstract operation // https://tc39.es/ecma262/#sec-samevalue // eslint-disable-next-line es/no-object-is -- safe module.exports = Object.is || function is(x, y) { // eslint-disable-next-line no-self-compare -- NaN check return x === y ? x !== 0 || 1 / x === 1 / y : x != x && y != y; }; /***/ }), /***/ "./node_modules/core-js/internals/set-global.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/set-global.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); module.exports = function (key, value) { try { createNonEnumerableProperty(global, key, value); } catch (error) { global[key] = value; } return value; }; /***/ }), /***/ "./node_modules/core-js/internals/set-species.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/set-species.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var SPECIES = wellKnownSymbol('species'); module.exports = function (CONSTRUCTOR_NAME) { var Constructor = getBuiltIn(CONSTRUCTOR_NAME); var defineProperty = definePropertyModule.f; if (DESCRIPTORS && Constructor && !Constructor[SPECIES]) { defineProperty(Constructor, SPECIES, { configurable: true, get: function () { return this; } }); } }; /***/ }), /***/ "./node_modules/core-js/internals/set-to-string-tag.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/set-to-string-tag.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); module.exports = function (it, TAG, STATIC) { if (it && !has(it = STATIC ? it : it.prototype, TO_STRING_TAG)) { defineProperty(it, TO_STRING_TAG, { configurable: true, value: TAG }); } }; /***/ }), /***/ "./node_modules/core-js/internals/shared-key.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/shared-key.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js"); var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js"); var keys = shared('keys'); module.exports = function (key) { return keys[key] || (keys[key] = uid(key)); }; /***/ }), /***/ "./node_modules/core-js/internals/shared-store.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/shared-store.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var setGlobal = __webpack_require__(/*! ../internals/set-global */ "./node_modules/core-js/internals/set-global.js"); var SHARED = '__core-js_shared__'; var store = global[SHARED] || setGlobal(SHARED, {}); module.exports = store; /***/ }), /***/ "./node_modules/core-js/internals/shared.js": /*!**************************************************!*\ !*** ./node_modules/core-js/internals/shared.js ***! \**************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); var store = __webpack_require__(/*! ../internals/shared-store */ "./node_modules/core-js/internals/shared-store.js"); (module.exports = function (key, value) { return store[key] || (store[key] = value !== undefined ? value : {}); })('versions', []).push({ version: '3.12.1', mode: IS_PURE ? 'pure' : 'global', copyright: '© 2021 Denis Pushkarev (zloirock.ru)' }); /***/ }), /***/ "./node_modules/core-js/internals/species-constructor.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/internals/species-constructor.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var aFunction = __webpack_require__(/*! ../internals/a-function */ "./node_modules/core-js/internals/a-function.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var SPECIES = wellKnownSymbol('species'); // `SpeciesConstructor` abstract operation // https://tc39.es/ecma262/#sec-speciesconstructor module.exports = function (O, defaultConstructor) { var C = anObject(O).constructor; var S; return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? defaultConstructor : aFunction(S); }; /***/ }), /***/ "./node_modules/core-js/internals/string-html-forced.js": /*!**************************************************************!*\ !*** ./node_modules/core-js/internals/string-html-forced.js ***! \**************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); // check the existence of a method, lowercase // of a tag and escaping quotes in arguments module.exports = function (METHOD_NAME) { return fails(function () { var test = ''[METHOD_NAME]('"'); return test !== test.toLowerCase() || test.split('"').length > 3; }); }; /***/ }), /***/ "./node_modules/core-js/internals/string-multibyte.js": /*!************************************************************!*\ !*** ./node_modules/core-js/internals/string-multibyte.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); // `String.prototype.{ codePointAt, at }` methods implementation var createMethod = function (CONVERT_TO_STRING) { return function ($this, pos) { var S = String(requireObjectCoercible($this)); var position = toInteger(pos); var size = S.length; var first, second; if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined; first = S.charCodeAt(position); return first < 0xD800 || first > 0xDBFF || position + 1 === size || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF ? CONVERT_TO_STRING ? S.charAt(position) : first : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000; }; }; module.exports = { // `String.prototype.codePointAt` method // https://tc39.es/ecma262/#sec-string.prototype.codepointat codeAt: createMethod(false), // `String.prototype.at` method // https://github.com/mathiasbynens/String.prototype.at charAt: createMethod(true) }; /***/ }), /***/ "./node_modules/core-js/internals/string-pad-webkit-bug.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/internals/string-pad-webkit-bug.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { // https://github.com/zloirock/core-js/issues/280 var userAgent = __webpack_require__(/*! ../internals/engine-user-agent */ "./node_modules/core-js/internals/engine-user-agent.js"); // eslint-disable-next-line unicorn/no-unsafe-regex -- safe module.exports = /Version\/10(?:\.\d+){1,2}(?: [\w./]+)?(?: Mobile\/\w+)? Safari\//.test(userAgent); /***/ }), /***/ "./node_modules/core-js/internals/string-pad.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/string-pad.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { // https://github.com/tc39/proposal-string-pad-start-end var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var repeat = __webpack_require__(/*! ../internals/string-repeat */ "./node_modules/core-js/internals/string-repeat.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var ceil = Math.ceil; // `String.prototype.{ padStart, padEnd }` methods implementation var createMethod = function (IS_END) { return function ($this, maxLength, fillString) { var S = String(requireObjectCoercible($this)); var stringLength = S.length; var fillStr = fillString === undefined ? ' ' : String(fillString); var intMaxLength = toLength(maxLength); var fillLen, stringFiller; if (intMaxLength <= stringLength || fillStr == '') return S; fillLen = intMaxLength - stringLength; stringFiller = repeat.call(fillStr, ceil(fillLen / fillStr.length)); if (stringFiller.length > fillLen) stringFiller = stringFiller.slice(0, fillLen); return IS_END ? S + stringFiller : stringFiller + S; }; }; module.exports = { // `String.prototype.padStart` method // https://tc39.es/ecma262/#sec-string.prototype.padstart start: createMethod(false), // `String.prototype.padEnd` method // https://tc39.es/ecma262/#sec-string.prototype.padend end: createMethod(true) }; /***/ }), /***/ "./node_modules/core-js/internals/string-punycode-to-ascii.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/internals/string-punycode-to-ascii.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; // based on https://github.com/bestiejs/punycode.js/blob/master/punycode.js var maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 var base = 36; var tMin = 1; var tMax = 26; var skew = 38; var damp = 700; var initialBias = 72; var initialN = 128; // 0x80 var delimiter = '-'; // '\x2D' var regexNonASCII = /[^\0-\u007E]/; // non-ASCII chars var regexSeparators = /[.\u3002\uFF0E\uFF61]/g; // RFC 3490 separators var OVERFLOW_ERROR = 'Overflow: input needs wider integers to process'; var baseMinusTMin = base - tMin; var floor = Math.floor; var stringFromCharCode = String.fromCharCode; /** * Creates an array containing the numeric code points of each Unicode * character in the string. While JavaScript uses UCS-2 internally, * this function will convert a pair of surrogate halves (each of which * UCS-2 exposes as separate characters) into a single code point, * matching UTF-16. */ var ucs2decode = function (string) { var output = []; var counter = 0; var length = string.length; while (counter < length) { var value = string.charCodeAt(counter++); if (value >= 0xD800 && value <= 0xDBFF && counter < length) { // It's a high surrogate, and there is a next character. var extra = string.charCodeAt(counter++); if ((extra & 0xFC00) == 0xDC00) { // Low surrogate. output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); } else { // It's an unmatched surrogate; only append this code unit, in case the // next code unit is the high surrogate of a surrogate pair. output.push(value); counter--; } } else { output.push(value); } } return output; }; /** * Converts a digit/integer into a basic code point. */ var digitToBasic = function (digit) { // 0..25 map to ASCII a..z or A..Z // 26..35 map to ASCII 0..9 return digit + 22 + 75 * (digit < 26); }; /** * Bias adaptation function as per section 3.4 of RFC 3492. * https://tools.ietf.org/html/rfc3492#section-3.4 */ var adapt = function (delta, numPoints, firstTime) { var k = 0; delta = firstTime ? floor(delta / damp) : delta >> 1; delta += floor(delta / numPoints); for (; delta > baseMinusTMin * tMax >> 1; k += base) { delta = floor(delta / baseMinusTMin); } return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); }; /** * Converts a string of Unicode symbols (e.g. a domain name label) to a * Punycode string of ASCII-only symbols. */ // eslint-disable-next-line max-statements -- TODO var encode = function (input) { var output = []; // Convert the input in UCS-2 to an array of Unicode code points. input = ucs2decode(input); // Cache the length. var inputLength = input.length; // Initialize the state. var n = initialN; var delta = 0; var bias = initialBias; var i, currentValue; // Handle the basic code points. for (i = 0; i < input.length; i++) { currentValue = input[i]; if (currentValue < 0x80) { output.push(stringFromCharCode(currentValue)); } } var basicLength = output.length; // number of basic code points. var handledCPCount = basicLength; // number of code points that have been handled; // Finish the basic string with a delimiter unless it's empty. if (basicLength) { output.push(delimiter); } // Main encoding loop: while (handledCPCount < inputLength) { // All non-basic code points < n have been handled already. Find the next larger one: var m = maxInt; for (i = 0; i < input.length; i++) { currentValue = input[i]; if (currentValue >= n && currentValue < m) { m = currentValue; } } // Increase `delta` enough to advance the decoder's <n,i> state to <m,0>, but guard against overflow. var handledCPCountPlusOne = handledCPCount + 1; if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { throw RangeError(OVERFLOW_ERROR); } delta += (m - n) * handledCPCountPlusOne; n = m; for (i = 0; i < input.length; i++) { currentValue = input[i]; if (currentValue < n && ++delta > maxInt) { throw RangeError(OVERFLOW_ERROR); } if (currentValue == n) { // Represent delta as a generalized variable-length integer. var q = delta; for (var k = base;; /* no condition */ k += base) { var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; if (q < t) break; var qMinusT = q - t; var baseMinusT = base - t; output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT))); q = floor(qMinusT / baseMinusT); } output.push(stringFromCharCode(digitToBasic(q))); bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength); delta = 0; ++handledCPCount; } } ++delta; ++n; } return output.join(''); }; module.exports = function (input) { var encoded = []; var labels = input.toLowerCase().replace(regexSeparators, '\u002E').split('.'); var i, label; for (i = 0; i < labels.length; i++) { label = labels[i]; encoded.push(regexNonASCII.test(label) ? 'xn--' + encode(label) : label); } return encoded.join('.'); }; /***/ }), /***/ "./node_modules/core-js/internals/string-repeat.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/internals/string-repeat.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); // `String.prototype.repeat` method implementation // https://tc39.es/ecma262/#sec-string.prototype.repeat module.exports = function repeat(count) { var str = String(requireObjectCoercible(this)); var result = ''; var n = toInteger(count); if (n < 0 || n == Infinity) throw RangeError('Wrong number of repetitions'); for (; n > 0; (n >>>= 1) && (str += str)) if (n & 1) result += str; return result; }; /***/ }), /***/ "./node_modules/core-js/internals/string-trim-forced.js": /*!**************************************************************!*\ !*** ./node_modules/core-js/internals/string-trim-forced.js ***! \**************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var whitespaces = __webpack_require__(/*! ../internals/whitespaces */ "./node_modules/core-js/internals/whitespaces.js"); var non = '\u200B\u0085\u180E'; // check that a method works with the correct list // of whitespaces and has a correct name module.exports = function (METHOD_NAME) { return fails(function () { return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME; }); }; /***/ }), /***/ "./node_modules/core-js/internals/string-trim.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/string-trim.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var whitespaces = __webpack_require__(/*! ../internals/whitespaces */ "./node_modules/core-js/internals/whitespaces.js"); var whitespace = '[' + whitespaces + ']'; var ltrim = RegExp('^' + whitespace + whitespace + '*'); var rtrim = RegExp(whitespace + whitespace + '*$'); // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation var createMethod = function (TYPE) { return function ($this) { var string = String(requireObjectCoercible($this)); if (TYPE & 1) string = string.replace(ltrim, ''); if (TYPE & 2) string = string.replace(rtrim, ''); return string; }; }; module.exports = { // `String.prototype.{ trimLeft, trimStart }` methods // https://tc39.es/ecma262/#sec-string.prototype.trimstart start: createMethod(1), // `String.prototype.{ trimRight, trimEnd }` methods // https://tc39.es/ecma262/#sec-string.prototype.trimend end: createMethod(2), // `String.prototype.trim` method // https://tc39.es/ecma262/#sec-string.prototype.trim trim: createMethod(3) }; /***/ }), /***/ "./node_modules/core-js/internals/task.js": /*!************************************************!*\ !*** ./node_modules/core-js/internals/task.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var html = __webpack_require__(/*! ../internals/html */ "./node_modules/core-js/internals/html.js"); var createElement = __webpack_require__(/*! ../internals/document-create-element */ "./node_modules/core-js/internals/document-create-element.js"); var IS_IOS = __webpack_require__(/*! ../internals/engine-is-ios */ "./node_modules/core-js/internals/engine-is-ios.js"); var IS_NODE = __webpack_require__(/*! ../internals/engine-is-node */ "./node_modules/core-js/internals/engine-is-node.js"); var location = global.location; var set = global.setImmediate; var clear = global.clearImmediate; var process = global.process; var MessageChannel = global.MessageChannel; var Dispatch = global.Dispatch; var counter = 0; var queue = {}; var ONREADYSTATECHANGE = 'onreadystatechange'; var defer, channel, port; var run = function (id) { // eslint-disable-next-line no-prototype-builtins -- safe if (queue.hasOwnProperty(id)) { var fn = queue[id]; delete queue[id]; fn(); } }; var runner = function (id) { return function () { run(id); }; }; var listener = function (event) { run(event.data); }; var post = function (id) { // old engines have not location.origin global.postMessage(id + '', location.protocol + '//' + location.host); }; // Node.js 0.9+ & IE10+ has setImmediate, otherwise: if (!set || !clear) { set = function setImmediate(fn) { var args = []; var i = 1; while (arguments.length > i) args.push(arguments[i++]); queue[++counter] = function () { // eslint-disable-next-line no-new-func -- spec requirement (typeof fn == 'function' ? fn : Function(fn)).apply(undefined, args); }; defer(counter); return counter; }; clear = function clearImmediate(id) { delete queue[id]; }; // Node.js 0.8- if (IS_NODE) { defer = function (id) { process.nextTick(runner(id)); }; // Sphere (JS game engine) Dispatch API } else if (Dispatch && Dispatch.now) { defer = function (id) { Dispatch.now(runner(id)); }; // Browsers with MessageChannel, includes WebWorkers // except iOS - https://github.com/zloirock/core-js/issues/624 } else if (MessageChannel && !IS_IOS) { channel = new MessageChannel(); port = channel.port2; channel.port1.onmessage = listener; defer = bind(port.postMessage, port, 1); // Browsers with postMessage, skip WebWorkers // IE8 has postMessage, but it's sync & typeof its postMessage is 'object' } else if (global.addEventListener && typeof postMessage == 'function' && !global.importScripts && location && location.protocol !== 'file:' && !fails(post)) { defer = post; global.addEventListener('message', listener, false); // IE8- } else if (ONREADYSTATECHANGE in createElement('script')) { defer = function (id) { html.appendChild(createElement('script'))[ONREADYSTATECHANGE] = function () { html.removeChild(this); run(id); }; }; // Rest old browsers } else { defer = function (id) { setTimeout(runner(id), 0); }; } } module.exports = { set: set, clear: clear }; /***/ }), /***/ "./node_modules/core-js/internals/to-absolute-index.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/to-absolute-index.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var max = Math.max; var min = Math.min; // Helper for a popular repeating case of the spec: // Let integer be ? ToInteger(index). // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length). module.exports = function (index, length) { var integer = toInteger(index); return integer < 0 ? max(integer + length, 0) : min(integer, length); }; /***/ }), /***/ "./node_modules/core-js/internals/to-index.js": /*!****************************************************!*\ !*** ./node_modules/core-js/internals/to-index.js ***! \****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); // `ToIndex` abstract operation // https://tc39.es/ecma262/#sec-toindex module.exports = function (it) { if (it === undefined) return 0; var number = toInteger(it); var length = toLength(number); if (number !== length) throw RangeError('Wrong length or index'); return length; }; /***/ }), /***/ "./node_modules/core-js/internals/to-indexed-object.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/to-indexed-object.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { // toObject with fallback for non-array-like ES3 strings var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); module.exports = function (it) { return IndexedObject(requireObjectCoercible(it)); }; /***/ }), /***/ "./node_modules/core-js/internals/to-integer.js": /*!******************************************************!*\ !*** ./node_modules/core-js/internals/to-integer.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { var ceil = Math.ceil; var floor = Math.floor; // `ToInteger` abstract operation // https://tc39.es/ecma262/#sec-tointeger module.exports = function (argument) { return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument); }; /***/ }), /***/ "./node_modules/core-js/internals/to-length.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/to-length.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var min = Math.min; // `ToLength` abstract operation // https://tc39.es/ecma262/#sec-tolength module.exports = function (argument) { return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991 }; /***/ }), /***/ "./node_modules/core-js/internals/to-object.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/to-object.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); // `ToObject` abstract operation // https://tc39.es/ecma262/#sec-toobject module.exports = function (argument) { return Object(requireObjectCoercible(argument)); }; /***/ }), /***/ "./node_modules/core-js/internals/to-offset.js": /*!*****************************************************!*\ !*** ./node_modules/core-js/internals/to-offset.js ***! \*****************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toPositiveInteger = __webpack_require__(/*! ../internals/to-positive-integer */ "./node_modules/core-js/internals/to-positive-integer.js"); module.exports = function (it, BYTES) { var offset = toPositiveInteger(it); if (offset % BYTES) throw RangeError('Wrong offset'); return offset; }; /***/ }), /***/ "./node_modules/core-js/internals/to-positive-integer.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/internals/to-positive-integer.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); module.exports = function (it) { var result = toInteger(it); if (result < 0) throw RangeError("The argument can't be less than 0"); return result; }; /***/ }), /***/ "./node_modules/core-js/internals/to-primitive.js": /*!********************************************************!*\ !*** ./node_modules/core-js/internals/to-primitive.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); // `ToPrimitive` abstract operation // https://tc39.es/ecma262/#sec-toprimitive // instead of the ES6 spec version, we didn't implement @@toPrimitive case // and the second argument - flag - preferred type is a string module.exports = function (input, PREFERRED_STRING) { if (!isObject(input)) return input; var fn, val; if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val; if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val; if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val; throw TypeError("Can't convert object to primitive value"); }; /***/ }), /***/ "./node_modules/core-js/internals/to-string-tag-support.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/internals/to-string-tag-support.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); var test = {}; test[TO_STRING_TAG] = 'z'; module.exports = String(test) === '[object z]'; /***/ }), /***/ "./node_modules/core-js/internals/typed-array-constructor.js": /*!*******************************************************************!*\ !*** ./node_modules/core-js/internals/typed-array-constructor.js ***! \*******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS = __webpack_require__(/*! ../internals/typed-array-constructors-require-wrappers */ "./node_modules/core-js/internals/typed-array-constructors-require-wrappers.js"); var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var ArrayBufferModule = __webpack_require__(/*! ../internals/array-buffer */ "./node_modules/core-js/internals/array-buffer.js"); var anInstance = __webpack_require__(/*! ../internals/an-instance */ "./node_modules/core-js/internals/an-instance.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toIndex = __webpack_require__(/*! ../internals/to-index */ "./node_modules/core-js/internals/to-index.js"); var toOffset = __webpack_require__(/*! ../internals/to-offset */ "./node_modules/core-js/internals/to-offset.js"); var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var setPrototypeOf = __webpack_require__(/*! ../internals/object-set-prototype-of */ "./node_modules/core-js/internals/object-set-prototype-of.js"); var getOwnPropertyNames = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js").f; var typedArrayFrom = __webpack_require__(/*! ../internals/typed-array-from */ "./node_modules/core-js/internals/typed-array-from.js"); var forEach = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").forEach; var setSpecies = __webpack_require__(/*! ../internals/set-species */ "./node_modules/core-js/internals/set-species.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var inheritIfRequired = __webpack_require__(/*! ../internals/inherit-if-required */ "./node_modules/core-js/internals/inherit-if-required.js"); var getInternalState = InternalStateModule.get; var setInternalState = InternalStateModule.set; var nativeDefineProperty = definePropertyModule.f; var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; var round = Math.round; var RangeError = global.RangeError; var ArrayBuffer = ArrayBufferModule.ArrayBuffer; var DataView = ArrayBufferModule.DataView; var NATIVE_ARRAY_BUFFER_VIEWS = ArrayBufferViewCore.NATIVE_ARRAY_BUFFER_VIEWS; var TYPED_ARRAY_TAG = ArrayBufferViewCore.TYPED_ARRAY_TAG; var TypedArray = ArrayBufferViewCore.TypedArray; var TypedArrayPrototype = ArrayBufferViewCore.TypedArrayPrototype; var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor; var isTypedArray = ArrayBufferViewCore.isTypedArray; var BYTES_PER_ELEMENT = 'BYTES_PER_ELEMENT'; var WRONG_LENGTH = 'Wrong length'; var fromList = function (C, list) { var index = 0; var length = list.length; var result = new (aTypedArrayConstructor(C))(length); while (length > index) result[index] = list[index++]; return result; }; var addGetter = function (it, key) { nativeDefineProperty(it, key, { get: function () { return getInternalState(this)[key]; } }); }; var isArrayBuffer = function (it) { var klass; return it instanceof ArrayBuffer || (klass = classof(it)) == 'ArrayBuffer' || klass == 'SharedArrayBuffer'; }; var isTypedArrayIndex = function (target, key) { return isTypedArray(target) && typeof key != 'symbol' && key in target && String(+key) == String(key); }; var wrappedGetOwnPropertyDescriptor = function getOwnPropertyDescriptor(target, key) { return isTypedArrayIndex(target, key = toPrimitive(key, true)) ? createPropertyDescriptor(2, target[key]) : nativeGetOwnPropertyDescriptor(target, key); }; var wrappedDefineProperty = function defineProperty(target, key, descriptor) { if (isTypedArrayIndex(target, key = toPrimitive(key, true)) && isObject(descriptor) && has(descriptor, 'value') && !has(descriptor, 'get') && !has(descriptor, 'set') // TODO: add validation descriptor w/o calling accessors && !descriptor.configurable && (!has(descriptor, 'writable') || descriptor.writable) && (!has(descriptor, 'enumerable') || descriptor.enumerable)) { target[key] = descriptor.value; return target; } return nativeDefineProperty(target, key, descriptor); }; if (DESCRIPTORS) { if (!NATIVE_ARRAY_BUFFER_VIEWS) { getOwnPropertyDescriptorModule.f = wrappedGetOwnPropertyDescriptor; definePropertyModule.f = wrappedDefineProperty; addGetter(TypedArrayPrototype, 'buffer'); addGetter(TypedArrayPrototype, 'byteOffset'); addGetter(TypedArrayPrototype, 'byteLength'); addGetter(TypedArrayPrototype, 'length'); } $({ target: 'Object', stat: true, forced: !NATIVE_ARRAY_BUFFER_VIEWS }, { getOwnPropertyDescriptor: wrappedGetOwnPropertyDescriptor, defineProperty: wrappedDefineProperty }); module.exports = function (TYPE, wrapper, CLAMPED) { var BYTES = TYPE.match(/\d+$/)[0] / 8; var CONSTRUCTOR_NAME = TYPE + (CLAMPED ? 'Clamped' : '') + 'Array'; var GETTER = 'get' + TYPE; var SETTER = 'set' + TYPE; var NativeTypedArrayConstructor = global[CONSTRUCTOR_NAME]; var TypedArrayConstructor = NativeTypedArrayConstructor; var TypedArrayConstructorPrototype = TypedArrayConstructor && TypedArrayConstructor.prototype; var exported = {}; var getter = function (that, index) { var data = getInternalState(that); return data.view[GETTER](index * BYTES + data.byteOffset, true); }; var setter = function (that, index, value) { var data = getInternalState(that); if (CLAMPED) value = (value = round(value)) < 0 ? 0 : value > 0xFF ? 0xFF : value & 0xFF; data.view[SETTER](index * BYTES + data.byteOffset, value, true); }; var addElement = function (that, index) { nativeDefineProperty(that, index, { get: function () { return getter(this, index); }, set: function (value) { return setter(this, index, value); }, enumerable: true }); }; if (!NATIVE_ARRAY_BUFFER_VIEWS) { TypedArrayConstructor = wrapper(function (that, data, offset, $length) { anInstance(that, TypedArrayConstructor, CONSTRUCTOR_NAME); var index = 0; var byteOffset = 0; var buffer, byteLength, length; if (!isObject(data)) { length = toIndex(data); byteLength = length * BYTES; buffer = new ArrayBuffer(byteLength); } else if (isArrayBuffer(data)) { buffer = data; byteOffset = toOffset(offset, BYTES); var $len = data.byteLength; if ($length === undefined) { if ($len % BYTES) throw RangeError(WRONG_LENGTH); byteLength = $len - byteOffset; if (byteLength < 0) throw RangeError(WRONG_LENGTH); } else { byteLength = toLength($length) * BYTES; if (byteLength + byteOffset > $len) throw RangeError(WRONG_LENGTH); } length = byteLength / BYTES; } else if (isTypedArray(data)) { return fromList(TypedArrayConstructor, data); } else { return typedArrayFrom.call(TypedArrayConstructor, data); } setInternalState(that, { buffer: buffer, byteOffset: byteOffset, byteLength: byteLength, length: length, view: new DataView(buffer) }); while (index < length) addElement(that, index++); }); if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray); TypedArrayConstructorPrototype = TypedArrayConstructor.prototype = create(TypedArrayPrototype); } else if (TYPED_ARRAYS_CONSTRUCTORS_REQUIRES_WRAPPERS) { TypedArrayConstructor = wrapper(function (dummy, data, typedArrayOffset, $length) { anInstance(dummy, TypedArrayConstructor, CONSTRUCTOR_NAME); return inheritIfRequired(function () { if (!isObject(data)) return new NativeTypedArrayConstructor(toIndex(data)); if (isArrayBuffer(data)) return $length !== undefined ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES), $length) : typedArrayOffset !== undefined ? new NativeTypedArrayConstructor(data, toOffset(typedArrayOffset, BYTES)) : new NativeTypedArrayConstructor(data); if (isTypedArray(data)) return fromList(TypedArrayConstructor, data); return typedArrayFrom.call(TypedArrayConstructor, data); }(), dummy, TypedArrayConstructor); }); if (setPrototypeOf) setPrototypeOf(TypedArrayConstructor, TypedArray); forEach(getOwnPropertyNames(NativeTypedArrayConstructor), function (key) { if (!(key in TypedArrayConstructor)) { createNonEnumerableProperty(TypedArrayConstructor, key, NativeTypedArrayConstructor[key]); } }); TypedArrayConstructor.prototype = TypedArrayConstructorPrototype; } if (TypedArrayConstructorPrototype.constructor !== TypedArrayConstructor) { createNonEnumerableProperty(TypedArrayConstructorPrototype, 'constructor', TypedArrayConstructor); } if (TYPED_ARRAY_TAG) { createNonEnumerableProperty(TypedArrayConstructorPrototype, TYPED_ARRAY_TAG, CONSTRUCTOR_NAME); } exported[CONSTRUCTOR_NAME] = TypedArrayConstructor; $({ global: true, forced: TypedArrayConstructor != NativeTypedArrayConstructor, sham: !NATIVE_ARRAY_BUFFER_VIEWS }, exported); if (!(BYTES_PER_ELEMENT in TypedArrayConstructor)) { createNonEnumerableProperty(TypedArrayConstructor, BYTES_PER_ELEMENT, BYTES); } if (!(BYTES_PER_ELEMENT in TypedArrayConstructorPrototype)) { createNonEnumerableProperty(TypedArrayConstructorPrototype, BYTES_PER_ELEMENT, BYTES); } setSpecies(CONSTRUCTOR_NAME); }; } else module.exports = function () { /* empty */ }; /***/ }), /***/ "./node_modules/core-js/internals/typed-array-constructors-require-wrappers.js": /*!*************************************************************************************!*\ !*** ./node_modules/core-js/internals/typed-array-constructors-require-wrappers.js ***! \*************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* eslint-disable no-new -- required for testing */ var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var checkCorrectnessOfIteration = __webpack_require__(/*! ../internals/check-correctness-of-iteration */ "./node_modules/core-js/internals/check-correctness-of-iteration.js"); var NATIVE_ARRAY_BUFFER_VIEWS = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js").NATIVE_ARRAY_BUFFER_VIEWS; var ArrayBuffer = global.ArrayBuffer; var Int8Array = global.Int8Array; module.exports = !NATIVE_ARRAY_BUFFER_VIEWS || !fails(function () { Int8Array(1); }) || !fails(function () { new Int8Array(-1); }) || !checkCorrectnessOfIteration(function (iterable) { new Int8Array(); new Int8Array(null); new Int8Array(1.5); new Int8Array(iterable); }, true) || fails(function () { // Safari (11+) bug - a reason why even Safari 13 should load a typed array polyfill return new Int8Array(new ArrayBuffer(2), 1, undefined).length !== 1; }); /***/ }), /***/ "./node_modules/core-js/internals/typed-array-from-species-and-list.js": /*!*****************************************************************************!*\ !*** ./node_modules/core-js/internals/typed-array-from-species-and-list.js ***! \*****************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var aTypedArrayConstructor = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js").aTypedArrayConstructor; var speciesConstructor = __webpack_require__(/*! ../internals/species-constructor */ "./node_modules/core-js/internals/species-constructor.js"); module.exports = function (instance, list) { var C = speciesConstructor(instance, instance.constructor); var index = 0; var length = list.length; var result = new (aTypedArrayConstructor(C))(length); while (length > index) result[index] = list[index++]; return result; }; /***/ }), /***/ "./node_modules/core-js/internals/typed-array-from.js": /*!************************************************************!*\ !*** ./node_modules/core-js/internals/typed-array-from.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js"); var isArrayIteratorMethod = __webpack_require__(/*! ../internals/is-array-iterator-method */ "./node_modules/core-js/internals/is-array-iterator-method.js"); var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var aTypedArrayConstructor = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js").aTypedArrayConstructor; module.exports = function from(source /* , mapfn, thisArg */ ) { var O = toObject(source); var argumentsLength = arguments.length; var mapfn = argumentsLength > 1 ? arguments[1] : undefined; var mapping = mapfn !== undefined; var iteratorMethod = getIteratorMethod(O); var i, length, result, step, iterator, next; if (iteratorMethod != undefined && !isArrayIteratorMethod(iteratorMethod)) { iterator = iteratorMethod.call(O); next = iterator.next; O = []; while (!(step = next.call(iterator)).done) { O.push(step.value); } } if (mapping && argumentsLength > 2) { mapfn = bind(mapfn, arguments[2], 2); } length = toLength(O.length); result = new (aTypedArrayConstructor(this))(length); for (i = 0; length > i; i++) { result[i] = mapping ? mapfn(O[i], i) : O[i]; } return result; }; /***/ }), /***/ "./node_modules/core-js/internals/uid.js": /*!***********************************************!*\ !*** ./node_modules/core-js/internals/uid.js ***! \***********************************************/ /*! no static exports found */ /***/ (function(module, exports) { var id = 0; var postfix = Math.random(); module.exports = function (key) { return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36); }; /***/ }), /***/ "./node_modules/core-js/internals/use-symbol-as-uid.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/use-symbol-as-uid.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* eslint-disable es/no-symbol -- required for testing */ var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js"); module.exports = NATIVE_SYMBOL && !Symbol.sham && typeof Symbol.iterator == 'symbol'; /***/ }), /***/ "./node_modules/core-js/internals/well-known-symbol-wrapped.js": /*!*********************************************************************!*\ !*** ./node_modules/core-js/internals/well-known-symbol-wrapped.js ***! \*********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); exports.f = wellKnownSymbol; /***/ }), /***/ "./node_modules/core-js/internals/well-known-symbol.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/internals/well-known-symbol.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js"); var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js"); var USE_SYMBOL_AS_UID = __webpack_require__(/*! ../internals/use-symbol-as-uid */ "./node_modules/core-js/internals/use-symbol-as-uid.js"); var WellKnownSymbolsStore = shared('wks'); var Symbol = global.Symbol; var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol : Symbol && Symbol.withoutSetter || uid; module.exports = function (name) { if (!has(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) { if (NATIVE_SYMBOL && has(Symbol, name)) { WellKnownSymbolsStore[name] = Symbol[name]; } else { WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name); } } return WellKnownSymbolsStore[name]; }; /***/ }), /***/ "./node_modules/core-js/internals/whitespaces.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/internals/whitespaces.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports) { // a string of all valid unicode whitespaces module.exports = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002' + '\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF'; /***/ }), /***/ "./node_modules/core-js/modules/es.array-buffer.constructor.js": /*!*********************************************************************!*\ !*** ./node_modules/core-js/modules/es.array-buffer.constructor.js ***! \*********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var arrayBufferModule = __webpack_require__(/*! ../internals/array-buffer */ "./node_modules/core-js/internals/array-buffer.js"); var setSpecies = __webpack_require__(/*! ../internals/set-species */ "./node_modules/core-js/internals/set-species.js"); var ARRAY_BUFFER = 'ArrayBuffer'; var ArrayBuffer = arrayBufferModule[ARRAY_BUFFER]; var NativeArrayBuffer = global[ARRAY_BUFFER]; // `ArrayBuffer` constructor // https://tc39.es/ecma262/#sec-arraybuffer-constructor $({ global: true, forced: NativeArrayBuffer !== ArrayBuffer }, { ArrayBuffer: ArrayBuffer }); setSpecies(ARRAY_BUFFER); /***/ }), /***/ "./node_modules/core-js/modules/es.array.concat.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/modules/es.array.concat.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js"); var arraySpeciesCreate = __webpack_require__(/*! ../internals/array-species-create */ "./node_modules/core-js/internals/array-species-create.js"); var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var V8_VERSION = __webpack_require__(/*! ../internals/engine-v8-version */ "./node_modules/core-js/internals/engine-v8-version.js"); var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable'); var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded'; // We can't use this feature detection in V8 since it causes // deoptimization and serious performance degradation // https://github.com/zloirock/core-js/issues/679 var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails(function () { var array = []; array[IS_CONCAT_SPREADABLE] = false; return array.concat()[0] !== array; }); var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat'); var isConcatSpreadable = function (O) { if (!isObject(O)) return false; var spreadable = O[IS_CONCAT_SPREADABLE]; return spreadable !== undefined ? !!spreadable : isArray(O); }; var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT; // `Array.prototype.concat` method // https://tc39.es/ecma262/#sec-array.prototype.concat // with adding support of @@isConcatSpreadable and @@species $({ target: 'Array', proto: true, forced: FORCED }, { // eslint-disable-next-line no-unused-vars -- required for `.length` concat: function concat(arg) { var O = toObject(this); var A = arraySpeciesCreate(O, 0); var n = 0; var i, k, length, len, E; for (i = -1, length = arguments.length; i < length; i++) { E = i === -1 ? O : arguments[i]; if (isConcatSpreadable(E)) { len = toLength(E.length); if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED); for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]); } else { if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED); createProperty(A, n++, E); } } A.length = n; return A; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.array.filter.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/modules/es.array.filter.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $filter = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").filter; var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js"); var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter'); // `Array.prototype.filter` method // https://tc39.es/ecma262/#sec-array.prototype.filter // with adding support of @@species $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { filter: function filter(callbackfn /* , thisArg */ ) { return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.array.find-index.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.array.find-index.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $findIndex = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").findIndex; var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js"); var FIND_INDEX = 'findIndex'; var SKIPS_HOLES = true; // Shouldn't skip holes if (FIND_INDEX in []) Array(1)[FIND_INDEX](function () { SKIPS_HOLES = false; }); // `Array.prototype.findIndex` method // https://tc39.es/ecma262/#sec-array.prototype.findindex $({ target: 'Array', proto: true, forced: SKIPS_HOLES }, { findIndex: function findIndex(callbackfn /* , that = undefined */ ) { return $findIndex(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables addToUnscopables(FIND_INDEX); /***/ }), /***/ "./node_modules/core-js/modules/es.array.find.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/modules/es.array.find.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $find = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").find; var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js"); var FIND = 'find'; var SKIPS_HOLES = true; // Shouldn't skip holes if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; }); // `Array.prototype.find` method // https://tc39.es/ecma262/#sec-array.prototype.find $({ target: 'Array', proto: true, forced: SKIPS_HOLES }, { find: function find(callbackfn /* , that = undefined */ ) { return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables addToUnscopables(FIND); /***/ }), /***/ "./node_modules/core-js/modules/es.array.from.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/modules/es.array.from.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var from = __webpack_require__(/*! ../internals/array-from */ "./node_modules/core-js/internals/array-from.js"); var checkCorrectnessOfIteration = __webpack_require__(/*! ../internals/check-correctness-of-iteration */ "./node_modules/core-js/internals/check-correctness-of-iteration.js"); var INCORRECT_ITERATION = !checkCorrectnessOfIteration(function (iterable) { // eslint-disable-next-line es/no-array-from -- required for testing Array.from(iterable); }); // `Array.from` method // https://tc39.es/ecma262/#sec-array.from $({ target: 'Array', stat: true, forced: INCORRECT_ITERATION }, { from: from }); /***/ }), /***/ "./node_modules/core-js/modules/es.array.includes.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/modules/es.array.includes.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $includes = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js").includes; var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js"); // `Array.prototype.includes` method // https://tc39.es/ecma262/#sec-array.prototype.includes $({ target: 'Array', proto: true }, { includes: function includes(el /* , fromIndex = 0 */ ) { return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined); } }); // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables addToUnscopables('includes'); /***/ }), /***/ "./node_modules/core-js/modules/es.array.iterator.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/modules/es.array.iterator.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var addToUnscopables = __webpack_require__(/*! ../internals/add-to-unscopables */ "./node_modules/core-js/internals/add-to-unscopables.js"); var Iterators = __webpack_require__(/*! ../internals/iterators */ "./node_modules/core-js/internals/iterators.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var defineIterator = __webpack_require__(/*! ../internals/define-iterator */ "./node_modules/core-js/internals/define-iterator.js"); var ARRAY_ITERATOR = 'Array Iterator'; var setInternalState = InternalStateModule.set; var getInternalState = InternalStateModule.getterFor(ARRAY_ITERATOR); // `Array.prototype.entries` method // https://tc39.es/ecma262/#sec-array.prototype.entries // `Array.prototype.keys` method // https://tc39.es/ecma262/#sec-array.prototype.keys // `Array.prototype.values` method // https://tc39.es/ecma262/#sec-array.prototype.values // `Array.prototype[@@iterator]` method // https://tc39.es/ecma262/#sec-array.prototype-@@iterator // `CreateArrayIterator` internal method // https://tc39.es/ecma262/#sec-createarrayiterator module.exports = defineIterator(Array, 'Array', function (iterated, kind) { setInternalState(this, { type: ARRAY_ITERATOR, target: toIndexedObject(iterated), // target index: 0, // next index kind: kind // kind }); // `%ArrayIteratorPrototype%.next` method // https://tc39.es/ecma262/#sec-%arrayiteratorprototype%.next }, function () { var state = getInternalState(this); var target = state.target; var kind = state.kind; var index = state.index++; if (!target || index >= target.length) { state.target = undefined; return { value: undefined, done: true }; } if (kind == 'keys') return { value: index, done: false }; if (kind == 'values') return { value: target[index], done: false }; return { value: [index, target[index]], done: false }; }, 'values'); // argumentsList[@@iterator] is %ArrayProto_values% // https://tc39.es/ecma262/#sec-createunmappedargumentsobject // https://tc39.es/ecma262/#sec-createmappedargumentsobject Iterators.Arguments = Iterators.Array; // https://tc39.es/ecma262/#sec-array.prototype-@@unscopables addToUnscopables('keys'); addToUnscopables('values'); addToUnscopables('entries'); /***/ }), /***/ "./node_modules/core-js/modules/es.array.join.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/modules/es.array.join.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var IndexedObject = __webpack_require__(/*! ../internals/indexed-object */ "./node_modules/core-js/internals/indexed-object.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var arrayMethodIsStrict = __webpack_require__(/*! ../internals/array-method-is-strict */ "./node_modules/core-js/internals/array-method-is-strict.js"); var nativeJoin = [].join; var ES3_STRINGS = IndexedObject != Object; var STRICT_METHOD = arrayMethodIsStrict('join', ','); // `Array.prototype.join` method // https://tc39.es/ecma262/#sec-array.prototype.join $({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD }, { join: function join(separator) { return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.array.map.js": /*!******************************************************!*\ !*** ./node_modules/core-js/modules/es.array.map.js ***! \******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $map = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").map; var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js"); var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map'); // `Array.prototype.map` method // https://tc39.es/ecma262/#sec-array.prototype.map // with adding support of @@species $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { map: function map(callbackfn /* , thisArg */ ) { return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.array.slice.js": /*!********************************************************!*\ !*** ./node_modules/core-js/modules/es.array.slice.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js"); var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js"); var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('slice'); var SPECIES = wellKnownSymbol('species'); var nativeSlice = [].slice; var max = Math.max; // `Array.prototype.slice` method // https://tc39.es/ecma262/#sec-array.prototype.slice // fallback for not array-like ES3 strings and DOM objects $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { slice: function slice(start, end) { var O = toIndexedObject(this); var length = toLength(O.length); var k = toAbsoluteIndex(start, length); var fin = toAbsoluteIndex(end === undefined ? length : end, length); // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible var Constructor, result, n; if (isArray(O)) { Constructor = O.constructor; // cross-realm fallback if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) { Constructor = undefined; } else if (isObject(Constructor)) { Constructor = Constructor[SPECIES]; if (Constructor === null) Constructor = undefined; } if (Constructor === Array || Constructor === undefined) { return nativeSlice.call(O, k, fin); } } result = new (Constructor === undefined ? Array : Constructor)(max(fin - k, 0)); for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]); result.length = n; return result; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.array.splice.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/modules/es.array.splice.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js"); var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var arraySpeciesCreate = __webpack_require__(/*! ../internals/array-species-create */ "./node_modules/core-js/internals/array-species-create.js"); var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js"); var arrayMethodHasSpeciesSupport = __webpack_require__(/*! ../internals/array-method-has-species-support */ "./node_modules/core-js/internals/array-method-has-species-support.js"); var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice'); var max = Math.max; var min = Math.min; var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded'; // `Array.prototype.splice` method // https://tc39.es/ecma262/#sec-array.prototype.splice // with adding support of @@species $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, { splice: function splice(start, deleteCount /* , ...items */ ) { var O = toObject(this); var len = toLength(O.length); var actualStart = toAbsoluteIndex(start, len); var argumentsLength = arguments.length; var insertCount, actualDeleteCount, A, k, from, to; if (argumentsLength === 0) { insertCount = actualDeleteCount = 0; } else if (argumentsLength === 1) { insertCount = 0; actualDeleteCount = len - actualStart; } else { insertCount = argumentsLength - 2; actualDeleteCount = min(max(toInteger(deleteCount), 0), len - actualStart); } if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER) { throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED); } A = arraySpeciesCreate(O, actualDeleteCount); for (k = 0; k < actualDeleteCount; k++) { from = actualStart + k; if (from in O) createProperty(A, k, O[from]); } A.length = actualDeleteCount; if (insertCount < actualDeleteCount) { for (k = actualStart; k < len - actualDeleteCount; k++) { from = k + actualDeleteCount; to = k + insertCount; if (from in O) O[to] = O[from];else delete O[to]; } for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1]; } else if (insertCount > actualDeleteCount) { for (k = len - actualDeleteCount; k > actualStart; k--) { from = k + actualDeleteCount - 1; to = k + insertCount - 1; if (from in O) O[to] = O[from];else delete O[to]; } } for (k = 0; k < insertCount; k++) { O[k + actualStart] = arguments[k + 2]; } O.length = len - actualDeleteCount + insertCount; return A; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.function.name.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/modules/es.function.name.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var FunctionPrototype = Function.prototype; var FunctionPrototypeToString = FunctionPrototype.toString; var nameRE = /^\s*function ([^ (]*)/; var NAME = 'name'; // Function instances `.name` property // https://tc39.es/ecma262/#sec-function-instances-name if (DESCRIPTORS && !(NAME in FunctionPrototype)) { defineProperty(FunctionPrototype, NAME, { configurable: true, get: function () { try { return FunctionPrototypeToString.call(this).match(nameRE)[1]; } catch (error) { return ''; } } }); } /***/ }), /***/ "./node_modules/core-js/modules/es.global-this.js": /*!********************************************************!*\ !*** ./node_modules/core-js/modules/es.global-this.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); // `globalThis` object // https://tc39.es/ecma262/#sec-globalthis $({ global: true }, { globalThis: global }); /***/ }), /***/ "./node_modules/core-js/modules/es.map.js": /*!************************************************!*\ !*** ./node_modules/core-js/modules/es.map.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var collection = __webpack_require__(/*! ../internals/collection */ "./node_modules/core-js/internals/collection.js"); var collectionStrong = __webpack_require__(/*! ../internals/collection-strong */ "./node_modules/core-js/internals/collection-strong.js"); // `Map` constructor // https://tc39.es/ecma262/#sec-map-objects module.exports = collection('Map', function (init) { return function Map() { return init(this, arguments.length ? arguments[0] : undefined); }; }, collectionStrong); /***/ }), /***/ "./node_modules/core-js/modules/es.number.constructor.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/es.number.constructor.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var classof = __webpack_require__(/*! ../internals/classof-raw */ "./node_modules/core-js/internals/classof-raw.js"); var inheritIfRequired = __webpack_require__(/*! ../internals/inherit-if-required */ "./node_modules/core-js/internals/inherit-if-required.js"); var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var getOwnPropertyNames = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js").f; var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f; var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var trim = __webpack_require__(/*! ../internals/string-trim */ "./node_modules/core-js/internals/string-trim.js").trim; var NUMBER = 'Number'; var NativeNumber = global[NUMBER]; var NumberPrototype = NativeNumber.prototype; // Opera ~12 has broken Object#toString var BROKEN_CLASSOF = classof(create(NumberPrototype)) == NUMBER; // `ToNumber` abstract operation // https://tc39.es/ecma262/#sec-tonumber var toNumber = function (argument) { var it = toPrimitive(argument, false); var first, third, radix, maxCode, digits, length, index, code; if (typeof it == 'string' && it.length > 2) { it = trim(it); first = it.charCodeAt(0); if (first === 43 || first === 45) { third = it.charCodeAt(2); if (third === 88 || third === 120) return NaN; // Number('+0x1') should be NaN, old V8 fix } else if (first === 48) { switch (it.charCodeAt(1)) { case 66: case 98: radix = 2; maxCode = 49; break; // fast equal of /^0b[01]+$/i case 79: case 111: radix = 8; maxCode = 55; break; // fast equal of /^0o[0-7]+$/i default: return +it; } digits = it.slice(2); length = digits.length; for (index = 0; index < length; index++) { code = digits.charCodeAt(index); // parseInt parses a string to a first unavailable symbol // but ToNumber should return NaN if a string contains unavailable symbols if (code < 48 || code > maxCode) return NaN; } return parseInt(digits, radix); } } return +it; }; // `Number` constructor // https://tc39.es/ecma262/#sec-number-constructor if (isForced(NUMBER, !NativeNumber(' 0o1') || !NativeNumber('0b1') || NativeNumber('+0x1'))) { var NumberWrapper = function Number(value) { var it = arguments.length < 1 ? 0 : value; var dummy = this; return dummy instanceof NumberWrapper // check on 1..constructor(foo) case && (BROKEN_CLASSOF ? fails(function () { NumberPrototype.valueOf.call(dummy); }) : classof(dummy) != NUMBER) ? inheritIfRequired(new NativeNumber(toNumber(it)), dummy, NumberWrapper) : toNumber(it); }; for (var keys = DESCRIPTORS ? getOwnPropertyNames(NativeNumber) : ( // ES3: 'MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,' + // ES2015 (in case, if modules with ES2015 Number statics required before): 'EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,' + 'MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger,' + // ESNext 'fromString,range').split(','), j = 0, key; keys.length > j; j++) { if (has(NativeNumber, key = keys[j]) && !has(NumberWrapper, key)) { defineProperty(NumberWrapper, key, getOwnPropertyDescriptor(NativeNumber, key)); } } NumberWrapper.prototype = NumberPrototype; NumberPrototype.constructor = NumberWrapper; redefine(global, NUMBER, NumberWrapper); } /***/ }), /***/ "./node_modules/core-js/modules/es.number.is-finite.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.number.is-finite.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var numberIsFinite = __webpack_require__(/*! ../internals/number-is-finite */ "./node_modules/core-js/internals/number-is-finite.js"); // `Number.isFinite` method // https://tc39.es/ecma262/#sec-number.isfinite $({ target: 'Number', stat: true }, { isFinite: numberIsFinite }); /***/ }), /***/ "./node_modules/core-js/modules/es.number.is-integer.js": /*!**************************************************************!*\ !*** ./node_modules/core-js/modules/es.number.is-integer.js ***! \**************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var isInteger = __webpack_require__(/*! ../internals/is-integer */ "./node_modules/core-js/internals/is-integer.js"); // `Number.isInteger` method // https://tc39.es/ecma262/#sec-number.isinteger $({ target: 'Number', stat: true }, { isInteger: isInteger }); /***/ }), /***/ "./node_modules/core-js/modules/es.number.max-safe-integer.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/modules/es.number.max-safe-integer.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); // `Number.MAX_SAFE_INTEGER` constant // https://tc39.es/ecma262/#sec-number.max_safe_integer $({ target: 'Number', stat: true }, { MAX_SAFE_INTEGER: 0x1FFFFFFFFFFFFF }); /***/ }), /***/ "./node_modules/core-js/modules/es.number.min-safe-integer.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/modules/es.number.min-safe-integer.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); // `Number.MIN_SAFE_INTEGER` constant // https://tc39.es/ecma262/#sec-number.min_safe_integer $({ target: 'Number', stat: true }, { MIN_SAFE_INTEGER: -0x1FFFFFFFFFFFFF }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.entries.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/modules/es.object.entries.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $entries = __webpack_require__(/*! ../internals/object-to-array */ "./node_modules/core-js/internals/object-to-array.js").entries; // `Object.entries` method // https://tc39.es/ecma262/#sec-object.entries $({ target: 'Object', stat: true }, { entries: function entries(O) { return $entries(O); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.freeze.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/modules/es.object.freeze.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var FREEZING = __webpack_require__(/*! ../internals/freezing */ "./node_modules/core-js/internals/freezing.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var onFreeze = __webpack_require__(/*! ../internals/internal-metadata */ "./node_modules/core-js/internals/internal-metadata.js").onFreeze; // eslint-disable-next-line es/no-object-freeze -- safe var $freeze = Object.freeze; var FAILS_ON_PRIMITIVES = fails(function () { $freeze(1); }); // `Object.freeze` method // https://tc39.es/ecma262/#sec-object.freeze $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !FREEZING }, { freeze: function freeze(it) { return $freeze && isObject(it) ? $freeze(onFreeze(it)) : it; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.get-own-property-descriptor.js": /*!*******************************************************************************!*\ !*** ./node_modules/core-js/modules/es.object.get-own-property-descriptor.js ***! \*******************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var nativeGetOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f; var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var FAILS_ON_PRIMITIVES = fails(function () { nativeGetOwnPropertyDescriptor(1); }); var FORCED = !DESCRIPTORS || FAILS_ON_PRIMITIVES; // `Object.getOwnPropertyDescriptor` method // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor $({ target: 'Object', stat: true, forced: FORCED, sham: !DESCRIPTORS }, { getOwnPropertyDescriptor: function getOwnPropertyDescriptor(it, key) { return nativeGetOwnPropertyDescriptor(toIndexedObject(it), key); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.get-own-property-descriptors.js": /*!********************************************************************************!*\ !*** ./node_modules/core-js/modules/es.object.get-own-property-descriptors.js ***! \********************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var ownKeys = __webpack_require__(/*! ../internals/own-keys */ "./node_modules/core-js/internals/own-keys.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js"); var createProperty = __webpack_require__(/*! ../internals/create-property */ "./node_modules/core-js/internals/create-property.js"); // `Object.getOwnPropertyDescriptors` method // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors $({ target: 'Object', stat: true, sham: !DESCRIPTORS }, { getOwnPropertyDescriptors: function getOwnPropertyDescriptors(object) { var O = toIndexedObject(object); var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; var keys = ownKeys(O); var result = {}; var index = 0; var key, descriptor; while (keys.length > index) { descriptor = getOwnPropertyDescriptor(O, key = keys[index++]); if (descriptor !== undefined) createProperty(result, key, descriptor); } return result; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.get-prototype-of.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/modules/es.object.get-prototype-of.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var nativeGetPrototypeOf = __webpack_require__(/*! ../internals/object-get-prototype-of */ "./node_modules/core-js/internals/object-get-prototype-of.js"); var CORRECT_PROTOTYPE_GETTER = __webpack_require__(/*! ../internals/correct-prototype-getter */ "./node_modules/core-js/internals/correct-prototype-getter.js"); var FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); }); // `Object.getPrototypeOf` method // https://tc39.es/ecma262/#sec-object.getprototypeof $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, { getPrototypeOf: function getPrototypeOf(it) { return nativeGetPrototypeOf(toObject(it)); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.keys.js": /*!********************************************************!*\ !*** ./node_modules/core-js/modules/es.object.keys.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var nativeKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var FAILS_ON_PRIMITIVES = fails(function () { nativeKeys(1); }); // `Object.keys` method // https://tc39.es/ecma262/#sec-object.keys $({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, { keys: function keys(it) { return nativeKeys(toObject(it)); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.object.to-string.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.object.to-string.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var TO_STRING_TAG_SUPPORT = __webpack_require__(/*! ../internals/to-string-tag-support */ "./node_modules/core-js/internals/to-string-tag-support.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var toString = __webpack_require__(/*! ../internals/object-to-string */ "./node_modules/core-js/internals/object-to-string.js"); // `Object.prototype.toString` method // https://tc39.es/ecma262/#sec-object.prototype.tostring if (!TO_STRING_TAG_SUPPORT) { redefine(Object.prototype, 'toString', toString, { unsafe: true }); } /***/ }), /***/ "./node_modules/core-js/modules/es.object.values.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/modules/es.object.values.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $values = __webpack_require__(/*! ../internals/object-to-array */ "./node_modules/core-js/internals/object-to-array.js").values; // `Object.values` method // https://tc39.es/ecma262/#sec-object.values $({ target: 'Object', stat: true }, { values: function values(O) { return $values(O); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.regexp.constructor.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/es.regexp.constructor.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var isForced = __webpack_require__(/*! ../internals/is-forced */ "./node_modules/core-js/internals/is-forced.js"); var inheritIfRequired = __webpack_require__(/*! ../internals/inherit-if-required */ "./node_modules/core-js/internals/inherit-if-required.js"); var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var getOwnPropertyNames = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js").f; var isRegExp = __webpack_require__(/*! ../internals/is-regexp */ "./node_modules/core-js/internals/is-regexp.js"); var getFlags = __webpack_require__(/*! ../internals/regexp-flags */ "./node_modules/core-js/internals/regexp-flags.js"); var stickyHelpers = __webpack_require__(/*! ../internals/regexp-sticky-helpers */ "./node_modules/core-js/internals/regexp-sticky-helpers.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var enforceInternalState = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js").enforce; var setSpecies = __webpack_require__(/*! ../internals/set-species */ "./node_modules/core-js/internals/set-species.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var MATCH = wellKnownSymbol('match'); var NativeRegExp = global.RegExp; var RegExpPrototype = NativeRegExp.prototype; var re1 = /a/g; var re2 = /a/g; // "new" should create a new object, old webkit bug var CORRECT_NEW = new NativeRegExp(re1) !== re1; var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y; var FORCED = DESCRIPTORS && isForced('RegExp', !CORRECT_NEW || UNSUPPORTED_Y || fails(function () { re2[MATCH] = false; // RegExp constructor can alter flags and IsRegExp works correct with @@match return NativeRegExp(re1) != re1 || NativeRegExp(re2) == re2 || NativeRegExp(re1, 'i') != '/a/i'; })); // `RegExp` constructor // https://tc39.es/ecma262/#sec-regexp-constructor if (FORCED) { var RegExpWrapper = function RegExp(pattern, flags) { var thisIsRegExp = this instanceof RegExpWrapper; var patternIsRegExp = isRegExp(pattern); var flagsAreUndefined = flags === undefined; var sticky; if (!thisIsRegExp && patternIsRegExp && pattern.constructor === RegExpWrapper && flagsAreUndefined) { return pattern; } if (CORRECT_NEW) { if (patternIsRegExp && !flagsAreUndefined) pattern = pattern.source; } else if (pattern instanceof RegExpWrapper) { if (flagsAreUndefined) flags = getFlags.call(pattern); pattern = pattern.source; } if (UNSUPPORTED_Y) { sticky = !!flags && flags.indexOf('y') > -1; if (sticky) flags = flags.replace(/y/g, ''); } var result = inheritIfRequired(CORRECT_NEW ? new NativeRegExp(pattern, flags) : NativeRegExp(pattern, flags), thisIsRegExp ? this : RegExpPrototype, RegExpWrapper); if (UNSUPPORTED_Y && sticky) { var state = enforceInternalState(result); state.sticky = true; } return result; }; var proxy = function (key) { key in RegExpWrapper || defineProperty(RegExpWrapper, key, { configurable: true, get: function () { return NativeRegExp[key]; }, set: function (it) { NativeRegExp[key] = it; } }); }; var keys = getOwnPropertyNames(NativeRegExp); var index = 0; while (keys.length > index) proxy(keys[index++]); RegExpPrototype.constructor = RegExpWrapper; RegExpWrapper.prototype = RegExpPrototype; redefine(global, 'RegExp', RegExpWrapper); } // https://tc39.es/ecma262/#sec-get-regexp-@@species setSpecies('RegExp'); /***/ }), /***/ "./node_modules/core-js/modules/es.regexp.exec.js": /*!********************************************************!*\ !*** ./node_modules/core-js/modules/es.regexp.exec.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var exec = __webpack_require__(/*! ../internals/regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js"); // `RegExp.prototype.exec` method // https://tc39.es/ecma262/#sec-regexp.prototype.exec $({ target: 'RegExp', proto: true, forced: /./.exec !== exec }, { exec: exec }); /***/ }), /***/ "./node_modules/core-js/modules/es.regexp.to-string.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.regexp.to-string.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var flags = __webpack_require__(/*! ../internals/regexp-flags */ "./node_modules/core-js/internals/regexp-flags.js"); var TO_STRING = 'toString'; var RegExpPrototype = RegExp.prototype; var nativeToString = RegExpPrototype[TO_STRING]; var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; }); // FF44- RegExp#toString has a wrong name var INCORRECT_NAME = nativeToString.name != TO_STRING; // `RegExp.prototype.toString` method // https://tc39.es/ecma262/#sec-regexp.prototype.tostring if (NOT_GENERIC || INCORRECT_NAME) { redefine(RegExp.prototype, TO_STRING, function toString() { var R = anObject(this); var p = String(R.source); var rf = R.flags; var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? flags.call(R) : rf); return '/' + p + '/' + f; }, { unsafe: true }); } /***/ }), /***/ "./node_modules/core-js/modules/es.set.js": /*!************************************************!*\ !*** ./node_modules/core-js/modules/es.set.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var collection = __webpack_require__(/*! ../internals/collection */ "./node_modules/core-js/internals/collection.js"); var collectionStrong = __webpack_require__(/*! ../internals/collection-strong */ "./node_modules/core-js/internals/collection-strong.js"); // `Set` constructor // https://tc39.es/ecma262/#sec-set-objects module.exports = collection('Set', function (init) { return function Set() { return init(this, arguments.length ? arguments[0] : undefined); }; }, collectionStrong); /***/ }), /***/ "./node_modules/core-js/modules/es.string.ends-with.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.string.ends-with.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f; var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var notARegExp = __webpack_require__(/*! ../internals/not-a-regexp */ "./node_modules/core-js/internals/not-a-regexp.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var correctIsRegExpLogic = __webpack_require__(/*! ../internals/correct-is-regexp-logic */ "./node_modules/core-js/internals/correct-is-regexp-logic.js"); var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); // eslint-disable-next-line es/no-string-prototype-endswith -- safe var $endsWith = ''.endsWith; var min = Math.min; var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('endsWith'); // https://github.com/zloirock/core-js/pull/702 var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () { var descriptor = getOwnPropertyDescriptor(String.prototype, 'endsWith'); return descriptor && !descriptor.writable; }(); // `String.prototype.endsWith` method // https://tc39.es/ecma262/#sec-string.prototype.endswith $({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, { endsWith: function endsWith(searchString /* , endPosition = @length */ ) { var that = String(requireObjectCoercible(this)); notARegExp(searchString); var endPosition = arguments.length > 1 ? arguments[1] : undefined; var len = toLength(that.length); var end = endPosition === undefined ? len : min(toLength(endPosition), len); var search = String(searchString); return $endsWith ? $endsWith.call(that, search, end) : that.slice(end - search.length, end) === search; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.includes.js": /*!************************************************************!*\ !*** ./node_modules/core-js/modules/es.string.includes.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var notARegExp = __webpack_require__(/*! ../internals/not-a-regexp */ "./node_modules/core-js/internals/not-a-regexp.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var correctIsRegExpLogic = __webpack_require__(/*! ../internals/correct-is-regexp-logic */ "./node_modules/core-js/internals/correct-is-regexp-logic.js"); // `String.prototype.includes` method // https://tc39.es/ecma262/#sec-string.prototype.includes $({ target: 'String', proto: true, forced: !correctIsRegExpLogic('includes') }, { includes: function includes(searchString /* , position = 0 */ ) { return !!~String(requireObjectCoercible(this)).indexOf(notARegExp(searchString), arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.iterator.js": /*!************************************************************!*\ !*** ./node_modules/core-js/modules/es.string.iterator.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var charAt = __webpack_require__(/*! ../internals/string-multibyte */ "./node_modules/core-js/internals/string-multibyte.js").charAt; var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var defineIterator = __webpack_require__(/*! ../internals/define-iterator */ "./node_modules/core-js/internals/define-iterator.js"); var STRING_ITERATOR = 'String Iterator'; var setInternalState = InternalStateModule.set; var getInternalState = InternalStateModule.getterFor(STRING_ITERATOR); // `String.prototype[@@iterator]` method // https://tc39.es/ecma262/#sec-string.prototype-@@iterator defineIterator(String, 'String', function (iterated) { setInternalState(this, { type: STRING_ITERATOR, string: String(iterated), index: 0 }); // `%StringIteratorPrototype%.next` method // https://tc39.es/ecma262/#sec-%stringiteratorprototype%.next }, function next() { var state = getInternalState(this); var string = state.string; var index = state.index; var point; if (index >= string.length) return { value: undefined, done: true }; point = charAt(string, index); state.index += point.length; return { value: point, done: false }; }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.match.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/modules/es.string.match.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fixRegExpWellKnownSymbolLogic = __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var advanceStringIndex = __webpack_require__(/*! ../internals/advance-string-index */ "./node_modules/core-js/internals/advance-string-index.js"); var regExpExec = __webpack_require__(/*! ../internals/regexp-exec-abstract */ "./node_modules/core-js/internals/regexp-exec-abstract.js"); // @@match logic fixRegExpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) { return [// `String.prototype.match` method // https://tc39.es/ecma262/#sec-string.prototype.match function match(regexp) { var O = requireObjectCoercible(this); var matcher = regexp == undefined ? undefined : regexp[MATCH]; return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O)); }, // `RegExp.prototype[@@match]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@match function (regexp) { var res = maybeCallNative(nativeMatch, regexp, this); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); if (!rx.global) return regExpExec(rx, S); var fullUnicode = rx.unicode; rx.lastIndex = 0; var A = []; var n = 0; var result; while ((result = regExpExec(rx, S)) !== null) { var matchStr = String(result[0]); A[n] = matchStr; if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); n++; } return n === 0 ? null : A; }]; }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.pad-start.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.string.pad-start.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $padStart = __webpack_require__(/*! ../internals/string-pad */ "./node_modules/core-js/internals/string-pad.js").start; var WEBKIT_BUG = __webpack_require__(/*! ../internals/string-pad-webkit-bug */ "./node_modules/core-js/internals/string-pad-webkit-bug.js"); // `String.prototype.padStart` method // https://tc39.es/ecma262/#sec-string.prototype.padstart $({ target: 'String', proto: true, forced: WEBKIT_BUG }, { padStart: function padStart(maxLength /* , fillString = ' ' */ ) { return $padStart(this, maxLength, arguments.length > 1 ? arguments[1] : undefined); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.replace.js": /*!***********************************************************!*\ !*** ./node_modules/core-js/modules/es.string.replace.js ***! \***********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fixRegExpWellKnownSymbolLogic = __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toInteger = __webpack_require__(/*! ../internals/to-integer */ "./node_modules/core-js/internals/to-integer.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var advanceStringIndex = __webpack_require__(/*! ../internals/advance-string-index */ "./node_modules/core-js/internals/advance-string-index.js"); var getSubstitution = __webpack_require__(/*! ../internals/get-substitution */ "./node_modules/core-js/internals/get-substitution.js"); var regExpExec = __webpack_require__(/*! ../internals/regexp-exec-abstract */ "./node_modules/core-js/internals/regexp-exec-abstract.js"); var max = Math.max; var min = Math.min; var maybeToString = function (it) { return it === undefined ? it : String(it); }; // @@replace logic fixRegExpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) { var REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE = reason.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE; var REPLACE_KEEPS_$0 = reason.REPLACE_KEEPS_$0; var UNSAFE_SUBSTITUTE = REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE ? '$' : '$0'; return [// `String.prototype.replace` method // https://tc39.es/ecma262/#sec-string.prototype.replace function replace(searchValue, replaceValue) { var O = requireObjectCoercible(this); var replacer = searchValue == undefined ? undefined : searchValue[REPLACE]; return replacer !== undefined ? replacer.call(searchValue, O, replaceValue) : nativeReplace.call(String(O), searchValue, replaceValue); }, // `RegExp.prototype[@@replace]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@replace function (regexp, replaceValue) { if (!REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE && REPLACE_KEEPS_$0 || typeof replaceValue === 'string' && replaceValue.indexOf(UNSAFE_SUBSTITUTE) === -1) { var res = maybeCallNative(nativeReplace, regexp, this, replaceValue); if (res.done) return res.value; } var rx = anObject(regexp); var S = String(this); var functionalReplace = typeof replaceValue === 'function'; if (!functionalReplace) replaceValue = String(replaceValue); var global = rx.global; if (global) { var fullUnicode = rx.unicode; rx.lastIndex = 0; } var results = []; while (true) { var result = regExpExec(rx, S); if (result === null) break; results.push(result); if (!global) break; var matchStr = String(result[0]); if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode); } var accumulatedResult = ''; var nextSourcePosition = 0; for (var i = 0; i < results.length; i++) { result = results[i]; var matched = String(result[0]); var position = max(min(toInteger(result.index), S.length), 0); var captures = []; // NOTE: This is equivalent to // captures = result.slice(1).map(maybeToString) // but for some reason `nativeSlice.call(result, 1, result.length)` (called in // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it. for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j])); var namedCaptures = result.groups; if (functionalReplace) { var replacerArgs = [matched].concat(captures, position, S); if (namedCaptures !== undefined) replacerArgs.push(namedCaptures); var replacement = String(replaceValue.apply(undefined, replacerArgs)); } else { replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue); } if (position >= nextSourcePosition) { accumulatedResult += S.slice(nextSourcePosition, position) + replacement; nextSourcePosition = position + matched.length; } } return accumulatedResult + S.slice(nextSourcePosition); }]; }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.search.js": /*!**********************************************************!*\ !*** ./node_modules/core-js/modules/es.string.search.js ***! \**********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fixRegExpWellKnownSymbolLogic = __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var sameValue = __webpack_require__(/*! ../internals/same-value */ "./node_modules/core-js/internals/same-value.js"); var regExpExec = __webpack_require__(/*! ../internals/regexp-exec-abstract */ "./node_modules/core-js/internals/regexp-exec-abstract.js"); // @@search logic fixRegExpWellKnownSymbolLogic('search', 1, function (SEARCH, nativeSearch, maybeCallNative) { return [// `String.prototype.search` method // https://tc39.es/ecma262/#sec-string.prototype.search function search(regexp) { var O = requireObjectCoercible(this); var searcher = regexp == undefined ? undefined : regexp[SEARCH]; return searcher !== undefined ? searcher.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O)); }, // `RegExp.prototype[@@search]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@search function (regexp) { var res = maybeCallNative(nativeSearch, regexp, this); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); var previousLastIndex = rx.lastIndex; if (!sameValue(previousLastIndex, 0)) rx.lastIndex = 0; var result = regExpExec(rx, S); if (!sameValue(rx.lastIndex, previousLastIndex)) rx.lastIndex = previousLastIndex; return result === null ? -1 : result.index; }]; }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.split.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/modules/es.string.split.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var fixRegExpWellKnownSymbolLogic = __webpack_require__(/*! ../internals/fix-regexp-well-known-symbol-logic */ "./node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js"); var isRegExp = __webpack_require__(/*! ../internals/is-regexp */ "./node_modules/core-js/internals/is-regexp.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var speciesConstructor = __webpack_require__(/*! ../internals/species-constructor */ "./node_modules/core-js/internals/species-constructor.js"); var advanceStringIndex = __webpack_require__(/*! ../internals/advance-string-index */ "./node_modules/core-js/internals/advance-string-index.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var callRegExpExec = __webpack_require__(/*! ../internals/regexp-exec-abstract */ "./node_modules/core-js/internals/regexp-exec-abstract.js"); var regexpExec = __webpack_require__(/*! ../internals/regexp-exec */ "./node_modules/core-js/internals/regexp-exec.js"); var stickyHelpers = __webpack_require__(/*! ../internals/regexp-sticky-helpers */ "./node_modules/core-js/internals/regexp-sticky-helpers.js"); var UNSUPPORTED_Y = stickyHelpers.UNSUPPORTED_Y; var arrayPush = [].push; var min = Math.min; var MAX_UINT32 = 0xFFFFFFFF; // @@split logic fixRegExpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) { var internalSplit; if ('abbc'.split(/(b)*/)[1] == 'c' || // eslint-disable-next-line regexp/no-empty-group -- required for testing 'test'.split(/(?:)/, -1).length != 4 || 'ab'.split(/(?:ab)*/).length != 2 || '.'.split(/(.?)(.?)/).length != 4 || // eslint-disable-next-line regexp/no-assertion-capturing-group, regexp/no-empty-group -- required for testing '.'.split(/()()/).length > 1 || ''.split(/.?/).length) { // based on es5-shim implementation, need to rework it internalSplit = function (separator, limit) { var string = String(requireObjectCoercible(this)); var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; if (lim === 0) return []; if (separator === undefined) return [string]; // If `separator` is not a regex, use native split if (!isRegExp(separator)) { return nativeSplit.call(string, separator, lim); } var output = []; var flags = (separator.ignoreCase ? 'i' : '') + (separator.multiline ? 'm' : '') + (separator.unicode ? 'u' : '') + (separator.sticky ? 'y' : ''); var lastLastIndex = 0; // Make `global` and avoid `lastIndex` issues by working with a copy var separatorCopy = new RegExp(separator.source, flags + 'g'); var match, lastIndex, lastLength; while (match = regexpExec.call(separatorCopy, string)) { lastIndex = separatorCopy.lastIndex; if (lastIndex > lastLastIndex) { output.push(string.slice(lastLastIndex, match.index)); if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1)); lastLength = match[0].length; lastLastIndex = lastIndex; if (output.length >= lim) break; } if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop } if (lastLastIndex === string.length) { if (lastLength || !separatorCopy.test('')) output.push(''); } else output.push(string.slice(lastLastIndex)); return output.length > lim ? output.slice(0, lim) : output; }; // Chakra, V8 } else if ('0'.split(undefined, 0).length) { internalSplit = function (separator, limit) { return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit); }; } else internalSplit = nativeSplit; return [// `String.prototype.split` method // https://tc39.es/ecma262/#sec-string.prototype.split function split(separator, limit) { var O = requireObjectCoercible(this); var splitter = separator == undefined ? undefined : separator[SPLIT]; return splitter !== undefined ? splitter.call(separator, O, limit) : internalSplit.call(String(O), separator, limit); }, // `RegExp.prototype[@@split]` method // https://tc39.es/ecma262/#sec-regexp.prototype-@@split // // NOTE: This cannot be properly polyfilled in engines that don't support // the 'y' flag. function (regexp, limit) { var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit); if (res.done) return res.value; var rx = anObject(regexp); var S = String(this); var C = speciesConstructor(rx, RegExp); var unicodeMatching = rx.unicode; var flags = (rx.ignoreCase ? 'i' : '') + (rx.multiline ? 'm' : '') + (rx.unicode ? 'u' : '') + (UNSUPPORTED_Y ? 'g' : 'y'); // ^(? + rx + ) is needed, in combination with some S slicing, to // simulate the 'y' flag. var splitter = new C(UNSUPPORTED_Y ? '^(?:' + rx.source + ')' : rx, flags); var lim = limit === undefined ? MAX_UINT32 : limit >>> 0; if (lim === 0) return []; if (S.length === 0) return callRegExpExec(splitter, S) === null ? [S] : []; var p = 0; var q = 0; var A = []; while (q < S.length) { splitter.lastIndex = UNSUPPORTED_Y ? 0 : q; var z = callRegExpExec(splitter, UNSUPPORTED_Y ? S.slice(q) : S); var e; if (z === null || (e = min(toLength(splitter.lastIndex + (UNSUPPORTED_Y ? q : 0)), S.length)) === p) { q = advanceStringIndex(S, q, unicodeMatching); } else { A.push(S.slice(p, q)); if (A.length === lim) return A; for (var i = 1; i <= z.length - 1; i++) { A.push(z[i]); if (A.length === lim) return A; } q = p = e; } } A.push(S.slice(p)); return A; }]; }, UNSUPPORTED_Y); /***/ }), /***/ "./node_modules/core-js/modules/es.string.starts-with.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/es.string.starts-with.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var getOwnPropertyDescriptor = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js").f; var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var notARegExp = __webpack_require__(/*! ../internals/not-a-regexp */ "./node_modules/core-js/internals/not-a-regexp.js"); var requireObjectCoercible = __webpack_require__(/*! ../internals/require-object-coercible */ "./node_modules/core-js/internals/require-object-coercible.js"); var correctIsRegExpLogic = __webpack_require__(/*! ../internals/correct-is-regexp-logic */ "./node_modules/core-js/internals/correct-is-regexp-logic.js"); var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); // eslint-disable-next-line es/no-string-prototype-startswith -- safe var $startsWith = ''.startsWith; var min = Math.min; var CORRECT_IS_REGEXP_LOGIC = correctIsRegExpLogic('startsWith'); // https://github.com/zloirock/core-js/pull/702 var MDN_POLYFILL_BUG = !IS_PURE && !CORRECT_IS_REGEXP_LOGIC && !!function () { var descriptor = getOwnPropertyDescriptor(String.prototype, 'startsWith'); return descriptor && !descriptor.writable; }(); // `String.prototype.startsWith` method // https://tc39.es/ecma262/#sec-string.prototype.startswith $({ target: 'String', proto: true, forced: !MDN_POLYFILL_BUG && !CORRECT_IS_REGEXP_LOGIC }, { startsWith: function startsWith(searchString /* , position = 0 */ ) { var that = String(requireObjectCoercible(this)); notARegExp(searchString); var index = toLength(min(arguments.length > 1 ? arguments[1] : undefined, that.length)); var search = String(searchString); return $startsWith ? $startsWith.call(that, search, index) : that.slice(index, index + search.length) === search; } }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.sub.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/modules/es.string.sub.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var createHTML = __webpack_require__(/*! ../internals/create-html */ "./node_modules/core-js/internals/create-html.js"); var forcedStringHTMLMethod = __webpack_require__(/*! ../internals/string-html-forced */ "./node_modules/core-js/internals/string-html-forced.js"); // `String.prototype.sub` method // https://tc39.es/ecma262/#sec-string.prototype.sub $({ target: 'String', proto: true, forced: forcedStringHTMLMethod('sub') }, { sub: function sub() { return createHTML(this, 'sub', '', ''); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.string.trim.js": /*!********************************************************!*\ !*** ./node_modules/core-js/modules/es.string.trim.js ***! \********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var $trim = __webpack_require__(/*! ../internals/string-trim */ "./node_modules/core-js/internals/string-trim.js").trim; var forcedStringTrimMethod = __webpack_require__(/*! ../internals/string-trim-forced */ "./node_modules/core-js/internals/string-trim-forced.js"); // `String.prototype.trim` method // https://tc39.es/ecma262/#sec-string.prototype.trim $({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, { trim: function trim() { return $trim(this); } }); /***/ }), /***/ "./node_modules/core-js/modules/es.symbol.async-iterator.js": /*!******************************************************************!*\ !*** ./node_modules/core-js/modules/es.symbol.async-iterator.js ***! \******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var defineWellKnownSymbol = __webpack_require__(/*! ../internals/define-well-known-symbol */ "./node_modules/core-js/internals/define-well-known-symbol.js"); // `Symbol.asyncIterator` well-known symbol // https://tc39.es/ecma262/#sec-symbol.asynciterator defineWellKnownSymbol('asyncIterator'); /***/ }), /***/ "./node_modules/core-js/modules/es.symbol.description.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/es.symbol.description.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; // `Symbol.prototype.description` getter // https://tc39.es/ecma262/#sec-symbol.prototype.description var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var defineProperty = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js").f; var copyConstructorProperties = __webpack_require__(/*! ../internals/copy-constructor-properties */ "./node_modules/core-js/internals/copy-constructor-properties.js"); var NativeSymbol = global.Symbol; if (DESCRIPTORS && typeof NativeSymbol == 'function' && (!('description' in NativeSymbol.prototype) || // Safari 12 bug NativeSymbol().description !== undefined)) { var EmptyStringDescriptionStore = {}; // wrap Symbol constructor for correct work with undefined description var SymbolWrapper = function Symbol() { var description = arguments.length < 1 || arguments[0] === undefined ? undefined : String(arguments[0]); var result = this instanceof SymbolWrapper ? new NativeSymbol(description) // in Edge 13, String(Symbol(undefined)) === 'Symbol(undefined)' : description === undefined ? NativeSymbol() : NativeSymbol(description); if (description === '') EmptyStringDescriptionStore[result] = true; return result; }; copyConstructorProperties(SymbolWrapper, NativeSymbol); var symbolPrototype = SymbolWrapper.prototype = NativeSymbol.prototype; symbolPrototype.constructor = SymbolWrapper; var symbolToString = symbolPrototype.toString; var native = String(NativeSymbol('test')) == 'Symbol(test)'; var regexp = /^Symbol\((.*)\)[^)]+$/; defineProperty(symbolPrototype, 'description', { configurable: true, get: function description() { var symbol = isObject(this) ? this.valueOf() : this; var string = symbolToString.call(symbol); if (has(EmptyStringDescriptionStore, symbol)) return ''; var desc = native ? string.slice(7, -1) : string.replace(regexp, '$1'); return desc === '' ? undefined : desc; } }); $({ global: true, forced: true }, { Symbol: SymbolWrapper }); } /***/ }), /***/ "./node_modules/core-js/modules/es.symbol.iterator.js": /*!************************************************************!*\ !*** ./node_modules/core-js/modules/es.symbol.iterator.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var defineWellKnownSymbol = __webpack_require__(/*! ../internals/define-well-known-symbol */ "./node_modules/core-js/internals/define-well-known-symbol.js"); // `Symbol.iterator` well-known symbol // https://tc39.es/ecma262/#sec-symbol.iterator defineWellKnownSymbol('iterator'); /***/ }), /***/ "./node_modules/core-js/modules/es.symbol.js": /*!***************************************************!*\ !*** ./node_modules/core-js/modules/es.symbol.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js"); var IS_PURE = __webpack_require__(/*! ../internals/is-pure */ "./node_modules/core-js/internals/is-pure.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var NATIVE_SYMBOL = __webpack_require__(/*! ../internals/native-symbol */ "./node_modules/core-js/internals/native-symbol.js"); var USE_SYMBOL_AS_UID = __webpack_require__(/*! ../internals/use-symbol-as-uid */ "./node_modules/core-js/internals/use-symbol-as-uid.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var isArray = __webpack_require__(/*! ../internals/is-array */ "./node_modules/core-js/internals/is-array.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var toIndexedObject = __webpack_require__(/*! ../internals/to-indexed-object */ "./node_modules/core-js/internals/to-indexed-object.js"); var toPrimitive = __webpack_require__(/*! ../internals/to-primitive */ "./node_modules/core-js/internals/to-primitive.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); var nativeObjectCreate = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var objectKeys = __webpack_require__(/*! ../internals/object-keys */ "./node_modules/core-js/internals/object-keys.js"); var getOwnPropertyNamesModule = __webpack_require__(/*! ../internals/object-get-own-property-names */ "./node_modules/core-js/internals/object-get-own-property-names.js"); var getOwnPropertyNamesExternal = __webpack_require__(/*! ../internals/object-get-own-property-names-external */ "./node_modules/core-js/internals/object-get-own-property-names-external.js"); var getOwnPropertySymbolsModule = __webpack_require__(/*! ../internals/object-get-own-property-symbols */ "./node_modules/core-js/internals/object-get-own-property-symbols.js"); var getOwnPropertyDescriptorModule = __webpack_require__(/*! ../internals/object-get-own-property-descriptor */ "./node_modules/core-js/internals/object-get-own-property-descriptor.js"); var definePropertyModule = __webpack_require__(/*! ../internals/object-define-property */ "./node_modules/core-js/internals/object-define-property.js"); var propertyIsEnumerableModule = __webpack_require__(/*! ../internals/object-property-is-enumerable */ "./node_modules/core-js/internals/object-property-is-enumerable.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var shared = __webpack_require__(/*! ../internals/shared */ "./node_modules/core-js/internals/shared.js"); var sharedKey = __webpack_require__(/*! ../internals/shared-key */ "./node_modules/core-js/internals/shared-key.js"); var hiddenKeys = __webpack_require__(/*! ../internals/hidden-keys */ "./node_modules/core-js/internals/hidden-keys.js"); var uid = __webpack_require__(/*! ../internals/uid */ "./node_modules/core-js/internals/uid.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var wrappedWellKnownSymbolModule = __webpack_require__(/*! ../internals/well-known-symbol-wrapped */ "./node_modules/core-js/internals/well-known-symbol-wrapped.js"); var defineWellKnownSymbol = __webpack_require__(/*! ../internals/define-well-known-symbol */ "./node_modules/core-js/internals/define-well-known-symbol.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var $forEach = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").forEach; var HIDDEN = sharedKey('hidden'); var SYMBOL = 'Symbol'; var PROTOTYPE = 'prototype'; var TO_PRIMITIVE = wellKnownSymbol('toPrimitive'); var setInternalState = InternalStateModule.set; var getInternalState = InternalStateModule.getterFor(SYMBOL); var ObjectPrototype = Object[PROTOTYPE]; var $Symbol = global.Symbol; var $stringify = getBuiltIn('JSON', 'stringify'); var nativeGetOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f; var nativeDefineProperty = definePropertyModule.f; var nativeGetOwnPropertyNames = getOwnPropertyNamesExternal.f; var nativePropertyIsEnumerable = propertyIsEnumerableModule.f; var AllSymbols = shared('symbols'); var ObjectPrototypeSymbols = shared('op-symbols'); var StringToSymbolRegistry = shared('string-to-symbol-registry'); var SymbolToStringRegistry = shared('symbol-to-string-registry'); var WellKnownSymbolsStore = shared('wks'); var QObject = global.QObject; // Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173 var USE_SETTER = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild; // fallback for old Android, https://code.google.com/p/v8/issues/detail?id=687 var setSymbolDescriptor = DESCRIPTORS && fails(function () { return nativeObjectCreate(nativeDefineProperty({}, 'a', { get: function () { return nativeDefineProperty(this, 'a', { value: 7 }).a; } })).a != 7; }) ? function (O, P, Attributes) { var ObjectPrototypeDescriptor = nativeGetOwnPropertyDescriptor(ObjectPrototype, P); if (ObjectPrototypeDescriptor) delete ObjectPrototype[P]; nativeDefineProperty(O, P, Attributes); if (ObjectPrototypeDescriptor && O !== ObjectPrototype) { nativeDefineProperty(ObjectPrototype, P, ObjectPrototypeDescriptor); } } : nativeDefineProperty; var wrap = function (tag, description) { var symbol = AllSymbols[tag] = nativeObjectCreate($Symbol[PROTOTYPE]); setInternalState(symbol, { type: SYMBOL, tag: tag, description: description }); if (!DESCRIPTORS) symbol.description = description; return symbol; }; var isSymbol = USE_SYMBOL_AS_UID ? function (it) { return typeof it == 'symbol'; } : function (it) { return Object(it) instanceof $Symbol; }; var $defineProperty = function defineProperty(O, P, Attributes) { if (O === ObjectPrototype) $defineProperty(ObjectPrototypeSymbols, P, Attributes); anObject(O); var key = toPrimitive(P, true); anObject(Attributes); if (has(AllSymbols, key)) { if (!Attributes.enumerable) { if (!has(O, HIDDEN)) nativeDefineProperty(O, HIDDEN, createPropertyDescriptor(1, {})); O[HIDDEN][key] = true; } else { if (has(O, HIDDEN) && O[HIDDEN][key]) O[HIDDEN][key] = false; Attributes = nativeObjectCreate(Attributes, { enumerable: createPropertyDescriptor(0, false) }); } return setSymbolDescriptor(O, key, Attributes); } return nativeDefineProperty(O, key, Attributes); }; var $defineProperties = function defineProperties(O, Properties) { anObject(O); var properties = toIndexedObject(Properties); var keys = objectKeys(properties).concat($getOwnPropertySymbols(properties)); $forEach(keys, function (key) { if (!DESCRIPTORS || $propertyIsEnumerable.call(properties, key)) $defineProperty(O, key, properties[key]); }); return O; }; var $create = function create(O, Properties) { return Properties === undefined ? nativeObjectCreate(O) : $defineProperties(nativeObjectCreate(O), Properties); }; var $propertyIsEnumerable = function propertyIsEnumerable(V) { var P = toPrimitive(V, true); var enumerable = nativePropertyIsEnumerable.call(this, P); if (this === ObjectPrototype && has(AllSymbols, P) && !has(ObjectPrototypeSymbols, P)) return false; return enumerable || !has(this, P) || !has(AllSymbols, P) || has(this, HIDDEN) && this[HIDDEN][P] ? enumerable : true; }; var $getOwnPropertyDescriptor = function getOwnPropertyDescriptor(O, P) { var it = toIndexedObject(O); var key = toPrimitive(P, true); if (it === ObjectPrototype && has(AllSymbols, key) && !has(ObjectPrototypeSymbols, key)) return; var descriptor = nativeGetOwnPropertyDescriptor(it, key); if (descriptor && has(AllSymbols, key) && !(has(it, HIDDEN) && it[HIDDEN][key])) { descriptor.enumerable = true; } return descriptor; }; var $getOwnPropertyNames = function getOwnPropertyNames(O) { var names = nativeGetOwnPropertyNames(toIndexedObject(O)); var result = []; $forEach(names, function (key) { if (!has(AllSymbols, key) && !has(hiddenKeys, key)) result.push(key); }); return result; }; var $getOwnPropertySymbols = function getOwnPropertySymbols(O) { var IS_OBJECT_PROTOTYPE = O === ObjectPrototype; var names = nativeGetOwnPropertyNames(IS_OBJECT_PROTOTYPE ? ObjectPrototypeSymbols : toIndexedObject(O)); var result = []; $forEach(names, function (key) { if (has(AllSymbols, key) && (!IS_OBJECT_PROTOTYPE || has(ObjectPrototype, key))) { result.push(AllSymbols[key]); } }); return result; }; // `Symbol` constructor // https://tc39.es/ecma262/#sec-symbol-constructor if (!NATIVE_SYMBOL) { $Symbol = function Symbol() { if (this instanceof $Symbol) throw TypeError('Symbol is not a constructor'); var description = !arguments.length || arguments[0] === undefined ? undefined : String(arguments[0]); var tag = uid(description); var setter = function (value) { if (this === ObjectPrototype) setter.call(ObjectPrototypeSymbols, value); if (has(this, HIDDEN) && has(this[HIDDEN], tag)) this[HIDDEN][tag] = false; setSymbolDescriptor(this, tag, createPropertyDescriptor(1, value)); }; if (DESCRIPTORS && USE_SETTER) setSymbolDescriptor(ObjectPrototype, tag, { configurable: true, set: setter }); return wrap(tag, description); }; redefine($Symbol[PROTOTYPE], 'toString', function toString() { return getInternalState(this).tag; }); redefine($Symbol, 'withoutSetter', function (description) { return wrap(uid(description), description); }); propertyIsEnumerableModule.f = $propertyIsEnumerable; definePropertyModule.f = $defineProperty; getOwnPropertyDescriptorModule.f = $getOwnPropertyDescriptor; getOwnPropertyNamesModule.f = getOwnPropertyNamesExternal.f = $getOwnPropertyNames; getOwnPropertySymbolsModule.f = $getOwnPropertySymbols; wrappedWellKnownSymbolModule.f = function (name) { return wrap(wellKnownSymbol(name), name); }; if (DESCRIPTORS) { // https://github.com/tc39/proposal-Symbol-description nativeDefineProperty($Symbol[PROTOTYPE], 'description', { configurable: true, get: function description() { return getInternalState(this).description; } }); if (!IS_PURE) { redefine(ObjectPrototype, 'propertyIsEnumerable', $propertyIsEnumerable, { unsafe: true }); } } } $({ global: true, wrap: true, forced: !NATIVE_SYMBOL, sham: !NATIVE_SYMBOL }, { Symbol: $Symbol }); $forEach(objectKeys(WellKnownSymbolsStore), function (name) { defineWellKnownSymbol(name); }); $({ target: SYMBOL, stat: true, forced: !NATIVE_SYMBOL }, { // `Symbol.for` method // https://tc39.es/ecma262/#sec-symbol.for 'for': function (key) { var string = String(key); if (has(StringToSymbolRegistry, string)) return StringToSymbolRegistry[string]; var symbol = $Symbol(string); StringToSymbolRegistry[string] = symbol; SymbolToStringRegistry[symbol] = string; return symbol; }, // `Symbol.keyFor` method // https://tc39.es/ecma262/#sec-symbol.keyfor keyFor: function keyFor(sym) { if (!isSymbol(sym)) throw TypeError(sym + ' is not a symbol'); if (has(SymbolToStringRegistry, sym)) return SymbolToStringRegistry[sym]; }, useSetter: function () { USE_SETTER = true; }, useSimple: function () { USE_SETTER = false; } }); $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL, sham: !DESCRIPTORS }, { // `Object.create` method // https://tc39.es/ecma262/#sec-object.create create: $create, // `Object.defineProperty` method // https://tc39.es/ecma262/#sec-object.defineproperty defineProperty: $defineProperty, // `Object.defineProperties` method // https://tc39.es/ecma262/#sec-object.defineproperties defineProperties: $defineProperties, // `Object.getOwnPropertyDescriptor` method // https://tc39.es/ecma262/#sec-object.getownpropertydescriptors getOwnPropertyDescriptor: $getOwnPropertyDescriptor }); $({ target: 'Object', stat: true, forced: !NATIVE_SYMBOL }, { // `Object.getOwnPropertyNames` method // https://tc39.es/ecma262/#sec-object.getownpropertynames getOwnPropertyNames: $getOwnPropertyNames, // `Object.getOwnPropertySymbols` method // https://tc39.es/ecma262/#sec-object.getownpropertysymbols getOwnPropertySymbols: $getOwnPropertySymbols }); // Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives // https://bugs.chromium.org/p/v8/issues/detail?id=3443 $({ target: 'Object', stat: true, forced: fails(function () { getOwnPropertySymbolsModule.f(1); }) }, { getOwnPropertySymbols: function getOwnPropertySymbols(it) { return getOwnPropertySymbolsModule.f(toObject(it)); } }); // `JSON.stringify` method behavior with symbols // https://tc39.es/ecma262/#sec-json.stringify if ($stringify) { var FORCED_JSON_STRINGIFY = !NATIVE_SYMBOL || fails(function () { var symbol = $Symbol(); // MS Edge converts symbol values to JSON as {} return $stringify([symbol]) != '[null]' // WebKit converts symbol values to JSON as null || $stringify({ a: symbol }) != '{}' // V8 throws on boxed symbols || $stringify(Object(symbol)) != '{}'; }); $({ target: 'JSON', stat: true, forced: FORCED_JSON_STRINGIFY }, { // eslint-disable-next-line no-unused-vars -- required for `.length` stringify: function stringify(it, replacer, space) { var args = [it]; var index = 1; var $replacer; while (arguments.length > index) args.push(arguments[index++]); $replacer = replacer; if (!isObject(replacer) && it === undefined || isSymbol(it)) return; // IE8 returns string on undefined if (!isArray(replacer)) replacer = function (key, value) { if (typeof $replacer == 'function') value = $replacer.call(this, key, value); if (!isSymbol(value)) return value; }; args[1] = replacer; return $stringify.apply(null, args); } }); } // `Symbol.prototype[@@toPrimitive]` method // https://tc39.es/ecma262/#sec-symbol.prototype-@@toprimitive if (!$Symbol[PROTOTYPE][TO_PRIMITIVE]) { createNonEnumerableProperty($Symbol[PROTOTYPE], TO_PRIMITIVE, $Symbol[PROTOTYPE].valueOf); } // `Symbol.prototype[@@toStringTag]` property // https://tc39.es/ecma262/#sec-symbol.prototype-@@tostringtag setToStringTag($Symbol, SYMBOL); hiddenKeys[HIDDEN] = true; /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.copy-within.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.copy-within.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $copyWithin = __webpack_require__(/*! ../internals/array-copy-within */ "./node_modules/core-js/internals/array-copy-within.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.copyWithin` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.copywithin exportTypedArrayMethod('copyWithin', function copyWithin(target, start /* , end */ ) { return $copyWithin.call(aTypedArray(this), target, start, arguments.length > 2 ? arguments[2] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.every.js": /*!**************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.every.js ***! \**************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $every = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").every; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.every` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.every exportTypedArrayMethod('every', function every(callbackfn /* , thisArg */ ) { return $every(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.fill.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.fill.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $fill = __webpack_require__(/*! ../internals/array-fill */ "./node_modules/core-js/internals/array-fill.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.fill` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.fill // eslint-disable-next-line no-unused-vars -- required for `.length` exportTypedArrayMethod('fill', function fill(value /* , start, end */ ) { return $fill.apply(aTypedArray(this), arguments); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.filter.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.filter.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $filter = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").filter; var fromSpeciesAndList = __webpack_require__(/*! ../internals/typed-array-from-species-and-list */ "./node_modules/core-js/internals/typed-array-from-species-and-list.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.filter` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.filter exportTypedArrayMethod('filter', function filter(callbackfn /* , thisArg */ ) { var list = $filter(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); return fromSpeciesAndList(this, list); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.find-index.js": /*!*******************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.find-index.js ***! \*******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $findIndex = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").findIndex; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.findIndex` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.findindex exportTypedArrayMethod('findIndex', function findIndex(predicate /* , thisArg */ ) { return $findIndex(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.find.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.find.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $find = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").find; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.find` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.find exportTypedArrayMethod('find', function find(predicate /* , thisArg */ ) { return $find(aTypedArray(this), predicate, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.for-each.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.for-each.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $forEach = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").forEach; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.forEach` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.foreach exportTypedArrayMethod('forEach', function forEach(callbackfn /* , thisArg */ ) { $forEach(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.includes.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.includes.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $includes = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js").includes; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.includes` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.includes exportTypedArrayMethod('includes', function includes(searchElement /* , fromIndex */ ) { return $includes(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.index-of.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.index-of.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $indexOf = __webpack_require__(/*! ../internals/array-includes */ "./node_modules/core-js/internals/array-includes.js").indexOf; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.indexOf` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.indexof exportTypedArrayMethod('indexOf', function indexOf(searchElement /* , fromIndex */ ) { return $indexOf(aTypedArray(this), searchElement, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.int32-array.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.int32-array.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var createTypedArrayConstructor = __webpack_require__(/*! ../internals/typed-array-constructor */ "./node_modules/core-js/internals/typed-array-constructor.js"); // `Int32Array` constructor // https://tc39.es/ecma262/#sec-typedarray-objects createTypedArrayConstructor('Int32', function (init) { return function Int32Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.iterator.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.iterator.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var ArrayIterators = __webpack_require__(/*! ../modules/es.array.iterator */ "./node_modules/core-js/modules/es.array.iterator.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var ITERATOR = wellKnownSymbol('iterator'); var Uint8Array = global.Uint8Array; var arrayValues = ArrayIterators.values; var arrayKeys = ArrayIterators.keys; var arrayEntries = ArrayIterators.entries; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var nativeTypedArrayIterator = Uint8Array && Uint8Array.prototype[ITERATOR]; var CORRECT_ITER_NAME = !!nativeTypedArrayIterator && (nativeTypedArrayIterator.name == 'values' || nativeTypedArrayIterator.name == undefined); var typedArrayValues = function values() { return arrayValues.call(aTypedArray(this)); }; // `%TypedArray%.prototype.entries` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.entries exportTypedArrayMethod('entries', function entries() { return arrayEntries.call(aTypedArray(this)); }); // `%TypedArray%.prototype.keys` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.keys exportTypedArrayMethod('keys', function keys() { return arrayKeys.call(aTypedArray(this)); }); // `%TypedArray%.prototype.values` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.values exportTypedArrayMethod('values', typedArrayValues, !CORRECT_ITER_NAME); // `%TypedArray%.prototype[@@iterator]` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype-@@iterator exportTypedArrayMethod(ITERATOR, typedArrayValues, !CORRECT_ITER_NAME); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.join.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.join.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var $join = [].join; // `%TypedArray%.prototype.join` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.join // eslint-disable-next-line no-unused-vars -- required for `.length` exportTypedArrayMethod('join', function join(separator) { return $join.apply(aTypedArray(this), arguments); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.last-index-of.js": /*!**********************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.last-index-of.js ***! \**********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $lastIndexOf = __webpack_require__(/*! ../internals/array-last-index-of */ "./node_modules/core-js/internals/array-last-index-of.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.lastIndexOf` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.lastindexof // eslint-disable-next-line no-unused-vars -- required for `.length` exportTypedArrayMethod('lastIndexOf', function lastIndexOf(searchElement /* , fromIndex */ ) { return $lastIndexOf.apply(aTypedArray(this), arguments); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.map.js": /*!************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.map.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $map = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").map; var speciesConstructor = __webpack_require__(/*! ../internals/species-constructor */ "./node_modules/core-js/internals/species-constructor.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.map` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.map exportTypedArrayMethod('map', function map(mapfn /* , thisArg */ ) { return $map(aTypedArray(this), mapfn, arguments.length > 1 ? arguments[1] : undefined, function (O, length) { return new (aTypedArrayConstructor(speciesConstructor(O, O.constructor)))(length); }); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.reduce-right.js": /*!*********************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.reduce-right.js ***! \*********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $reduceRight = __webpack_require__(/*! ../internals/array-reduce */ "./node_modules/core-js/internals/array-reduce.js").right; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.reduceRicht` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.reduceright exportTypedArrayMethod('reduceRight', function reduceRight(callbackfn /* , initialValue */ ) { return $reduceRight(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.reduce.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.reduce.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $reduce = __webpack_require__(/*! ../internals/array-reduce */ "./node_modules/core-js/internals/array-reduce.js").left; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.reduce` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.reduce exportTypedArrayMethod('reduce', function reduce(callbackfn /* , initialValue */ ) { return $reduce(aTypedArray(this), callbackfn, arguments.length, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.reverse.js": /*!****************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.reverse.js ***! \****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var floor = Math.floor; // `%TypedArray%.prototype.reverse` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.reverse exportTypedArrayMethod('reverse', function reverse() { var that = this; var length = aTypedArray(that).length; var middle = floor(length / 2); var index = 0; var value; while (index < middle) { value = that[index]; that[index++] = that[--length]; that[length] = value; } return that; }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.set.js": /*!************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.set.js ***! \************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toOffset = __webpack_require__(/*! ../internals/to-offset */ "./node_modules/core-js/internals/to-offset.js"); var toObject = __webpack_require__(/*! ../internals/to-object */ "./node_modules/core-js/internals/to-object.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var FORCED = fails(function () { // eslint-disable-next-line es/no-typed-arrays -- required for testing new Int8Array(1).set({}); }); // `%TypedArray%.prototype.set` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.set exportTypedArrayMethod('set', function set(arrayLike /* , offset */ ) { aTypedArray(this); var offset = toOffset(arguments.length > 1 ? arguments[1] : undefined, 1); var length = this.length; var src = toObject(arrayLike); var len = toLength(src.length); var index = 0; if (len + offset > length) throw RangeError('Wrong length'); while (index < len) this[offset + index] = src[index++]; }, FORCED); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.slice.js": /*!**************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.slice.js ***! \**************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var speciesConstructor = __webpack_require__(/*! ../internals/species-constructor */ "./node_modules/core-js/internals/species-constructor.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var aTypedArrayConstructor = ArrayBufferViewCore.aTypedArrayConstructor; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var $slice = [].slice; var FORCED = fails(function () { // eslint-disable-next-line es/no-typed-arrays -- required for testing new Int8Array(1).slice(); }); // `%TypedArray%.prototype.slice` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.slice exportTypedArrayMethod('slice', function slice(start, end) { var list = $slice.call(aTypedArray(this), start, end); var C = speciesConstructor(this, this.constructor); var index = 0; var length = list.length; var result = new (aTypedArrayConstructor(C))(length); while (length > index) result[index] = list[index++]; return result; }, FORCED); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.some.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.some.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var $some = __webpack_require__(/*! ../internals/array-iteration */ "./node_modules/core-js/internals/array-iteration.js").some; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.some` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.some exportTypedArrayMethod('some', function some(callbackfn /* , thisArg */ ) { return $some(aTypedArray(this), callbackfn, arguments.length > 1 ? arguments[1] : undefined); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.sort.js": /*!*************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.sort.js ***! \*************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var $sort = [].sort; // `%TypedArray%.prototype.sort` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.sort exportTypedArrayMethod('sort', function sort(comparefn) { return $sort.call(aTypedArray(this), comparefn); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.subarray.js": /*!*****************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.subarray.js ***! \*****************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var toLength = __webpack_require__(/*! ../internals/to-length */ "./node_modules/core-js/internals/to-length.js"); var toAbsoluteIndex = __webpack_require__(/*! ../internals/to-absolute-index */ "./node_modules/core-js/internals/to-absolute-index.js"); var speciesConstructor = __webpack_require__(/*! ../internals/species-constructor */ "./node_modules/core-js/internals/species-constructor.js"); var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; // `%TypedArray%.prototype.subarray` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.subarray exportTypedArrayMethod('subarray', function subarray(begin, end) { var O = aTypedArray(this); var length = O.length; var beginIndex = toAbsoluteIndex(begin, length); return new (speciesConstructor(O, O.constructor))(O.buffer, O.byteOffset + beginIndex * O.BYTES_PER_ELEMENT, toLength((end === undefined ? length : toAbsoluteIndex(end, length)) - beginIndex)); }); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.to-locale-string.js": /*!*************************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.to-locale-string.js ***! \*************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var ArrayBufferViewCore = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js"); var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var Int8Array = global.Int8Array; var aTypedArray = ArrayBufferViewCore.aTypedArray; var exportTypedArrayMethod = ArrayBufferViewCore.exportTypedArrayMethod; var $toLocaleString = [].toLocaleString; var $slice = [].slice; // iOS Safari 6.x fails here var TO_LOCALE_STRING_BUG = !!Int8Array && fails(function () { $toLocaleString.call(new Int8Array(1)); }); var FORCED = fails(function () { return [1, 2].toLocaleString() != new Int8Array([1, 2]).toLocaleString(); }) || !fails(function () { Int8Array.prototype.toLocaleString.call([1, 2]); }); // `%TypedArray%.prototype.toLocaleString` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.tolocalestring exportTypedArrayMethod('toLocaleString', function toLocaleString() { return $toLocaleString.apply(TO_LOCALE_STRING_BUG ? $slice.call(aTypedArray(this)) : aTypedArray(this), arguments); }, FORCED); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.to-string.js": /*!******************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.to-string.js ***! \******************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var exportTypedArrayMethod = __webpack_require__(/*! ../internals/array-buffer-view-core */ "./node_modules/core-js/internals/array-buffer-view-core.js").exportTypedArrayMethod; var fails = __webpack_require__(/*! ../internals/fails */ "./node_modules/core-js/internals/fails.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var Uint8Array = global.Uint8Array; var Uint8ArrayPrototype = Uint8Array && Uint8Array.prototype || {}; var arrayToString = [].toString; var arrayJoin = [].join; if (fails(function () { arrayToString.call({}); })) { arrayToString = function toString() { return arrayJoin.call(this); }; } var IS_NOT_ARRAY_METHOD = Uint8ArrayPrototype.toString != arrayToString; // `%TypedArray%.prototype.toString` method // https://tc39.es/ecma262/#sec-%typedarray%.prototype.tostring exportTypedArrayMethod('toString', arrayToString, IS_NOT_ARRAY_METHOD); /***/ }), /***/ "./node_modules/core-js/modules/es.typed-array.uint8-array.js": /*!********************************************************************!*\ !*** ./node_modules/core-js/modules/es.typed-array.uint8-array.js ***! \********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var createTypedArrayConstructor = __webpack_require__(/*! ../internals/typed-array-constructor */ "./node_modules/core-js/internals/typed-array-constructor.js"); // `Uint8Array` constructor // https://tc39.es/ecma262/#sec-typedarray-objects createTypedArrayConstructor('Uint8', function (init) { return function Uint8Array(data, byteOffset, length) { return init(this, data, byteOffset, length); }; }); /***/ }), /***/ "./node_modules/core-js/modules/web.dom-collections.for-each.js": /*!**********************************************************************!*\ !*** ./node_modules/core-js/modules/web.dom-collections.for-each.js ***! \**********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var DOMIterables = __webpack_require__(/*! ../internals/dom-iterables */ "./node_modules/core-js/internals/dom-iterables.js"); var forEach = __webpack_require__(/*! ../internals/array-for-each */ "./node_modules/core-js/internals/array-for-each.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); for (var COLLECTION_NAME in DOMIterables) { var Collection = global[COLLECTION_NAME]; var CollectionPrototype = Collection && Collection.prototype; // some Chrome versions have non-configurable methods on DOMTokenList if (CollectionPrototype && CollectionPrototype.forEach !== forEach) try { createNonEnumerableProperty(CollectionPrototype, 'forEach', forEach); } catch (error) { CollectionPrototype.forEach = forEach; } } /***/ }), /***/ "./node_modules/core-js/modules/web.dom-collections.iterator.js": /*!**********************************************************************!*\ !*** ./node_modules/core-js/modules/web.dom-collections.iterator.js ***! \**********************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var DOMIterables = __webpack_require__(/*! ../internals/dom-iterables */ "./node_modules/core-js/internals/dom-iterables.js"); var ArrayIteratorMethods = __webpack_require__(/*! ../modules/es.array.iterator */ "./node_modules/core-js/modules/es.array.iterator.js"); var createNonEnumerableProperty = __webpack_require__(/*! ../internals/create-non-enumerable-property */ "./node_modules/core-js/internals/create-non-enumerable-property.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var ITERATOR = wellKnownSymbol('iterator'); var TO_STRING_TAG = wellKnownSymbol('toStringTag'); var ArrayValues = ArrayIteratorMethods.values; for (var COLLECTION_NAME in DOMIterables) { var Collection = global[COLLECTION_NAME]; var CollectionPrototype = Collection && Collection.prototype; if (CollectionPrototype) { // some Chrome versions have non-configurable methods on DOMTokenList if (CollectionPrototype[ITERATOR] !== ArrayValues) try { createNonEnumerableProperty(CollectionPrototype, ITERATOR, ArrayValues); } catch (error) { CollectionPrototype[ITERATOR] = ArrayValues; } if (!CollectionPrototype[TO_STRING_TAG]) { createNonEnumerableProperty(CollectionPrototype, TO_STRING_TAG, COLLECTION_NAME); } if (DOMIterables[COLLECTION_NAME]) for (var METHOD_NAME in ArrayIteratorMethods) { // some Chrome versions have non-configurable methods on DOMTokenList if (CollectionPrototype[METHOD_NAME] !== ArrayIteratorMethods[METHOD_NAME]) try { createNonEnumerableProperty(CollectionPrototype, METHOD_NAME, ArrayIteratorMethods[METHOD_NAME]); } catch (error) { CollectionPrototype[METHOD_NAME] = ArrayIteratorMethods[METHOD_NAME]; } } } } /***/ }), /***/ "./node_modules/core-js/modules/web.immediate.js": /*!*******************************************************!*\ !*** ./node_modules/core-js/modules/web.immediate.js ***! \*******************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var task = __webpack_require__(/*! ../internals/task */ "./node_modules/core-js/internals/task.js"); var FORCED = !global.setImmediate || !global.clearImmediate; // http://w3c.github.io/setImmediate/ $({ global: true, bind: true, enumerable: true, forced: FORCED }, { // `setImmediate` method // http://w3c.github.io/setImmediate/#si-setImmediate setImmediate: task.set, // `clearImmediate` method // http://w3c.github.io/setImmediate/#si-clearImmediate clearImmediate: task.clear }); /***/ }), /***/ "./node_modules/core-js/modules/web.url-search-params.js": /*!***************************************************************!*\ !*** ./node_modules/core-js/modules/web.url-search-params.js ***! \***************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; // TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env` __webpack_require__(/*! ../modules/es.array.iterator */ "./node_modules/core-js/modules/es.array.iterator.js"); var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var getBuiltIn = __webpack_require__(/*! ../internals/get-built-in */ "./node_modules/core-js/internals/get-built-in.js"); var USE_NATIVE_URL = __webpack_require__(/*! ../internals/native-url */ "./node_modules/core-js/internals/native-url.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var redefineAll = __webpack_require__(/*! ../internals/redefine-all */ "./node_modules/core-js/internals/redefine-all.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var createIteratorConstructor = __webpack_require__(/*! ../internals/create-iterator-constructor */ "./node_modules/core-js/internals/create-iterator-constructor.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var anInstance = __webpack_require__(/*! ../internals/an-instance */ "./node_modules/core-js/internals/an-instance.js"); var hasOwn = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var bind = __webpack_require__(/*! ../internals/function-bind-context */ "./node_modules/core-js/internals/function-bind-context.js"); var classof = __webpack_require__(/*! ../internals/classof */ "./node_modules/core-js/internals/classof.js"); var anObject = __webpack_require__(/*! ../internals/an-object */ "./node_modules/core-js/internals/an-object.js"); var isObject = __webpack_require__(/*! ../internals/is-object */ "./node_modules/core-js/internals/is-object.js"); var create = __webpack_require__(/*! ../internals/object-create */ "./node_modules/core-js/internals/object-create.js"); var createPropertyDescriptor = __webpack_require__(/*! ../internals/create-property-descriptor */ "./node_modules/core-js/internals/create-property-descriptor.js"); var getIterator = __webpack_require__(/*! ../internals/get-iterator */ "./node_modules/core-js/internals/get-iterator.js"); var getIteratorMethod = __webpack_require__(/*! ../internals/get-iterator-method */ "./node_modules/core-js/internals/get-iterator-method.js"); var wellKnownSymbol = __webpack_require__(/*! ../internals/well-known-symbol */ "./node_modules/core-js/internals/well-known-symbol.js"); var $fetch = getBuiltIn('fetch'); var Headers = getBuiltIn('Headers'); var ITERATOR = wellKnownSymbol('iterator'); var URL_SEARCH_PARAMS = 'URLSearchParams'; var URL_SEARCH_PARAMS_ITERATOR = URL_SEARCH_PARAMS + 'Iterator'; var setInternalState = InternalStateModule.set; var getInternalParamsState = InternalStateModule.getterFor(URL_SEARCH_PARAMS); var getInternalIteratorState = InternalStateModule.getterFor(URL_SEARCH_PARAMS_ITERATOR); var plus = /\+/g; var sequences = Array(4); var percentSequence = function (bytes) { return sequences[bytes - 1] || (sequences[bytes - 1] = RegExp('((?:%[\\da-f]{2}){' + bytes + '})', 'gi')); }; var percentDecode = function (sequence) { try { return decodeURIComponent(sequence); } catch (error) { return sequence; } }; var deserialize = function (it) { var result = it.replace(plus, ' '); var bytes = 4; try { return decodeURIComponent(result); } catch (error) { while (bytes) { result = result.replace(percentSequence(bytes--), percentDecode); } return result; } }; var find = /[!'()~]|%20/g; var replace = { '!': '%21', "'": '%27', '(': '%28', ')': '%29', '~': '%7E', '%20': '+' }; var replacer = function (match) { return replace[match]; }; var serialize = function (it) { return encodeURIComponent(it).replace(find, replacer); }; var parseSearchParams = function (result, query) { if (query) { var attributes = query.split('&'); var index = 0; var attribute, entry; while (index < attributes.length) { attribute = attributes[index++]; if (attribute.length) { entry = attribute.split('='); result.push({ key: deserialize(entry.shift()), value: deserialize(entry.join('=')) }); } } } }; var updateSearchParams = function (query) { this.entries.length = 0; parseSearchParams(this.entries, query); }; var validateArgumentsLength = function (passed, required) { if (passed < required) throw TypeError('Not enough arguments'); }; var URLSearchParamsIterator = createIteratorConstructor(function Iterator(params, kind) { setInternalState(this, { type: URL_SEARCH_PARAMS_ITERATOR, iterator: getIterator(getInternalParamsState(params).entries), kind: kind }); }, 'Iterator', function next() { var state = getInternalIteratorState(this); var kind = state.kind; var step = state.iterator.next(); var entry = step.value; if (!step.done) { step.value = kind === 'keys' ? entry.key : kind === 'values' ? entry.value : [entry.key, entry.value]; } return step; }); // `URLSearchParams` constructor // https://url.spec.whatwg.org/#interface-urlsearchparams var URLSearchParamsConstructor = function URLSearchParams() /* init */ { anInstance(this, URLSearchParamsConstructor, URL_SEARCH_PARAMS); var init = arguments.length > 0 ? arguments[0] : undefined; var that = this; var entries = []; var iteratorMethod, iterator, next, step, entryIterator, entryNext, first, second, key; setInternalState(that, { type: URL_SEARCH_PARAMS, entries: entries, updateURL: function () { /* empty */ }, updateSearchParams: updateSearchParams }); if (init !== undefined) { if (isObject(init)) { iteratorMethod = getIteratorMethod(init); if (typeof iteratorMethod === 'function') { iterator = iteratorMethod.call(init); next = iterator.next; while (!(step = next.call(iterator)).done) { entryIterator = getIterator(anObject(step.value)); entryNext = entryIterator.next; if ((first = entryNext.call(entryIterator)).done || (second = entryNext.call(entryIterator)).done || !entryNext.call(entryIterator).done) throw TypeError('Expected sequence with length 2'); entries.push({ key: first.value + '', value: second.value + '' }); } } else for (key in init) if (hasOwn(init, key)) entries.push({ key: key, value: init[key] + '' }); } else { parseSearchParams(entries, typeof init === 'string' ? init.charAt(0) === '?' ? init.slice(1) : init : init + ''); } } }; var URLSearchParamsPrototype = URLSearchParamsConstructor.prototype; redefineAll(URLSearchParamsPrototype, { // `URLSearchParams.prototype.append` method // https://url.spec.whatwg.org/#dom-urlsearchparams-append append: function append(name, value) { validateArgumentsLength(arguments.length, 2); var state = getInternalParamsState(this); state.entries.push({ key: name + '', value: value + '' }); state.updateURL(); }, // `URLSearchParams.prototype.delete` method // https://url.spec.whatwg.org/#dom-urlsearchparams-delete 'delete': function (name) { validateArgumentsLength(arguments.length, 1); var state = getInternalParamsState(this); var entries = state.entries; var key = name + ''; var index = 0; while (index < entries.length) { if (entries[index].key === key) entries.splice(index, 1);else index++; } state.updateURL(); }, // `URLSearchParams.prototype.get` method // https://url.spec.whatwg.org/#dom-urlsearchparams-get get: function get(name) { validateArgumentsLength(arguments.length, 1); var entries = getInternalParamsState(this).entries; var key = name + ''; var index = 0; for (; index < entries.length; index++) { if (entries[index].key === key) return entries[index].value; } return null; }, // `URLSearchParams.prototype.getAll` method // https://url.spec.whatwg.org/#dom-urlsearchparams-getall getAll: function getAll(name) { validateArgumentsLength(arguments.length, 1); var entries = getInternalParamsState(this).entries; var key = name + ''; var result = []; var index = 0; for (; index < entries.length; index++) { if (entries[index].key === key) result.push(entries[index].value); } return result; }, // `URLSearchParams.prototype.has` method // https://url.spec.whatwg.org/#dom-urlsearchparams-has has: function has(name) { validateArgumentsLength(arguments.length, 1); var entries = getInternalParamsState(this).entries; var key = name + ''; var index = 0; while (index < entries.length) { if (entries[index++].key === key) return true; } return false; }, // `URLSearchParams.prototype.set` method // https://url.spec.whatwg.org/#dom-urlsearchparams-set set: function set(name, value) { validateArgumentsLength(arguments.length, 1); var state = getInternalParamsState(this); var entries = state.entries; var found = false; var key = name + ''; var val = value + ''; var index = 0; var entry; for (; index < entries.length; index++) { entry = entries[index]; if (entry.key === key) { if (found) entries.splice(index--, 1);else { found = true; entry.value = val; } } } if (!found) entries.push({ key: key, value: val }); state.updateURL(); }, // `URLSearchParams.prototype.sort` method // https://url.spec.whatwg.org/#dom-urlsearchparams-sort sort: function sort() { var state = getInternalParamsState(this); var entries = state.entries; // Array#sort is not stable in some engines var slice = entries.slice(); var entry, entriesIndex, sliceIndex; entries.length = 0; for (sliceIndex = 0; sliceIndex < slice.length; sliceIndex++) { entry = slice[sliceIndex]; for (entriesIndex = 0; entriesIndex < sliceIndex; entriesIndex++) { if (entries[entriesIndex].key > entry.key) { entries.splice(entriesIndex, 0, entry); break; } } if (entriesIndex === sliceIndex) entries.push(entry); } state.updateURL(); }, // `URLSearchParams.prototype.forEach` method forEach: function forEach(callback /* , thisArg */ ) { var entries = getInternalParamsState(this).entries; var boundFunction = bind(callback, arguments.length > 1 ? arguments[1] : undefined, 3); var index = 0; var entry; while (index < entries.length) { entry = entries[index++]; boundFunction(entry.value, entry.key, this); } }, // `URLSearchParams.prototype.keys` method keys: function keys() { return new URLSearchParamsIterator(this, 'keys'); }, // `URLSearchParams.prototype.values` method values: function values() { return new URLSearchParamsIterator(this, 'values'); }, // `URLSearchParams.prototype.entries` method entries: function entries() { return new URLSearchParamsIterator(this, 'entries'); } }, { enumerable: true }); // `URLSearchParams.prototype[@@iterator]` method redefine(URLSearchParamsPrototype, ITERATOR, URLSearchParamsPrototype.entries); // `URLSearchParams.prototype.toString` method // https://url.spec.whatwg.org/#urlsearchparams-stringification-behavior redefine(URLSearchParamsPrototype, 'toString', function toString() { var entries = getInternalParamsState(this).entries; var result = []; var index = 0; var entry; while (index < entries.length) { entry = entries[index++]; result.push(serialize(entry.key) + '=' + serialize(entry.value)); } return result.join('&'); }, { enumerable: true }); setToStringTag(URLSearchParamsConstructor, URL_SEARCH_PARAMS); $({ global: true, forced: !USE_NATIVE_URL }, { URLSearchParams: URLSearchParamsConstructor }); // Wrap `fetch` for correct work with polyfilled `URLSearchParams` // https://github.com/zloirock/core-js/issues/674 if (!USE_NATIVE_URL && typeof $fetch == 'function' && typeof Headers == 'function') { $({ global: true, enumerable: true, forced: true }, { fetch: function fetch(input /* , init */ ) { var args = [input]; var init, body, headers; if (arguments.length > 1) { init = arguments[1]; if (isObject(init)) { body = init.body; if (classof(body) === URL_SEARCH_PARAMS) { headers = init.headers ? new Headers(init.headers) : new Headers(); if (!headers.has('content-type')) { headers.set('content-type', 'application/x-www-form-urlencoded;charset=UTF-8'); } init = create(init, { body: createPropertyDescriptor(0, String(body)), headers: createPropertyDescriptor(0, headers) }); } } args.push(init); } return $fetch.apply(this, args); } }); } module.exports = { URLSearchParams: URLSearchParamsConstructor, getState: getInternalParamsState }; /***/ }), /***/ "./node_modules/core-js/modules/web.url.js": /*!*************************************************!*\ !*** ./node_modules/core-js/modules/web.url.js ***! \*************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; // TODO: in core-js@4, move /modules/ dependencies to public entries for better optimization by tools like `preset-env` __webpack_require__(/*! ../modules/es.string.iterator */ "./node_modules/core-js/modules/es.string.iterator.js"); var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); var DESCRIPTORS = __webpack_require__(/*! ../internals/descriptors */ "./node_modules/core-js/internals/descriptors.js"); var USE_NATIVE_URL = __webpack_require__(/*! ../internals/native-url */ "./node_modules/core-js/internals/native-url.js"); var global = __webpack_require__(/*! ../internals/global */ "./node_modules/core-js/internals/global.js"); var defineProperties = __webpack_require__(/*! ../internals/object-define-properties */ "./node_modules/core-js/internals/object-define-properties.js"); var redefine = __webpack_require__(/*! ../internals/redefine */ "./node_modules/core-js/internals/redefine.js"); var anInstance = __webpack_require__(/*! ../internals/an-instance */ "./node_modules/core-js/internals/an-instance.js"); var has = __webpack_require__(/*! ../internals/has */ "./node_modules/core-js/internals/has.js"); var assign = __webpack_require__(/*! ../internals/object-assign */ "./node_modules/core-js/internals/object-assign.js"); var arrayFrom = __webpack_require__(/*! ../internals/array-from */ "./node_modules/core-js/internals/array-from.js"); var codeAt = __webpack_require__(/*! ../internals/string-multibyte */ "./node_modules/core-js/internals/string-multibyte.js").codeAt; var toASCII = __webpack_require__(/*! ../internals/string-punycode-to-ascii */ "./node_modules/core-js/internals/string-punycode-to-ascii.js"); var setToStringTag = __webpack_require__(/*! ../internals/set-to-string-tag */ "./node_modules/core-js/internals/set-to-string-tag.js"); var URLSearchParamsModule = __webpack_require__(/*! ../modules/web.url-search-params */ "./node_modules/core-js/modules/web.url-search-params.js"); var InternalStateModule = __webpack_require__(/*! ../internals/internal-state */ "./node_modules/core-js/internals/internal-state.js"); var NativeURL = global.URL; var URLSearchParams = URLSearchParamsModule.URLSearchParams; var getInternalSearchParamsState = URLSearchParamsModule.getState; var setInternalState = InternalStateModule.set; var getInternalURLState = InternalStateModule.getterFor('URL'); var floor = Math.floor; var pow = Math.pow; var INVALID_AUTHORITY = 'Invalid authority'; var INVALID_SCHEME = 'Invalid scheme'; var INVALID_HOST = 'Invalid host'; var INVALID_PORT = 'Invalid port'; var ALPHA = /[A-Za-z]/; // eslint-disable-next-line regexp/no-obscure-range -- safe var ALPHANUMERIC = /[\d+-.A-Za-z]/; var DIGIT = /\d/; var HEX_START = /^(0x|0X)/; var OCT = /^[0-7]+$/; var DEC = /^\d+$/; var HEX = /^[\dA-Fa-f]+$/; /* eslint-disable no-control-regex -- safe */ var FORBIDDEN_HOST_CODE_POINT = /[\0\t\n\r #%/:?@[\\]]/; var FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT = /[\0\t\n\r #/:?@[\\]]/; var LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE = /^[\u0000-\u001F ]+|[\u0000-\u001F ]+$/g; var TAB_AND_NEW_LINE = /[\t\n\r]/g; /* eslint-enable no-control-regex -- safe */ var EOF; var parseHost = function (url, input) { var result, codePoints, index; if (input.charAt(0) == '[') { if (input.charAt(input.length - 1) != ']') return INVALID_HOST; result = parseIPv6(input.slice(1, -1)); if (!result) return INVALID_HOST; url.host = result; // opaque host } else if (!isSpecial(url)) { if (FORBIDDEN_HOST_CODE_POINT_EXCLUDING_PERCENT.test(input)) return INVALID_HOST; result = ''; codePoints = arrayFrom(input); for (index = 0; index < codePoints.length; index++) { result += percentEncode(codePoints[index], C0ControlPercentEncodeSet); } url.host = result; } else { input = toASCII(input); if (FORBIDDEN_HOST_CODE_POINT.test(input)) return INVALID_HOST; result = parseIPv4(input); if (result === null) return INVALID_HOST; url.host = result; } }; var parseIPv4 = function (input) { var parts = input.split('.'); var partsLength, numbers, index, part, radix, number, ipv4; if (parts.length && parts[parts.length - 1] == '') { parts.pop(); } partsLength = parts.length; if (partsLength > 4) return input; numbers = []; for (index = 0; index < partsLength; index++) { part = parts[index]; if (part == '') return input; radix = 10; if (part.length > 1 && part.charAt(0) == '0') { radix = HEX_START.test(part) ? 16 : 8; part = part.slice(radix == 8 ? 1 : 2); } if (part === '') { number = 0; } else { if (!(radix == 10 ? DEC : radix == 8 ? OCT : HEX).test(part)) return input; number = parseInt(part, radix); } numbers.push(number); } for (index = 0; index < partsLength; index++) { number = numbers[index]; if (index == partsLength - 1) { if (number >= pow(256, 5 - partsLength)) return null; } else if (number > 255) return null; } ipv4 = numbers.pop(); for (index = 0; index < numbers.length; index++) { ipv4 += numbers[index] * pow(256, 3 - index); } return ipv4; }; // eslint-disable-next-line max-statements -- TODO var parseIPv6 = function (input) { var address = [0, 0, 0, 0, 0, 0, 0, 0]; var pieceIndex = 0; var compress = null; var pointer = 0; var value, length, numbersSeen, ipv4Piece, number, swaps, swap; var char = function () { return input.charAt(pointer); }; if (char() == ':') { if (input.charAt(1) != ':') return; pointer += 2; pieceIndex++; compress = pieceIndex; } while (char()) { if (pieceIndex == 8) return; if (char() == ':') { if (compress !== null) return; pointer++; pieceIndex++; compress = pieceIndex; continue; } value = length = 0; while (length < 4 && HEX.test(char())) { value = value * 16 + parseInt(char(), 16); pointer++; length++; } if (char() == '.') { if (length == 0) return; pointer -= length; if (pieceIndex > 6) return; numbersSeen = 0; while (char()) { ipv4Piece = null; if (numbersSeen > 0) { if (char() == '.' && numbersSeen < 4) pointer++;else return; } if (!DIGIT.test(char())) return; while (DIGIT.test(char())) { number = parseInt(char(), 10); if (ipv4Piece === null) ipv4Piece = number;else if (ipv4Piece == 0) return;else ipv4Piece = ipv4Piece * 10 + number; if (ipv4Piece > 255) return; pointer++; } address[pieceIndex] = address[pieceIndex] * 256 + ipv4Piece; numbersSeen++; if (numbersSeen == 2 || numbersSeen == 4) pieceIndex++; } if (numbersSeen != 4) return; break; } else if (char() == ':') { pointer++; if (!char()) return; } else if (char()) return; address[pieceIndex++] = value; } if (compress !== null) { swaps = pieceIndex - compress; pieceIndex = 7; while (pieceIndex != 0 && swaps > 0) { swap = address[pieceIndex]; address[pieceIndex--] = address[compress + swaps - 1]; address[compress + --swaps] = swap; } } else if (pieceIndex != 8) return; return address; }; var findLongestZeroSequence = function (ipv6) { var maxIndex = null; var maxLength = 1; var currStart = null; var currLength = 0; var index = 0; for (; index < 8; index++) { if (ipv6[index] !== 0) { if (currLength > maxLength) { maxIndex = currStart; maxLength = currLength; } currStart = null; currLength = 0; } else { if (currStart === null) currStart = index; ++currLength; } } if (currLength > maxLength) { maxIndex = currStart; maxLength = currLength; } return maxIndex; }; var serializeHost = function (host) { var result, index, compress, ignore0; // ipv4 if (typeof host == 'number') { result = []; for (index = 0; index < 4; index++) { result.unshift(host % 256); host = floor(host / 256); } return result.join('.'); // ipv6 } else if (typeof host == 'object') { result = ''; compress = findLongestZeroSequence(host); for (index = 0; index < 8; index++) { if (ignore0 && host[index] === 0) continue; if (ignore0) ignore0 = false; if (compress === index) { result += index ? ':' : '::'; ignore0 = true; } else { result += host[index].toString(16); if (index < 7) result += ':'; } } return '[' + result + ']'; } return host; }; var C0ControlPercentEncodeSet = {}; var fragmentPercentEncodeSet = assign({}, C0ControlPercentEncodeSet, { ' ': 1, '"': 1, '<': 1, '>': 1, '`': 1 }); var pathPercentEncodeSet = assign({}, fragmentPercentEncodeSet, { '#': 1, '?': 1, '{': 1, '}': 1 }); var userinfoPercentEncodeSet = assign({}, pathPercentEncodeSet, { '/': 1, ':': 1, ';': 1, '=': 1, '@': 1, '[': 1, '\\': 1, ']': 1, '^': 1, '|': 1 }); var percentEncode = function (char, set) { var code = codeAt(char, 0); return code > 0x20 && code < 0x7F && !has(set, char) ? char : encodeURIComponent(char); }; var specialSchemes = { ftp: 21, file: null, http: 80, https: 443, ws: 80, wss: 443 }; var isSpecial = function (url) { return has(specialSchemes, url.scheme); }; var includesCredentials = function (url) { return url.username != '' || url.password != ''; }; var cannotHaveUsernamePasswordPort = function (url) { return !url.host || url.cannotBeABaseURL || url.scheme == 'file'; }; var isWindowsDriveLetter = function (string, normalized) { var second; return string.length == 2 && ALPHA.test(string.charAt(0)) && ((second = string.charAt(1)) == ':' || !normalized && second == '|'); }; var startsWithWindowsDriveLetter = function (string) { var third; return string.length > 1 && isWindowsDriveLetter(string.slice(0, 2)) && (string.length == 2 || (third = string.charAt(2)) === '/' || third === '\\' || third === '?' || third === '#'); }; var shortenURLsPath = function (url) { var path = url.path; var pathSize = path.length; if (pathSize && (url.scheme != 'file' || pathSize != 1 || !isWindowsDriveLetter(path[0], true))) { path.pop(); } }; var isSingleDot = function (segment) { return segment === '.' || segment.toLowerCase() === '%2e'; }; var isDoubleDot = function (segment) { segment = segment.toLowerCase(); return segment === '..' || segment === '%2e.' || segment === '.%2e' || segment === '%2e%2e'; }; // States: var SCHEME_START = {}; var SCHEME = {}; var NO_SCHEME = {}; var SPECIAL_RELATIVE_OR_AUTHORITY = {}; var PATH_OR_AUTHORITY = {}; var RELATIVE = {}; var RELATIVE_SLASH = {}; var SPECIAL_AUTHORITY_SLASHES = {}; var SPECIAL_AUTHORITY_IGNORE_SLASHES = {}; var AUTHORITY = {}; var HOST = {}; var HOSTNAME = {}; var PORT = {}; var FILE = {}; var FILE_SLASH = {}; var FILE_HOST = {}; var PATH_START = {}; var PATH = {}; var CANNOT_BE_A_BASE_URL_PATH = {}; var QUERY = {}; var FRAGMENT = {}; // eslint-disable-next-line max-statements -- TODO var parseURL = function (url, input, stateOverride, base) { var state = stateOverride || SCHEME_START; var pointer = 0; var buffer = ''; var seenAt = false; var seenBracket = false; var seenPasswordToken = false; var codePoints, char, bufferCodePoints, failure; if (!stateOverride) { url.scheme = ''; url.username = ''; url.password = ''; url.host = null; url.port = null; url.path = []; url.query = null; url.fragment = null; url.cannotBeABaseURL = false; input = input.replace(LEADING_AND_TRAILING_C0_CONTROL_OR_SPACE, ''); } input = input.replace(TAB_AND_NEW_LINE, ''); codePoints = arrayFrom(input); while (pointer <= codePoints.length) { char = codePoints[pointer]; switch (state) { case SCHEME_START: if (char && ALPHA.test(char)) { buffer += char.toLowerCase(); state = SCHEME; } else if (!stateOverride) { state = NO_SCHEME; continue; } else return INVALID_SCHEME; break; case SCHEME: if (char && (ALPHANUMERIC.test(char) || char == '+' || char == '-' || char == '.')) { buffer += char.toLowerCase(); } else if (char == ':') { if (stateOverride && (isSpecial(url) != has(specialSchemes, buffer) || buffer == 'file' && (includesCredentials(url) || url.port !== null) || url.scheme == 'file' && !url.host)) return; url.scheme = buffer; if (stateOverride) { if (isSpecial(url) && specialSchemes[url.scheme] == url.port) url.port = null; return; } buffer = ''; if (url.scheme == 'file') { state = FILE; } else if (isSpecial(url) && base && base.scheme == url.scheme) { state = SPECIAL_RELATIVE_OR_AUTHORITY; } else if (isSpecial(url)) { state = SPECIAL_AUTHORITY_SLASHES; } else if (codePoints[pointer + 1] == '/') { state = PATH_OR_AUTHORITY; pointer++; } else { url.cannotBeABaseURL = true; url.path.push(''); state = CANNOT_BE_A_BASE_URL_PATH; } } else if (!stateOverride) { buffer = ''; state = NO_SCHEME; pointer = 0; continue; } else return INVALID_SCHEME; break; case NO_SCHEME: if (!base || base.cannotBeABaseURL && char != '#') return INVALID_SCHEME; if (base.cannotBeABaseURL && char == '#') { url.scheme = base.scheme; url.path = base.path.slice(); url.query = base.query; url.fragment = ''; url.cannotBeABaseURL = true; state = FRAGMENT; break; } state = base.scheme == 'file' ? FILE : RELATIVE; continue; case SPECIAL_RELATIVE_OR_AUTHORITY: if (char == '/' && codePoints[pointer + 1] == '/') { state = SPECIAL_AUTHORITY_IGNORE_SLASHES; pointer++; } else { state = RELATIVE; continue; } break; case PATH_OR_AUTHORITY: if (char == '/') { state = AUTHORITY; break; } else { state = PATH; continue; } case RELATIVE: url.scheme = base.scheme; if (char == EOF) { url.username = base.username; url.password = base.password; url.host = base.host; url.port = base.port; url.path = base.path.slice(); url.query = base.query; } else if (char == '/' || char == '\\' && isSpecial(url)) { state = RELATIVE_SLASH; } else if (char == '?') { url.username = base.username; url.password = base.password; url.host = base.host; url.port = base.port; url.path = base.path.slice(); url.query = ''; state = QUERY; } else if (char == '#') { url.username = base.username; url.password = base.password; url.host = base.host; url.port = base.port; url.path = base.path.slice(); url.query = base.query; url.fragment = ''; state = FRAGMENT; } else { url.username = base.username; url.password = base.password; url.host = base.host; url.port = base.port; url.path = base.path.slice(); url.path.pop(); state = PATH; continue; } break; case RELATIVE_SLASH: if (isSpecial(url) && (char == '/' || char == '\\')) { state = SPECIAL_AUTHORITY_IGNORE_SLASHES; } else if (char == '/') { state = AUTHORITY; } else { url.username = base.username; url.password = base.password; url.host = base.host; url.port = base.port; state = PATH; continue; } break; case SPECIAL_AUTHORITY_SLASHES: state = SPECIAL_AUTHORITY_IGNORE_SLASHES; if (char != '/' || buffer.charAt(pointer + 1) != '/') continue; pointer++; break; case SPECIAL_AUTHORITY_IGNORE_SLASHES: if (char != '/' && char != '\\') { state = AUTHORITY; continue; } break; case AUTHORITY: if (char == '@') { if (seenAt) buffer = '%40' + buffer; seenAt = true; bufferCodePoints = arrayFrom(buffer); for (var i = 0; i < bufferCodePoints.length; i++) { var codePoint = bufferCodePoints[i]; if (codePoint == ':' && !seenPasswordToken) { seenPasswordToken = true; continue; } var encodedCodePoints = percentEncode(codePoint, userinfoPercentEncodeSet); if (seenPasswordToken) url.password += encodedCodePoints;else url.username += encodedCodePoints; } buffer = ''; } else if (char == EOF || char == '/' || char == '?' || char == '#' || char == '\\' && isSpecial(url)) { if (seenAt && buffer == '') return INVALID_AUTHORITY; pointer -= arrayFrom(buffer).length + 1; buffer = ''; state = HOST; } else buffer += char; break; case HOST: case HOSTNAME: if (stateOverride && url.scheme == 'file') { state = FILE_HOST; continue; } else if (char == ':' && !seenBracket) { if (buffer == '') return INVALID_HOST; failure = parseHost(url, buffer); if (failure) return failure; buffer = ''; state = PORT; if (stateOverride == HOSTNAME) return; } else if (char == EOF || char == '/' || char == '?' || char == '#' || char == '\\' && isSpecial(url)) { if (isSpecial(url) && buffer == '') return INVALID_HOST; if (stateOverride && buffer == '' && (includesCredentials(url) || url.port !== null)) return; failure = parseHost(url, buffer); if (failure) return failure; buffer = ''; state = PATH_START; if (stateOverride) return; continue; } else { if (char == '[') seenBracket = true;else if (char == ']') seenBracket = false; buffer += char; } break; case PORT: if (DIGIT.test(char)) { buffer += char; } else if (char == EOF || char == '/' || char == '?' || char == '#' || char == '\\' && isSpecial(url) || stateOverride) { if (buffer != '') { var port = parseInt(buffer, 10); if (port > 0xFFFF) return INVALID_PORT; url.port = isSpecial(url) && port === specialSchemes[url.scheme] ? null : port; buffer = ''; } if (stateOverride) return; state = PATH_START; continue; } else return INVALID_PORT; break; case FILE: url.scheme = 'file'; if (char == '/' || char == '\\') state = FILE_SLASH;else if (base && base.scheme == 'file') { if (char == EOF) { url.host = base.host; url.path = base.path.slice(); url.query = base.query; } else if (char == '?') { url.host = base.host; url.path = base.path.slice(); url.query = ''; state = QUERY; } else if (char == '#') { url.host = base.host; url.path = base.path.slice(); url.query = base.query; url.fragment = ''; state = FRAGMENT; } else { if (!startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) { url.host = base.host; url.path = base.path.slice(); shortenURLsPath(url); } state = PATH; continue; } } else { state = PATH; continue; } break; case FILE_SLASH: if (char == '/' || char == '\\') { state = FILE_HOST; break; } if (base && base.scheme == 'file' && !startsWithWindowsDriveLetter(codePoints.slice(pointer).join(''))) { if (isWindowsDriveLetter(base.path[0], true)) url.path.push(base.path[0]);else url.host = base.host; } state = PATH; continue; case FILE_HOST: if (char == EOF || char == '/' || char == '\\' || char == '?' || char == '#') { if (!stateOverride && isWindowsDriveLetter(buffer)) { state = PATH; } else if (buffer == '') { url.host = ''; if (stateOverride) return; state = PATH_START; } else { failure = parseHost(url, buffer); if (failure) return failure; if (url.host == 'localhost') url.host = ''; if (stateOverride) return; buffer = ''; state = PATH_START; } continue; } else buffer += char; break; case PATH_START: if (isSpecial(url)) { state = PATH; if (char != '/' && char != '\\') continue; } else if (!stateOverride && char == '?') { url.query = ''; state = QUERY; } else if (!stateOverride && char == '#') { url.fragment = ''; state = FRAGMENT; } else if (char != EOF) { state = PATH; if (char != '/') continue; } break; case PATH: if (char == EOF || char == '/' || char == '\\' && isSpecial(url) || !stateOverride && (char == '?' || char == '#')) { if (isDoubleDot(buffer)) { shortenURLsPath(url); if (char != '/' && !(char == '\\' && isSpecial(url))) { url.path.push(''); } } else if (isSingleDot(buffer)) { if (char != '/' && !(char == '\\' && isSpecial(url))) { url.path.push(''); } } else { if (url.scheme == 'file' && !url.path.length && isWindowsDriveLetter(buffer)) { if (url.host) url.host = ''; buffer = buffer.charAt(0) + ':'; // normalize windows drive letter } url.path.push(buffer); } buffer = ''; if (url.scheme == 'file' && (char == EOF || char == '?' || char == '#')) { while (url.path.length > 1 && url.path[0] === '') { url.path.shift(); } } if (char == '?') { url.query = ''; state = QUERY; } else if (char == '#') { url.fragment = ''; state = FRAGMENT; } } else { buffer += percentEncode(char, pathPercentEncodeSet); } break; case CANNOT_BE_A_BASE_URL_PATH: if (char == '?') { url.query = ''; state = QUERY; } else if (char == '#') { url.fragment = ''; state = FRAGMENT; } else if (char != EOF) { url.path[0] += percentEncode(char, C0ControlPercentEncodeSet); } break; case QUERY: if (!stateOverride && char == '#') { url.fragment = ''; state = FRAGMENT; } else if (char != EOF) { if (char == "'" && isSpecial(url)) url.query += '%27';else if (char == '#') url.query += '%23';else url.query += percentEncode(char, C0ControlPercentEncodeSet); } break; case FRAGMENT: if (char != EOF) url.fragment += percentEncode(char, fragmentPercentEncodeSet); break; } pointer++; } }; // `URL` constructor // https://url.spec.whatwg.org/#url-class var URLConstructor = function URL(url /* , base */ ) { var that = anInstance(this, URLConstructor, 'URL'); var base = arguments.length > 1 ? arguments[1] : undefined; var urlString = String(url); var state = setInternalState(that, { type: 'URL' }); var baseState, failure; if (base !== undefined) { if (base instanceof URLConstructor) baseState = getInternalURLState(base);else { failure = parseURL(baseState = {}, String(base)); if (failure) throw TypeError(failure); } } failure = parseURL(state, urlString, null, baseState); if (failure) throw TypeError(failure); var searchParams = state.searchParams = new URLSearchParams(); var searchParamsState = getInternalSearchParamsState(searchParams); searchParamsState.updateSearchParams(state.query); searchParamsState.updateURL = function () { state.query = String(searchParams) || null; }; if (!DESCRIPTORS) { that.href = serializeURL.call(that); that.origin = getOrigin.call(that); that.protocol = getProtocol.call(that); that.username = getUsername.call(that); that.password = getPassword.call(that); that.host = getHost.call(that); that.hostname = getHostname.call(that); that.port = getPort.call(that); that.pathname = getPathname.call(that); that.search = getSearch.call(that); that.searchParams = getSearchParams.call(that); that.hash = getHash.call(that); } }; var URLPrototype = URLConstructor.prototype; var serializeURL = function () { var url = getInternalURLState(this); var scheme = url.scheme; var username = url.username; var password = url.password; var host = url.host; var port = url.port; var path = url.path; var query = url.query; var fragment = url.fragment; var output = scheme + ':'; if (host !== null) { output += '//'; if (includesCredentials(url)) { output += username + (password ? ':' + password : '') + '@'; } output += serializeHost(host); if (port !== null) output += ':' + port; } else if (scheme == 'file') output += '//'; output += url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : ''; if (query !== null) output += '?' + query; if (fragment !== null) output += '#' + fragment; return output; }; var getOrigin = function () { var url = getInternalURLState(this); var scheme = url.scheme; var port = url.port; if (scheme == 'blob') try { return new URLConstructor(scheme.path[0]).origin; } catch (error) { return 'null'; } if (scheme == 'file' || !isSpecial(url)) return 'null'; return scheme + '://' + serializeHost(url.host) + (port !== null ? ':' + port : ''); }; var getProtocol = function () { return getInternalURLState(this).scheme + ':'; }; var getUsername = function () { return getInternalURLState(this).username; }; var getPassword = function () { return getInternalURLState(this).password; }; var getHost = function () { var url = getInternalURLState(this); var host = url.host; var port = url.port; return host === null ? '' : port === null ? serializeHost(host) : serializeHost(host) + ':' + port; }; var getHostname = function () { var host = getInternalURLState(this).host; return host === null ? '' : serializeHost(host); }; var getPort = function () { var port = getInternalURLState(this).port; return port === null ? '' : String(port); }; var getPathname = function () { var url = getInternalURLState(this); var path = url.path; return url.cannotBeABaseURL ? path[0] : path.length ? '/' + path.join('/') : ''; }; var getSearch = function () { var query = getInternalURLState(this).query; return query ? '?' + query : ''; }; var getSearchParams = function () { return getInternalURLState(this).searchParams; }; var getHash = function () { var fragment = getInternalURLState(this).fragment; return fragment ? '#' + fragment : ''; }; var accessorDescriptor = function (getter, setter) { return { get: getter, set: setter, configurable: true, enumerable: true }; }; if (DESCRIPTORS) { defineProperties(URLPrototype, { // `URL.prototype.href` accessors pair // https://url.spec.whatwg.org/#dom-url-href href: accessorDescriptor(serializeURL, function (href) { var url = getInternalURLState(this); var urlString = String(href); var failure = parseURL(url, urlString); if (failure) throw TypeError(failure); getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query); }), // `URL.prototype.origin` getter // https://url.spec.whatwg.org/#dom-url-origin origin: accessorDescriptor(getOrigin), // `URL.prototype.protocol` accessors pair // https://url.spec.whatwg.org/#dom-url-protocol protocol: accessorDescriptor(getProtocol, function (protocol) { var url = getInternalURLState(this); parseURL(url, String(protocol) + ':', SCHEME_START); }), // `URL.prototype.username` accessors pair // https://url.spec.whatwg.org/#dom-url-username username: accessorDescriptor(getUsername, function (username) { var url = getInternalURLState(this); var codePoints = arrayFrom(String(username)); if (cannotHaveUsernamePasswordPort(url)) return; url.username = ''; for (var i = 0; i < codePoints.length; i++) { url.username += percentEncode(codePoints[i], userinfoPercentEncodeSet); } }), // `URL.prototype.password` accessors pair // https://url.spec.whatwg.org/#dom-url-password password: accessorDescriptor(getPassword, function (password) { var url = getInternalURLState(this); var codePoints = arrayFrom(String(password)); if (cannotHaveUsernamePasswordPort(url)) return; url.password = ''; for (var i = 0; i < codePoints.length; i++) { url.password += percentEncode(codePoints[i], userinfoPercentEncodeSet); } }), // `URL.prototype.host` accessors pair // https://url.spec.whatwg.org/#dom-url-host host: accessorDescriptor(getHost, function (host) { var url = getInternalURLState(this); if (url.cannotBeABaseURL) return; parseURL(url, String(host), HOST); }), // `URL.prototype.hostname` accessors pair // https://url.spec.whatwg.org/#dom-url-hostname hostname: accessorDescriptor(getHostname, function (hostname) { var url = getInternalURLState(this); if (url.cannotBeABaseURL) return; parseURL(url, String(hostname), HOSTNAME); }), // `URL.prototype.port` accessors pair // https://url.spec.whatwg.org/#dom-url-port port: accessorDescriptor(getPort, function (port) { var url = getInternalURLState(this); if (cannotHaveUsernamePasswordPort(url)) return; port = String(port); if (port == '') url.port = null;else parseURL(url, port, PORT); }), // `URL.prototype.pathname` accessors pair // https://url.spec.whatwg.org/#dom-url-pathname pathname: accessorDescriptor(getPathname, function (pathname) { var url = getInternalURLState(this); if (url.cannotBeABaseURL) return; url.path = []; parseURL(url, pathname + '', PATH_START); }), // `URL.prototype.search` accessors pair // https://url.spec.whatwg.org/#dom-url-search search: accessorDescriptor(getSearch, function (search) { var url = getInternalURLState(this); search = String(search); if (search == '') { url.query = null; } else { if ('?' == search.charAt(0)) search = search.slice(1); url.query = ''; parseURL(url, search, QUERY); } getInternalSearchParamsState(url.searchParams).updateSearchParams(url.query); }), // `URL.prototype.searchParams` getter // https://url.spec.whatwg.org/#dom-url-searchparams searchParams: accessorDescriptor(getSearchParams), // `URL.prototype.hash` accessors pair // https://url.spec.whatwg.org/#dom-url-hash hash: accessorDescriptor(getHash, function (hash) { var url = getInternalURLState(this); hash = String(hash); if (hash == '') { url.fragment = null; return; } if ('#' == hash.charAt(0)) hash = hash.slice(1); url.fragment = ''; parseURL(url, hash, FRAGMENT); }) }); } // `URL.prototype.toJSON` method // https://url.spec.whatwg.org/#dom-url-tojson redefine(URLPrototype, 'toJSON', function toJSON() { return serializeURL.call(this); }, { enumerable: true }); // `URL.prototype.toString` method // https://url.spec.whatwg.org/#URL-stringification-behavior redefine(URLPrototype, 'toString', function toString() { return serializeURL.call(this); }, { enumerable: true }); if (NativeURL) { var nativeCreateObjectURL = NativeURL.createObjectURL; var nativeRevokeObjectURL = NativeURL.revokeObjectURL; // `URL.createObjectURL` method // https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL // eslint-disable-next-line no-unused-vars -- required for `.length` if (nativeCreateObjectURL) redefine(URLConstructor, 'createObjectURL', function createObjectURL(blob) { return nativeCreateObjectURL.apply(NativeURL, arguments); }); // `URL.revokeObjectURL` method // https://developer.mozilla.org/en-US/docs/Web/API/URL/revokeObjectURL // eslint-disable-next-line no-unused-vars -- required for `.length` if (nativeRevokeObjectURL) redefine(URLConstructor, 'revokeObjectURL', function revokeObjectURL(url) { return nativeRevokeObjectURL.apply(NativeURL, arguments); }); } setToStringTag(URLConstructor, 'URL'); $({ global: true, forced: !USE_NATIVE_URL, sham: !DESCRIPTORS }, { URL: URLConstructor }); /***/ }), /***/ "./node_modules/core-js/modules/web.url.to-json.js": /*!*********************************************************!*\ !*** ./node_modules/core-js/modules/web.url.to-json.js ***! \*********************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { "use strict"; var $ = __webpack_require__(/*! ../internals/export */ "./node_modules/core-js/internals/export.js"); // `URL.prototype.toJSON` method // https://url.spec.whatwg.org/#dom-url-tojson $({ target: 'URL', proto: true, enumerable: true }, { toJSON: function toJSON() { return URL.prototype.toString.call(this); } }); /***/ }), /***/ "./node_modules/mini-css-extract-plugin/dist/loader.js?!./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js?!./src/assets/scss/index.scss": /*!*******************************************************************************************************************************************************************************************!*\ !*** ./node_modules/mini-css-extract-plugin/dist/loader.js??ref--1-1!./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ref--1-3!./src/assets/scss/index.scss ***! \*******************************************************************************************************************************************************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { // extracted by mini-css-extract-plugin /***/ }), /***/ "./node_modules/process/browser.js": /*!*****************************************!*\ !*** ./node_modules/process/browser.js ***! \*****************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); // shim for using process in browser var process = module.exports = {}; // cached from whatever global is present so that test runners that stub it // don't break things. But we need to wrap it in a try catch in case it is // wrapped in strict mode code which doesn't define any globals. It's inside a // function because try/catches deoptimize in certain engines. var cachedSetTimeout; var cachedClearTimeout; function defaultSetTimout() { throw new Error('setTimeout has not been defined'); } function defaultClearTimeout() { throw new Error('clearTimeout has not been defined'); } (function () { try { if (typeof setTimeout === 'function') { cachedSetTimeout = setTimeout; } else { cachedSetTimeout = defaultSetTimout; } } catch (e) { cachedSetTimeout = defaultSetTimout; } try { if (typeof clearTimeout === 'function') { cachedClearTimeout = clearTimeout; } else { cachedClearTimeout = defaultClearTimeout; } } catch (e) { cachedClearTimeout = defaultClearTimeout; } })(); function runTimeout(fun) { if (cachedSetTimeout === setTimeout) { //normal enviroments in sane situations return setTimeout(fun, 0); } // if setTimeout wasn't available but was latter defined if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) { cachedSetTimeout = setTimeout; return setTimeout(fun, 0); } try { // when when somebody has screwed with setTimeout but no I.E. maddness return cachedSetTimeout(fun, 0); } catch (e) { try { // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally return cachedSetTimeout.call(null, fun, 0); } catch (e) { // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error return cachedSetTimeout.call(this, fun, 0); } } } function runClearTimeout(marker) { if (cachedClearTimeout === clearTimeout) { //normal enviroments in sane situations return clearTimeout(marker); } // if clearTimeout wasn't available but was latter defined if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) { cachedClearTimeout = clearTimeout; return clearTimeout(marker); } try { // when when somebody has screwed with setTimeout but no I.E. maddness return cachedClearTimeout(marker); } catch (e) { try { // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally return cachedClearTimeout.call(null, marker); } catch (e) { // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error. // Some versions of I.E. have different rules for clearTimeout vs setTimeout return cachedClearTimeout.call(this, marker); } } } var queue = []; var draining = false; var currentQueue; var queueIndex = -1; function cleanUpNextTick() { if (!draining || !currentQueue) { return; } draining = false; if (currentQueue.length) { queue = currentQueue.concat(queue); } else { queueIndex = -1; } if (queue.length) { drainQueue(); } } function drainQueue() { if (draining) { return; } var timeout = runTimeout(cleanUpNextTick); draining = true; var len = queue.length; while (len) { currentQueue = queue; queue = []; while (++queueIndex < len) { if (currentQueue) { currentQueue[queueIndex].run(); } } queueIndex = -1; len = queue.length; } currentQueue = null; draining = false; runClearTimeout(timeout); } process.nextTick = function (fun) { var args = new Array(arguments.length - 1); if (arguments.length > 1) { for (var i = 1; i < arguments.length; i++) { args[i - 1] = arguments[i]; } } queue.push(new Item(fun, args)); if (queue.length === 1 && !draining) { runTimeout(drainQueue); } }; // v8 likes predictible objects function Item(fun, array) { this.fun = fun; this.array = array; } Item.prototype.run = function () { this.fun.apply(null, this.array); }; process.title = 'browser'; process.browser = true; process.env = {}; process.argv = []; process.version = ''; // empty string to avoid regexp issues process.versions = {}; function noop() {} process.on = noop; process.addListener = noop; process.once = noop; process.off = noop; process.removeListener = noop; process.removeAllListeners = noop; process.emit = noop; process.prependListener = noop; process.prependOnceListener = noop; process.listeners = function (name) { return []; }; process.binding = function (name) { throw new Error('process.binding is not supported'); }; process.cwd = function () { return '/'; }; process.chdir = function (dir) { throw new Error('process.chdir is not supported'); }; process.umask = function () { return 0; }; /***/ }), /***/ "./node_modules/setimmediate/setImmediate.js": /*!***************************************************!*\ !*** ./node_modules/setimmediate/setImmediate.js ***! \***************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* WEBPACK VAR INJECTION */(function(global, process) {__webpack_require__(/*! core-js/modules/web.immediate.js */ "./node_modules/core-js/modules/web.immediate.js"); __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); __webpack_require__(/*! core-js/modules/es.object.get-prototype-of.js */ "./node_modules/core-js/modules/es.object.get-prototype-of.js"); __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); (function (global, undefined) { "use strict"; if (global.setImmediate) { return; } var nextHandle = 1; // Spec says greater than zero var tasksByHandle = {}; var currentlyRunningATask = false; var doc = global.document; var registerImmediate; function setImmediate(callback) { // Callback can either be a function or a string if (typeof callback !== "function") { callback = new Function("" + callback); } // Copy function arguments var args = new Array(arguments.length - 1); for (var i = 0; i < args.length; i++) { args[i] = arguments[i + 1]; } // Store and register the task var task = { callback: callback, args: args }; tasksByHandle[nextHandle] = task; registerImmediate(nextHandle); return nextHandle++; } function clearImmediate(handle) { delete tasksByHandle[handle]; } function run(task) { var callback = task.callback; var args = task.args; switch (args.length) { case 0: callback(); break; case 1: callback(args[0]); break; case 2: callback(args[0], args[1]); break; case 3: callback(args[0], args[1], args[2]); break; default: callback.apply(undefined, args); break; } } function runIfPresent(handle) { // From the spec: "Wait until any invocations of this algorithm started before this one have completed." // So if we're currently running a task, we'll need to delay this invocation. if (currentlyRunningATask) { // Delay by doing a setTimeout. setImmediate was tried instead, but in Firefox 7 it generated a // "too much recursion" error. setTimeout(runIfPresent, 0, handle); } else { var task = tasksByHandle[handle]; if (task) { currentlyRunningATask = true; try { run(task); } finally { clearImmediate(handle); currentlyRunningATask = false; } } } } function installNextTickImplementation() { registerImmediate = function registerImmediate(handle) { process.nextTick(function () { runIfPresent(handle); }); }; } function canUsePostMessage() { // The test against `importScripts` prevents this implementation from being installed inside a web worker, // where `global.postMessage` means something completely different and can't be used for this purpose. if (global.postMessage && !global.importScripts) { var postMessageIsAsynchronous = true; var oldOnMessage = global.onmessage; global.onmessage = function () { postMessageIsAsynchronous = false; }; global.postMessage("", "*"); global.onmessage = oldOnMessage; return postMessageIsAsynchronous; } } function installPostMessageImplementation() { // Installs an event handler on `global` for the `message` event: see // * https://developer.mozilla.org/en/DOM/window.postMessage // * http://www.whatwg.org/specs/web-apps/current-work/multipage/comms.html#crossDocumentMessages var messagePrefix = "setImmediate$" + Math.random() + "$"; var onGlobalMessage = function onGlobalMessage(event) { if (event.source === global && typeof event.data === "string" && event.data.indexOf(messagePrefix) === 0) { runIfPresent(+event.data.slice(messagePrefix.length)); } }; if (global.addEventListener) { global.addEventListener("message", onGlobalMessage, false); } else { global.attachEvent("onmessage", onGlobalMessage); } registerImmediate = function registerImmediate(handle) { global.postMessage(messagePrefix + handle, "*"); }; } function installMessageChannelImplementation() { var channel = new MessageChannel(); channel.port1.onmessage = function (event) { var handle = event.data; runIfPresent(handle); }; registerImmediate = function registerImmediate(handle) { channel.port2.postMessage(handle); }; } function installReadyStateChangeImplementation() { var html = doc.documentElement; registerImmediate = function registerImmediate(handle) { // Create a <script> element; its readystatechange event will be fired asynchronously once it is inserted // into the document. Do so, thus queuing up the task. Remember to clean up once it's been called. var script = doc.createElement("script"); script.onreadystatechange = function () { runIfPresent(handle); script.onreadystatechange = null; html.removeChild(script); script = null; }; html.appendChild(script); }; } function installSetTimeoutImplementation() { registerImmediate = function registerImmediate(handle) { setTimeout(runIfPresent, 0, handle); }; } // If supported, we should attach to the prototype of global, since that is where setTimeout et al. live. var attachTo = Object.getPrototypeOf && Object.getPrototypeOf(global); attachTo = attachTo && attachTo.setTimeout ? attachTo : global; // Don't get fooled by e.g. browserify environments. if ({}.toString.call(global.process) === "[object process]") { // For Node.js before 0.9 installNextTickImplementation(); } else if (canUsePostMessage()) { // For non-IE10 modern browsers installPostMessageImplementation(); } else if (global.MessageChannel) { // For web workers, where supported installMessageChannelImplementation(); } else if (doc && "onreadystatechange" in doc.createElement("script")) { // For IE 6–8 installReadyStateChangeImplementation(); } else { // For older browsers installSetTimeoutImplementation(); } attachTo.setImmediate = setImmediate; attachTo.clearImmediate = clearImmediate; })(typeof self === "undefined" ? typeof global === "undefined" ? this : global : self); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"), __webpack_require__(/*! ./../process/browser.js */ "./node_modules/process/browser.js"))) /***/ }), /***/ "./node_modules/timers-browserify/main.js": /*!************************************************!*\ !*** ./node_modules/timers-browserify/main.js ***! \************************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { /* WEBPACK VAR INJECTION */(function(global) {__webpack_require__(/*! core-js/modules/web.immediate.js */ "./node_modules/core-js/modules/web.immediate.js"); var scope = typeof global !== "undefined" && global || typeof self !== "undefined" && self || window; var apply = Function.prototype.apply; // DOM APIs, for completeness exports.setTimeout = function () { return new Timeout(apply.call(setTimeout, scope, arguments), clearTimeout); }; exports.setInterval = function () { return new Timeout(apply.call(setInterval, scope, arguments), clearInterval); }; exports.clearTimeout = exports.clearInterval = function (timeout) { if (timeout) { timeout.close(); } }; function Timeout(id, clearFn) { this._id = id; this._clearFn = clearFn; } Timeout.prototype.unref = Timeout.prototype.ref = function () {}; Timeout.prototype.close = function () { this._clearFn.call(scope, this._id); }; // Does not start the time, just sets up the members needed. exports.enroll = function (item, msecs) { clearTimeout(item._idleTimeoutId); item._idleTimeout = msecs; }; exports.unenroll = function (item) { clearTimeout(item._idleTimeoutId); item._idleTimeout = -1; }; exports._unrefActive = exports.active = function (item) { clearTimeout(item._idleTimeoutId); var msecs = item._idleTimeout; if (msecs >= 0) { item._idleTimeoutId = setTimeout(function onTimeout() { if (item._onTimeout) item._onTimeout(); }, msecs); } }; // setimmediate attaches itself to the global object __webpack_require__(/*! setimmediate */ "./node_modules/setimmediate/setImmediate.js"); // On some exotic environments, it's not clear which object `setimmediate` was // able to install onto. Search each possibility in the same order as the // `setimmediate` library. exports.setImmediate = typeof self !== "undefined" && self.setImmediate || typeof global !== "undefined" && global.setImmediate || this && this.setImmediate; exports.clearImmediate = typeof self !== "undefined" && self.clearImmediate || typeof global !== "undefined" && global.clearImmediate || this && this.clearImmediate; /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"))) /***/ }), /***/ "./node_modules/tslib/tslib.es6.js": /*!*****************************************!*\ !*** ./node_modules/tslib/tslib.es6.js ***! \*****************************************/ /*! exports provided: __extends, __assign, __rest, __decorate, __param, __metadata, __awaiter, __generator, __createBinding, __exportStar, __values, __read, __spread, __spreadArrays, __spreadArray, __await, __asyncGenerator, __asyncDelegator, __asyncValues, __makeTemplateObject, __importStar, __importDefault, __classPrivateFieldGet, __classPrivateFieldSet */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__extends", function() { return __extends; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__assign", function() { return _assign; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__rest", function() { return __rest; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__decorate", function() { return __decorate; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__param", function() { return __param; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__metadata", function() { return __metadata; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__awaiter", function() { return __awaiter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__generator", function() { return __generator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__createBinding", function() { return __createBinding; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__exportStar", function() { return __exportStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__values", function() { return __values; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__read", function() { return __read; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spread", function() { return __spread; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArrays", function() { return __spreadArrays; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__spreadArray", function() { return __spreadArray; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__await", function() { return __await; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncGenerator", function() { return __asyncGenerator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncDelegator", function() { return __asyncDelegator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__asyncValues", function() { return __asyncValues; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__makeTemplateObject", function() { return __makeTemplateObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importStar", function() { return __importStar; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__importDefault", function() { return __importDefault; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldGet", function() { return __classPrivateFieldGet; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "__classPrivateFieldSet", function() { return __classPrivateFieldSet; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.symbol.js */ "./node_modules/core-js/modules/es.symbol.js"); /* harmony import */ var core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.get-own-property-descriptor.js */ "./node_modules/core-js/modules/es.object.get-own-property-descriptor.js"); /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.symbol.description.js */ "./node_modules/core-js/modules/es.symbol.description.js"); /* harmony import */ var core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_description_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.symbol.iterator.js */ "./node_modules/core-js/modules/es.symbol.iterator.js"); /* harmony import */ var core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_iterator_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.concat.js */ "./node_modules/core-js/modules/es.array.concat.js"); /* harmony import */ var core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_concat_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.symbol.async-iterator.js */ "./node_modules/core-js/modules/es.symbol.async-iterator.js"); /* harmony import */ var core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_symbol_async_iterator_js__WEBPACK_IMPORTED_MODULE_9__); /*! ***************************************************************************** Copyright (c) Microsoft Corporation. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ***************************************************************************** */ /* global Reflect, Promise */ var _extendStatics = function extendStatics(d, b) { _extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; } || function (d, b) { for (var p in b) { if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; } }; return _extendStatics(d, b); }; function __extends(d, b) { if (typeof b !== "function" && b !== null) throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); _extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); } var _assign = function __assign() { _assign = Object.assign || function __assign(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) { if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } } return t; }; return _assign.apply(this, arguments); }; function __rest(s, e) { var t = {}; for (var p in s) { if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; } if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]]; } return t; } function __decorate(decorators, target, key, desc) { var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; if ((typeof Reflect === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) { if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; } return c > 3 && r && Object.defineProperty(target, key, r), r; } function __param(paramIndex, decorator) { return function (target, key) { decorator(target, key, paramIndex); }; } function __metadata(metadataKey, metadataValue) { if ((typeof Reflect === "undefined" ? "undefined" : Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(Reflect)) === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); } function __awaiter(thisArg, _arguments, P, generator) { function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } return new (P || (P = Promise))(function (resolve, reject) { function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } step((generator = generator.apply(thisArg, _arguments || [])).next()); }); } function __generator(thisArg, body) { var _ = { label: 0, sent: function sent() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g; return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function () { return this; }), g; function verb(n) { return function (v) { return step([n, v]); }; } function step(op) { if (f) throw new TypeError("Generator is already executing."); while (_) { try { if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; if (y = 0, t) op = [op[0] & 2, t.value]; switch (op[0]) { case 0: case 1: t = op; break; case 4: _.label++; return { value: op[1], done: false }; case 5: _.label++; y = op[1]; op = [0]; continue; case 7: op = _.ops.pop(); _.trys.pop(); continue; default: if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) { _.label = op[1]; break; } if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } if (t[2]) _.ops.pop(); _.trys.pop(); continue; } op = body.call(thisArg, _); } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } } if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; } } var __createBinding = Object.create ? function (o, m, k, k2) { if (k2 === undefined) k2 = k; Object.defineProperty(o, k2, { enumerable: true, get: function get() { return m[k]; } }); } : function (o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; }; function __exportStar(m, o) { for (var p in m) { if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p); } } function __values(o) { var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; if (m) return m.call(o); if (o && typeof o.length === "number") return { next: function next() { if (o && i >= o.length) o = void 0; return { value: o && o[i++], done: !o }; } }; throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); } function __read(o, n) { var m = typeof Symbol === "function" && o[Symbol.iterator]; if (!m) return o; var i = m.call(o), r, ar = [], e; try { while ((n === void 0 || n-- > 0) && !(r = i.next()).done) { ar.push(r.value); } } catch (error) { e = { error: error }; } finally { try { if (r && !r.done && (m = i["return"])) m.call(i); } finally { if (e) throw e.error; } } return ar; } /** @deprecated */ function __spread() { for (var ar = [], i = 0; i < arguments.length; i++) { ar = ar.concat(__read(arguments[i])); } return ar; } /** @deprecated */ function __spreadArrays() { for (var s = 0, i = 0, il = arguments.length; i < il; i++) { s += arguments[i].length; } for (var r = Array(s), k = 0, i = 0; i < il; i++) { for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) { r[k] = a[j]; } } return r; } function __spreadArray(to, from) { for (var i = 0, il = from.length, j = to.length; i < il; i++, j++) { to[j] = from[i]; } return to; } function __await(v) { return this instanceof __await ? (this.v = v, this) : new __await(v); } function __asyncGenerator(thisArg, _arguments, generator) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var g = generator.apply(thisArg, _arguments || []), i, q = []; return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i; function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; } function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } function fulfill(value) { resume("next", value); } function reject(value) { resume("throw", value); } function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } } function __asyncDelegator(o) { var i, p; return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; } } function __asyncValues(o) { if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); var m = o[Symbol.asyncIterator], i; return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } function settle(resolve, reject, d, v) { Promise.resolve(v).then(function (v) { resolve({ value: v, done: d }); }, reject); } } function __makeTemplateObject(cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; } ; var __setModuleDefault = Object.create ? function (o, v) { Object.defineProperty(o, "default", { enumerable: true, value: v }); } : function (o, v) { o["default"] = v; }; function __importStar(mod) { if (mod && mod.__esModule) return mod; var result = {}; if (mod != null) for (var k in mod) { if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); } __setModuleDefault(result, mod); return result; } function __importDefault(mod) { return mod && mod.__esModule ? mod : { default: mod }; } function __classPrivateFieldGet(receiver, state, kind, f) { if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); } function __classPrivateFieldSet(receiver, state, value, kind, f) { if (kind === "m") throw new TypeError("Private method is not writable"); if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value; } /***/ }), /***/ "./node_modules/vue-style-loader/lib/addStylesClient.js": /*!**************************************************************!*\ !*** ./node_modules/vue-style-loader/lib/addStylesClient.js ***! \**************************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return addStylesClient; }); /* harmony import */ var _listToStyles__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./listToStyles */ "./node_modules/vue-style-loader/lib/listToStyles.js"); /* MIT License http://www.opensource.org/licenses/mit-license.php Author Tobias Koppers @sokra Modified by Evan You @yyx990803 */ var hasDocument = typeof document !== 'undefined' if (typeof DEBUG !== 'undefined' && DEBUG) { if (!hasDocument) { throw new Error( 'vue-style-loader cannot be used in a non-browser environment. ' + "Use { target: 'node' } in your Webpack config to indicate a server-rendering environment." ) } } /* type StyleObject = { id: number; parts: Array<StyleObjectPart> } type StyleObjectPart = { css: string; media: string; sourceMap: ?string } */ var stylesInDom = {/* [id: number]: { id: number, refs: number, parts: Array<(obj?: StyleObjectPart) => void> } */} var head = hasDocument && (document.head || document.getElementsByTagName('head')[0]) var singletonElement = null var singletonCounter = 0 var isProduction = false var noop = function () {} var options = null var ssrIdKey = 'data-vue-ssr-id' // Force single-tag solution on IE6-9, which has a hard limit on the # of <style> // tags it will allow on a page var isOldIE = typeof navigator !== 'undefined' && /msie [6-9]\b/.test(navigator.userAgent.toLowerCase()) function addStylesClient (parentId, list, _isProduction, _options) { isProduction = _isProduction options = _options || {} var styles = Object(_listToStyles__WEBPACK_IMPORTED_MODULE_0__["default"])(parentId, list) addStylesToDom(styles) return function update (newList) { var mayRemove = [] for (var i = 0; i < styles.length; i++) { var item = styles[i] var domStyle = stylesInDom[item.id] domStyle.refs-- mayRemove.push(domStyle) } if (newList) { styles = Object(_listToStyles__WEBPACK_IMPORTED_MODULE_0__["default"])(parentId, newList) addStylesToDom(styles) } else { styles = [] } for (var i = 0; i < mayRemove.length; i++) { var domStyle = mayRemove[i] if (domStyle.refs === 0) { for (var j = 0; j < domStyle.parts.length; j++) { domStyle.parts[j]() } delete stylesInDom[domStyle.id] } } } } function addStylesToDom (styles /* Array<StyleObject> */) { for (var i = 0; i < styles.length; i++) { var item = styles[i] var domStyle = stylesInDom[item.id] if (domStyle) { domStyle.refs++ for (var j = 0; j < domStyle.parts.length; j++) { domStyle.parts[j](item.parts[j]) } for (; j < item.parts.length; j++) { domStyle.parts.push(addStyle(item.parts[j])) } if (domStyle.parts.length > item.parts.length) { domStyle.parts.length = item.parts.length } } else { var parts = [] for (var j = 0; j < item.parts.length; j++) { parts.push(addStyle(item.parts[j])) } stylesInDom[item.id] = { id: item.id, refs: 1, parts: parts } } } } function createStyleElement () { var styleElement = document.createElement('style') styleElement.type = 'text/css' head.appendChild(styleElement) return styleElement } function addStyle (obj /* StyleObjectPart */) { var update, remove var styleElement = document.querySelector('style[' + ssrIdKey + '~="' + obj.id + '"]') if (styleElement) { if (isProduction) { // has SSR styles and in production mode. // simply do nothing. return noop } else { // has SSR styles but in dev mode. // for some reason Chrome can't handle source map in server-rendered // style tags - source maps in <style> only works if the style tag is // created and inserted dynamically. So we remove the server rendered // styles and inject new ones. styleElement.parentNode.removeChild(styleElement) } } if (isOldIE) { // use singleton mode for IE9. var styleIndex = singletonCounter++ styleElement = singletonElement || (singletonElement = createStyleElement()) update = applyToSingletonTag.bind(null, styleElement, styleIndex, false) remove = applyToSingletonTag.bind(null, styleElement, styleIndex, true) } else { // use multi-style-tag mode in all other cases styleElement = createStyleElement() update = applyToTag.bind(null, styleElement) remove = function () { styleElement.parentNode.removeChild(styleElement) } } update(obj) return function updateStyle (newObj /* StyleObjectPart */) { if (newObj) { if (newObj.css === obj.css && newObj.media === obj.media && newObj.sourceMap === obj.sourceMap) { return } update(obj = newObj) } else { remove() } } } var replaceText = (function () { var textStore = [] return function (index, replacement) { textStore[index] = replacement return textStore.filter(Boolean).join('\n') } })() function applyToSingletonTag (styleElement, index, remove, obj) { var css = remove ? '' : obj.css if (styleElement.styleSheet) { styleElement.styleSheet.cssText = replaceText(index, css) } else { var cssNode = document.createTextNode(css) var childNodes = styleElement.childNodes if (childNodes[index]) styleElement.removeChild(childNodes[index]) if (childNodes.length) { styleElement.insertBefore(cssNode, childNodes[index]) } else { styleElement.appendChild(cssNode) } } } function applyToTag (styleElement, obj) { var css = obj.css var media = obj.media var sourceMap = obj.sourceMap if (media) { styleElement.setAttribute('media', media) } if (options.ssrId) { styleElement.setAttribute(ssrIdKey, obj.id) } if (sourceMap) { // https://developer.chrome.com/devtools/docs/javascript-debugging // this makes source maps inside style tags work properly in Chrome css += '\n/*# sourceURL=' + sourceMap.sources[0] + ' */' // http://stackoverflow.com/a/26603875 css += '\n/*# sourceMappingURL=data:application/json;base64,' + btoa(unescape(encodeURIComponent(JSON.stringify(sourceMap)))) + ' */' } if (styleElement.styleSheet) { styleElement.styleSheet.cssText = css } else { while (styleElement.firstChild) { styleElement.removeChild(styleElement.firstChild) } styleElement.appendChild(document.createTextNode(css)) } } /***/ }), /***/ "./node_modules/vue-style-loader/lib/listToStyles.js": /*!***********************************************************!*\ !*** ./node_modules/vue-style-loader/lib/listToStyles.js ***! \***********************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return listToStyles; }); /** * Translates the list format produced by css-loader into something * easier to manipulate. */ function listToStyles(parentId, list) { var styles = []; var newStyles = {}; for (var i = 0; i < list.length; i++) { var item = list[i]; var id = item[0]; var css = item[1]; var media = item[2]; var sourceMap = item[3]; var part = { id: parentId + ':' + i, css: css, media: media, sourceMap: sourceMap }; if (!newStyles[id]) { styles.push(newStyles[id] = { id: id, parts: [part] }); } else { newStyles[id].parts.push(part); } } return styles; } /***/ }), /***/ "./node_modules/vue/dist/vue.esm.browser.js": /*!**************************************************!*\ !*** ./node_modules/vue/dist/vue.esm.browser.js ***! \**************************************************/ /*! exports provided: default */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* WEBPACK VAR INJECTION */(function(global, setImmediate) {/*! * Vue.js v2.6.14 * (c) 2014-2021 Evan You * Released under the MIT License. */ /* */ const emptyObject = Object.freeze({}); // These helpers produce better VM code in JS engines due to their // explicitness and function inlining. function isUndef(v) { return v === undefined || v === null; } function isDef(v) { return v !== undefined && v !== null; } function isTrue(v) { return v === true; } function isFalse(v) { return v === false; } /** * Check if value is primitive. */ function isPrimitive(value) { return typeof value === 'string' || typeof value === 'number' || // $flow-disable-line typeof value === 'symbol' || typeof value === 'boolean'; } /** * Quick object check - this is primarily used to tell * Objects from primitive values when we know the value * is a JSON-compliant type. */ function isObject(obj) { return obj !== null && typeof obj === 'object'; } /** * Get the raw type string of a value, e.g., [object Object]. */ const _toString = Object.prototype.toString; function toRawType(value) { return _toString.call(value).slice(8, -1); } /** * Strict object type check. Only returns true * for plain JavaScript objects. */ function isPlainObject(obj) { return _toString.call(obj) === '[object Object]'; } function isRegExp(v) { return _toString.call(v) === '[object RegExp]'; } /** * Check if val is a valid array index. */ function isValidArrayIndex(val) { const n = parseFloat(String(val)); return n >= 0 && Math.floor(n) === n && isFinite(val); } function isPromise(val) { return isDef(val) && typeof val.then === 'function' && typeof val.catch === 'function'; } /** * Convert a value to a string that is actually rendered. */ function toString(val) { return val == null ? '' : Array.isArray(val) || isPlainObject(val) && val.toString === _toString ? JSON.stringify(val, null, 2) : String(val); } /** * Convert an input value to a number for persistence. * If the conversion fails, return original string. */ function toNumber(val) { const n = parseFloat(val); return isNaN(n) ? val : n; } /** * Make a map and return a function for checking if a key * is in that map. */ function makeMap(str, expectsLowerCase) { const map = Object.create(null); const list = str.split(','); for (let i = 0; i < list.length; i++) { map[list[i]] = true; } return expectsLowerCase ? val => map[val.toLowerCase()] : val => map[val]; } /** * Check if a tag is a built-in tag. */ const isBuiltInTag = makeMap('slot,component', true); /** * Check if an attribute is a reserved attribute. */ const isReservedAttribute = makeMap('key,ref,slot,slot-scope,is'); /** * Remove an item from an array. */ function remove(arr, item) { if (arr.length) { const index = arr.indexOf(item); if (index > -1) { return arr.splice(index, 1); } } } /** * Check whether an object has the property. */ const hasOwnProperty = Object.prototype.hasOwnProperty; function hasOwn(obj, key) { return hasOwnProperty.call(obj, key); } /** * Create a cached version of a pure function. */ function cached(fn) { const cache = Object.create(null); return function cachedFn(str) { const hit = cache[str]; return hit || (cache[str] = fn(str)); }; } /** * Camelize a hyphen-delimited string. */ const camelizeRE = /-(\w)/g; const camelize = cached(str => { return str.replace(camelizeRE, (_, c) => c ? c.toUpperCase() : ''); }); /** * Capitalize a string. */ const capitalize = cached(str => { return str.charAt(0).toUpperCase() + str.slice(1); }); /** * Hyphenate a camelCase string. */ const hyphenateRE = /\B([A-Z])/g; const hyphenate = cached(str => { return str.replace(hyphenateRE, '-$1').toLowerCase(); }); /** * Simple bind polyfill for environments that do not support it, * e.g., PhantomJS 1.x. Technically, we don't need this anymore * since native bind is now performant enough in most browsers. * But removing it would mean breaking code that was able to run in * PhantomJS 1.x, so this must be kept for backward compatibility. */ /* istanbul ignore next */ function polyfillBind(fn, ctx) { function boundFn(a) { const l = arguments.length; return l ? l > 1 ? fn.apply(ctx, arguments) : fn.call(ctx, a) : fn.call(ctx); } boundFn._length = fn.length; return boundFn; } function nativeBind(fn, ctx) { return fn.bind(ctx); } const bind = Function.prototype.bind ? nativeBind : polyfillBind; /** * Convert an Array-like object to a real Array. */ function toArray(list, start) { start = start || 0; let i = list.length - start; const ret = new Array(i); while (i--) { ret[i] = list[i + start]; } return ret; } /** * Mix properties into target object. */ function extend(to, _from) { for (const key in _from) { to[key] = _from[key]; } return to; } /** * Merge an Array of Objects into a single Object. */ function toObject(arr) { const res = {}; for (let i = 0; i < arr.length; i++) { if (arr[i]) { extend(res, arr[i]); } } return res; } /* eslint-disable no-unused-vars */ /** * Perform no operation. * Stubbing args to make Flow happy without leaving useless transpiled code * with ...rest (https://flow.org/blog/2017/05/07/Strict-Function-Call-Arity/). */ function noop(a, b, c) {} /** * Always return false. */ const no = (a, b, c) => false; /* eslint-enable no-unused-vars */ /** * Return the same value. */ const identity = _ => _; /** * Generate a string containing static keys from compiler modules. */ function genStaticKeys(modules) { return modules.reduce((keys, m) => { return keys.concat(m.staticKeys || []); }, []).join(','); } /** * Check if two values are loosely equal - that is, * if they are plain objects, do they have the same shape? */ function looseEqual(a, b) { if (a === b) return true; const isObjectA = isObject(a); const isObjectB = isObject(b); if (isObjectA && isObjectB) { try { const isArrayA = Array.isArray(a); const isArrayB = Array.isArray(b); if (isArrayA && isArrayB) { return a.length === b.length && a.every((e, i) => { return looseEqual(e, b[i]); }); } else if (a instanceof Date && b instanceof Date) { return a.getTime() === b.getTime(); } else if (!isArrayA && !isArrayB) { const keysA = Object.keys(a); const keysB = Object.keys(b); return keysA.length === keysB.length && keysA.every(key => { return looseEqual(a[key], b[key]); }); } else { /* istanbul ignore next */ return false; } } catch (e) { /* istanbul ignore next */ return false; } } else if (!isObjectA && !isObjectB) { return String(a) === String(b); } else { return false; } } /** * Return the first index at which a loosely equal value can be * found in the array (if value is a plain object, the array must * contain an object of the same shape), or -1 if it is not present. */ function looseIndexOf(arr, val) { for (let i = 0; i < arr.length; i++) { if (looseEqual(arr[i], val)) return i; } return -1; } /** * Ensure a function is called only once. */ function once(fn) { let called = false; return function () { if (!called) { called = true; fn.apply(this, arguments); } }; } const SSR_ATTR = 'data-server-rendered'; const ASSET_TYPES = ['component', 'directive', 'filter']; const LIFECYCLE_HOOKS = ['beforeCreate', 'created', 'beforeMount', 'mounted', 'beforeUpdate', 'updated', 'beforeDestroy', 'destroyed', 'activated', 'deactivated', 'errorCaptured', 'serverPrefetch']; /* */ var config = { /** * Option merge strategies (used in core/util/options) */ // $flow-disable-line optionMergeStrategies: Object.create(null), /** * Whether to suppress warnings. */ silent: false, /** * Show production mode tip message on boot? */ productionTip: "development" !== 'production', /** * Whether to enable devtools */ devtools: "development" !== 'production', /** * Whether to record perf */ performance: false, /** * Error handler for watcher errors */ errorHandler: null, /** * Warn handler for watcher warns */ warnHandler: null, /** * Ignore certain custom elements */ ignoredElements: [], /** * Custom user key aliases for v-on */ // $flow-disable-line keyCodes: Object.create(null), /** * Check if a tag is reserved so that it cannot be registered as a * component. This is platform-dependent and may be overwritten. */ isReservedTag: no, /** * Check if an attribute is reserved so that it cannot be used as a component * prop. This is platform-dependent and may be overwritten. */ isReservedAttr: no, /** * Check if a tag is an unknown element. * Platform-dependent. */ isUnknownElement: no, /** * Get the namespace of an element */ getTagNamespace: noop, /** * Parse the real tag name for the specific platform. */ parsePlatformTagName: identity, /** * Check if an attribute must be bound using property, e.g. value * Platform-dependent. */ mustUseProp: no, /** * Perform updates asynchronously. Intended to be used by Vue Test Utils * This will significantly reduce performance if set to false. */ async: true, /** * Exposed for legacy reasons */ _lifecycleHooks: LIFECYCLE_HOOKS }; /* */ /** * unicode letters used for parsing html tags, component names and property paths. * using https://www.w3.org/TR/html53/semantics-scripting.html#potentialcustomelementname * skipping \u10000-\uEFFFF due to it freezing up PhantomJS */ const unicodeRegExp = /a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/; /** * Check if a string starts with $ or _ */ function isReserved(str) { const c = (str + '').charCodeAt(0); return c === 0x24 || c === 0x5F; } /** * Define a property. */ function def(obj, key, val, enumerable) { Object.defineProperty(obj, key, { value: val, enumerable: !!enumerable, writable: true, configurable: true }); } /** * Parse simple path. */ const bailRE = new RegExp(`[^${unicodeRegExp.source}.$_\\d]`); function parsePath(path) { if (bailRE.test(path)) { return; } const segments = path.split('.'); return function (obj) { for (let i = 0; i < segments.length; i++) { if (!obj) return; obj = obj[segments[i]]; } return obj; }; } /* */ // can we use __proto__? const hasProto = ('__proto__' in {}); // Browser environment sniffing const inBrowser = typeof window !== 'undefined'; const inWeex = typeof WXEnvironment !== 'undefined' && !!WXEnvironment.platform; const weexPlatform = inWeex && WXEnvironment.platform.toLowerCase(); const UA = inBrowser && window.navigator.userAgent.toLowerCase(); const isIE = UA && /msie|trident/.test(UA); const isIE9 = UA && UA.indexOf('msie 9.0') > 0; const isEdge = UA && UA.indexOf('edge/') > 0; const isAndroid = UA && UA.indexOf('android') > 0 || weexPlatform === 'android'; const isIOS = UA && /iphone|ipad|ipod|ios/.test(UA) || weexPlatform === 'ios'; const isChrome = UA && /chrome\/\d+/.test(UA) && !isEdge; const isPhantomJS = UA && /phantomjs/.test(UA); const isFF = UA && UA.match(/firefox\/(\d+)/); // Firefox has a "watch" function on Object.prototype... const nativeWatch = {}.watch; let supportsPassive = false; if (inBrowser) { try { const opts = {}; Object.defineProperty(opts, 'passive', { get() { /* istanbul ignore next */ supportsPassive = true; } }); // https://github.com/facebook/flow/issues/285 window.addEventListener('test-passive', null, opts); } catch (e) {} } // this needs to be lazy-evaled because vue may be required before // vue-server-renderer can set VUE_ENV let _isServer; const isServerRendering = () => { if (_isServer === undefined) { /* istanbul ignore if */ if (!inBrowser && !inWeex && typeof global !== 'undefined') { // detect presence of vue-server-renderer and avoid // Webpack shimming the process _isServer = global['process'] && global['process'].env.VUE_ENV === 'server'; } else { _isServer = false; } } return _isServer; }; // detect devtools const devtools = inBrowser && window.__VUE_DEVTOOLS_GLOBAL_HOOK__; /* istanbul ignore next */ function isNative(Ctor) { return typeof Ctor === 'function' && /native code/.test(Ctor.toString()); } const hasSymbol = typeof Symbol !== 'undefined' && isNative(Symbol) && typeof Reflect !== 'undefined' && isNative(Reflect.ownKeys); let _Set; /* istanbul ignore if */ // $flow-disable-line if (typeof Set !== 'undefined' && isNative(Set)) { // use native Set when available. _Set = Set; } else { // a non-standard Set polyfill that only works with primitive keys. _Set = class Set { constructor() { this.set = Object.create(null); } has(key) { return this.set[key] === true; } add(key) { this.set[key] = true; } clear() { this.set = Object.create(null); } }; } /* */ let warn = noop; let tip = noop; let generateComponentTrace = noop; // work around flow check let formatComponentName = noop; { const hasConsole = typeof console !== 'undefined'; const classifyRE = /(?:^|[-_])(\w)/g; const classify = str => str.replace(classifyRE, c => c.toUpperCase()).replace(/[-_]/g, ''); warn = (msg, vm) => { const trace = vm ? generateComponentTrace(vm) : ''; if (config.warnHandler) { config.warnHandler.call(null, msg, vm, trace); } else if (hasConsole && !config.silent) { console.error(`[Vue warn]: ${msg}${trace}`); } }; tip = (msg, vm) => { if (hasConsole && !config.silent) { console.warn(`[Vue tip]: ${msg}` + (vm ? generateComponentTrace(vm) : '')); } }; formatComponentName = (vm, includeFile) => { if (vm.$root === vm) { return '<Root>'; } const options = typeof vm === 'function' && vm.cid != null ? vm.options : vm._isVue ? vm.$options || vm.constructor.options : vm; let name = options.name || options._componentTag; const file = options.__file; if (!name && file) { const match = file.match(/([^/\\]+)\.vue$/); name = match && match[1]; } return (name ? `<${classify(name)}>` : `<Anonymous>`) + (file && includeFile !== false ? ` at ${file}` : ''); }; const repeat = (str, n) => { let res = ''; while (n) { if (n % 2 === 1) res += str; if (n > 1) str += str; n >>= 1; } return res; }; generateComponentTrace = vm => { if (vm._isVue && vm.$parent) { const tree = []; let currentRecursiveSequence = 0; while (vm) { if (tree.length > 0) { const last = tree[tree.length - 1]; if (last.constructor === vm.constructor) { currentRecursiveSequence++; vm = vm.$parent; continue; } else if (currentRecursiveSequence > 0) { tree[tree.length - 1] = [last, currentRecursiveSequence]; currentRecursiveSequence = 0; } } tree.push(vm); vm = vm.$parent; } return '\n\nfound in\n\n' + tree.map((vm, i) => `${i === 0 ? '---> ' : repeat(' ', 5 + i * 2)}${Array.isArray(vm) ? `${formatComponentName(vm[0])}... (${vm[1]} recursive calls)` : formatComponentName(vm)}`).join('\n'); } else { return `\n\n(found in ${formatComponentName(vm)})`; } }; } /* */ let uid = 0; /** * A dep is an observable that can have multiple * directives subscribing to it. */ class Dep { constructor() { this.id = uid++; this.subs = []; } addSub(sub) { this.subs.push(sub); } removeSub(sub) { remove(this.subs, sub); } depend() { if (Dep.target) { Dep.target.addDep(this); } } notify() { // stabilize the subscriber list first const subs = this.subs.slice(); if (!config.async) { // subs aren't sorted in scheduler if not running async // we need to sort them now to make sure they fire in correct // order subs.sort((a, b) => a.id - b.id); } for (let i = 0, l = subs.length; i < l; i++) { subs[i].update(); } } } // The current target watcher being evaluated. // This is globally unique because only one watcher // can be evaluated at a time. Dep.target = null; const targetStack = []; function pushTarget(target) { targetStack.push(target); Dep.target = target; } function popTarget() { targetStack.pop(); Dep.target = targetStack[targetStack.length - 1]; } /* */ class VNode { // rendered in this component's scope // component instance // component placeholder node // strictly internal // contains raw HTML? (server only) // hoisted static node // necessary for enter transition check // empty comment placeholder? // is a cloned node? // is a v-once node? // async component factory function // real context vm for functional nodes // for SSR caching // used to store functional render context for devtools // functional scope id support constructor(tag, data, children, text, elm, context, componentOptions, asyncFactory) { this.tag = tag; this.data = data; this.children = children; this.text = text; this.elm = elm; this.ns = undefined; this.context = context; this.fnContext = undefined; this.fnOptions = undefined; this.fnScopeId = undefined; this.key = data && data.key; this.componentOptions = componentOptions; this.componentInstance = undefined; this.parent = undefined; this.raw = false; this.isStatic = false; this.isRootInsert = true; this.isComment = false; this.isCloned = false; this.isOnce = false; this.asyncFactory = asyncFactory; this.asyncMeta = undefined; this.isAsyncPlaceholder = false; } // DEPRECATED: alias for componentInstance for backwards compat. /* istanbul ignore next */ get child() { return this.componentInstance; } } const createEmptyVNode = (text = '') => { const node = new VNode(); node.text = text; node.isComment = true; return node; }; function createTextVNode(val) { return new VNode(undefined, undefined, undefined, String(val)); } // optimized shallow clone // used for static nodes and slot nodes because they may be reused across // multiple renders, cloning them avoids errors when DOM manipulations rely // on their elm reference. function cloneVNode(vnode) { const cloned = new VNode(vnode.tag, vnode.data, // #7975 // clone children array to avoid mutating original in case of cloning // a child. vnode.children && vnode.children.slice(), vnode.text, vnode.elm, vnode.context, vnode.componentOptions, vnode.asyncFactory); cloned.ns = vnode.ns; cloned.isStatic = vnode.isStatic; cloned.key = vnode.key; cloned.isComment = vnode.isComment; cloned.fnContext = vnode.fnContext; cloned.fnOptions = vnode.fnOptions; cloned.fnScopeId = vnode.fnScopeId; cloned.asyncMeta = vnode.asyncMeta; cloned.isCloned = true; return cloned; } /* * not type checking this file because flow doesn't play well with * dynamically accessing methods on Array prototype */ const arrayProto = Array.prototype; const arrayMethods = Object.create(arrayProto); const methodsToPatch = ['push', 'pop', 'shift', 'unshift', 'splice', 'sort', 'reverse']; /** * Intercept mutating methods and emit events */ methodsToPatch.forEach(function (method) { // cache original method const original = arrayProto[method]; def(arrayMethods, method, function mutator(...args) { const result = original.apply(this, args); const ob = this.__ob__; let inserted; switch (method) { case 'push': case 'unshift': inserted = args; break; case 'splice': inserted = args.slice(2); break; } if (inserted) ob.observeArray(inserted); // notify change ob.dep.notify(); return result; }); }); /* */ const arrayKeys = Object.getOwnPropertyNames(arrayMethods); /** * In some cases we may want to disable observation inside a component's * update computation. */ let shouldObserve = true; function toggleObserving(value) { shouldObserve = value; } /** * Observer class that is attached to each observed * object. Once attached, the observer converts the target * object's property keys into getter/setters that * collect dependencies and dispatch updates. */ class Observer { // number of vms that have this object as root $data constructor(value) { this.value = value; this.dep = new Dep(); this.vmCount = 0; def(value, '__ob__', this); if (Array.isArray(value)) { if (hasProto) { protoAugment(value, arrayMethods); } else { copyAugment(value, arrayMethods, arrayKeys); } this.observeArray(value); } else { this.walk(value); } } /** * Walk through all properties and convert them into * getter/setters. This method should only be called when * value type is Object. */ walk(obj) { const keys = Object.keys(obj); for (let i = 0; i < keys.length; i++) { defineReactive$$1(obj, keys[i]); } } /** * Observe a list of Array items. */ observeArray(items) { for (let i = 0, l = items.length; i < l; i++) { observe(items[i]); } } } // helpers /** * Augment a target Object or Array by intercepting * the prototype chain using __proto__ */ function protoAugment(target, src) { /* eslint-disable no-proto */ target.__proto__ = src; /* eslint-enable no-proto */ } /** * Augment a target Object or Array by defining * hidden properties. */ /* istanbul ignore next */ function copyAugment(target, src, keys) { for (let i = 0, l = keys.length; i < l; i++) { const key = keys[i]; def(target, key, src[key]); } } /** * Attempt to create an observer instance for a value, * returns the new observer if successfully observed, * or the existing observer if the value already has one. */ function observe(value, asRootData) { if (!isObject(value) || value instanceof VNode) { return; } let ob; if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) { ob = value.__ob__; } else if (shouldObserve && !isServerRendering() && (Array.isArray(value) || isPlainObject(value)) && Object.isExtensible(value) && !value._isVue) { ob = new Observer(value); } if (asRootData && ob) { ob.vmCount++; } return ob; } /** * Define a reactive property on an Object. */ function defineReactive$$1(obj, key, val, customSetter, shallow) { const dep = new Dep(); const property = Object.getOwnPropertyDescriptor(obj, key); if (property && property.configurable === false) { return; } // cater for pre-defined getter/setters const getter = property && property.get; const setter = property && property.set; if ((!getter || setter) && arguments.length === 2) { val = obj[key]; } let childOb = !shallow && observe(val); Object.defineProperty(obj, key, { enumerable: true, configurable: true, get: function reactiveGetter() { const value = getter ? getter.call(obj) : val; if (Dep.target) { dep.depend(); if (childOb) { childOb.dep.depend(); if (Array.isArray(value)) { dependArray(value); } } } return value; }, set: function reactiveSetter(newVal) { const value = getter ? getter.call(obj) : val; /* eslint-disable no-self-compare */ if (newVal === value || newVal !== newVal && value !== value) { return; } /* eslint-enable no-self-compare */ if (customSetter) { customSetter(); } // #7981: for accessor properties without setter if (getter && !setter) return; if (setter) { setter.call(obj, newVal); } else { val = newVal; } childOb = !shallow && observe(newVal); dep.notify(); } }); } /** * Set a property on an object. Adds the new property and * triggers change notification if the property doesn't * already exist. */ function set(target, key, val) { if (isUndef(target) || isPrimitive(target)) { warn(`Cannot set reactive property on undefined, null, or primitive value: ${target}`); } if (Array.isArray(target) && isValidArrayIndex(key)) { target.length = Math.max(target.length, key); target.splice(key, 1, val); return val; } if (key in target && !(key in Object.prototype)) { target[key] = val; return val; } const ob = target.__ob__; if (target._isVue || ob && ob.vmCount) { warn('Avoid adding reactive properties to a Vue instance or its root $data ' + 'at runtime - declare it upfront in the data option.'); return val; } if (!ob) { target[key] = val; return val; } defineReactive$$1(ob.value, key, val); ob.dep.notify(); return val; } /** * Delete a property and trigger change if necessary. */ function del(target, key) { if (isUndef(target) || isPrimitive(target)) { warn(`Cannot delete reactive property on undefined, null, or primitive value: ${target}`); } if (Array.isArray(target) && isValidArrayIndex(key)) { target.splice(key, 1); return; } const ob = target.__ob__; if (target._isVue || ob && ob.vmCount) { warn('Avoid deleting properties on a Vue instance or its root $data ' + '- just set it to null.'); return; } if (!hasOwn(target, key)) { return; } delete target[key]; if (!ob) { return; } ob.dep.notify(); } /** * Collect dependencies on array elements when the array is touched, since * we cannot intercept array element access like property getters. */ function dependArray(value) { for (let e, i = 0, l = value.length; i < l; i++) { e = value[i]; e && e.__ob__ && e.__ob__.dep.depend(); if (Array.isArray(e)) { dependArray(e); } } } /* */ /** * Option overwriting strategies are functions that handle * how to merge a parent option value and a child option * value into the final value. */ const strats = config.optionMergeStrategies; /** * Options with restrictions */ { strats.el = strats.propsData = function (parent, child, vm, key) { if (!vm) { warn(`option "${key}" can only be used during instance ` + 'creation with the `new` keyword.'); } return defaultStrat(parent, child); }; } /** * Helper that recursively merges two data objects together. */ function mergeData(to, from) { if (!from) return to; let key, toVal, fromVal; const keys = hasSymbol ? Reflect.ownKeys(from) : Object.keys(from); for (let i = 0; i < keys.length; i++) { key = keys[i]; // in case the object is already observed... if (key === '__ob__') continue; toVal = to[key]; fromVal = from[key]; if (!hasOwn(to, key)) { set(to, key, fromVal); } else if (toVal !== fromVal && isPlainObject(toVal) && isPlainObject(fromVal)) { mergeData(toVal, fromVal); } } return to; } /** * Data */ function mergeDataOrFn(parentVal, childVal, vm) { if (!vm) { // in a Vue.extend merge, both should be functions if (!childVal) { return parentVal; } if (!parentVal) { return childVal; } // when parentVal & childVal are both present, // we need to return a function that returns the // merged result of both functions... no need to // check if parentVal is a function here because // it has to be a function to pass previous merges. return function mergedDataFn() { return mergeData(typeof childVal === 'function' ? childVal.call(this, this) : childVal, typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal); }; } else { return function mergedInstanceDataFn() { // instance merge const instanceData = typeof childVal === 'function' ? childVal.call(vm, vm) : childVal; const defaultData = typeof parentVal === 'function' ? parentVal.call(vm, vm) : parentVal; if (instanceData) { return mergeData(instanceData, defaultData); } else { return defaultData; } }; } } strats.data = function (parentVal, childVal, vm) { if (!vm) { if (childVal && typeof childVal !== 'function') { warn('The "data" option should be a function ' + 'that returns a per-instance value in component ' + 'definitions.', vm); return parentVal; } return mergeDataOrFn(parentVal, childVal); } return mergeDataOrFn(parentVal, childVal, vm); }; /** * Hooks and props are merged as arrays. */ function mergeHook(parentVal, childVal) { const res = childVal ? parentVal ? parentVal.concat(childVal) : Array.isArray(childVal) ? childVal : [childVal] : parentVal; return res ? dedupeHooks(res) : res; } function dedupeHooks(hooks) { const res = []; for (let i = 0; i < hooks.length; i++) { if (res.indexOf(hooks[i]) === -1) { res.push(hooks[i]); } } return res; } LIFECYCLE_HOOKS.forEach(hook => { strats[hook] = mergeHook; }); /** * Assets * * When a vm is present (instance creation), we need to do * a three-way merge between constructor options, instance * options and parent options. */ function mergeAssets(parentVal, childVal, vm, key) { const res = Object.create(parentVal || null); if (childVal) { assertObjectType(key, childVal, vm); return extend(res, childVal); } else { return res; } } ASSET_TYPES.forEach(function (type) { strats[type + 's'] = mergeAssets; }); /** * Watchers. * * Watchers hashes should not overwrite one * another, so we merge them as arrays. */ strats.watch = function (parentVal, childVal, vm, key) { // work around Firefox's Object.prototype.watch... if (parentVal === nativeWatch) parentVal = undefined; if (childVal === nativeWatch) childVal = undefined; /* istanbul ignore if */ if (!childVal) return Object.create(parentVal || null); { assertObjectType(key, childVal, vm); } if (!parentVal) return childVal; const ret = {}; extend(ret, parentVal); for (const key in childVal) { let parent = ret[key]; const child = childVal[key]; if (parent && !Array.isArray(parent)) { parent = [parent]; } ret[key] = parent ? parent.concat(child) : Array.isArray(child) ? child : [child]; } return ret; }; /** * Other object hashes. */ strats.props = strats.methods = strats.inject = strats.computed = function (parentVal, childVal, vm, key) { if (childVal && "development" !== 'production') { assertObjectType(key, childVal, vm); } if (!parentVal) return childVal; const ret = Object.create(null); extend(ret, parentVal); if (childVal) extend(ret, childVal); return ret; }; strats.provide = mergeDataOrFn; /** * Default strategy. */ const defaultStrat = function (parentVal, childVal) { return childVal === undefined ? parentVal : childVal; }; /** * Validate component names */ function checkComponents(options) { for (const key in options.components) { validateComponentName(key); } } function validateComponentName(name) { if (!new RegExp(`^[a-zA-Z][\\-\\.0-9_${unicodeRegExp.source}]*$`).test(name)) { warn('Invalid component name: "' + name + '". Component names ' + 'should conform to valid custom element name in html5 specification.'); } if (isBuiltInTag(name) || config.isReservedTag(name)) { warn('Do not use built-in or reserved HTML elements as component ' + 'id: ' + name); } } /** * Ensure all props option syntax are normalized into the * Object-based format. */ function normalizeProps(options, vm) { const props = options.props; if (!props) return; const res = {}; let i, val, name; if (Array.isArray(props)) { i = props.length; while (i--) { val = props[i]; if (typeof val === 'string') { name = camelize(val); res[name] = { type: null }; } else { warn('props must be strings when using array syntax.'); } } } else if (isPlainObject(props)) { for (const key in props) { val = props[key]; name = camelize(key); res[name] = isPlainObject(val) ? val : { type: val }; } } else { warn(`Invalid value for option "props": expected an Array or an Object, ` + `but got ${toRawType(props)}.`, vm); } options.props = res; } /** * Normalize all injections into Object-based format */ function normalizeInject(options, vm) { const inject = options.inject; if (!inject) return; const normalized = options.inject = {}; if (Array.isArray(inject)) { for (let i = 0; i < inject.length; i++) { normalized[inject[i]] = { from: inject[i] }; } } else if (isPlainObject(inject)) { for (const key in inject) { const val = inject[key]; normalized[key] = isPlainObject(val) ? extend({ from: key }, val) : { from: val }; } } else { warn(`Invalid value for option "inject": expected an Array or an Object, ` + `but got ${toRawType(inject)}.`, vm); } } /** * Normalize raw function directives into object format. */ function normalizeDirectives(options) { const dirs = options.directives; if (dirs) { for (const key in dirs) { const def$$1 = dirs[key]; if (typeof def$$1 === 'function') { dirs[key] = { bind: def$$1, update: def$$1 }; } } } } function assertObjectType(name, value, vm) { if (!isPlainObject(value)) { warn(`Invalid value for option "${name}": expected an Object, ` + `but got ${toRawType(value)}.`, vm); } } /** * Merge two option objects into a new one. * Core utility used in both instantiation and inheritance. */ function mergeOptions(parent, child, vm) { { checkComponents(child); } if (typeof child === 'function') { child = child.options; } normalizeProps(child, vm); normalizeInject(child, vm); normalizeDirectives(child); // Apply extends and mixins on the child options, // but only if it is a raw options object that isn't // the result of another mergeOptions call. // Only merged options has the _base property. if (!child._base) { if (child.extends) { parent = mergeOptions(parent, child.extends, vm); } if (child.mixins) { for (let i = 0, l = child.mixins.length; i < l; i++) { parent = mergeOptions(parent, child.mixins[i], vm); } } } const options = {}; let key; for (key in parent) { mergeField(key); } for (key in child) { if (!hasOwn(parent, key)) { mergeField(key); } } function mergeField(key) { const strat = strats[key] || defaultStrat; options[key] = strat(parent[key], child[key], vm, key); } return options; } /** * Resolve an asset. * This function is used because child instances need access * to assets defined in its ancestor chain. */ function resolveAsset(options, type, id, warnMissing) { /* istanbul ignore if */ if (typeof id !== 'string') { return; } const assets = options[type]; // check local registration variations first if (hasOwn(assets, id)) return assets[id]; const camelizedId = camelize(id); if (hasOwn(assets, camelizedId)) return assets[camelizedId]; const PascalCaseId = capitalize(camelizedId); if (hasOwn(assets, PascalCaseId)) return assets[PascalCaseId]; // fallback to prototype chain const res = assets[id] || assets[camelizedId] || assets[PascalCaseId]; if (warnMissing && !res) { warn('Failed to resolve ' + type.slice(0, -1) + ': ' + id, options); } return res; } /* */ function validateProp(key, propOptions, propsData, vm) { const prop = propOptions[key]; const absent = !hasOwn(propsData, key); let value = propsData[key]; // boolean casting const booleanIndex = getTypeIndex(Boolean, prop.type); if (booleanIndex > -1) { if (absent && !hasOwn(prop, 'default')) { value = false; } else if (value === '' || value === hyphenate(key)) { // only cast empty string / same name to boolean if // boolean has higher priority const stringIndex = getTypeIndex(String, prop.type); if (stringIndex < 0 || booleanIndex < stringIndex) { value = true; } } } // check default value if (value === undefined) { value = getPropDefaultValue(vm, prop, key); // since the default value is a fresh copy, // make sure to observe it. const prevShouldObserve = shouldObserve; toggleObserving(true); observe(value); toggleObserving(prevShouldObserve); } { assertProp(prop, key, value, vm, absent); } return value; } /** * Get the default value of a prop. */ function getPropDefaultValue(vm, prop, key) { // no default, return undefined if (!hasOwn(prop, 'default')) { return undefined; } const def = prop.default; // warn against non-factory defaults for Object & Array if (isObject(def)) { warn('Invalid default value for prop "' + key + '": ' + 'Props with type Object/Array must use a factory function ' + 'to return the default value.', vm); } // the raw prop value was also undefined from previous render, // return previous default value to avoid unnecessary watcher trigger if (vm && vm.$options.propsData && vm.$options.propsData[key] === undefined && vm._props[key] !== undefined) { return vm._props[key]; } // call factory function for non-Function types // a value is Function if its prototype is function even across different execution context return typeof def === 'function' && getType(prop.type) !== 'Function' ? def.call(vm) : def; } /** * Assert whether a prop is valid. */ function assertProp(prop, name, value, vm, absent) { if (prop.required && absent) { warn('Missing required prop: "' + name + '"', vm); return; } if (value == null && !prop.required) { return; } let type = prop.type; let valid = !type || type === true; const expectedTypes = []; if (type) { if (!Array.isArray(type)) { type = [type]; } for (let i = 0; i < type.length && !valid; i++) { const assertedType = assertType(value, type[i], vm); expectedTypes.push(assertedType.expectedType || ''); valid = assertedType.valid; } } const haveExpectedTypes = expectedTypes.some(t => t); if (!valid && haveExpectedTypes) { warn(getInvalidTypeMessage(name, value, expectedTypes), vm); return; } const validator = prop.validator; if (validator) { if (!validator(value)) { warn('Invalid prop: custom validator check failed for prop "' + name + '".', vm); } } } const simpleCheckRE = /^(String|Number|Boolean|Function|Symbol|BigInt)$/; function assertType(value, type, vm) { let valid; const expectedType = getType(type); if (simpleCheckRE.test(expectedType)) { const t = typeof value; valid = t === expectedType.toLowerCase(); // for primitive wrapper objects if (!valid && t === 'object') { valid = value instanceof type; } } else if (expectedType === 'Object') { valid = isPlainObject(value); } else if (expectedType === 'Array') { valid = Array.isArray(value); } else { try { valid = value instanceof type; } catch (e) { warn('Invalid prop type: "' + String(type) + '" is not a constructor', vm); valid = false; } } return { valid, expectedType }; } const functionTypeCheckRE = /^\s*function (\w+)/; /** * Use function string name to check built-in types, * because a simple equality check will fail when running * across different vms / iframes. */ function getType(fn) { const match = fn && fn.toString().match(functionTypeCheckRE); return match ? match[1] : ''; } function isSameType(a, b) { return getType(a) === getType(b); } function getTypeIndex(type, expectedTypes) { if (!Array.isArray(expectedTypes)) { return isSameType(expectedTypes, type) ? 0 : -1; } for (let i = 0, len = expectedTypes.length; i < len; i++) { if (isSameType(expectedTypes[i], type)) { return i; } } return -1; } function getInvalidTypeMessage(name, value, expectedTypes) { let message = `Invalid prop: type check failed for prop "${name}".` + ` Expected ${expectedTypes.map(capitalize).join(', ')}`; const expectedType = expectedTypes[0]; const receivedType = toRawType(value); // check if we need to specify expected value if (expectedTypes.length === 1 && isExplicable(expectedType) && isExplicable(typeof value) && !isBoolean(expectedType, receivedType)) { message += ` with value ${styleValue(value, expectedType)}`; } message += `, got ${receivedType} `; // check if we need to specify received value if (isExplicable(receivedType)) { message += `with value ${styleValue(value, receivedType)}.`; } return message; } function styleValue(value, type) { if (type === 'String') { return `"${value}"`; } else if (type === 'Number') { return `${Number(value)}`; } else { return `${value}`; } } const EXPLICABLE_TYPES = ['string', 'number', 'boolean']; function isExplicable(value) { return EXPLICABLE_TYPES.some(elem => value.toLowerCase() === elem); } function isBoolean(...args) { return args.some(elem => elem.toLowerCase() === 'boolean'); } /* */ function handleError(err, vm, info) { // Deactivate deps tracking while processing error handler to avoid possible infinite rendering. // See: https://github.com/vuejs/vuex/issues/1505 pushTarget(); try { if (vm) { let cur = vm; while (cur = cur.$parent) { const hooks = cur.$options.errorCaptured; if (hooks) { for (let i = 0; i < hooks.length; i++) { try { const capture = hooks[i].call(cur, err, vm, info) === false; if (capture) return; } catch (e) { globalHandleError(e, cur, 'errorCaptured hook'); } } } } } globalHandleError(err, vm, info); } finally { popTarget(); } } function invokeWithErrorHandling(handler, context, args, vm, info) { let res; try { res = args ? handler.apply(context, args) : handler.call(context); if (res && !res._isVue && isPromise(res) && !res._handled) { res.catch(e => handleError(e, vm, info + ` (Promise/async)`)); // issue #9511 // avoid catch triggering multiple times when nested calls res._handled = true; } } catch (e) { handleError(e, vm, info); } return res; } function globalHandleError(err, vm, info) { if (config.errorHandler) { try { return config.errorHandler.call(null, err, vm, info); } catch (e) { // if the user intentionally throws the original error in the handler, // do not log it twice if (e !== err) { logError(e, null, 'config.errorHandler'); } } } logError(err, vm, info); } function logError(err, vm, info) { { warn(`Error in ${info}: "${err.toString()}"`, vm); } /* istanbul ignore else */ if ((inBrowser || inWeex) && typeof console !== 'undefined') { console.error(err); } else { throw err; } } /* */ let isUsingMicroTask = false; const callbacks = []; let pending = false; function flushCallbacks() { pending = false; const copies = callbacks.slice(0); callbacks.length = 0; for (let i = 0; i < copies.length; i++) { copies[i](); } } // Here we have async deferring wrappers using microtasks. // In 2.5 we used (macro) tasks (in combination with microtasks). // However, it has subtle problems when state is changed right before repaint // (e.g. #6813, out-in transitions). // Also, using (macro) tasks in event handler would cause some weird behaviors // that cannot be circumvented (e.g. #7109, #7153, #7546, #7834, #8109). // So we now use microtasks everywhere, again. // A major drawback of this tradeoff is that there are some scenarios // where microtasks have too high a priority and fire in between supposedly // sequential events (e.g. #4521, #6690, which have workarounds) // or even between bubbling of the same event (#6566). let timerFunc; // The nextTick behavior leverages the microtask queue, which can be accessed // via either native Promise.then or MutationObserver. // MutationObserver has wider support, however it is seriously bugged in // UIWebView in iOS >= 9.3.3 when triggered in touch event handlers. It // completely stops working after triggering a few times... so, if native // Promise is available, we will use it: /* istanbul ignore next, $flow-disable-line */ if (typeof Promise !== 'undefined' && isNative(Promise)) { const p = Promise.resolve(); timerFunc = () => { p.then(flushCallbacks); // In problematic UIWebViews, Promise.then doesn't completely break, but // it can get stuck in a weird state where callbacks are pushed into the // microtask queue but the queue isn't being flushed, until the browser // needs to do some other work, e.g. handle a timer. Therefore we can // "force" the microtask queue to be flushed by adding an empty timer. if (isIOS) setTimeout(noop); }; isUsingMicroTask = true; } else if (!isIE && typeof MutationObserver !== 'undefined' && (isNative(MutationObserver) || // PhantomJS and iOS 7.x MutationObserver.toString() === '[object MutationObserverConstructor]')) { // Use MutationObserver where native Promise is not available, // e.g. PhantomJS, iOS7, Android 4.4 // (#6466 MutationObserver is unreliable in IE11) let counter = 1; const observer = new MutationObserver(flushCallbacks); const textNode = document.createTextNode(String(counter)); observer.observe(textNode, { characterData: true }); timerFunc = () => { counter = (counter + 1) % 2; textNode.data = String(counter); }; isUsingMicroTask = true; } else if (typeof setImmediate !== 'undefined' && isNative(setImmediate)) { // Fallback to setImmediate. // Technically it leverages the (macro) task queue, // but it is still a better choice than setTimeout. timerFunc = () => { setImmediate(flushCallbacks); }; } else { // Fallback to setTimeout. timerFunc = () => { setTimeout(flushCallbacks, 0); }; } function nextTick(cb, ctx) { let _resolve; callbacks.push(() => { if (cb) { try { cb.call(ctx); } catch (e) { handleError(e, ctx, 'nextTick'); } } else if (_resolve) { _resolve(ctx); } }); if (!pending) { pending = true; timerFunc(); } // $flow-disable-line if (!cb && typeof Promise !== 'undefined') { return new Promise(resolve => { _resolve = resolve; }); } } /* */ let mark; let measure; { const perf = inBrowser && window.performance; /* istanbul ignore if */ if (perf && perf.mark && perf.measure && perf.clearMarks && perf.clearMeasures) { mark = tag => perf.mark(tag); measure = (name, startTag, endTag) => { perf.measure(name, startTag, endTag); perf.clearMarks(startTag); perf.clearMarks(endTag); // perf.clearMeasures(name) }; } } /* not type checking this file because flow doesn't play well with Proxy */ let initProxy; { const allowedGlobals = makeMap('Infinity,undefined,NaN,isFinite,isNaN,' + 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' + 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,' + 'require' // for Webpack/Browserify ); const warnNonPresent = (target, key) => { warn(`Property or method "${key}" is not defined on the instance but ` + 'referenced during render. Make sure that this property is reactive, ' + 'either in the data option, or for class-based components, by ' + 'initializing the property. ' + 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.', target); }; const warnReservedPrefix = (target, key) => { warn(`Property "${key}" must be accessed with "$data.${key}" because ` + 'properties starting with "$" or "_" are not proxied in the Vue instance to ' + 'prevent conflicts with Vue internals. ' + 'See: https://vuejs.org/v2/api/#data', target); }; const hasProxy = typeof Proxy !== 'undefined' && isNative(Proxy); if (hasProxy) { const isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact'); config.keyCodes = new Proxy(config.keyCodes, { set(target, key, value) { if (isBuiltInModifier(key)) { warn(`Avoid overwriting built-in modifier in config.keyCodes: .${key}`); return false; } else { target[key] = value; return true; } } }); } const hasHandler = { has(target, key) { const has = (key in target); const isAllowed = allowedGlobals(key) || typeof key === 'string' && key.charAt(0) === '_' && !(key in target.$data); if (!has && !isAllowed) { if (key in target.$data) warnReservedPrefix(target, key);else warnNonPresent(target, key); } return has || !isAllowed; } }; const getHandler = { get(target, key) { if (typeof key === 'string' && !(key in target)) { if (key in target.$data) warnReservedPrefix(target, key);else warnNonPresent(target, key); } return target[key]; } }; initProxy = function initProxy(vm) { if (hasProxy) { // determine which proxy handler to use const options = vm.$options; const handlers = options.render && options.render._withStripped ? getHandler : hasHandler; vm._renderProxy = new Proxy(vm, handlers); } else { vm._renderProxy = vm; } }; } /* */ const seenObjects = new _Set(); /** * Recursively traverse an object to evoke all converted * getters, so that every nested property inside the object * is collected as a "deep" dependency. */ function traverse(val) { _traverse(val, seenObjects); seenObjects.clear(); } function _traverse(val, seen) { let i, keys; const isA = Array.isArray(val); if (!isA && !isObject(val) || Object.isFrozen(val) || val instanceof VNode) { return; } if (val.__ob__) { const depId = val.__ob__.dep.id; if (seen.has(depId)) { return; } seen.add(depId); } if (isA) { i = val.length; while (i--) _traverse(val[i], seen); } else { keys = Object.keys(val); i = keys.length; while (i--) _traverse(val[keys[i]], seen); } } /* */ const normalizeEvent = cached(name => { const passive = name.charAt(0) === '&'; name = passive ? name.slice(1) : name; const once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first name = once$$1 ? name.slice(1) : name; const capture = name.charAt(0) === '!'; name = capture ? name.slice(1) : name; return { name, once: once$$1, capture, passive }; }); function createFnInvoker(fns, vm) { function invoker() { const fns = invoker.fns; if (Array.isArray(fns)) { const cloned = fns.slice(); for (let i = 0; i < cloned.length; i++) { invokeWithErrorHandling(cloned[i], null, arguments, vm, `v-on handler`); } } else { // return handler return value for single handlers return invokeWithErrorHandling(fns, null, arguments, vm, `v-on handler`); } } invoker.fns = fns; return invoker; } function updateListeners(on, oldOn, add, remove$$1, createOnceHandler, vm) { let name, def$$1, cur, old, event; for (name in on) { def$$1 = cur = on[name]; old = oldOn[name]; event = normalizeEvent(name); if (isUndef(cur)) { warn(`Invalid handler for event "${event.name}": got ` + String(cur), vm); } else if (isUndef(old)) { if (isUndef(cur.fns)) { cur = on[name] = createFnInvoker(cur, vm); } if (isTrue(event.once)) { cur = on[name] = createOnceHandler(event.name, cur, event.capture); } add(event.name, cur, event.capture, event.passive, event.params); } else if (cur !== old) { old.fns = cur; on[name] = old; } } for (name in oldOn) { if (isUndef(on[name])) { event = normalizeEvent(name); remove$$1(event.name, oldOn[name], event.capture); } } } /* */ function mergeVNodeHook(def, hookKey, hook) { if (def instanceof VNode) { def = def.data.hook || (def.data.hook = {}); } let invoker; const oldHook = def[hookKey]; function wrappedHook() { hook.apply(this, arguments); // important: remove merged hook to ensure it's called only once // and prevent memory leak remove(invoker.fns, wrappedHook); } if (isUndef(oldHook)) { // no existing hook invoker = createFnInvoker([wrappedHook]); } else { /* istanbul ignore if */ if (isDef(oldHook.fns) && isTrue(oldHook.merged)) { // already a merged invoker invoker = oldHook; invoker.fns.push(wrappedHook); } else { // existing plain hook invoker = createFnInvoker([oldHook, wrappedHook]); } } invoker.merged = true; def[hookKey] = invoker; } /* */ function extractPropsFromVNodeData(data, Ctor, tag) { // we are only extracting raw values here. // validation and default values are handled in the child // component itself. const propOptions = Ctor.options.props; if (isUndef(propOptions)) { return; } const res = {}; const { attrs, props } = data; if (isDef(attrs) || isDef(props)) { for (const key in propOptions) { const altKey = hyphenate(key); { const keyInLowerCase = key.toLowerCase(); if (key !== keyInLowerCase && attrs && hasOwn(attrs, keyInLowerCase)) { tip(`Prop "${keyInLowerCase}" is passed to component ` + `${formatComponentName(tag || Ctor)}, but the declared prop name is` + ` "${key}". ` + `Note that HTML attributes are case-insensitive and camelCased ` + `props need to use their kebab-case equivalents when using in-DOM ` + `templates. You should probably use "${altKey}" instead of "${key}".`); } } checkProp(res, props, key, altKey, true) || checkProp(res, attrs, key, altKey, false); } } return res; } function checkProp(res, hash, key, altKey, preserve) { if (isDef(hash)) { if (hasOwn(hash, key)) { res[key] = hash[key]; if (!preserve) { delete hash[key]; } return true; } else if (hasOwn(hash, altKey)) { res[key] = hash[altKey]; if (!preserve) { delete hash[altKey]; } return true; } } return false; } /* */ // The template compiler attempts to minimize the need for normalization by // statically analyzing the template at compile time. // // For plain HTML markup, normalization can be completely skipped because the // generated render function is guaranteed to return Array<VNode>. There are // two cases where extra normalization is needed: // 1. When the children contains components - because a functional component // may return an Array instead of a single root. In this case, just a simple // normalization is needed - if any child is an Array, we flatten the whole // thing with Array.prototype.concat. It is guaranteed to be only 1-level deep // because functional components already normalize their own children. function simpleNormalizeChildren(children) { for (let i = 0; i < children.length; i++) { if (Array.isArray(children[i])) { return Array.prototype.concat.apply([], children); } } return children; } // 2. When the children contains constructs that always generated nested Arrays, // e.g. <template>, <slot>, v-for, or when the children is provided by user // with hand-written render functions / JSX. In such cases a full normalization // is needed to cater to all possible types of children values. function normalizeChildren(children) { return isPrimitive(children) ? [createTextVNode(children)] : Array.isArray(children) ? normalizeArrayChildren(children) : undefined; } function isTextNode(node) { return isDef(node) && isDef(node.text) && isFalse(node.isComment); } function normalizeArrayChildren(children, nestedIndex) { const res = []; let i, c, lastIndex, last; for (i = 0; i < children.length; i++) { c = children[i]; if (isUndef(c) || typeof c === 'boolean') continue; lastIndex = res.length - 1; last = res[lastIndex]; // nested if (Array.isArray(c)) { if (c.length > 0) { c = normalizeArrayChildren(c, `${nestedIndex || ''}_${i}`); // merge adjacent text nodes if (isTextNode(c[0]) && isTextNode(last)) { res[lastIndex] = createTextVNode(last.text + c[0].text); c.shift(); } res.push.apply(res, c); } } else if (isPrimitive(c)) { if (isTextNode(last)) { // merge adjacent text nodes // this is necessary for SSR hydration because text nodes are // essentially merged when rendered to HTML strings res[lastIndex] = createTextVNode(last.text + c); } else if (c !== '') { // convert primitive to vnode res.push(createTextVNode(c)); } } else { if (isTextNode(c) && isTextNode(last)) { // merge adjacent text nodes res[lastIndex] = createTextVNode(last.text + c.text); } else { // default key for nested array children (likely generated by v-for) if (isTrue(children._isVList) && isDef(c.tag) && isUndef(c.key) && isDef(nestedIndex)) { c.key = `__vlist${nestedIndex}_${i}__`; } res.push(c); } } } return res; } /* */ function initProvide(vm) { const provide = vm.$options.provide; if (provide) { vm._provided = typeof provide === 'function' ? provide.call(vm) : provide; } } function initInjections(vm) { const result = resolveInject(vm.$options.inject, vm); if (result) { toggleObserving(false); Object.keys(result).forEach(key => { /* istanbul ignore else */ { defineReactive$$1(vm, key, result[key], () => { warn(`Avoid mutating an injected value directly since the changes will be ` + `overwritten whenever the provided component re-renders. ` + `injection being mutated: "${key}"`, vm); }); } }); toggleObserving(true); } } function resolveInject(inject, vm) { if (inject) { // inject is :any because flow is not smart enough to figure out cached const result = Object.create(null); const keys = hasSymbol ? Reflect.ownKeys(inject) : Object.keys(inject); for (let i = 0; i < keys.length; i++) { const key = keys[i]; // #6574 in case the inject object is observed... if (key === '__ob__') continue; const provideKey = inject[key].from; let source = vm; while (source) { if (source._provided && hasOwn(source._provided, provideKey)) { result[key] = source._provided[provideKey]; break; } source = source.$parent; } if (!source) { if ('default' in inject[key]) { const provideDefault = inject[key].default; result[key] = typeof provideDefault === 'function' ? provideDefault.call(vm) : provideDefault; } else { warn(`Injection "${key}" not found`, vm); } } } return result; } } /* */ /** * Runtime helper for resolving raw children VNodes into a slot object. */ function resolveSlots(children, context) { if (!children || !children.length) { return {}; } const slots = {}; for (let i = 0, l = children.length; i < l; i++) { const child = children[i]; const data = child.data; // remove slot attribute if the node is resolved as a Vue slot node if (data && data.attrs && data.attrs.slot) { delete data.attrs.slot; } // named slots should only be respected if the vnode was rendered in the // same context. if ((child.context === context || child.fnContext === context) && data && data.slot != null) { const name = data.slot; const slot = slots[name] || (slots[name] = []); if (child.tag === 'template') { slot.push.apply(slot, child.children || []); } else { slot.push(child); } } else { (slots.default || (slots.default = [])).push(child); } } // ignore slots that contains only whitespace for (const name in slots) { if (slots[name].every(isWhitespace)) { delete slots[name]; } } return slots; } function isWhitespace(node) { return node.isComment && !node.asyncFactory || node.text === ' '; } /* */ function isAsyncPlaceholder(node) { return node.isComment && node.asyncFactory; } /* */ function normalizeScopedSlots(slots, normalSlots, prevSlots) { let res; const hasNormalSlots = Object.keys(normalSlots).length > 0; const isStable = slots ? !!slots.$stable : !hasNormalSlots; const key = slots && slots.$key; if (!slots) { res = {}; } else if (slots._normalized) { // fast path 1: child component re-render only, parent did not change return slots._normalized; } else if (isStable && prevSlots && prevSlots !== emptyObject && key === prevSlots.$key && !hasNormalSlots && !prevSlots.$hasNormal) { // fast path 2: stable scoped slots w/ no normal slots to proxy, // only need to normalize once return prevSlots; } else { res = {}; for (const key in slots) { if (slots[key] && key[0] !== '$') { res[key] = normalizeScopedSlot(normalSlots, key, slots[key]); } } } // expose normal slots on scopedSlots for (const key in normalSlots) { if (!(key in res)) { res[key] = proxyNormalSlot(normalSlots, key); } } // avoriaz seems to mock a non-extensible $scopedSlots object // and when that is passed down this would cause an error if (slots && Object.isExtensible(slots)) { slots._normalized = res; } def(res, '$stable', isStable); def(res, '$key', key); def(res, '$hasNormal', hasNormalSlots); return res; } function normalizeScopedSlot(normalSlots, key, fn) { const normalized = function () { let res = arguments.length ? fn.apply(null, arguments) : fn({}); res = res && typeof res === 'object' && !Array.isArray(res) ? [res] // single vnode : normalizeChildren(res); let vnode = res && res[0]; return res && (!vnode || res.length === 1 && vnode.isComment && !isAsyncPlaceholder(vnode) // #9658, #10391 ) ? undefined : res; }; // this is a slot using the new v-slot syntax without scope. although it is // compiled as a scoped slot, render fn users would expect it to be present // on this.$slots because the usage is semantically a normal slot. if (fn.proxy) { Object.defineProperty(normalSlots, key, { get: normalized, enumerable: true, configurable: true }); } return normalized; } function proxyNormalSlot(slots, key) { return () => slots[key]; } /* */ /** * Runtime helper for rendering v-for lists. */ function renderList(val, render) { let ret, i, l, keys, key; if (Array.isArray(val) || typeof val === 'string') { ret = new Array(val.length); for (i = 0, l = val.length; i < l; i++) { ret[i] = render(val[i], i); } } else if (typeof val === 'number') { ret = new Array(val); for (i = 0; i < val; i++) { ret[i] = render(i + 1, i); } } else if (isObject(val)) { if (hasSymbol && val[Symbol.iterator]) { ret = []; const iterator = val[Symbol.iterator](); let result = iterator.next(); while (!result.done) { ret.push(render(result.value, ret.length)); result = iterator.next(); } } else { keys = Object.keys(val); ret = new Array(keys.length); for (i = 0, l = keys.length; i < l; i++) { key = keys[i]; ret[i] = render(val[key], key, i); } } } if (!isDef(ret)) { ret = []; } ret._isVList = true; return ret; } /* */ /** * Runtime helper for rendering <slot> */ function renderSlot(name, fallbackRender, props, bindObject) { const scopedSlotFn = this.$scopedSlots[name]; let nodes; if (scopedSlotFn) { // scoped slot props = props || {}; if (bindObject) { if (!isObject(bindObject)) { warn('slot v-bind without argument expects an Object', this); } props = extend(extend({}, bindObject), props); } nodes = scopedSlotFn(props) || (typeof fallbackRender === 'function' ? fallbackRender() : fallbackRender); } else { nodes = this.$slots[name] || (typeof fallbackRender === 'function' ? fallbackRender() : fallbackRender); } const target = props && props.slot; if (target) { return this.$createElement('template', { slot: target }, nodes); } else { return nodes; } } /* */ /** * Runtime helper for resolving filters */ function resolveFilter(id) { return resolveAsset(this.$options, 'filters', id, true) || identity; } /* */ function isKeyNotMatch(expect, actual) { if (Array.isArray(expect)) { return expect.indexOf(actual) === -1; } else { return expect !== actual; } } /** * Runtime helper for checking keyCodes from config. * exposed as Vue.prototype._k * passing in eventKeyName as last argument separately for backwards compat */ function checkKeyCodes(eventKeyCode, key, builtInKeyCode, eventKeyName, builtInKeyName) { const mappedKeyCode = config.keyCodes[key] || builtInKeyCode; if (builtInKeyName && eventKeyName && !config.keyCodes[key]) { return isKeyNotMatch(builtInKeyName, eventKeyName); } else if (mappedKeyCode) { return isKeyNotMatch(mappedKeyCode, eventKeyCode); } else if (eventKeyName) { return hyphenate(eventKeyName) !== key; } return eventKeyCode === undefined; } /* */ /** * Runtime helper for merging v-bind="object" into a VNode's data. */ function bindObjectProps(data, tag, value, asProp, isSync) { if (value) { if (!isObject(value)) { warn('v-bind without argument expects an Object or Array value', this); } else { if (Array.isArray(value)) { value = toObject(value); } let hash; for (const key in value) { if (key === 'class' || key === 'style' || isReservedAttribute(key)) { hash = data; } else { const type = data.attrs && data.attrs.type; hash = asProp || config.mustUseProp(tag, type, key) ? data.domProps || (data.domProps = {}) : data.attrs || (data.attrs = {}); } const camelizedKey = camelize(key); const hyphenatedKey = hyphenate(key); if (!(camelizedKey in hash) && !(hyphenatedKey in hash)) { hash[key] = value[key]; if (isSync) { const on = data.on || (data.on = {}); on[`update:${key}`] = function ($event) { value[key] = $event; }; } } } } } return data; } /* */ /** * Runtime helper for rendering static trees. */ function renderStatic(index, isInFor) { const cached = this._staticTrees || (this._staticTrees = []); let tree = cached[index]; // if has already-rendered static tree and not inside v-for, // we can reuse the same tree. if (tree && !isInFor) { return tree; } // otherwise, render a fresh tree. tree = cached[index] = this.$options.staticRenderFns[index].call(this._renderProxy, null, this // for render fns generated for functional component templates ); markStatic(tree, `__static__${index}`, false); return tree; } /** * Runtime helper for v-once. * Effectively it means marking the node as static with a unique key. */ function markOnce(tree, index, key) { markStatic(tree, `__once__${index}${key ? `_${key}` : ``}`, true); return tree; } function markStatic(tree, key, isOnce) { if (Array.isArray(tree)) { for (let i = 0; i < tree.length; i++) { if (tree[i] && typeof tree[i] !== 'string') { markStaticNode(tree[i], `${key}_${i}`, isOnce); } } } else { markStaticNode(tree, key, isOnce); } } function markStaticNode(node, key, isOnce) { node.isStatic = true; node.key = key; node.isOnce = isOnce; } /* */ function bindObjectListeners(data, value) { if (value) { if (!isPlainObject(value)) { warn('v-on without argument expects an Object value', this); } else { const on = data.on = data.on ? extend({}, data.on) : {}; for (const key in value) { const existing = on[key]; const ours = value[key]; on[key] = existing ? [].concat(existing, ours) : ours; } } } return data; } /* */ function resolveScopedSlots(fns, // see flow/vnode res, // the following are added in 2.6 hasDynamicKeys, contentHashKey) { res = res || { $stable: !hasDynamicKeys }; for (let i = 0; i < fns.length; i++) { const slot = fns[i]; if (Array.isArray(slot)) { resolveScopedSlots(slot, res, hasDynamicKeys); } else if (slot) { // marker for reverse proxying v-slot without scope on this.$slots if (slot.proxy) { slot.fn.proxy = true; } res[slot.key] = slot.fn; } } if (contentHashKey) { res.$key = contentHashKey; } return res; } /* */ function bindDynamicKeys(baseObj, values) { for (let i = 0; i < values.length; i += 2) { const key = values[i]; if (typeof key === 'string' && key) { baseObj[values[i]] = values[i + 1]; } else if (key !== '' && key !== null) { // null is a special value for explicitly removing a binding warn(`Invalid value for dynamic directive argument (expected string or null): ${key}`, this); } } return baseObj; } // helper to dynamically append modifier runtime markers to event names. // ensure only append when value is already string, otherwise it will be cast // to string and cause the type check to miss. function prependModifier(value, symbol) { return typeof value === 'string' ? symbol + value : value; } /* */ function installRenderHelpers(target) { target._o = markOnce; target._n = toNumber; target._s = toString; target._l = renderList; target._t = renderSlot; target._q = looseEqual; target._i = looseIndexOf; target._m = renderStatic; target._f = resolveFilter; target._k = checkKeyCodes; target._b = bindObjectProps; target._v = createTextVNode; target._e = createEmptyVNode; target._u = resolveScopedSlots; target._g = bindObjectListeners; target._d = bindDynamicKeys; target._p = prependModifier; } /* */ function FunctionalRenderContext(data, props, children, parent, Ctor) { const options = Ctor.options; // ensure the createElement function in functional components // gets a unique context - this is necessary for correct named slot check let contextVm; if (hasOwn(parent, '_uid')) { contextVm = Object.create(parent); // $flow-disable-line contextVm._original = parent; } else { // the context vm passed in is a functional context as well. // in this case we want to make sure we are able to get a hold to the // real context instance. contextVm = parent; // $flow-disable-line parent = parent._original; } const isCompiled = isTrue(options._compiled); const needNormalization = !isCompiled; this.data = data; this.props = props; this.children = children; this.parent = parent; this.listeners = data.on || emptyObject; this.injections = resolveInject(options.inject, parent); this.slots = () => { if (!this.$slots) { normalizeScopedSlots(data.scopedSlots, this.$slots = resolveSlots(children, parent)); } return this.$slots; }; Object.defineProperty(this, 'scopedSlots', { enumerable: true, get() { return normalizeScopedSlots(data.scopedSlots, this.slots()); } }); // support for compiled functional template if (isCompiled) { // exposing $options for renderStatic() this.$options = options; // pre-resolve slots for renderSlot() this.$slots = this.slots(); this.$scopedSlots = normalizeScopedSlots(data.scopedSlots, this.$slots); } if (options._scopeId) { this._c = (a, b, c, d) => { const vnode = createElement(contextVm, a, b, c, d, needNormalization); if (vnode && !Array.isArray(vnode)) { vnode.fnScopeId = options._scopeId; vnode.fnContext = parent; } return vnode; }; } else { this._c = (a, b, c, d) => createElement(contextVm, a, b, c, d, needNormalization); } } installRenderHelpers(FunctionalRenderContext.prototype); function createFunctionalComponent(Ctor, propsData, data, contextVm, children) { const options = Ctor.options; const props = {}; const propOptions = options.props; if (isDef(propOptions)) { for (const key in propOptions) { props[key] = validateProp(key, propOptions, propsData || emptyObject); } } else { if (isDef(data.attrs)) mergeProps(props, data.attrs); if (isDef(data.props)) mergeProps(props, data.props); } const renderContext = new FunctionalRenderContext(data, props, children, contextVm, Ctor); const vnode = options.render.call(null, renderContext._c, renderContext); if (vnode instanceof VNode) { return cloneAndMarkFunctionalResult(vnode, data, renderContext.parent, options, renderContext); } else if (Array.isArray(vnode)) { const vnodes = normalizeChildren(vnode) || []; const res = new Array(vnodes.length); for (let i = 0; i < vnodes.length; i++) { res[i] = cloneAndMarkFunctionalResult(vnodes[i], data, renderContext.parent, options, renderContext); } return res; } } function cloneAndMarkFunctionalResult(vnode, data, contextVm, options, renderContext) { // #7817 clone node before setting fnContext, otherwise if the node is reused // (e.g. it was from a cached normal slot) the fnContext causes named slots // that should not be matched to match. const clone = cloneVNode(vnode); clone.fnContext = contextVm; clone.fnOptions = options; { (clone.devtoolsMeta = clone.devtoolsMeta || {}).renderContext = renderContext; } if (data.slot) { (clone.data || (clone.data = {})).slot = data.slot; } return clone; } function mergeProps(to, from) { for (const key in from) { to[camelize(key)] = from[key]; } } /* */ /* */ /* */ /* */ // inline hooks to be invoked on component VNodes during patch const componentVNodeHooks = { init(vnode, hydrating) { if (vnode.componentInstance && !vnode.componentInstance._isDestroyed && vnode.data.keepAlive) { // kept-alive components, treat as a patch const mountedNode = vnode; // work around flow componentVNodeHooks.prepatch(mountedNode, mountedNode); } else { const child = vnode.componentInstance = createComponentInstanceForVnode(vnode, activeInstance); child.$mount(hydrating ? vnode.elm : undefined, hydrating); } }, prepatch(oldVnode, vnode) { const options = vnode.componentOptions; const child = vnode.componentInstance = oldVnode.componentInstance; updateChildComponent(child, options.propsData, // updated props options.listeners, // updated listeners vnode, // new parent vnode options.children // new children ); }, insert(vnode) { const { context, componentInstance } = vnode; if (!componentInstance._isMounted) { componentInstance._isMounted = true; callHook(componentInstance, 'mounted'); } if (vnode.data.keepAlive) { if (context._isMounted) { // vue-router#1212 // During updates, a kept-alive component's child components may // change, so directly walking the tree here may call activated hooks // on incorrect children. Instead we push them into a queue which will // be processed after the whole patch process ended. queueActivatedComponent(componentInstance); } else { activateChildComponent(componentInstance, true /* direct */ ); } } }, destroy(vnode) { const { componentInstance } = vnode; if (!componentInstance._isDestroyed) { if (!vnode.data.keepAlive) { componentInstance.$destroy(); } else { deactivateChildComponent(componentInstance, true /* direct */ ); } } } }; const hooksToMerge = Object.keys(componentVNodeHooks); function createComponent(Ctor, data, context, children, tag) { if (isUndef(Ctor)) { return; } const baseCtor = context.$options._base; // plain options object: turn it into a constructor if (isObject(Ctor)) { Ctor = baseCtor.extend(Ctor); } // if at this stage it's not a constructor or an async component factory, // reject. if (typeof Ctor !== 'function') { { warn(`Invalid Component definition: ${String(Ctor)}`, context); } return; } // async component let asyncFactory; if (isUndef(Ctor.cid)) { asyncFactory = Ctor; Ctor = resolveAsyncComponent(asyncFactory, baseCtor); if (Ctor === undefined) { // return a placeholder node for async component, which is rendered // as a comment node but preserves all the raw information for the node. // the information will be used for async server-rendering and hydration. return createAsyncPlaceholder(asyncFactory, data, context, children, tag); } } data = data || {}; // resolve constructor options in case global mixins are applied after // component constructor creation resolveConstructorOptions(Ctor); // transform component v-model data into props & events if (isDef(data.model)) { transformModel(Ctor.options, data); } // extract props const propsData = extractPropsFromVNodeData(data, Ctor, tag); // functional component if (isTrue(Ctor.options.functional)) { return createFunctionalComponent(Ctor, propsData, data, context, children); } // extract listeners, since these needs to be treated as // child component listeners instead of DOM listeners const listeners = data.on; // replace with listeners with .native modifier // so it gets processed during parent component patch. data.on = data.nativeOn; if (isTrue(Ctor.options.abstract)) { // abstract components do not keep anything // other than props & listeners & slot // work around flow const slot = data.slot; data = {}; if (slot) { data.slot = slot; } } // install component management hooks onto the placeholder node installComponentHooks(data); // return a placeholder vnode const name = Ctor.options.name || tag; const vnode = new VNode(`vue-component-${Ctor.cid}${name ? `-${name}` : ''}`, data, undefined, undefined, undefined, context, { Ctor, propsData, listeners, tag, children }, asyncFactory); return vnode; } function createComponentInstanceForVnode( // we know it's MountedComponentVNode but flow doesn't vnode, // activeInstance in lifecycle state parent) { const options = { _isComponent: true, _parentVnode: vnode, parent }; // check inline-template render functions const inlineTemplate = vnode.data.inlineTemplate; if (isDef(inlineTemplate)) { options.render = inlineTemplate.render; options.staticRenderFns = inlineTemplate.staticRenderFns; } return new vnode.componentOptions.Ctor(options); } function installComponentHooks(data) { const hooks = data.hook || (data.hook = {}); for (let i = 0; i < hooksToMerge.length; i++) { const key = hooksToMerge[i]; const existing = hooks[key]; const toMerge = componentVNodeHooks[key]; if (existing !== toMerge && !(existing && existing._merged)) { hooks[key] = existing ? mergeHook$1(toMerge, existing) : toMerge; } } } function mergeHook$1(f1, f2) { const merged = (a, b) => { // flow complains about extra args which is why we use any f1(a, b); f2(a, b); }; merged._merged = true; return merged; } // transform component v-model info (value and callback) into // prop and event handler respectively. function transformModel(options, data) { const prop = options.model && options.model.prop || 'value'; const event = options.model && options.model.event || 'input'; (data.attrs || (data.attrs = {}))[prop] = data.model.value; const on = data.on || (data.on = {}); const existing = on[event]; const callback = data.model.callback; if (isDef(existing)) { if (Array.isArray(existing) ? existing.indexOf(callback) === -1 : existing !== callback) { on[event] = [callback].concat(existing); } } else { on[event] = callback; } } /* */ const SIMPLE_NORMALIZE = 1; const ALWAYS_NORMALIZE = 2; // wrapper function for providing a more flexible interface // without getting yelled at by flow function createElement(context, tag, data, children, normalizationType, alwaysNormalize) { if (Array.isArray(data) || isPrimitive(data)) { normalizationType = children; children = data; data = undefined; } if (isTrue(alwaysNormalize)) { normalizationType = ALWAYS_NORMALIZE; } return _createElement(context, tag, data, children, normalizationType); } function _createElement(context, tag, data, children, normalizationType) { if (isDef(data) && isDef(data.__ob__)) { warn(`Avoid using observed data object as vnode data: ${JSON.stringify(data)}\n` + 'Always create fresh vnode data objects in each render!', context); return createEmptyVNode(); } // object syntax in v-bind if (isDef(data) && isDef(data.is)) { tag = data.is; } if (!tag) { // in case of component :is set to falsy value return createEmptyVNode(); } // warn against non-primitive key if (isDef(data) && isDef(data.key) && !isPrimitive(data.key)) { { warn('Avoid using non-primitive value as key, ' + 'use string/number value instead.', context); } } // support single function children as default scoped slot if (Array.isArray(children) && typeof children[0] === 'function') { data = data || {}; data.scopedSlots = { default: children[0] }; children.length = 0; } if (normalizationType === ALWAYS_NORMALIZE) { children = normalizeChildren(children); } else if (normalizationType === SIMPLE_NORMALIZE) { children = simpleNormalizeChildren(children); } let vnode, ns; if (typeof tag === 'string') { let Ctor; ns = context.$vnode && context.$vnode.ns || config.getTagNamespace(tag); if (config.isReservedTag(tag)) { // platform built-in elements if (isDef(data) && isDef(data.nativeOn) && data.tag !== 'component') { warn(`The .native modifier for v-on is only valid on components but it was used on <${tag}>.`, context); } vnode = new VNode(config.parsePlatformTagName(tag), data, children, undefined, undefined, context); } else if ((!data || !data.pre) && isDef(Ctor = resolveAsset(context.$options, 'components', tag))) { // component vnode = createComponent(Ctor, data, context, children, tag); } else { // unknown or unlisted namespaced elements // check at runtime because it may get assigned a namespace when its // parent normalizes children vnode = new VNode(tag, data, children, undefined, undefined, context); } } else { // direct component options / constructor vnode = createComponent(tag, data, context, children); } if (Array.isArray(vnode)) { return vnode; } else if (isDef(vnode)) { if (isDef(ns)) applyNS(vnode, ns); if (isDef(data)) registerDeepBindings(data); return vnode; } else { return createEmptyVNode(); } } function applyNS(vnode, ns, force) { vnode.ns = ns; if (vnode.tag === 'foreignObject') { // use default namespace inside foreignObject ns = undefined; force = true; } if (isDef(vnode.children)) { for (let i = 0, l = vnode.children.length; i < l; i++) { const child = vnode.children[i]; if (isDef(child.tag) && (isUndef(child.ns) || isTrue(force) && child.tag !== 'svg')) { applyNS(child, ns, force); } } } } // ref #5318 // necessary to ensure parent re-render when deep bindings like :style and // :class are used on slot nodes function registerDeepBindings(data) { if (isObject(data.style)) { traverse(data.style); } if (isObject(data.class)) { traverse(data.class); } } /* */ function initRender(vm) { vm._vnode = null; // the root of the child tree vm._staticTrees = null; // v-once cached trees const options = vm.$options; const parentVnode = vm.$vnode = options._parentVnode; // the placeholder node in parent tree const renderContext = parentVnode && parentVnode.context; vm.$slots = resolveSlots(options._renderChildren, renderContext); vm.$scopedSlots = emptyObject; // bind the createElement fn to this instance // so that we get proper render context inside it. // args order: tag, data, children, normalizationType, alwaysNormalize // internal version is used by render functions compiled from templates vm._c = (a, b, c, d) => createElement(vm, a, b, c, d, false); // normalization is always applied for the public version, used in // user-written render functions. vm.$createElement = (a, b, c, d) => createElement(vm, a, b, c, d, true); // $attrs & $listeners are exposed for easier HOC creation. // they need to be reactive so that HOCs using them are always updated const parentData = parentVnode && parentVnode.data; /* istanbul ignore else */ { defineReactive$$1(vm, '$attrs', parentData && parentData.attrs || emptyObject, () => { !isUpdatingChildComponent && warn(`$attrs is readonly.`, vm); }, true); defineReactive$$1(vm, '$listeners', options._parentListeners || emptyObject, () => { !isUpdatingChildComponent && warn(`$listeners is readonly.`, vm); }, true); } } let currentRenderingInstance = null; function renderMixin(Vue) { // install runtime convenience helpers installRenderHelpers(Vue.prototype); Vue.prototype.$nextTick = function (fn) { return nextTick(fn, this); }; Vue.prototype._render = function () { const vm = this; const { render, _parentVnode } = vm.$options; if (_parentVnode) { vm.$scopedSlots = normalizeScopedSlots(_parentVnode.data.scopedSlots, vm.$slots, vm.$scopedSlots); } // set parent vnode. this allows render functions to have access // to the data on the placeholder node. vm.$vnode = _parentVnode; // render self let vnode; try { // There's no need to maintain a stack because all render fns are called // separately from one another. Nested component's render fns are called // when parent component is patched. currentRenderingInstance = vm; vnode = render.call(vm._renderProxy, vm.$createElement); } catch (e) { handleError(e, vm, `render`); // return error render result, // or previous vnode to prevent render error causing blank component /* istanbul ignore else */ if (vm.$options.renderError) { try { vnode = vm.$options.renderError.call(vm._renderProxy, vm.$createElement, e); } catch (e) { handleError(e, vm, `renderError`); vnode = vm._vnode; } } else { vnode = vm._vnode; } } finally { currentRenderingInstance = null; } // if the returned array contains only a single node, allow it if (Array.isArray(vnode) && vnode.length === 1) { vnode = vnode[0]; } // return empty vnode in case the render function errored out if (!(vnode instanceof VNode)) { if (Array.isArray(vnode)) { warn('Multiple root nodes returned from render function. Render function ' + 'should return a single root node.', vm); } vnode = createEmptyVNode(); } // set parent vnode.parent = _parentVnode; return vnode; }; } /* */ function ensureCtor(comp, base) { if (comp.__esModule || hasSymbol && comp[Symbol.toStringTag] === 'Module') { comp = comp.default; } return isObject(comp) ? base.extend(comp) : comp; } function createAsyncPlaceholder(factory, data, context, children, tag) { const node = createEmptyVNode(); node.asyncFactory = factory; node.asyncMeta = { data, context, children, tag }; return node; } function resolveAsyncComponent(factory, baseCtor) { if (isTrue(factory.error) && isDef(factory.errorComp)) { return factory.errorComp; } if (isDef(factory.resolved)) { return factory.resolved; } const owner = currentRenderingInstance; if (owner && isDef(factory.owners) && factory.owners.indexOf(owner) === -1) { // already pending factory.owners.push(owner); } if (isTrue(factory.loading) && isDef(factory.loadingComp)) { return factory.loadingComp; } if (owner && !isDef(factory.owners)) { const owners = factory.owners = [owner]; let sync = true; let timerLoading = null; let timerTimeout = null; owner.$on('hook:destroyed', () => remove(owners, owner)); const forceRender = renderCompleted => { for (let i = 0, l = owners.length; i < l; i++) { owners[i].$forceUpdate(); } if (renderCompleted) { owners.length = 0; if (timerLoading !== null) { clearTimeout(timerLoading); timerLoading = null; } if (timerTimeout !== null) { clearTimeout(timerTimeout); timerTimeout = null; } } }; const resolve = once(res => { // cache resolved factory.resolved = ensureCtor(res, baseCtor); // invoke callbacks only if this is not a synchronous resolve // (async resolves are shimmed as synchronous during SSR) if (!sync) { forceRender(true); } else { owners.length = 0; } }); const reject = once(reason => { warn(`Failed to resolve async component: ${String(factory)}` + (reason ? `\nReason: ${reason}` : '')); if (isDef(factory.errorComp)) { factory.error = true; forceRender(true); } }); const res = factory(resolve, reject); if (isObject(res)) { if (isPromise(res)) { // () => Promise if (isUndef(factory.resolved)) { res.then(resolve, reject); } } else if (isPromise(res.component)) { res.component.then(resolve, reject); if (isDef(res.error)) { factory.errorComp = ensureCtor(res.error, baseCtor); } if (isDef(res.loading)) { factory.loadingComp = ensureCtor(res.loading, baseCtor); if (res.delay === 0) { factory.loading = true; } else { timerLoading = setTimeout(() => { timerLoading = null; if (isUndef(factory.resolved) && isUndef(factory.error)) { factory.loading = true; forceRender(false); } }, res.delay || 200); } } if (isDef(res.timeout)) { timerTimeout = setTimeout(() => { timerTimeout = null; if (isUndef(factory.resolved)) { reject(`timeout (${res.timeout}ms)`); } }, res.timeout); } } } sync = false; // return in case resolved synchronously return factory.loading ? factory.loadingComp : factory.resolved; } } /* */ function getFirstComponentChild(children) { if (Array.isArray(children)) { for (let i = 0; i < children.length; i++) { const c = children[i]; if (isDef(c) && (isDef(c.componentOptions) || isAsyncPlaceholder(c))) { return c; } } } } /* */ /* */ function initEvents(vm) { vm._events = Object.create(null); vm._hasHookEvent = false; // init parent attached events const listeners = vm.$options._parentListeners; if (listeners) { updateComponentListeners(vm, listeners); } } let target; function add(event, fn) { target.$on(event, fn); } function remove$1(event, fn) { target.$off(event, fn); } function createOnceHandler(event, fn) { const _target = target; return function onceHandler() { const res = fn.apply(null, arguments); if (res !== null) { _target.$off(event, onceHandler); } }; } function updateComponentListeners(vm, listeners, oldListeners) { target = vm; updateListeners(listeners, oldListeners || {}, add, remove$1, createOnceHandler, vm); target = undefined; } function eventsMixin(Vue) { const hookRE = /^hook:/; Vue.prototype.$on = function (event, fn) { const vm = this; if (Array.isArray(event)) { for (let i = 0, l = event.length; i < l; i++) { vm.$on(event[i], fn); } } else { (vm._events[event] || (vm._events[event] = [])).push(fn); // optimize hook:event cost by using a boolean flag marked at registration // instead of a hash lookup if (hookRE.test(event)) { vm._hasHookEvent = true; } } return vm; }; Vue.prototype.$once = function (event, fn) { const vm = this; function on() { vm.$off(event, on); fn.apply(vm, arguments); } on.fn = fn; vm.$on(event, on); return vm; }; Vue.prototype.$off = function (event, fn) { const vm = this; // all if (!arguments.length) { vm._events = Object.create(null); return vm; } // array of events if (Array.isArray(event)) { for (let i = 0, l = event.length; i < l; i++) { vm.$off(event[i], fn); } return vm; } // specific event const cbs = vm._events[event]; if (!cbs) { return vm; } if (!fn) { vm._events[event] = null; return vm; } // specific handler let cb; let i = cbs.length; while (i--) { cb = cbs[i]; if (cb === fn || cb.fn === fn) { cbs.splice(i, 1); break; } } return vm; }; Vue.prototype.$emit = function (event) { const vm = this; { const lowerCaseEvent = event.toLowerCase(); if (lowerCaseEvent !== event && vm._events[lowerCaseEvent]) { tip(`Event "${lowerCaseEvent}" is emitted in component ` + `${formatComponentName(vm)} but the handler is registered for "${event}". ` + `Note that HTML attributes are case-insensitive and you cannot use ` + `v-on to listen to camelCase events when using in-DOM templates. ` + `You should probably use "${hyphenate(event)}" instead of "${event}".`); } } let cbs = vm._events[event]; if (cbs) { cbs = cbs.length > 1 ? toArray(cbs) : cbs; const args = toArray(arguments, 1); const info = `event handler for "${event}"`; for (let i = 0, l = cbs.length; i < l; i++) { invokeWithErrorHandling(cbs[i], vm, args, vm, info); } } return vm; }; } /* */ let activeInstance = null; let isUpdatingChildComponent = false; function setActiveInstance(vm) { const prevActiveInstance = activeInstance; activeInstance = vm; return () => { activeInstance = prevActiveInstance; }; } function initLifecycle(vm) { const options = vm.$options; // locate first non-abstract parent let parent = options.parent; if (parent && !options.abstract) { while (parent.$options.abstract && parent.$parent) { parent = parent.$parent; } parent.$children.push(vm); } vm.$parent = parent; vm.$root = parent ? parent.$root : vm; vm.$children = []; vm.$refs = {}; vm._watcher = null; vm._inactive = null; vm._directInactive = false; vm._isMounted = false; vm._isDestroyed = false; vm._isBeingDestroyed = false; } function lifecycleMixin(Vue) { Vue.prototype._update = function (vnode, hydrating) { const vm = this; const prevEl = vm.$el; const prevVnode = vm._vnode; const restoreActiveInstance = setActiveInstance(vm); vm._vnode = vnode; // Vue.prototype.__patch__ is injected in entry points // based on the rendering backend used. if (!prevVnode) { // initial render vm.$el = vm.__patch__(vm.$el, vnode, hydrating, false /* removeOnly */ ); } else { // updates vm.$el = vm.__patch__(prevVnode, vnode); } restoreActiveInstance(); // update __vue__ reference if (prevEl) { prevEl.__vue__ = null; } if (vm.$el) { vm.$el.__vue__ = vm; } // if parent is an HOC, update its $el as well if (vm.$vnode && vm.$parent && vm.$vnode === vm.$parent._vnode) { vm.$parent.$el = vm.$el; } // updated hook is called by the scheduler to ensure that children are // updated in a parent's updated hook. }; Vue.prototype.$forceUpdate = function () { const vm = this; if (vm._watcher) { vm._watcher.update(); } }; Vue.prototype.$destroy = function () { const vm = this; if (vm._isBeingDestroyed) { return; } callHook(vm, 'beforeDestroy'); vm._isBeingDestroyed = true; // remove self from parent const parent = vm.$parent; if (parent && !parent._isBeingDestroyed && !vm.$options.abstract) { remove(parent.$children, vm); } // teardown watchers if (vm._watcher) { vm._watcher.teardown(); } let i = vm._watchers.length; while (i--) { vm._watchers[i].teardown(); } // remove reference from data ob // frozen object may not have observer. if (vm._data.__ob__) { vm._data.__ob__.vmCount--; } // call the last hook... vm._isDestroyed = true; // invoke destroy hooks on current rendered tree vm.__patch__(vm._vnode, null); // fire destroyed hook callHook(vm, 'destroyed'); // turn off all instance listeners. vm.$off(); // remove __vue__ reference if (vm.$el) { vm.$el.__vue__ = null; } // release circular reference (#6759) if (vm.$vnode) { vm.$vnode.parent = null; } }; } function mountComponent(vm, el, hydrating) { vm.$el = el; if (!vm.$options.render) { vm.$options.render = createEmptyVNode; { /* istanbul ignore if */ if (vm.$options.template && vm.$options.template.charAt(0) !== '#' || vm.$options.el || el) { warn('You are using the runtime-only build of Vue where the template ' + 'compiler is not available. Either pre-compile the templates into ' + 'render functions, or use the compiler-included build.', vm); } else { warn('Failed to mount component: template or render function not defined.', vm); } } } callHook(vm, 'beforeMount'); let updateComponent; /* istanbul ignore if */ if (config.performance && mark) { updateComponent = () => { const name = vm._name; const id = vm._uid; const startTag = `vue-perf-start:${id}`; const endTag = `vue-perf-end:${id}`; mark(startTag); const vnode = vm._render(); mark(endTag); measure(`vue ${name} render`, startTag, endTag); mark(startTag); vm._update(vnode, hydrating); mark(endTag); measure(`vue ${name} patch`, startTag, endTag); }; } else { updateComponent = () => { vm._update(vm._render(), hydrating); }; } // we set this to vm._watcher inside the watcher's constructor // since the watcher's initial patch may call $forceUpdate (e.g. inside child // component's mounted hook), which relies on vm._watcher being already defined new Watcher(vm, updateComponent, noop, { before() { if (vm._isMounted && !vm._isDestroyed) { callHook(vm, 'beforeUpdate'); } } }, true /* isRenderWatcher */ ); hydrating = false; // manually mounted instance, call mounted on self // mounted is called for render-created child components in its inserted hook if (vm.$vnode == null) { vm._isMounted = true; callHook(vm, 'mounted'); } return vm; } function updateChildComponent(vm, propsData, listeners, parentVnode, renderChildren) { { isUpdatingChildComponent = true; } // determine whether component has slot children // we need to do this before overwriting $options._renderChildren. // check if there are dynamic scopedSlots (hand-written or compiled but with // dynamic slot names). Static scoped slots compiled from template has the // "$stable" marker. const newScopedSlots = parentVnode.data.scopedSlots; const oldScopedSlots = vm.$scopedSlots; const hasDynamicScopedSlot = !!(newScopedSlots && !newScopedSlots.$stable || oldScopedSlots !== emptyObject && !oldScopedSlots.$stable || newScopedSlots && vm.$scopedSlots.$key !== newScopedSlots.$key || !newScopedSlots && vm.$scopedSlots.$key); // Any static slot children from the parent may have changed during parent's // update. Dynamic scoped slots may also have changed. In such cases, a forced // update is necessary to ensure correctness. const needsForceUpdate = !!(renderChildren || // has new static slots vm.$options._renderChildren || // has old static slots hasDynamicScopedSlot); vm.$options._parentVnode = parentVnode; vm.$vnode = parentVnode; // update vm's placeholder node without re-render if (vm._vnode) { // update child tree's parent vm._vnode.parent = parentVnode; } vm.$options._renderChildren = renderChildren; // update $attrs and $listeners hash // these are also reactive so they may trigger child update if the child // used them during render vm.$attrs = parentVnode.data.attrs || emptyObject; vm.$listeners = listeners || emptyObject; // update props if (propsData && vm.$options.props) { toggleObserving(false); const props = vm._props; const propKeys = vm.$options._propKeys || []; for (let i = 0; i < propKeys.length; i++) { const key = propKeys[i]; const propOptions = vm.$options.props; // wtf flow? props[key] = validateProp(key, propOptions, propsData, vm); } toggleObserving(true); // keep a copy of raw propsData vm.$options.propsData = propsData; } // update listeners listeners = listeners || emptyObject; const oldListeners = vm.$options._parentListeners; vm.$options._parentListeners = listeners; updateComponentListeners(vm, listeners, oldListeners); // resolve slots + force update if has children if (needsForceUpdate) { vm.$slots = resolveSlots(renderChildren, parentVnode.context); vm.$forceUpdate(); } { isUpdatingChildComponent = false; } } function isInInactiveTree(vm) { while (vm && (vm = vm.$parent)) { if (vm._inactive) return true; } return false; } function activateChildComponent(vm, direct) { if (direct) { vm._directInactive = false; if (isInInactiveTree(vm)) { return; } } else if (vm._directInactive) { return; } if (vm._inactive || vm._inactive === null) { vm._inactive = false; for (let i = 0; i < vm.$children.length; i++) { activateChildComponent(vm.$children[i]); } callHook(vm, 'activated'); } } function deactivateChildComponent(vm, direct) { if (direct) { vm._directInactive = true; if (isInInactiveTree(vm)) { return; } } if (!vm._inactive) { vm._inactive = true; for (let i = 0; i < vm.$children.length; i++) { deactivateChildComponent(vm.$children[i]); } callHook(vm, 'deactivated'); } } function callHook(vm, hook) { // #7573 disable dep collection when invoking lifecycle hooks pushTarget(); const handlers = vm.$options[hook]; const info = `${hook} hook`; if (handlers) { for (let i = 0, j = handlers.length; i < j; i++) { invokeWithErrorHandling(handlers[i], vm, null, vm, info); } } if (vm._hasHookEvent) { vm.$emit('hook:' + hook); } popTarget(); } /* */ const MAX_UPDATE_COUNT = 100; const queue = []; const activatedChildren = []; let has = {}; let circular = {}; let waiting = false; let flushing = false; let index = 0; /** * Reset the scheduler's state. */ function resetSchedulerState() { index = queue.length = activatedChildren.length = 0; has = {}; { circular = {}; } waiting = flushing = false; } // Async edge case #6566 requires saving the timestamp when event listeners are // attached. However, calling performance.now() has a perf overhead especially // if the page has thousands of event listeners. Instead, we take a timestamp // every time the scheduler flushes and use that for all event listeners // attached during that flush. let currentFlushTimestamp = 0; // Async edge case fix requires storing an event listener's attach timestamp. let getNow = Date.now; // Determine what event timestamp the browser is using. Annoyingly, the // timestamp can either be hi-res (relative to page load) or low-res // (relative to UNIX epoch), so in order to compare time we have to use the // same timestamp type when saving the flush timestamp. // All IE versions use low-res event timestamps, and have problematic clock // implementations (#9632) if (inBrowser && !isIE) { const performance = window.performance; if (performance && typeof performance.now === 'function' && getNow() > document.createEvent('Event').timeStamp) { // if the event timestamp, although evaluated AFTER the Date.now(), is // smaller than it, it means the event is using a hi-res timestamp, // and we need to use the hi-res version for event listener timestamps as // well. getNow = () => performance.now(); } } /** * Flush both queues and run the watchers. */ function flushSchedulerQueue() { currentFlushTimestamp = getNow(); flushing = true; let watcher, id; // Sort queue before flush. // This ensures that: // 1. Components are updated from parent to child. (because parent is always // created before the child) // 2. A component's user watchers are run before its render watcher (because // user watchers are created before the render watcher) // 3. If a component is destroyed during a parent component's watcher run, // its watchers can be skipped. queue.sort((a, b) => a.id - b.id); // do not cache length because more watchers might be pushed // as we run existing watchers for (index = 0; index < queue.length; index++) { watcher = queue[index]; if (watcher.before) { watcher.before(); } id = watcher.id; has[id] = null; watcher.run(); // in dev build, check and stop circular updates. if (has[id] != null) { circular[id] = (circular[id] || 0) + 1; if (circular[id] > MAX_UPDATE_COUNT) { warn('You may have an infinite update loop ' + (watcher.user ? `in watcher with expression "${watcher.expression}"` : `in a component render function.`), watcher.vm); break; } } } // keep copies of post queues before resetting state const activatedQueue = activatedChildren.slice(); const updatedQueue = queue.slice(); resetSchedulerState(); // call component updated and activated hooks callActivatedHooks(activatedQueue); callUpdatedHooks(updatedQueue); // devtool hook /* istanbul ignore if */ if (devtools && config.devtools) { devtools.emit('flush'); } } function callUpdatedHooks(queue) { let i = queue.length; while (i--) { const watcher = queue[i]; const vm = watcher.vm; if (vm._watcher === watcher && vm._isMounted && !vm._isDestroyed) { callHook(vm, 'updated'); } } } /** * Queue a kept-alive component that was activated during patch. * The queue will be processed after the entire tree has been patched. */ function queueActivatedComponent(vm) { // setting _inactive to false here so that a render function can // rely on checking whether it's in an inactive tree (e.g. router-view) vm._inactive = false; activatedChildren.push(vm); } function callActivatedHooks(queue) { for (let i = 0; i < queue.length; i++) { queue[i]._inactive = true; activateChildComponent(queue[i], true /* true */ ); } } /** * Push a watcher into the watcher queue. * Jobs with duplicate IDs will be skipped unless it's * pushed when the queue is being flushed. */ function queueWatcher(watcher) { const id = watcher.id; if (has[id] == null) { has[id] = true; if (!flushing) { queue.push(watcher); } else { // if already flushing, splice the watcher based on its id // if already past its id, it will be run next immediately. let i = queue.length - 1; while (i > index && queue[i].id > watcher.id) { i--; } queue.splice(i + 1, 0, watcher); } // queue the flush if (!waiting) { waiting = true; if (!config.async) { flushSchedulerQueue(); return; } nextTick(flushSchedulerQueue); } } } /* */ let uid$2 = 0; /** * A watcher parses an expression, collects dependencies, * and fires callback when the expression value changes. * This is used for both the $watch() api and directives. */ class Watcher { constructor(vm, expOrFn, cb, options, isRenderWatcher) { this.vm = vm; if (isRenderWatcher) { vm._watcher = this; } vm._watchers.push(this); // options if (options) { this.deep = !!options.deep; this.user = !!options.user; this.lazy = !!options.lazy; this.sync = !!options.sync; this.before = options.before; } else { this.deep = this.user = this.lazy = this.sync = false; } this.cb = cb; this.id = ++uid$2; // uid for batching this.active = true; this.dirty = this.lazy; // for lazy watchers this.deps = []; this.newDeps = []; this.depIds = new _Set(); this.newDepIds = new _Set(); this.expression = expOrFn.toString(); // parse expression for getter if (typeof expOrFn === 'function') { this.getter = expOrFn; } else { this.getter = parsePath(expOrFn); if (!this.getter) { this.getter = noop; warn(`Failed watching path: "${expOrFn}" ` + 'Watcher only accepts simple dot-delimited paths. ' + 'For full control, use a function instead.', vm); } } this.value = this.lazy ? undefined : this.get(); } /** * Evaluate the getter, and re-collect dependencies. */ get() { pushTarget(this); let value; const vm = this.vm; try { value = this.getter.call(vm, vm); } catch (e) { if (this.user) { handleError(e, vm, `getter for watcher "${this.expression}"`); } else { throw e; } } finally { // "touch" every property so they are all tracked as // dependencies for deep watching if (this.deep) { traverse(value); } popTarget(); this.cleanupDeps(); } return value; } /** * Add a dependency to this directive. */ addDep(dep) { const id = dep.id; if (!this.newDepIds.has(id)) { this.newDepIds.add(id); this.newDeps.push(dep); if (!this.depIds.has(id)) { dep.addSub(this); } } } /** * Clean up for dependency collection. */ cleanupDeps() { let i = this.deps.length; while (i--) { const dep = this.deps[i]; if (!this.newDepIds.has(dep.id)) { dep.removeSub(this); } } let tmp = this.depIds; this.depIds = this.newDepIds; this.newDepIds = tmp; this.newDepIds.clear(); tmp = this.deps; this.deps = this.newDeps; this.newDeps = tmp; this.newDeps.length = 0; } /** * Subscriber interface. * Will be called when a dependency changes. */ update() { /* istanbul ignore else */ if (this.lazy) { this.dirty = true; } else if (this.sync) { this.run(); } else { queueWatcher(this); } } /** * Scheduler job interface. * Will be called by the scheduler. */ run() { if (this.active) { const value = this.get(); if (value !== this.value || // Deep watchers and watchers on Object/Arrays should fire even // when the value is the same, because the value may // have mutated. isObject(value) || this.deep) { // set new value const oldValue = this.value; this.value = value; if (this.user) { const info = `callback for watcher "${this.expression}"`; invokeWithErrorHandling(this.cb, this.vm, [value, oldValue], this.vm, info); } else { this.cb.call(this.vm, value, oldValue); } } } } /** * Evaluate the value of the watcher. * This only gets called for lazy watchers. */ evaluate() { this.value = this.get(); this.dirty = false; } /** * Depend on all deps collected by this watcher. */ depend() { let i = this.deps.length; while (i--) { this.deps[i].depend(); } } /** * Remove self from all dependencies' subscriber list. */ teardown() { if (this.active) { // remove self from vm's watcher list // this is a somewhat expensive operation so we skip it // if the vm is being destroyed. if (!this.vm._isBeingDestroyed) { remove(this.vm._watchers, this); } let i = this.deps.length; while (i--) { this.deps[i].removeSub(this); } this.active = false; } } } /* */ const sharedPropertyDefinition = { enumerable: true, configurable: true, get: noop, set: noop }; function proxy(target, sourceKey, key) { sharedPropertyDefinition.get = function proxyGetter() { return this[sourceKey][key]; }; sharedPropertyDefinition.set = function proxySetter(val) { this[sourceKey][key] = val; }; Object.defineProperty(target, key, sharedPropertyDefinition); } function initState(vm) { vm._watchers = []; const opts = vm.$options; if (opts.props) initProps(vm, opts.props); if (opts.methods) initMethods(vm, opts.methods); if (opts.data) { initData(vm); } else { observe(vm._data = {}, true /* asRootData */ ); } if (opts.computed) initComputed(vm, opts.computed); if (opts.watch && opts.watch !== nativeWatch) { initWatch(vm, opts.watch); } } function initProps(vm, propsOptions) { const propsData = vm.$options.propsData || {}; const props = vm._props = {}; // cache prop keys so that future props updates can iterate using Array // instead of dynamic object key enumeration. const keys = vm.$options._propKeys = []; const isRoot = !vm.$parent; // root instance props should be converted if (!isRoot) { toggleObserving(false); } for (const key in propsOptions) { keys.push(key); const value = validateProp(key, propsOptions, propsData, vm); /* istanbul ignore else */ { const hyphenatedKey = hyphenate(key); if (isReservedAttribute(hyphenatedKey) || config.isReservedAttr(hyphenatedKey)) { warn(`"${hyphenatedKey}" is a reserved attribute and cannot be used as component prop.`, vm); } defineReactive$$1(props, key, value, () => { if (!isRoot && !isUpdatingChildComponent) { warn(`Avoid mutating a prop directly since the value will be ` + `overwritten whenever the parent component re-renders. ` + `Instead, use a data or computed property based on the prop's ` + `value. Prop being mutated: "${key}"`, vm); } }); } // static props are already proxied on the component's prototype // during Vue.extend(). We only need to proxy props defined at // instantiation here. if (!(key in vm)) { proxy(vm, `_props`, key); } } toggleObserving(true); } function initData(vm) { let data = vm.$options.data; data = vm._data = typeof data === 'function' ? getData(data, vm) : data || {}; if (!isPlainObject(data)) { data = {}; warn('data functions should return an object:\n' + 'https://vuejs.org/v2/guide/components.html#data-Must-Be-a-Function', vm); } // proxy data on instance const keys = Object.keys(data); const props = vm.$options.props; const methods = vm.$options.methods; let i = keys.length; while (i--) { const key = keys[i]; { if (methods && hasOwn(methods, key)) { warn(`Method "${key}" has already been defined as a data property.`, vm); } } if (props && hasOwn(props, key)) { warn(`The data property "${key}" is already declared as a prop. ` + `Use prop default value instead.`, vm); } else if (!isReserved(key)) { proxy(vm, `_data`, key); } } // observe data observe(data, true /* asRootData */ ); } function getData(data, vm) { // #7573 disable dep collection when invoking data getters pushTarget(); try { return data.call(vm, vm); } catch (e) { handleError(e, vm, `data()`); return {}; } finally { popTarget(); } } const computedWatcherOptions = { lazy: true }; function initComputed(vm, computed) { // $flow-disable-line const watchers = vm._computedWatchers = Object.create(null); // computed properties are just getters during SSR const isSSR = isServerRendering(); for (const key in computed) { const userDef = computed[key]; const getter = typeof userDef === 'function' ? userDef : userDef.get; if (getter == null) { warn(`Getter is missing for computed property "${key}".`, vm); } if (!isSSR) { // create internal watcher for the computed property. watchers[key] = new Watcher(vm, getter || noop, noop, computedWatcherOptions); } // component-defined computed properties are already defined on the // component prototype. We only need to define computed properties defined // at instantiation here. if (!(key in vm)) { defineComputed(vm, key, userDef); } else { if (key in vm.$data) { warn(`The computed property "${key}" is already defined in data.`, vm); } else if (vm.$options.props && key in vm.$options.props) { warn(`The computed property "${key}" is already defined as a prop.`, vm); } else if (vm.$options.methods && key in vm.$options.methods) { warn(`The computed property "${key}" is already defined as a method.`, vm); } } } } function defineComputed(target, key, userDef) { const shouldCache = !isServerRendering(); if (typeof userDef === 'function') { sharedPropertyDefinition.get = shouldCache ? createComputedGetter(key) : createGetterInvoker(userDef); sharedPropertyDefinition.set = noop; } else { sharedPropertyDefinition.get = userDef.get ? shouldCache && userDef.cache !== false ? createComputedGetter(key) : createGetterInvoker(userDef.get) : noop; sharedPropertyDefinition.set = userDef.set || noop; } if (sharedPropertyDefinition.set === noop) { sharedPropertyDefinition.set = function () { warn(`Computed property "${key}" was assigned to but it has no setter.`, this); }; } Object.defineProperty(target, key, sharedPropertyDefinition); } function createComputedGetter(key) { return function computedGetter() { const watcher = this._computedWatchers && this._computedWatchers[key]; if (watcher) { if (watcher.dirty) { watcher.evaluate(); } if (Dep.target) { watcher.depend(); } return watcher.value; } }; } function createGetterInvoker(fn) { return function computedGetter() { return fn.call(this, this); }; } function initMethods(vm, methods) { const props = vm.$options.props; for (const key in methods) { { if (typeof methods[key] !== 'function') { warn(`Method "${key}" has type "${typeof methods[key]}" in the component definition. ` + `Did you reference the function correctly?`, vm); } if (props && hasOwn(props, key)) { warn(`Method "${key}" has already been defined as a prop.`, vm); } if (key in vm && isReserved(key)) { warn(`Method "${key}" conflicts with an existing Vue instance method. ` + `Avoid defining component methods that start with _ or $.`); } } vm[key] = typeof methods[key] !== 'function' ? noop : bind(methods[key], vm); } } function initWatch(vm, watch) { for (const key in watch) { const handler = watch[key]; if (Array.isArray(handler)) { for (let i = 0; i < handler.length; i++) { createWatcher(vm, key, handler[i]); } } else { createWatcher(vm, key, handler); } } } function createWatcher(vm, expOrFn, handler, options) { if (isPlainObject(handler)) { options = handler; handler = handler.handler; } if (typeof handler === 'string') { handler = vm[handler]; } return vm.$watch(expOrFn, handler, options); } function stateMixin(Vue) { // flow somehow has problems with directly declared definition object // when using Object.defineProperty, so we have to procedurally build up // the object here. const dataDef = {}; dataDef.get = function () { return this._data; }; const propsDef = {}; propsDef.get = function () { return this._props; }; { dataDef.set = function () { warn('Avoid replacing instance root $data. ' + 'Use nested data properties instead.', this); }; propsDef.set = function () { warn(`$props is readonly.`, this); }; } Object.defineProperty(Vue.prototype, '$data', dataDef); Object.defineProperty(Vue.prototype, '$props', propsDef); Vue.prototype.$set = set; Vue.prototype.$delete = del; Vue.prototype.$watch = function (expOrFn, cb, options) { const vm = this; if (isPlainObject(cb)) { return createWatcher(vm, expOrFn, cb, options); } options = options || {}; options.user = true; const watcher = new Watcher(vm, expOrFn, cb, options); if (options.immediate) { const info = `callback for immediate watcher "${watcher.expression}"`; pushTarget(); invokeWithErrorHandling(cb, vm, [watcher.value], vm, info); popTarget(); } return function unwatchFn() { watcher.teardown(); }; }; } /* */ let uid$3 = 0; function initMixin(Vue) { Vue.prototype._init = function (options) { const vm = this; // a uid vm._uid = uid$3++; let startTag, endTag; /* istanbul ignore if */ if (config.performance && mark) { startTag = `vue-perf-start:${vm._uid}`; endTag = `vue-perf-end:${vm._uid}`; mark(startTag); } // a flag to avoid this being observed vm._isVue = true; // merge options if (options && options._isComponent) { // optimize internal component instantiation // since dynamic options merging is pretty slow, and none of the // internal component options needs special treatment. initInternalComponent(vm, options); } else { vm.$options = mergeOptions(resolveConstructorOptions(vm.constructor), options || {}, vm); } /* istanbul ignore else */ { initProxy(vm); } // expose real self vm._self = vm; initLifecycle(vm); initEvents(vm); initRender(vm); callHook(vm, 'beforeCreate'); initInjections(vm); // resolve injections before data/props initState(vm); initProvide(vm); // resolve provide after data/props callHook(vm, 'created'); /* istanbul ignore if */ if (config.performance && mark) { vm._name = formatComponentName(vm, false); mark(endTag); measure(`vue ${vm._name} init`, startTag, endTag); } if (vm.$options.el) { vm.$mount(vm.$options.el); } }; } function initInternalComponent(vm, options) { const opts = vm.$options = Object.create(vm.constructor.options); // doing this because it's faster than dynamic enumeration. const parentVnode = options._parentVnode; opts.parent = options.parent; opts._parentVnode = parentVnode; const vnodeComponentOptions = parentVnode.componentOptions; opts.propsData = vnodeComponentOptions.propsData; opts._parentListeners = vnodeComponentOptions.listeners; opts._renderChildren = vnodeComponentOptions.children; opts._componentTag = vnodeComponentOptions.tag; if (options.render) { opts.render = options.render; opts.staticRenderFns = options.staticRenderFns; } } function resolveConstructorOptions(Ctor) { let options = Ctor.options; if (Ctor.super) { const superOptions = resolveConstructorOptions(Ctor.super); const cachedSuperOptions = Ctor.superOptions; if (superOptions !== cachedSuperOptions) { // super option changed, // need to resolve new options. Ctor.superOptions = superOptions; // check if there are any late-modified/attached options (#4976) const modifiedOptions = resolveModifiedOptions(Ctor); // update base extend options if (modifiedOptions) { extend(Ctor.extendOptions, modifiedOptions); } options = Ctor.options = mergeOptions(superOptions, Ctor.extendOptions); if (options.name) { options.components[options.name] = Ctor; } } } return options; } function resolveModifiedOptions(Ctor) { let modified; const latest = Ctor.options; const sealed = Ctor.sealedOptions; for (const key in latest) { if (latest[key] !== sealed[key]) { if (!modified) modified = {}; modified[key] = latest[key]; } } return modified; } function Vue(options) { if (!(this instanceof Vue)) { warn('Vue is a constructor and should be called with the `new` keyword'); } this._init(options); } initMixin(Vue); stateMixin(Vue); eventsMixin(Vue); lifecycleMixin(Vue); renderMixin(Vue); /* */ function initUse(Vue) { Vue.use = function (plugin) { const installedPlugins = this._installedPlugins || (this._installedPlugins = []); if (installedPlugins.indexOf(plugin) > -1) { return this; } // additional parameters const args = toArray(arguments, 1); args.unshift(this); if (typeof plugin.install === 'function') { plugin.install.apply(plugin, args); } else if (typeof plugin === 'function') { plugin.apply(null, args); } installedPlugins.push(plugin); return this; }; } /* */ function initMixin$1(Vue) { Vue.mixin = function (mixin) { this.options = mergeOptions(this.options, mixin); return this; }; } /* */ function initExtend(Vue) { /** * Each instance constructor, including Vue, has a unique * cid. This enables us to create wrapped "child * constructors" for prototypal inheritance and cache them. */ Vue.cid = 0; let cid = 1; /** * Class inheritance */ Vue.extend = function (extendOptions) { extendOptions = extendOptions || {}; const Super = this; const SuperId = Super.cid; const cachedCtors = extendOptions._Ctor || (extendOptions._Ctor = {}); if (cachedCtors[SuperId]) { return cachedCtors[SuperId]; } const name = extendOptions.name || Super.options.name; if (name) { validateComponentName(name); } const Sub = function VueComponent(options) { this._init(options); }; Sub.prototype = Object.create(Super.prototype); Sub.prototype.constructor = Sub; Sub.cid = cid++; Sub.options = mergeOptions(Super.options, extendOptions); Sub['super'] = Super; // For props and computed properties, we define the proxy getters on // the Vue instances at extension time, on the extended prototype. This // avoids Object.defineProperty calls for each instance created. if (Sub.options.props) { initProps$1(Sub); } if (Sub.options.computed) { initComputed$1(Sub); } // allow further extension/mixin/plugin usage Sub.extend = Super.extend; Sub.mixin = Super.mixin; Sub.use = Super.use; // create asset registers, so extended classes // can have their private assets too. ASSET_TYPES.forEach(function (type) { Sub[type] = Super[type]; }); // enable recursive self-lookup if (name) { Sub.options.components[name] = Sub; } // keep a reference to the super options at extension time. // later at instantiation we can check if Super's options have // been updated. Sub.superOptions = Super.options; Sub.extendOptions = extendOptions; Sub.sealedOptions = extend({}, Sub.options); // cache constructor cachedCtors[SuperId] = Sub; return Sub; }; } function initProps$1(Comp) { const props = Comp.options.props; for (const key in props) { proxy(Comp.prototype, `_props`, key); } } function initComputed$1(Comp) { const computed = Comp.options.computed; for (const key in computed) { defineComputed(Comp.prototype, key, computed[key]); } } /* */ function initAssetRegisters(Vue) { /** * Create asset registration methods. */ ASSET_TYPES.forEach(type => { Vue[type] = function (id, definition) { if (!definition) { return this.options[type + 's'][id]; } else { /* istanbul ignore if */ if (type === 'component') { validateComponentName(id); } if (type === 'component' && isPlainObject(definition)) { definition.name = definition.name || id; definition = this.options._base.extend(definition); } if (type === 'directive' && typeof definition === 'function') { definition = { bind: definition, update: definition }; } this.options[type + 's'][id] = definition; return definition; } }; }); } /* */ function getComponentName(opts) { return opts && (opts.Ctor.options.name || opts.tag); } function matches(pattern, name) { if (Array.isArray(pattern)) { return pattern.indexOf(name) > -1; } else if (typeof pattern === 'string') { return pattern.split(',').indexOf(name) > -1; } else if (isRegExp(pattern)) { return pattern.test(name); } /* istanbul ignore next */ return false; } function pruneCache(keepAliveInstance, filter) { const { cache, keys, _vnode } = keepAliveInstance; for (const key in cache) { const entry = cache[key]; if (entry) { const name = entry.name; if (name && !filter(name)) { pruneCacheEntry(cache, key, keys, _vnode); } } } } function pruneCacheEntry(cache, key, keys, current) { const entry = cache[key]; if (entry && (!current || entry.tag !== current.tag)) { entry.componentInstance.$destroy(); } cache[key] = null; remove(keys, key); } const patternTypes = [String, RegExp, Array]; var KeepAlive = { name: 'keep-alive', abstract: true, props: { include: patternTypes, exclude: patternTypes, max: [String, Number] }, methods: { cacheVNode() { const { cache, keys, vnodeToCache, keyToCache } = this; if (vnodeToCache) { const { tag, componentInstance, componentOptions } = vnodeToCache; cache[keyToCache] = { name: getComponentName(componentOptions), tag, componentInstance }; keys.push(keyToCache); // prune oldest entry if (this.max && keys.length > parseInt(this.max)) { pruneCacheEntry(cache, keys[0], keys, this._vnode); } this.vnodeToCache = null; } } }, created() { this.cache = Object.create(null); this.keys = []; }, destroyed() { for (const key in this.cache) { pruneCacheEntry(this.cache, key, this.keys); } }, mounted() { this.cacheVNode(); this.$watch('include', val => { pruneCache(this, name => matches(val, name)); }); this.$watch('exclude', val => { pruneCache(this, name => !matches(val, name)); }); }, updated() { this.cacheVNode(); }, render() { const slot = this.$slots.default; const vnode = getFirstComponentChild(slot); const componentOptions = vnode && vnode.componentOptions; if (componentOptions) { // check pattern const name = getComponentName(componentOptions); const { include, exclude } = this; if ( // not included include && (!name || !matches(include, name)) || // excluded exclude && name && matches(exclude, name)) { return vnode; } const { cache, keys } = this; const key = vnode.key == null // same constructor may get registered as different local components // so cid alone is not enough (#3269) ? componentOptions.Ctor.cid + (componentOptions.tag ? `::${componentOptions.tag}` : '') : vnode.key; if (cache[key]) { vnode.componentInstance = cache[key].componentInstance; // make current key freshest remove(keys, key); keys.push(key); } else { // delay setting the cache until update this.vnodeToCache = vnode; this.keyToCache = key; } vnode.data.keepAlive = true; } return vnode || slot && slot[0]; } }; var builtInComponents = { KeepAlive }; /* */ function initGlobalAPI(Vue) { // config const configDef = {}; configDef.get = () => config; { configDef.set = () => { warn('Do not replace the Vue.config object, set individual fields instead.'); }; } Object.defineProperty(Vue, 'config', configDef); // exposed util methods. // NOTE: these are not considered part of the public API - avoid relying on // them unless you are aware of the risk. Vue.util = { warn, extend, mergeOptions, defineReactive: defineReactive$$1 }; Vue.set = set; Vue.delete = del; Vue.nextTick = nextTick; // 2.6 explicit observable API Vue.observable = obj => { observe(obj); return obj; }; Vue.options = Object.create(null); ASSET_TYPES.forEach(type => { Vue.options[type + 's'] = Object.create(null); }); // this is used to identify the "base" constructor to extend all plain-object // components with in Weex's multi-instance scenarios. Vue.options._base = Vue; extend(Vue.options.components, builtInComponents); initUse(Vue); initMixin$1(Vue); initExtend(Vue); initAssetRegisters(Vue); } initGlobalAPI(Vue); Object.defineProperty(Vue.prototype, '$isServer', { get: isServerRendering }); Object.defineProperty(Vue.prototype, '$ssrContext', { get() { /* istanbul ignore next */ return this.$vnode && this.$vnode.ssrContext; } }); // expose FunctionalRenderContext for ssr runtime helper installation Object.defineProperty(Vue, 'FunctionalRenderContext', { value: FunctionalRenderContext }); Vue.version = '2.6.14'; /* */ // these are reserved for web because they are directly compiled away // during template compilation const isReservedAttr = makeMap('style,class'); // attributes that should be using props for binding const acceptValue = makeMap('input,textarea,option,select,progress'); const mustUseProp = (tag, type, attr) => { return attr === 'value' && acceptValue(tag) && type !== 'button' || attr === 'selected' && tag === 'option' || attr === 'checked' && tag === 'input' || attr === 'muted' && tag === 'video'; }; const isEnumeratedAttr = makeMap('contenteditable,draggable,spellcheck'); const isValidContentEditableValue = makeMap('events,caret,typing,plaintext-only'); const convertEnumeratedValue = (key, value) => { return isFalsyAttrValue(value) || value === 'false' ? 'false' // allow arbitrary string value for contenteditable : key === 'contenteditable' && isValidContentEditableValue(value) ? value : 'true'; }; const isBooleanAttr = makeMap('allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,' + 'default,defaultchecked,defaultmuted,defaultselected,defer,disabled,' + 'enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,' + 'muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,' + 'required,reversed,scoped,seamless,selected,sortable,' + 'truespeed,typemustmatch,visible'); const xlinkNS = 'http://www.w3.org/1999/xlink'; const isXlink = name => { return name.charAt(5) === ':' && name.slice(0, 5) === 'xlink'; }; const getXlinkProp = name => { return isXlink(name) ? name.slice(6, name.length) : ''; }; const isFalsyAttrValue = val => { return val == null || val === false; }; /* */ function genClassForVnode(vnode) { let data = vnode.data; let parentNode = vnode; let childNode = vnode; while (isDef(childNode.componentInstance)) { childNode = childNode.componentInstance._vnode; if (childNode && childNode.data) { data = mergeClassData(childNode.data, data); } } while (isDef(parentNode = parentNode.parent)) { if (parentNode && parentNode.data) { data = mergeClassData(data, parentNode.data); } } return renderClass(data.staticClass, data.class); } function mergeClassData(child, parent) { return { staticClass: concat(child.staticClass, parent.staticClass), class: isDef(child.class) ? [child.class, parent.class] : parent.class }; } function renderClass(staticClass, dynamicClass) { if (isDef(staticClass) || isDef(dynamicClass)) { return concat(staticClass, stringifyClass(dynamicClass)); } /* istanbul ignore next */ return ''; } function concat(a, b) { return a ? b ? a + ' ' + b : a : b || ''; } function stringifyClass(value) { if (Array.isArray(value)) { return stringifyArray(value); } if (isObject(value)) { return stringifyObject(value); } if (typeof value === 'string') { return value; } /* istanbul ignore next */ return ''; } function stringifyArray(value) { let res = ''; let stringified; for (let i = 0, l = value.length; i < l; i++) { if (isDef(stringified = stringifyClass(value[i])) && stringified !== '') { if (res) res += ' '; res += stringified; } } return res; } function stringifyObject(value) { let res = ''; for (const key in value) { if (value[key]) { if (res) res += ' '; res += key; } } return res; } /* */ const namespaceMap = { svg: 'http://www.w3.org/2000/svg', math: 'http://www.w3.org/1998/Math/MathML' }; const isHTMLTag = makeMap('html,body,base,head,link,meta,style,title,' + 'address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,' + 'div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,' + 'a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,' + 's,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,' + 'embed,object,param,source,canvas,script,noscript,del,ins,' + 'caption,col,colgroup,table,thead,tbody,td,th,tr,' + 'button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,' + 'output,progress,select,textarea,' + 'details,dialog,menu,menuitem,summary,' + 'content,element,shadow,template,blockquote,iframe,tfoot'); // this map is intentionally selective, only covering SVG elements that may // contain child elements. const isSVG = makeMap('svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,' + 'foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,' + 'polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view', true); const isPreTag = tag => tag === 'pre'; const isReservedTag = tag => { return isHTMLTag(tag) || isSVG(tag); }; function getTagNamespace(tag) { if (isSVG(tag)) { return 'svg'; } // basic support for MathML // note it doesn't support other MathML elements being component roots if (tag === 'math') { return 'math'; } } const unknownElementCache = Object.create(null); function isUnknownElement(tag) { /* istanbul ignore if */ if (!inBrowser) { return true; } if (isReservedTag(tag)) { return false; } tag = tag.toLowerCase(); /* istanbul ignore if */ if (unknownElementCache[tag] != null) { return unknownElementCache[tag]; } const el = document.createElement(tag); if (tag.indexOf('-') > -1) { // http://stackoverflow.com/a/28210364/1070244 return unknownElementCache[tag] = el.constructor === window.HTMLUnknownElement || el.constructor === window.HTMLElement; } else { return unknownElementCache[tag] = /HTMLUnknownElement/.test(el.toString()); } } const isTextInputType = makeMap('text,number,password,search,email,tel,url'); /* */ /** * Query an element selector if it's not an element already. */ function query(el) { if (typeof el === 'string') { const selected = document.querySelector(el); if (!selected) { warn('Cannot find element: ' + el); return document.createElement('div'); } return selected; } else { return el; } } /* */ function createElement$1(tagName, vnode) { const elm = document.createElement(tagName); if (tagName !== 'select') { return elm; } // false or null will remove the attribute but undefined will not if (vnode.data && vnode.data.attrs && vnode.data.attrs.multiple !== undefined) { elm.setAttribute('multiple', 'multiple'); } return elm; } function createElementNS(namespace, tagName) { return document.createElementNS(namespaceMap[namespace], tagName); } function createTextNode(text) { return document.createTextNode(text); } function createComment(text) { return document.createComment(text); } function insertBefore(parentNode, newNode, referenceNode) { parentNode.insertBefore(newNode, referenceNode); } function removeChild(node, child) { node.removeChild(child); } function appendChild(node, child) { node.appendChild(child); } function parentNode(node) { return node.parentNode; } function nextSibling(node) { return node.nextSibling; } function tagName(node) { return node.tagName; } function setTextContent(node, text) { node.textContent = text; } function setStyleScope(node, scopeId) { node.setAttribute(scopeId, ''); } var nodeOps = /*#__PURE__*/Object.freeze({ createElement: createElement$1, createElementNS: createElementNS, createTextNode: createTextNode, createComment: createComment, insertBefore: insertBefore, removeChild: removeChild, appendChild: appendChild, parentNode: parentNode, nextSibling: nextSibling, tagName: tagName, setTextContent: setTextContent, setStyleScope: setStyleScope }); /* */ var ref = { create(_, vnode) { registerRef(vnode); }, update(oldVnode, vnode) { if (oldVnode.data.ref !== vnode.data.ref) { registerRef(oldVnode, true); registerRef(vnode); } }, destroy(vnode) { registerRef(vnode, true); } }; function registerRef(vnode, isRemoval) { const key = vnode.data.ref; if (!isDef(key)) return; const vm = vnode.context; const ref = vnode.componentInstance || vnode.elm; const refs = vm.$refs; if (isRemoval) { if (Array.isArray(refs[key])) { remove(refs[key], ref); } else if (refs[key] === ref) { refs[key] = undefined; } } else { if (vnode.data.refInFor) { if (!Array.isArray(refs[key])) { refs[key] = [ref]; } else if (refs[key].indexOf(ref) < 0) { // $flow-disable-line refs[key].push(ref); } } else { refs[key] = ref; } } } /** * Virtual DOM patching algorithm based on Snabbdom by * Simon Friis Vindum (@paldepind) * Licensed under the MIT License * https://github.com/paldepind/snabbdom/blob/master/LICENSE * * modified by Evan You (@yyx990803) * * Not type-checking this because this file is perf-critical and the cost * of making flow understand it is not worth it. */ const emptyNode = new VNode('', {}, []); const hooks = ['create', 'activate', 'update', 'remove', 'destroy']; function sameVnode(a, b) { return a.key === b.key && a.asyncFactory === b.asyncFactory && (a.tag === b.tag && a.isComment === b.isComment && isDef(a.data) === isDef(b.data) && sameInputType(a, b) || isTrue(a.isAsyncPlaceholder) && isUndef(b.asyncFactory.error)); } function sameInputType(a, b) { if (a.tag !== 'input') return true; let i; const typeA = isDef(i = a.data) && isDef(i = i.attrs) && i.type; const typeB = isDef(i = b.data) && isDef(i = i.attrs) && i.type; return typeA === typeB || isTextInputType(typeA) && isTextInputType(typeB); } function createKeyToOldIdx(children, beginIdx, endIdx) { let i, key; const map = {}; for (i = beginIdx; i <= endIdx; ++i) { key = children[i].key; if (isDef(key)) map[key] = i; } return map; } function createPatchFunction(backend) { let i, j; const cbs = {}; const { modules, nodeOps } = backend; for (i = 0; i < hooks.length; ++i) { cbs[hooks[i]] = []; for (j = 0; j < modules.length; ++j) { if (isDef(modules[j][hooks[i]])) { cbs[hooks[i]].push(modules[j][hooks[i]]); } } } function emptyNodeAt(elm) { return new VNode(nodeOps.tagName(elm).toLowerCase(), {}, [], undefined, elm); } function createRmCb(childElm, listeners) { function remove$$1() { if (--remove$$1.listeners === 0) { removeNode(childElm); } } remove$$1.listeners = listeners; return remove$$1; } function removeNode(el) { const parent = nodeOps.parentNode(el); // element may have already been removed due to v-html / v-text if (isDef(parent)) { nodeOps.removeChild(parent, el); } } function isUnknownElement$$1(vnode, inVPre) { return !inVPre && !vnode.ns && !(config.ignoredElements.length && config.ignoredElements.some(ignore => { return isRegExp(ignore) ? ignore.test(vnode.tag) : ignore === vnode.tag; })) && config.isUnknownElement(vnode.tag); } let creatingElmInVPre = 0; function createElm(vnode, insertedVnodeQueue, parentElm, refElm, nested, ownerArray, index) { if (isDef(vnode.elm) && isDef(ownerArray)) { // This vnode was used in a previous render! // now it's used as a new node, overwriting its elm would cause // potential patch errors down the road when it's used as an insertion // reference node. Instead, we clone the node on-demand before creating // associated DOM element for it. vnode = ownerArray[index] = cloneVNode(vnode); } vnode.isRootInsert = !nested; // for transition enter check if (createComponent(vnode, insertedVnodeQueue, parentElm, refElm)) { return; } const data = vnode.data; const children = vnode.children; const tag = vnode.tag; if (isDef(tag)) { { if (data && data.pre) { creatingElmInVPre++; } if (isUnknownElement$$1(vnode, creatingElmInVPre)) { warn('Unknown custom element: <' + tag + '> - did you ' + 'register the component correctly? For recursive components, ' + 'make sure to provide the "name" option.', vnode.context); } } vnode.elm = vnode.ns ? nodeOps.createElementNS(vnode.ns, tag) : nodeOps.createElement(tag, vnode); setScope(vnode); /* istanbul ignore if */ { createChildren(vnode, children, insertedVnodeQueue); if (isDef(data)) { invokeCreateHooks(vnode, insertedVnodeQueue); } insert(parentElm, vnode.elm, refElm); } if (data && data.pre) { creatingElmInVPre--; } } else if (isTrue(vnode.isComment)) { vnode.elm = nodeOps.createComment(vnode.text); insert(parentElm, vnode.elm, refElm); } else { vnode.elm = nodeOps.createTextNode(vnode.text); insert(parentElm, vnode.elm, refElm); } } function createComponent(vnode, insertedVnodeQueue, parentElm, refElm) { let i = vnode.data; if (isDef(i)) { const isReactivated = isDef(vnode.componentInstance) && i.keepAlive; if (isDef(i = i.hook) && isDef(i = i.init)) { i(vnode, false /* hydrating */ ); } // after calling the init hook, if the vnode is a child component // it should've created a child instance and mounted it. the child // component also has set the placeholder vnode's elm. // in that case we can just return the element and be done. if (isDef(vnode.componentInstance)) { initComponent(vnode, insertedVnodeQueue); insert(parentElm, vnode.elm, refElm); if (isTrue(isReactivated)) { reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm); } return true; } } } function initComponent(vnode, insertedVnodeQueue) { if (isDef(vnode.data.pendingInsert)) { insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert); vnode.data.pendingInsert = null; } vnode.elm = vnode.componentInstance.$el; if (isPatchable(vnode)) { invokeCreateHooks(vnode, insertedVnodeQueue); setScope(vnode); } else { // empty component root. // skip all element-related modules except for ref (#3455) registerRef(vnode); // make sure to invoke the insert hook insertedVnodeQueue.push(vnode); } } function reactivateComponent(vnode, insertedVnodeQueue, parentElm, refElm) { let i; // hack for #4339: a reactivated component with inner transition // does not trigger because the inner node's created hooks are not called // again. It's not ideal to involve module-specific logic in here but // there doesn't seem to be a better way to do it. let innerNode = vnode; while (innerNode.componentInstance) { innerNode = innerNode.componentInstance._vnode; if (isDef(i = innerNode.data) && isDef(i = i.transition)) { for (i = 0; i < cbs.activate.length; ++i) { cbs.activate[i](emptyNode, innerNode); } insertedVnodeQueue.push(innerNode); break; } } // unlike a newly created component, // a reactivated keep-alive component doesn't insert itself insert(parentElm, vnode.elm, refElm); } function insert(parent, elm, ref$$1) { if (isDef(parent)) { if (isDef(ref$$1)) { if (nodeOps.parentNode(ref$$1) === parent) { nodeOps.insertBefore(parent, elm, ref$$1); } } else { nodeOps.appendChild(parent, elm); } } } function createChildren(vnode, children, insertedVnodeQueue) { if (Array.isArray(children)) { { checkDuplicateKeys(children); } for (let i = 0; i < children.length; ++i) { createElm(children[i], insertedVnodeQueue, vnode.elm, null, true, children, i); } } else if (isPrimitive(vnode.text)) { nodeOps.appendChild(vnode.elm, nodeOps.createTextNode(String(vnode.text))); } } function isPatchable(vnode) { while (vnode.componentInstance) { vnode = vnode.componentInstance._vnode; } return isDef(vnode.tag); } function invokeCreateHooks(vnode, insertedVnodeQueue) { for (let i = 0; i < cbs.create.length; ++i) { cbs.create[i](emptyNode, vnode); } i = vnode.data.hook; // Reuse variable if (isDef(i)) { if (isDef(i.create)) i.create(emptyNode, vnode); if (isDef(i.insert)) insertedVnodeQueue.push(vnode); } } // set scope id attribute for scoped CSS. // this is implemented as a special case to avoid the overhead // of going through the normal attribute patching process. function setScope(vnode) { let i; if (isDef(i = vnode.fnScopeId)) { nodeOps.setStyleScope(vnode.elm, i); } else { let ancestor = vnode; while (ancestor) { if (isDef(i = ancestor.context) && isDef(i = i.$options._scopeId)) { nodeOps.setStyleScope(vnode.elm, i); } ancestor = ancestor.parent; } } // for slot content they should also get the scopeId from the host instance. if (isDef(i = activeInstance) && i !== vnode.context && i !== vnode.fnContext && isDef(i = i.$options._scopeId)) { nodeOps.setStyleScope(vnode.elm, i); } } function addVnodes(parentElm, refElm, vnodes, startIdx, endIdx, insertedVnodeQueue) { for (; startIdx <= endIdx; ++startIdx) { createElm(vnodes[startIdx], insertedVnodeQueue, parentElm, refElm, false, vnodes, startIdx); } } function invokeDestroyHook(vnode) { let i, j; const data = vnode.data; if (isDef(data)) { if (isDef(i = data.hook) && isDef(i = i.destroy)) i(vnode); for (i = 0; i < cbs.destroy.length; ++i) cbs.destroy[i](vnode); } if (isDef(i = vnode.children)) { for (j = 0; j < vnode.children.length; ++j) { invokeDestroyHook(vnode.children[j]); } } } function removeVnodes(vnodes, startIdx, endIdx) { for (; startIdx <= endIdx; ++startIdx) { const ch = vnodes[startIdx]; if (isDef(ch)) { if (isDef(ch.tag)) { removeAndInvokeRemoveHook(ch); invokeDestroyHook(ch); } else { // Text node removeNode(ch.elm); } } } } function removeAndInvokeRemoveHook(vnode, rm) { if (isDef(rm) || isDef(vnode.data)) { let i; const listeners = cbs.remove.length + 1; if (isDef(rm)) { // we have a recursively passed down rm callback // increase the listeners count rm.listeners += listeners; } else { // directly removing rm = createRmCb(vnode.elm, listeners); } // recursively invoke hooks on child component root node if (isDef(i = vnode.componentInstance) && isDef(i = i._vnode) && isDef(i.data)) { removeAndInvokeRemoveHook(i, rm); } for (i = 0; i < cbs.remove.length; ++i) { cbs.remove[i](vnode, rm); } if (isDef(i = vnode.data.hook) && isDef(i = i.remove)) { i(vnode, rm); } else { rm(); } } else { removeNode(vnode.elm); } } function updateChildren(parentElm, oldCh, newCh, insertedVnodeQueue, removeOnly) { let oldStartIdx = 0; let newStartIdx = 0; let oldEndIdx = oldCh.length - 1; let oldStartVnode = oldCh[0]; let oldEndVnode = oldCh[oldEndIdx]; let newEndIdx = newCh.length - 1; let newStartVnode = newCh[0]; let newEndVnode = newCh[newEndIdx]; let oldKeyToIdx, idxInOld, vnodeToMove, refElm; // removeOnly is a special flag used only by <transition-group> // to ensure removed elements stay in correct relative positions // during leaving transitions const canMove = !removeOnly; { checkDuplicateKeys(newCh); } while (oldStartIdx <= oldEndIdx && newStartIdx <= newEndIdx) { if (isUndef(oldStartVnode)) { oldStartVnode = oldCh[++oldStartIdx]; // Vnode has been moved left } else if (isUndef(oldEndVnode)) { oldEndVnode = oldCh[--oldEndIdx]; } else if (sameVnode(oldStartVnode, newStartVnode)) { patchVnode(oldStartVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx); oldStartVnode = oldCh[++oldStartIdx]; newStartVnode = newCh[++newStartIdx]; } else if (sameVnode(oldEndVnode, newEndVnode)) { patchVnode(oldEndVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx); oldEndVnode = oldCh[--oldEndIdx]; newEndVnode = newCh[--newEndIdx]; } else if (sameVnode(oldStartVnode, newEndVnode)) { // Vnode moved right patchVnode(oldStartVnode, newEndVnode, insertedVnodeQueue, newCh, newEndIdx); canMove && nodeOps.insertBefore(parentElm, oldStartVnode.elm, nodeOps.nextSibling(oldEndVnode.elm)); oldStartVnode = oldCh[++oldStartIdx]; newEndVnode = newCh[--newEndIdx]; } else if (sameVnode(oldEndVnode, newStartVnode)) { // Vnode moved left patchVnode(oldEndVnode, newStartVnode, insertedVnodeQueue, newCh, newStartIdx); canMove && nodeOps.insertBefore(parentElm, oldEndVnode.elm, oldStartVnode.elm); oldEndVnode = oldCh[--oldEndIdx]; newStartVnode = newCh[++newStartIdx]; } else { if (isUndef(oldKeyToIdx)) oldKeyToIdx = createKeyToOldIdx(oldCh, oldStartIdx, oldEndIdx); idxInOld = isDef(newStartVnode.key) ? oldKeyToIdx[newStartVnode.key] : findIdxInOld(newStartVnode, oldCh, oldStartIdx, oldEndIdx); if (isUndef(idxInOld)) { // New element createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx); } else { vnodeToMove = oldCh[idxInOld]; if (sameVnode(vnodeToMove, newStartVnode)) { patchVnode(vnodeToMove, newStartVnode, insertedVnodeQueue, newCh, newStartIdx); oldCh[idxInOld] = undefined; canMove && nodeOps.insertBefore(parentElm, vnodeToMove.elm, oldStartVnode.elm); } else { // same key but different element. treat as new element createElm(newStartVnode, insertedVnodeQueue, parentElm, oldStartVnode.elm, false, newCh, newStartIdx); } } newStartVnode = newCh[++newStartIdx]; } } if (oldStartIdx > oldEndIdx) { refElm = isUndef(newCh[newEndIdx + 1]) ? null : newCh[newEndIdx + 1].elm; addVnodes(parentElm, refElm, newCh, newStartIdx, newEndIdx, insertedVnodeQueue); } else if (newStartIdx > newEndIdx) { removeVnodes(oldCh, oldStartIdx, oldEndIdx); } } function checkDuplicateKeys(children) { const seenKeys = {}; for (let i = 0; i < children.length; i++) { const vnode = children[i]; const key = vnode.key; if (isDef(key)) { if (seenKeys[key]) { warn(`Duplicate keys detected: '${key}'. This may cause an update error.`, vnode.context); } else { seenKeys[key] = true; } } } } function findIdxInOld(node, oldCh, start, end) { for (let i = start; i < end; i++) { const c = oldCh[i]; if (isDef(c) && sameVnode(node, c)) return i; } } function patchVnode(oldVnode, vnode, insertedVnodeQueue, ownerArray, index, removeOnly) { if (oldVnode === vnode) { return; } if (isDef(vnode.elm) && isDef(ownerArray)) { // clone reused vnode vnode = ownerArray[index] = cloneVNode(vnode); } const elm = vnode.elm = oldVnode.elm; if (isTrue(oldVnode.isAsyncPlaceholder)) { if (isDef(vnode.asyncFactory.resolved)) { hydrate(oldVnode.elm, vnode, insertedVnodeQueue); } else { vnode.isAsyncPlaceholder = true; } return; } // reuse element for static trees. // note we only do this if the vnode is cloned - // if the new node is not cloned it means the render functions have been // reset by the hot-reload-api and we need to do a proper re-render. if (isTrue(vnode.isStatic) && isTrue(oldVnode.isStatic) && vnode.key === oldVnode.key && (isTrue(vnode.isCloned) || isTrue(vnode.isOnce))) { vnode.componentInstance = oldVnode.componentInstance; return; } let i; const data = vnode.data; if (isDef(data) && isDef(i = data.hook) && isDef(i = i.prepatch)) { i(oldVnode, vnode); } const oldCh = oldVnode.children; const ch = vnode.children; if (isDef(data) && isPatchable(vnode)) { for (i = 0; i < cbs.update.length; ++i) cbs.update[i](oldVnode, vnode); if (isDef(i = data.hook) && isDef(i = i.update)) i(oldVnode, vnode); } if (isUndef(vnode.text)) { if (isDef(oldCh) && isDef(ch)) { if (oldCh !== ch) updateChildren(elm, oldCh, ch, insertedVnodeQueue, removeOnly); } else if (isDef(ch)) { { checkDuplicateKeys(ch); } if (isDef(oldVnode.text)) nodeOps.setTextContent(elm, ''); addVnodes(elm, null, ch, 0, ch.length - 1, insertedVnodeQueue); } else if (isDef(oldCh)) { removeVnodes(oldCh, 0, oldCh.length - 1); } else if (isDef(oldVnode.text)) { nodeOps.setTextContent(elm, ''); } } else if (oldVnode.text !== vnode.text) { nodeOps.setTextContent(elm, vnode.text); } if (isDef(data)) { if (isDef(i = data.hook) && isDef(i = i.postpatch)) i(oldVnode, vnode); } } function invokeInsertHook(vnode, queue, initial) { // delay insert hooks for component root nodes, invoke them after the // element is really inserted if (isTrue(initial) && isDef(vnode.parent)) { vnode.parent.data.pendingInsert = queue; } else { for (let i = 0; i < queue.length; ++i) { queue[i].data.hook.insert(queue[i]); } } } let hydrationBailed = false; // list of modules that can skip create hook during hydration because they // are already rendered on the client or has no need for initialization // Note: style is excluded because it relies on initial clone for future // deep updates (#7063). const isRenderedModule = makeMap('attrs,class,staticClass,staticStyle,key'); // Note: this is a browser-only function so we can assume elms are DOM nodes. function hydrate(elm, vnode, insertedVnodeQueue, inVPre) { let i; const { tag, data, children } = vnode; inVPre = inVPre || data && data.pre; vnode.elm = elm; if (isTrue(vnode.isComment) && isDef(vnode.asyncFactory)) { vnode.isAsyncPlaceholder = true; return true; } // assert node match { if (!assertNodeMatch(elm, vnode, inVPre)) { return false; } } if (isDef(data)) { if (isDef(i = data.hook) && isDef(i = i.init)) i(vnode, true /* hydrating */ ); if (isDef(i = vnode.componentInstance)) { // child component. it should have hydrated its own tree. initComponent(vnode, insertedVnodeQueue); return true; } } if (isDef(tag)) { if (isDef(children)) { // empty element, allow client to pick up and populate children if (!elm.hasChildNodes()) { createChildren(vnode, children, insertedVnodeQueue); } else { // v-html and domProps: innerHTML if (isDef(i = data) && isDef(i = i.domProps) && isDef(i = i.innerHTML)) { if (i !== elm.innerHTML) { /* istanbul ignore if */ if (typeof console !== 'undefined' && !hydrationBailed) { hydrationBailed = true; console.warn('Parent: ', elm); console.warn('server innerHTML: ', i); console.warn('client innerHTML: ', elm.innerHTML); } return false; } } else { // iterate and compare children lists let childrenMatch = true; let childNode = elm.firstChild; for (let i = 0; i < children.length; i++) { if (!childNode || !hydrate(childNode, children[i], insertedVnodeQueue, inVPre)) { childrenMatch = false; break; } childNode = childNode.nextSibling; } // if childNode is not null, it means the actual childNodes list is // longer than the virtual children list. if (!childrenMatch || childNode) { /* istanbul ignore if */ if (typeof console !== 'undefined' && !hydrationBailed) { hydrationBailed = true; console.warn('Parent: ', elm); console.warn('Mismatching childNodes vs. VNodes: ', elm.childNodes, children); } return false; } } } } if (isDef(data)) { let fullInvoke = false; for (const key in data) { if (!isRenderedModule(key)) { fullInvoke = true; invokeCreateHooks(vnode, insertedVnodeQueue); break; } } if (!fullInvoke && data['class']) { // ensure collecting deps for deep class bindings for future updates traverse(data['class']); } } } else if (elm.data !== vnode.text) { elm.data = vnode.text; } return true; } function assertNodeMatch(node, vnode, inVPre) { if (isDef(vnode.tag)) { return vnode.tag.indexOf('vue-component') === 0 || !isUnknownElement$$1(vnode, inVPre) && vnode.tag.toLowerCase() === (node.tagName && node.tagName.toLowerCase()); } else { return node.nodeType === (vnode.isComment ? 8 : 3); } } return function patch(oldVnode, vnode, hydrating, removeOnly) { if (isUndef(vnode)) { if (isDef(oldVnode)) invokeDestroyHook(oldVnode); return; } let isInitialPatch = false; const insertedVnodeQueue = []; if (isUndef(oldVnode)) { // empty mount (likely as component), create new root element isInitialPatch = true; createElm(vnode, insertedVnodeQueue); } else { const isRealElement = isDef(oldVnode.nodeType); if (!isRealElement && sameVnode(oldVnode, vnode)) { // patch existing root node patchVnode(oldVnode, vnode, insertedVnodeQueue, null, null, removeOnly); } else { if (isRealElement) { // mounting to a real element // check if this is server-rendered content and if we can perform // a successful hydration. if (oldVnode.nodeType === 1 && oldVnode.hasAttribute(SSR_ATTR)) { oldVnode.removeAttribute(SSR_ATTR); hydrating = true; } if (isTrue(hydrating)) { if (hydrate(oldVnode, vnode, insertedVnodeQueue)) { invokeInsertHook(vnode, insertedVnodeQueue, true); return oldVnode; } else { warn('The client-side rendered virtual DOM tree is not matching ' + 'server-rendered content. This is likely caused by incorrect ' + 'HTML markup, for example nesting block-level elements inside ' + '<p>, or missing <tbody>. Bailing hydration and performing ' + 'full client-side render.'); } } // either not server-rendered, or hydration failed. // create an empty node and replace it oldVnode = emptyNodeAt(oldVnode); } // replacing existing element const oldElm = oldVnode.elm; const parentElm = nodeOps.parentNode(oldElm); // create new node createElm(vnode, insertedVnodeQueue, // extremely rare edge case: do not insert if old element is in a // leaving transition. Only happens when combining transition + // keep-alive + HOCs. (#4590) oldElm._leaveCb ? null : parentElm, nodeOps.nextSibling(oldElm)); // update parent placeholder node element, recursively if (isDef(vnode.parent)) { let ancestor = vnode.parent; const patchable = isPatchable(vnode); while (ancestor) { for (let i = 0; i < cbs.destroy.length; ++i) { cbs.destroy[i](ancestor); } ancestor.elm = vnode.elm; if (patchable) { for (let i = 0; i < cbs.create.length; ++i) { cbs.create[i](emptyNode, ancestor); } // #6513 // invoke insert hooks that may have been merged by create hooks. // e.g. for directives that uses the "inserted" hook. const insert = ancestor.data.hook.insert; if (insert.merged) { // start at index 1 to avoid re-invoking component mounted hook for (let i = 1; i < insert.fns.length; i++) { insert.fns[i](); } } } else { registerRef(ancestor); } ancestor = ancestor.parent; } } // destroy old node if (isDef(parentElm)) { removeVnodes([oldVnode], 0, 0); } else if (isDef(oldVnode.tag)) { invokeDestroyHook(oldVnode); } } } invokeInsertHook(vnode, insertedVnodeQueue, isInitialPatch); return vnode.elm; }; } /* */ var directives = { create: updateDirectives, update: updateDirectives, destroy: function unbindDirectives(vnode) { updateDirectives(vnode, emptyNode); } }; function updateDirectives(oldVnode, vnode) { if (oldVnode.data.directives || vnode.data.directives) { _update(oldVnode, vnode); } } function _update(oldVnode, vnode) { const isCreate = oldVnode === emptyNode; const isDestroy = vnode === emptyNode; const oldDirs = normalizeDirectives$1(oldVnode.data.directives, oldVnode.context); const newDirs = normalizeDirectives$1(vnode.data.directives, vnode.context); const dirsWithInsert = []; const dirsWithPostpatch = []; let key, oldDir, dir; for (key in newDirs) { oldDir = oldDirs[key]; dir = newDirs[key]; if (!oldDir) { // new directive, bind callHook$1(dir, 'bind', vnode, oldVnode); if (dir.def && dir.def.inserted) { dirsWithInsert.push(dir); } } else { // existing directive, update dir.oldValue = oldDir.value; dir.oldArg = oldDir.arg; callHook$1(dir, 'update', vnode, oldVnode); if (dir.def && dir.def.componentUpdated) { dirsWithPostpatch.push(dir); } } } if (dirsWithInsert.length) { const callInsert = () => { for (let i = 0; i < dirsWithInsert.length; i++) { callHook$1(dirsWithInsert[i], 'inserted', vnode, oldVnode); } }; if (isCreate) { mergeVNodeHook(vnode, 'insert', callInsert); } else { callInsert(); } } if (dirsWithPostpatch.length) { mergeVNodeHook(vnode, 'postpatch', () => { for (let i = 0; i < dirsWithPostpatch.length; i++) { callHook$1(dirsWithPostpatch[i], 'componentUpdated', vnode, oldVnode); } }); } if (!isCreate) { for (key in oldDirs) { if (!newDirs[key]) { // no longer present, unbind callHook$1(oldDirs[key], 'unbind', oldVnode, oldVnode, isDestroy); } } } } const emptyModifiers = Object.create(null); function normalizeDirectives$1(dirs, vm) { const res = Object.create(null); if (!dirs) { // $flow-disable-line return res; } let i, dir; for (i = 0; i < dirs.length; i++) { dir = dirs[i]; if (!dir.modifiers) { // $flow-disable-line dir.modifiers = emptyModifiers; } res[getRawDirName(dir)] = dir; dir.def = resolveAsset(vm.$options, 'directives', dir.name, true); } // $flow-disable-line return res; } function getRawDirName(dir) { return dir.rawName || `${dir.name}.${Object.keys(dir.modifiers || {}).join('.')}`; } function callHook$1(dir, hook, vnode, oldVnode, isDestroy) { const fn = dir.def && dir.def[hook]; if (fn) { try { fn(vnode.elm, dir, vnode, oldVnode, isDestroy); } catch (e) { handleError(e, vnode.context, `directive ${dir.name} ${hook} hook`); } } } var baseModules = [ref, directives]; /* */ function updateAttrs(oldVnode, vnode) { const opts = vnode.componentOptions; if (isDef(opts) && opts.Ctor.options.inheritAttrs === false) { return; } if (isUndef(oldVnode.data.attrs) && isUndef(vnode.data.attrs)) { return; } let key, cur, old; const elm = vnode.elm; const oldAttrs = oldVnode.data.attrs || {}; let attrs = vnode.data.attrs || {}; // clone observed objects, as the user probably wants to mutate it if (isDef(attrs.__ob__)) { attrs = vnode.data.attrs = extend({}, attrs); } for (key in attrs) { cur = attrs[key]; old = oldAttrs[key]; if (old !== cur) { setAttr(elm, key, cur, vnode.data.pre); } } // #4391: in IE9, setting type can reset value for input[type=radio] // #6666: IE/Edge forces progress value down to 1 before setting a max /* istanbul ignore if */ if ((isIE || isEdge) && attrs.value !== oldAttrs.value) { setAttr(elm, 'value', attrs.value); } for (key in oldAttrs) { if (isUndef(attrs[key])) { if (isXlink(key)) { elm.removeAttributeNS(xlinkNS, getXlinkProp(key)); } else if (!isEnumeratedAttr(key)) { elm.removeAttribute(key); } } } } function setAttr(el, key, value, isInPre) { if (isInPre || el.tagName.indexOf('-') > -1) { baseSetAttr(el, key, value); } else if (isBooleanAttr(key)) { // set attribute for blank value // e.g. <option disabled>Select one</option> if (isFalsyAttrValue(value)) { el.removeAttribute(key); } else { // technically allowfullscreen is a boolean attribute for <iframe>, // but Flash expects a value of "true" when used on <embed> tag value = key === 'allowfullscreen' && el.tagName === 'EMBED' ? 'true' : key; el.setAttribute(key, value); } } else if (isEnumeratedAttr(key)) { el.setAttribute(key, convertEnumeratedValue(key, value)); } else if (isXlink(key)) { if (isFalsyAttrValue(value)) { el.removeAttributeNS(xlinkNS, getXlinkProp(key)); } else { el.setAttributeNS(xlinkNS, key, value); } } else { baseSetAttr(el, key, value); } } function baseSetAttr(el, key, value) { if (isFalsyAttrValue(value)) { el.removeAttribute(key); } else { // #7138: IE10 & 11 fires input event when setting placeholder on // <textarea>... block the first input event and remove the blocker // immediately. /* istanbul ignore if */ if (isIE && !isIE9 && el.tagName === 'TEXTAREA' && key === 'placeholder' && value !== '' && !el.__ieph) { const blocker = e => { e.stopImmediatePropagation(); el.removeEventListener('input', blocker); }; el.addEventListener('input', blocker); // $flow-disable-line el.__ieph = true; /* IE placeholder patched */ } el.setAttribute(key, value); } } var attrs = { create: updateAttrs, update: updateAttrs }; /* */ function updateClass(oldVnode, vnode) { const el = vnode.elm; const data = vnode.data; const oldData = oldVnode.data; if (isUndef(data.staticClass) && isUndef(data.class) && (isUndef(oldData) || isUndef(oldData.staticClass) && isUndef(oldData.class))) { return; } let cls = genClassForVnode(vnode); // handle transition classes const transitionClass = el._transitionClasses; if (isDef(transitionClass)) { cls = concat(cls, stringifyClass(transitionClass)); } // set the class if (cls !== el._prevClass) { el.setAttribute('class', cls); el._prevClass = cls; } } var klass = { create: updateClass, update: updateClass }; /* */ const validDivisionCharRE = /[\w).+\-_$\]]/; function parseFilters(exp) { let inSingle = false; let inDouble = false; let inTemplateString = false; let inRegex = false; let curly = 0; let square = 0; let paren = 0; let lastFilterIndex = 0; let c, prev, i, expression, filters; for (i = 0; i < exp.length; i++) { prev = c; c = exp.charCodeAt(i); if (inSingle) { if (c === 0x27 && prev !== 0x5C) inSingle = false; } else if (inDouble) { if (c === 0x22 && prev !== 0x5C) inDouble = false; } else if (inTemplateString) { if (c === 0x60 && prev !== 0x5C) inTemplateString = false; } else if (inRegex) { if (c === 0x2f && prev !== 0x5C) inRegex = false; } else if (c === 0x7C && // pipe exp.charCodeAt(i + 1) !== 0x7C && exp.charCodeAt(i - 1) !== 0x7C && !curly && !square && !paren) { if (expression === undefined) { // first filter, end of expression lastFilterIndex = i + 1; expression = exp.slice(0, i).trim(); } else { pushFilter(); } } else { switch (c) { case 0x22: inDouble = true; break; // " case 0x27: inSingle = true; break; // ' case 0x60: inTemplateString = true; break; // ` case 0x28: paren++; break; // ( case 0x29: paren--; break; // ) case 0x5B: square++; break; // [ case 0x5D: square--; break; // ] case 0x7B: curly++; break; // { case 0x7D: curly--; break; // } } if (c === 0x2f) { // / let j = i - 1; let p; // find first non-whitespace prev char for (; j >= 0; j--) { p = exp.charAt(j); if (p !== ' ') break; } if (!p || !validDivisionCharRE.test(p)) { inRegex = true; } } } } if (expression === undefined) { expression = exp.slice(0, i).trim(); } else if (lastFilterIndex !== 0) { pushFilter(); } function pushFilter() { (filters || (filters = [])).push(exp.slice(lastFilterIndex, i).trim()); lastFilterIndex = i + 1; } if (filters) { for (i = 0; i < filters.length; i++) { expression = wrapFilter(expression, filters[i]); } } return expression; } function wrapFilter(exp, filter) { const i = filter.indexOf('('); if (i < 0) { // _f: resolveFilter return `_f("${filter}")(${exp})`; } else { const name = filter.slice(0, i); const args = filter.slice(i + 1); return `_f("${name}")(${exp}${args !== ')' ? ',' + args : args}`; } } /* */ /* eslint-disable no-unused-vars */ function baseWarn(msg, range) { console.error(`[Vue compiler]: ${msg}`); } /* eslint-enable no-unused-vars */ function pluckModuleFunction(modules, key) { return modules ? modules.map(m => m[key]).filter(_ => _) : []; } function addProp(el, name, value, range, dynamic) { (el.props || (el.props = [])).push(rangeSetItem({ name, value, dynamic }, range)); el.plain = false; } function addAttr(el, name, value, range, dynamic) { const attrs = dynamic ? el.dynamicAttrs || (el.dynamicAttrs = []) : el.attrs || (el.attrs = []); attrs.push(rangeSetItem({ name, value, dynamic }, range)); el.plain = false; } // add a raw attr (use this in preTransforms) function addRawAttr(el, name, value, range) { el.attrsMap[name] = value; el.attrsList.push(rangeSetItem({ name, value }, range)); } function addDirective(el, name, rawName, value, arg, isDynamicArg, modifiers, range) { (el.directives || (el.directives = [])).push(rangeSetItem({ name, rawName, value, arg, isDynamicArg, modifiers }, range)); el.plain = false; } function prependModifierMarker(symbol, name, dynamic) { return dynamic ? `_p(${name},"${symbol}")` : symbol + name; // mark the event as captured } function addHandler(el, name, value, modifiers, important, warn, range, dynamic) { modifiers = modifiers || emptyObject; // warn prevent and passive modifier /* istanbul ignore if */ if (warn && modifiers.prevent && modifiers.passive) { warn('passive and prevent can\'t be used together. ' + 'Passive handler can\'t prevent default event.', range); } // normalize click.right and click.middle since they don't actually fire // this is technically browser-specific, but at least for now browsers are // the only target envs that have right/middle clicks. if (modifiers.right) { if (dynamic) { name = `(${name})==='click'?'contextmenu':(${name})`; } else if (name === 'click') { name = 'contextmenu'; delete modifiers.right; } } else if (modifiers.middle) { if (dynamic) { name = `(${name})==='click'?'mouseup':(${name})`; } else if (name === 'click') { name = 'mouseup'; } } // check capture modifier if (modifiers.capture) { delete modifiers.capture; name = prependModifierMarker('!', name, dynamic); } if (modifiers.once) { delete modifiers.once; name = prependModifierMarker('~', name, dynamic); } /* istanbul ignore if */ if (modifiers.passive) { delete modifiers.passive; name = prependModifierMarker('&', name, dynamic); } let events; if (modifiers.native) { delete modifiers.native; events = el.nativeEvents || (el.nativeEvents = {}); } else { events = el.events || (el.events = {}); } const newHandler = rangeSetItem({ value: value.trim(), dynamic }, range); if (modifiers !== emptyObject) { newHandler.modifiers = modifiers; } const handlers = events[name]; /* istanbul ignore if */ if (Array.isArray(handlers)) { important ? handlers.unshift(newHandler) : handlers.push(newHandler); } else if (handlers) { events[name] = important ? [newHandler, handlers] : [handlers, newHandler]; } else { events[name] = newHandler; } el.plain = false; } function getRawBindingAttr(el, name) { return el.rawAttrsMap[':' + name] || el.rawAttrsMap['v-bind:' + name] || el.rawAttrsMap[name]; } function getBindingAttr(el, name, getStatic) { const dynamicValue = getAndRemoveAttr(el, ':' + name) || getAndRemoveAttr(el, 'v-bind:' + name); if (dynamicValue != null) { return parseFilters(dynamicValue); } else if (getStatic !== false) { const staticValue = getAndRemoveAttr(el, name); if (staticValue != null) { return JSON.stringify(staticValue); } } } // note: this only removes the attr from the Array (attrsList) so that it // doesn't get processed by processAttrs. // By default it does NOT remove it from the map (attrsMap) because the map is // needed during codegen. function getAndRemoveAttr(el, name, removeFromMap) { let val; if ((val = el.attrsMap[name]) != null) { const list = el.attrsList; for (let i = 0, l = list.length; i < l; i++) { if (list[i].name === name) { list.splice(i, 1); break; } } } if (removeFromMap) { delete el.attrsMap[name]; } return val; } function getAndRemoveAttrByRegex(el, name) { const list = el.attrsList; for (let i = 0, l = list.length; i < l; i++) { const attr = list[i]; if (name.test(attr.name)) { list.splice(i, 1); return attr; } } } function rangeSetItem(item, range) { if (range) { if (range.start != null) { item.start = range.start; } if (range.end != null) { item.end = range.end; } } return item; } /* */ /** * Cross-platform code generation for component v-model */ function genComponentModel(el, value, modifiers) { const { number, trim } = modifiers || {}; const baseValueExpression = '$$v'; let valueExpression = baseValueExpression; if (trim) { valueExpression = `(typeof ${baseValueExpression} === 'string'` + `? ${baseValueExpression}.trim()` + `: ${baseValueExpression})`; } if (number) { valueExpression = `_n(${valueExpression})`; } const assignment = genAssignmentCode(value, valueExpression); el.model = { value: `(${value})`, expression: JSON.stringify(value), callback: `function (${baseValueExpression}) {${assignment}}` }; } /** * Cross-platform codegen helper for generating v-model value assignment code. */ function genAssignmentCode(value, assignment) { const res = parseModel(value); if (res.key === null) { return `${value}=${assignment}`; } else { return `$set(${res.exp}, ${res.key}, ${assignment})`; } } /** * Parse a v-model expression into a base path and a final key segment. * Handles both dot-path and possible square brackets. * * Possible cases: * * - test * - test[key] * - test[test1[key]] * - test["a"][key] * - xxx.test[a[a].test1[key]] * - test.xxx.a["asa"][test1[key]] * */ let len, str, chr, index$1, expressionPos, expressionEndPos; function parseModel(val) { // Fix https://github.com/vuejs/vue/pull/7730 // allow v-model="obj.val " (trailing whitespace) val = val.trim(); len = val.length; if (val.indexOf('[') < 0 || val.lastIndexOf(']') < len - 1) { index$1 = val.lastIndexOf('.'); if (index$1 > -1) { return { exp: val.slice(0, index$1), key: '"' + val.slice(index$1 + 1) + '"' }; } else { return { exp: val, key: null }; } } str = val; index$1 = expressionPos = expressionEndPos = 0; while (!eof()) { chr = next(); /* istanbul ignore if */ if (isStringStart(chr)) { parseString(chr); } else if (chr === 0x5B) { parseBracket(chr); } } return { exp: val.slice(0, expressionPos), key: val.slice(expressionPos + 1, expressionEndPos) }; } function next() { return str.charCodeAt(++index$1); } function eof() { return index$1 >= len; } function isStringStart(chr) { return chr === 0x22 || chr === 0x27; } function parseBracket(chr) { let inBracket = 1; expressionPos = index$1; while (!eof()) { chr = next(); if (isStringStart(chr)) { parseString(chr); continue; } if (chr === 0x5B) inBracket++; if (chr === 0x5D) inBracket--; if (inBracket === 0) { expressionEndPos = index$1; break; } } } function parseString(chr) { const stringQuote = chr; while (!eof()) { chr = next(); if (chr === stringQuote) { break; } } } /* */ let warn$1; // in some cases, the event used has to be determined at runtime // so we used some reserved tokens during compile. const RANGE_TOKEN = '__r'; const CHECKBOX_RADIO_TOKEN = '__c'; function model(el, dir, _warn) { warn$1 = _warn; const value = dir.value; const modifiers = dir.modifiers; const tag = el.tag; const type = el.attrsMap.type; { // inputs with type="file" are read only and setting the input's // value will throw an error. if (tag === 'input' && type === 'file') { warn$1(`<${el.tag} v-model="${value}" type="file">:\n` + `File inputs are read only. Use a v-on:change listener instead.`, el.rawAttrsMap['v-model']); } } if (el.component) { genComponentModel(el, value, modifiers); // component v-model doesn't need extra runtime return false; } else if (tag === 'select') { genSelect(el, value, modifiers); } else if (tag === 'input' && type === 'checkbox') { genCheckboxModel(el, value, modifiers); } else if (tag === 'input' && type === 'radio') { genRadioModel(el, value, modifiers); } else if (tag === 'input' || tag === 'textarea') { genDefaultModel(el, value, modifiers); } else if (!config.isReservedTag(tag)) { genComponentModel(el, value, modifiers); // component v-model doesn't need extra runtime return false; } else { warn$1(`<${el.tag} v-model="${value}">: ` + `v-model is not supported on this element type. ` + 'If you are working with contenteditable, it\'s recommended to ' + 'wrap a library dedicated for that purpose inside a custom component.', el.rawAttrsMap['v-model']); } // ensure runtime directive metadata return true; } function genCheckboxModel(el, value, modifiers) { const number = modifiers && modifiers.number; const valueBinding = getBindingAttr(el, 'value') || 'null'; const trueValueBinding = getBindingAttr(el, 'true-value') || 'true'; const falseValueBinding = getBindingAttr(el, 'false-value') || 'false'; addProp(el, 'checked', `Array.isArray(${value})` + `?_i(${value},${valueBinding})>-1` + (trueValueBinding === 'true' ? `:(${value})` : `:_q(${value},${trueValueBinding})`)); addHandler(el, 'change', `var $$a=${value},` + '$$el=$event.target,' + `$$c=$$el.checked?(${trueValueBinding}):(${falseValueBinding});` + 'if(Array.isArray($$a)){' + `var $$v=${number ? '_n(' + valueBinding + ')' : valueBinding},` + '$$i=_i($$a,$$v);' + `if($$el.checked){$$i<0&&(${genAssignmentCode(value, '$$a.concat([$$v])')})}` + `else{$$i>-1&&(${genAssignmentCode(value, '$$a.slice(0,$$i).concat($$a.slice($$i+1))')})}` + `}else{${genAssignmentCode(value, '$$c')}}`, null, true); } function genRadioModel(el, value, modifiers) { const number = modifiers && modifiers.number; let valueBinding = getBindingAttr(el, 'value') || 'null'; valueBinding = number ? `_n(${valueBinding})` : valueBinding; addProp(el, 'checked', `_q(${value},${valueBinding})`); addHandler(el, 'change', genAssignmentCode(value, valueBinding), null, true); } function genSelect(el, value, modifiers) { const number = modifiers && modifiers.number; const selectedVal = `Array.prototype.filter` + `.call($event.target.options,function(o){return o.selected})` + `.map(function(o){var val = "_value" in o ? o._value : o.value;` + `return ${number ? '_n(val)' : 'val'}})`; const assignment = '$event.target.multiple ? $$selectedVal : $$selectedVal[0]'; let code = `var $$selectedVal = ${selectedVal};`; code = `${code} ${genAssignmentCode(value, assignment)}`; addHandler(el, 'change', code, null, true); } function genDefaultModel(el, value, modifiers) { const type = el.attrsMap.type; // warn if v-bind:value conflicts with v-model // except for inputs with v-bind:type { const value = el.attrsMap['v-bind:value'] || el.attrsMap[':value']; const typeBinding = el.attrsMap['v-bind:type'] || el.attrsMap[':type']; if (value && !typeBinding) { const binding = el.attrsMap['v-bind:value'] ? 'v-bind:value' : ':value'; warn$1(`${binding}="${value}" conflicts with v-model on the same element ` + 'because the latter already expands to a value binding internally', el.rawAttrsMap[binding]); } } const { lazy, number, trim } = modifiers || {}; const needCompositionGuard = !lazy && type !== 'range'; const event = lazy ? 'change' : type === 'range' ? RANGE_TOKEN : 'input'; let valueExpression = '$event.target.value'; if (trim) { valueExpression = `$event.target.value.trim()`; } if (number) { valueExpression = `_n(${valueExpression})`; } let code = genAssignmentCode(value, valueExpression); if (needCompositionGuard) { code = `if($event.target.composing)return;${code}`; } addProp(el, 'value', `(${value})`); addHandler(el, event, code, null, true); if (trim || number) { addHandler(el, 'blur', '$forceUpdate()'); } } /* */ // normalize v-model event tokens that can only be determined at runtime. // it's important to place the event as the first in the array because // the whole point is ensuring the v-model callback gets called before // user-attached handlers. function normalizeEvents(on) { /* istanbul ignore if */ if (isDef(on[RANGE_TOKEN])) { // IE input[type=range] only supports `change` event const event = isIE ? 'change' : 'input'; on[event] = [].concat(on[RANGE_TOKEN], on[event] || []); delete on[RANGE_TOKEN]; } // This was originally intended to fix #4521 but no longer necessary // after 2.5. Keeping it for backwards compat with generated code from < 2.4 /* istanbul ignore if */ if (isDef(on[CHECKBOX_RADIO_TOKEN])) { on.change = [].concat(on[CHECKBOX_RADIO_TOKEN], on.change || []); delete on[CHECKBOX_RADIO_TOKEN]; } } let target$1; function createOnceHandler$1(event, handler, capture) { const _target = target$1; // save current target element in closure return function onceHandler() { const res = handler.apply(null, arguments); if (res !== null) { remove$2(event, onceHandler, capture, _target); } }; } // #9446: Firefox <= 53 (in particular, ESR 52) has incorrect Event.timeStamp // implementation and does not fire microtasks in between event propagation, so // safe to exclude. const useMicrotaskFix = isUsingMicroTask && !(isFF && Number(isFF[1]) <= 53); function add$1(name, handler, capture, passive) { // async edge case #6566: inner click event triggers patch, event handler // attached to outer element during patch, and triggered again. This // happens because browsers fire microtask ticks between event propagation. // the solution is simple: we save the timestamp when a handler is attached, // and the handler would only fire if the event passed to it was fired // AFTER it was attached. if (useMicrotaskFix) { const attachedTimestamp = currentFlushTimestamp; const original = handler; handler = original._wrapper = function (e) { if ( // no bubbling, should always fire. // this is just a safety net in case event.timeStamp is unreliable in // certain weird environments... e.target === e.currentTarget || // event is fired after handler attachment e.timeStamp >= attachedTimestamp || // bail for environments that have buggy event.timeStamp implementations // #9462 iOS 9 bug: event.timeStamp is 0 after history.pushState // #9681 QtWebEngine event.timeStamp is negative value e.timeStamp <= 0 || // #9448 bail if event is fired in another document in a multi-page // electron/nw.js app, since event.timeStamp will be using a different // starting reference e.target.ownerDocument !== document) { return original.apply(this, arguments); } }; } target$1.addEventListener(name, handler, supportsPassive ? { capture, passive } : capture); } function remove$2(name, handler, capture, _target) { (_target || target$1).removeEventListener(name, handler._wrapper || handler, capture); } function updateDOMListeners(oldVnode, vnode) { if (isUndef(oldVnode.data.on) && isUndef(vnode.data.on)) { return; } const on = vnode.data.on || {}; const oldOn = oldVnode.data.on || {}; target$1 = vnode.elm; normalizeEvents(on); updateListeners(on, oldOn, add$1, remove$2, createOnceHandler$1, vnode.context); target$1 = undefined; } var events = { create: updateDOMListeners, update: updateDOMListeners }; /* */ let svgContainer; function updateDOMProps(oldVnode, vnode) { if (isUndef(oldVnode.data.domProps) && isUndef(vnode.data.domProps)) { return; } let key, cur; const elm = vnode.elm; const oldProps = oldVnode.data.domProps || {}; let props = vnode.data.domProps || {}; // clone observed objects, as the user probably wants to mutate it if (isDef(props.__ob__)) { props = vnode.data.domProps = extend({}, props); } for (key in oldProps) { if (!(key in props)) { elm[key] = ''; } } for (key in props) { cur = props[key]; // ignore children if the node has textContent or innerHTML, // as these will throw away existing DOM nodes and cause removal errors // on subsequent patches (#3360) if (key === 'textContent' || key === 'innerHTML') { if (vnode.children) vnode.children.length = 0; if (cur === oldProps[key]) continue; // #6601 work around Chrome version <= 55 bug where single textNode // replaced by innerHTML/textContent retains its parentNode property if (elm.childNodes.length === 1) { elm.removeChild(elm.childNodes[0]); } } if (key === 'value' && elm.tagName !== 'PROGRESS') { // store value as _value as well since // non-string values will be stringified elm._value = cur; // avoid resetting cursor position when value is the same const strCur = isUndef(cur) ? '' : String(cur); if (shouldUpdateValue(elm, strCur)) { elm.value = strCur; } } else if (key === 'innerHTML' && isSVG(elm.tagName) && isUndef(elm.innerHTML)) { // IE doesn't support innerHTML for SVG elements svgContainer = svgContainer || document.createElement('div'); svgContainer.innerHTML = `<svg>${cur}</svg>`; const svg = svgContainer.firstChild; while (elm.firstChild) { elm.removeChild(elm.firstChild); } while (svg.firstChild) { elm.appendChild(svg.firstChild); } } else if ( // skip the update if old and new VDOM state is the same. // `value` is handled separately because the DOM value may be temporarily // out of sync with VDOM state due to focus, composition and modifiers. // This #4521 by skipping the unnecessary `checked` update. cur !== oldProps[key]) { // some property updates can throw // e.g. `value` on <progress> w/ non-finite value try { elm[key] = cur; } catch (e) {} } } } // check platforms/web/util/attrs.js acceptValue function shouldUpdateValue(elm, checkVal) { return !elm.composing && (elm.tagName === 'OPTION' || isNotInFocusAndDirty(elm, checkVal) || isDirtyWithModifiers(elm, checkVal)); } function isNotInFocusAndDirty(elm, checkVal) { // return true when textbox (.number and .trim) loses focus and its value is // not equal to the updated value let notInFocus = true; // #6157 // work around IE bug when accessing document.activeElement in an iframe try { notInFocus = document.activeElement !== elm; } catch (e) {} return notInFocus && elm.value !== checkVal; } function isDirtyWithModifiers(elm, newVal) { const value = elm.value; const modifiers = elm._vModifiers; // injected by v-model runtime if (isDef(modifiers)) { if (modifiers.number) { return toNumber(value) !== toNumber(newVal); } if (modifiers.trim) { return value.trim() !== newVal.trim(); } } return value !== newVal; } var domProps = { create: updateDOMProps, update: updateDOMProps }; /* */ const parseStyleText = cached(function (cssText) { const res = {}; const listDelimiter = /;(?![^(]*\))/g; const propertyDelimiter = /:(.+)/; cssText.split(listDelimiter).forEach(function (item) { if (item) { const tmp = item.split(propertyDelimiter); tmp.length > 1 && (res[tmp[0].trim()] = tmp[1].trim()); } }); return res; }); // merge static and dynamic style data on the same vnode function normalizeStyleData(data) { const style = normalizeStyleBinding(data.style); // static style is pre-processed into an object during compilation // and is always a fresh object, so it's safe to merge into it return data.staticStyle ? extend(data.staticStyle, style) : style; } // normalize possible array / string values into Object function normalizeStyleBinding(bindingStyle) { if (Array.isArray(bindingStyle)) { return toObject(bindingStyle); } if (typeof bindingStyle === 'string') { return parseStyleText(bindingStyle); } return bindingStyle; } /** * parent component style should be after child's * so that parent component's style could override it */ function getStyle(vnode, checkChild) { const res = {}; let styleData; if (checkChild) { let childNode = vnode; while (childNode.componentInstance) { childNode = childNode.componentInstance._vnode; if (childNode && childNode.data && (styleData = normalizeStyleData(childNode.data))) { extend(res, styleData); } } } if (styleData = normalizeStyleData(vnode.data)) { extend(res, styleData); } let parentNode = vnode; while (parentNode = parentNode.parent) { if (parentNode.data && (styleData = normalizeStyleData(parentNode.data))) { extend(res, styleData); } } return res; } /* */ const cssVarRE = /^--/; const importantRE = /\s*!important$/; const setProp = (el, name, val) => { /* istanbul ignore if */ if (cssVarRE.test(name)) { el.style.setProperty(name, val); } else if (importantRE.test(val)) { el.style.setProperty(hyphenate(name), val.replace(importantRE, ''), 'important'); } else { const normalizedName = normalize(name); if (Array.isArray(val)) { // Support values array created by autoprefixer, e.g. // {display: ["-webkit-box", "-ms-flexbox", "flex"]} // Set them one by one, and the browser will only set those it can recognize for (let i = 0, len = val.length; i < len; i++) { el.style[normalizedName] = val[i]; } } else { el.style[normalizedName] = val; } } }; const vendorNames = ['Webkit', 'Moz', 'ms']; let emptyStyle; const normalize = cached(function (prop) { emptyStyle = emptyStyle || document.createElement('div').style; prop = camelize(prop); if (prop !== 'filter' && prop in emptyStyle) { return prop; } const capName = prop.charAt(0).toUpperCase() + prop.slice(1); for (let i = 0; i < vendorNames.length; i++) { const name = vendorNames[i] + capName; if (name in emptyStyle) { return name; } } }); function updateStyle(oldVnode, vnode) { const data = vnode.data; const oldData = oldVnode.data; if (isUndef(data.staticStyle) && isUndef(data.style) && isUndef(oldData.staticStyle) && isUndef(oldData.style)) { return; } let cur, name; const el = vnode.elm; const oldStaticStyle = oldData.staticStyle; const oldStyleBinding = oldData.normalizedStyle || oldData.style || {}; // if static style exists, stylebinding already merged into it when doing normalizeStyleData const oldStyle = oldStaticStyle || oldStyleBinding; const style = normalizeStyleBinding(vnode.data.style) || {}; // store normalized style under a different key for next diff // make sure to clone it if it's reactive, since the user likely wants // to mutate it. vnode.data.normalizedStyle = isDef(style.__ob__) ? extend({}, style) : style; const newStyle = getStyle(vnode, true); for (name in oldStyle) { if (isUndef(newStyle[name])) { setProp(el, name, ''); } } for (name in newStyle) { cur = newStyle[name]; if (cur !== oldStyle[name]) { // ie9 setting to null has no effect, must use empty string setProp(el, name, cur == null ? '' : cur); } } } var style = { create: updateStyle, update: updateStyle }; /* */ const whitespaceRE = /\s+/; /** * Add class with compatibility for SVG since classList is not supported on * SVG elements in IE */ function addClass(el, cls) { /* istanbul ignore if */ if (!cls || !(cls = cls.trim())) { return; } /* istanbul ignore else */ if (el.classList) { if (cls.indexOf(' ') > -1) { cls.split(whitespaceRE).forEach(c => el.classList.add(c)); } else { el.classList.add(cls); } } else { const cur = ` ${el.getAttribute('class') || ''} `; if (cur.indexOf(' ' + cls + ' ') < 0) { el.setAttribute('class', (cur + cls).trim()); } } } /** * Remove class with compatibility for SVG since classList is not supported on * SVG elements in IE */ function removeClass(el, cls) { /* istanbul ignore if */ if (!cls || !(cls = cls.trim())) { return; } /* istanbul ignore else */ if (el.classList) { if (cls.indexOf(' ') > -1) { cls.split(whitespaceRE).forEach(c => el.classList.remove(c)); } else { el.classList.remove(cls); } if (!el.classList.length) { el.removeAttribute('class'); } } else { let cur = ` ${el.getAttribute('class') || ''} `; const tar = ' ' + cls + ' '; while (cur.indexOf(tar) >= 0) { cur = cur.replace(tar, ' '); } cur = cur.trim(); if (cur) { el.setAttribute('class', cur); } else { el.removeAttribute('class'); } } } /* */ function resolveTransition(def$$1) { if (!def$$1) { return; } /* istanbul ignore else */ if (typeof def$$1 === 'object') { const res = {}; if (def$$1.css !== false) { extend(res, autoCssTransition(def$$1.name || 'v')); } extend(res, def$$1); return res; } else if (typeof def$$1 === 'string') { return autoCssTransition(def$$1); } } const autoCssTransition = cached(name => { return { enterClass: `${name}-enter`, enterToClass: `${name}-enter-to`, enterActiveClass: `${name}-enter-active`, leaveClass: `${name}-leave`, leaveToClass: `${name}-leave-to`, leaveActiveClass: `${name}-leave-active` }; }); const hasTransition = inBrowser && !isIE9; const TRANSITION = 'transition'; const ANIMATION = 'animation'; // Transition property/event sniffing let transitionProp = 'transition'; let transitionEndEvent = 'transitionend'; let animationProp = 'animation'; let animationEndEvent = 'animationend'; if (hasTransition) { /* istanbul ignore if */ if (window.ontransitionend === undefined && window.onwebkittransitionend !== undefined) { transitionProp = 'WebkitTransition'; transitionEndEvent = 'webkitTransitionEnd'; } if (window.onanimationend === undefined && window.onwebkitanimationend !== undefined) { animationProp = 'WebkitAnimation'; animationEndEvent = 'webkitAnimationEnd'; } } // binding to window is necessary to make hot reload work in IE in strict mode const raf = inBrowser ? window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : setTimeout : /* istanbul ignore next */ fn => fn(); function nextFrame(fn) { raf(() => { raf(fn); }); } function addTransitionClass(el, cls) { const transitionClasses = el._transitionClasses || (el._transitionClasses = []); if (transitionClasses.indexOf(cls) < 0) { transitionClasses.push(cls); addClass(el, cls); } } function removeTransitionClass(el, cls) { if (el._transitionClasses) { remove(el._transitionClasses, cls); } removeClass(el, cls); } function whenTransitionEnds(el, expectedType, cb) { const { type, timeout, propCount } = getTransitionInfo(el, expectedType); if (!type) return cb(); const event = type === TRANSITION ? transitionEndEvent : animationEndEvent; let ended = 0; const end = () => { el.removeEventListener(event, onEnd); cb(); }; const onEnd = e => { if (e.target === el) { if (++ended >= propCount) { end(); } } }; setTimeout(() => { if (ended < propCount) { end(); } }, timeout + 1); el.addEventListener(event, onEnd); } const transformRE = /\b(transform|all)(,|$)/; function getTransitionInfo(el, expectedType) { const styles = window.getComputedStyle(el); // JSDOM may return undefined for transition properties const transitionDelays = (styles[transitionProp + 'Delay'] || '').split(', '); const transitionDurations = (styles[transitionProp + 'Duration'] || '').split(', '); const transitionTimeout = getTimeout(transitionDelays, transitionDurations); const animationDelays = (styles[animationProp + 'Delay'] || '').split(', '); const animationDurations = (styles[animationProp + 'Duration'] || '').split(', '); const animationTimeout = getTimeout(animationDelays, animationDurations); let type; let timeout = 0; let propCount = 0; /* istanbul ignore if */ if (expectedType === TRANSITION) { if (transitionTimeout > 0) { type = TRANSITION; timeout = transitionTimeout; propCount = transitionDurations.length; } } else if (expectedType === ANIMATION) { if (animationTimeout > 0) { type = ANIMATION; timeout = animationTimeout; propCount = animationDurations.length; } } else { timeout = Math.max(transitionTimeout, animationTimeout); type = timeout > 0 ? transitionTimeout > animationTimeout ? TRANSITION : ANIMATION : null; propCount = type ? type === TRANSITION ? transitionDurations.length : animationDurations.length : 0; } const hasTransform = type === TRANSITION && transformRE.test(styles[transitionProp + 'Property']); return { type, timeout, propCount, hasTransform }; } function getTimeout(delays, durations) { /* istanbul ignore next */ while (delays.length < durations.length) { delays = delays.concat(delays); } return Math.max.apply(null, durations.map((d, i) => { return toMs(d) + toMs(delays[i]); })); } // Old versions of Chromium (below 61.0.3163.100) formats floating pointer numbers // in a locale-dependent way, using a comma instead of a dot. // If comma is not replaced with a dot, the input will be rounded down (i.e. acting // as a floor function) causing unexpected behaviors function toMs(s) { return Number(s.slice(0, -1).replace(',', '.')) * 1000; } /* */ function enter(vnode, toggleDisplay) { const el = vnode.elm; // call leave callback now if (isDef(el._leaveCb)) { el._leaveCb.cancelled = true; el._leaveCb(); } const data = resolveTransition(vnode.data.transition); if (isUndef(data)) { return; } /* istanbul ignore if */ if (isDef(el._enterCb) || el.nodeType !== 1) { return; } const { css, type, enterClass, enterToClass, enterActiveClass, appearClass, appearToClass, appearActiveClass, beforeEnter, enter, afterEnter, enterCancelled, beforeAppear, appear, afterAppear, appearCancelled, duration } = data; // activeInstance will always be the <transition> component managing this // transition. One edge case to check is when the <transition> is placed // as the root node of a child component. In that case we need to check // <transition>'s parent for appear check. let context = activeInstance; let transitionNode = activeInstance.$vnode; while (transitionNode && transitionNode.parent) { context = transitionNode.context; transitionNode = transitionNode.parent; } const isAppear = !context._isMounted || !vnode.isRootInsert; if (isAppear && !appear && appear !== '') { return; } const startClass = isAppear && appearClass ? appearClass : enterClass; const activeClass = isAppear && appearActiveClass ? appearActiveClass : enterActiveClass; const toClass = isAppear && appearToClass ? appearToClass : enterToClass; const beforeEnterHook = isAppear ? beforeAppear || beforeEnter : beforeEnter; const enterHook = isAppear ? typeof appear === 'function' ? appear : enter : enter; const afterEnterHook = isAppear ? afterAppear || afterEnter : afterEnter; const enterCancelledHook = isAppear ? appearCancelled || enterCancelled : enterCancelled; const explicitEnterDuration = toNumber(isObject(duration) ? duration.enter : duration); if (explicitEnterDuration != null) { checkDuration(explicitEnterDuration, 'enter', vnode); } const expectsCSS = css !== false && !isIE9; const userWantsControl = getHookArgumentsLength(enterHook); const cb = el._enterCb = once(() => { if (expectsCSS) { removeTransitionClass(el, toClass); removeTransitionClass(el, activeClass); } if (cb.cancelled) { if (expectsCSS) { removeTransitionClass(el, startClass); } enterCancelledHook && enterCancelledHook(el); } else { afterEnterHook && afterEnterHook(el); } el._enterCb = null; }); if (!vnode.data.show) { // remove pending leave element on enter by injecting an insert hook mergeVNodeHook(vnode, 'insert', () => { const parent = el.parentNode; const pendingNode = parent && parent._pending && parent._pending[vnode.key]; if (pendingNode && pendingNode.tag === vnode.tag && pendingNode.elm._leaveCb) { pendingNode.elm._leaveCb(); } enterHook && enterHook(el, cb); }); } // start enter transition beforeEnterHook && beforeEnterHook(el); if (expectsCSS) { addTransitionClass(el, startClass); addTransitionClass(el, activeClass); nextFrame(() => { removeTransitionClass(el, startClass); if (!cb.cancelled) { addTransitionClass(el, toClass); if (!userWantsControl) { if (isValidDuration(explicitEnterDuration)) { setTimeout(cb, explicitEnterDuration); } else { whenTransitionEnds(el, type, cb); } } } }); } if (vnode.data.show) { toggleDisplay && toggleDisplay(); enterHook && enterHook(el, cb); } if (!expectsCSS && !userWantsControl) { cb(); } } function leave(vnode, rm) { const el = vnode.elm; // call enter callback now if (isDef(el._enterCb)) { el._enterCb.cancelled = true; el._enterCb(); } const data = resolveTransition(vnode.data.transition); if (isUndef(data) || el.nodeType !== 1) { return rm(); } /* istanbul ignore if */ if (isDef(el._leaveCb)) { return; } const { css, type, leaveClass, leaveToClass, leaveActiveClass, beforeLeave, leave, afterLeave, leaveCancelled, delayLeave, duration } = data; const expectsCSS = css !== false && !isIE9; const userWantsControl = getHookArgumentsLength(leave); const explicitLeaveDuration = toNumber(isObject(duration) ? duration.leave : duration); if (isDef(explicitLeaveDuration)) { checkDuration(explicitLeaveDuration, 'leave', vnode); } const cb = el._leaveCb = once(() => { if (el.parentNode && el.parentNode._pending) { el.parentNode._pending[vnode.key] = null; } if (expectsCSS) { removeTransitionClass(el, leaveToClass); removeTransitionClass(el, leaveActiveClass); } if (cb.cancelled) { if (expectsCSS) { removeTransitionClass(el, leaveClass); } leaveCancelled && leaveCancelled(el); } else { rm(); afterLeave && afterLeave(el); } el._leaveCb = null; }); if (delayLeave) { delayLeave(performLeave); } else { performLeave(); } function performLeave() { // the delayed leave may have already been cancelled if (cb.cancelled) { return; } // record leaving element if (!vnode.data.show && el.parentNode) { (el.parentNode._pending || (el.parentNode._pending = {}))[vnode.key] = vnode; } beforeLeave && beforeLeave(el); if (expectsCSS) { addTransitionClass(el, leaveClass); addTransitionClass(el, leaveActiveClass); nextFrame(() => { removeTransitionClass(el, leaveClass); if (!cb.cancelled) { addTransitionClass(el, leaveToClass); if (!userWantsControl) { if (isValidDuration(explicitLeaveDuration)) { setTimeout(cb, explicitLeaveDuration); } else { whenTransitionEnds(el, type, cb); } } } }); } leave && leave(el, cb); if (!expectsCSS && !userWantsControl) { cb(); } } } // only used in dev mode function checkDuration(val, name, vnode) { if (typeof val !== 'number') { warn(`<transition> explicit ${name} duration is not a valid number - ` + `got ${JSON.stringify(val)}.`, vnode.context); } else if (isNaN(val)) { warn(`<transition> explicit ${name} duration is NaN - ` + 'the duration expression might be incorrect.', vnode.context); } } function isValidDuration(val) { return typeof val === 'number' && !isNaN(val); } /** * Normalize a transition hook's argument length. The hook may be: * - a merged hook (invoker) with the original in .fns * - a wrapped component method (check ._length) * - a plain function (.length) */ function getHookArgumentsLength(fn) { if (isUndef(fn)) { return false; } const invokerFns = fn.fns; if (isDef(invokerFns)) { // invoker return getHookArgumentsLength(Array.isArray(invokerFns) ? invokerFns[0] : invokerFns); } else { return (fn._length || fn.length) > 1; } } function _enter(_, vnode) { if (vnode.data.show !== true) { enter(vnode); } } var transition = inBrowser ? { create: _enter, activate: _enter, remove(vnode, rm) { /* istanbul ignore else */ if (vnode.data.show !== true) { leave(vnode, rm); } else { rm(); } } } : {}; var platformModules = [attrs, klass, events, domProps, style, transition]; /* */ // the directive module should be applied last, after all // built-in modules have been applied. const modules = platformModules.concat(baseModules); const patch = createPatchFunction({ nodeOps, modules }); /** * Not type checking this file because flow doesn't like attaching * properties to Elements. */ /* istanbul ignore if */ if (isIE9) { // http://www.matts411.com/post/internet-explorer-9-oninput/ document.addEventListener('selectionchange', () => { const el = document.activeElement; if (el && el.vmodel) { trigger(el, 'input'); } }); } const directive = { inserted(el, binding, vnode, oldVnode) { if (vnode.tag === 'select') { // #6903 if (oldVnode.elm && !oldVnode.elm._vOptions) { mergeVNodeHook(vnode, 'postpatch', () => { directive.componentUpdated(el, binding, vnode); }); } else { setSelected(el, binding, vnode.context); } el._vOptions = [].map.call(el.options, getValue); } else if (vnode.tag === 'textarea' || isTextInputType(el.type)) { el._vModifiers = binding.modifiers; if (!binding.modifiers.lazy) { el.addEventListener('compositionstart', onCompositionStart); el.addEventListener('compositionend', onCompositionEnd); // Safari < 10.2 & UIWebView doesn't fire compositionend when // switching focus before confirming composition choice // this also fixes the issue where some browsers e.g. iOS Chrome // fires "change" instead of "input" on autocomplete. el.addEventListener('change', onCompositionEnd); /* istanbul ignore if */ if (isIE9) { el.vmodel = true; } } } }, componentUpdated(el, binding, vnode) { if (vnode.tag === 'select') { setSelected(el, binding, vnode.context); // in case the options rendered by v-for have changed, // it's possible that the value is out-of-sync with the rendered options. // detect such cases and filter out values that no longer has a matching // option in the DOM. const prevOptions = el._vOptions; const curOptions = el._vOptions = [].map.call(el.options, getValue); if (curOptions.some((o, i) => !looseEqual(o, prevOptions[i]))) { // trigger change event if // no matching option found for at least one value const needReset = el.multiple ? binding.value.some(v => hasNoMatchingOption(v, curOptions)) : binding.value !== binding.oldValue && hasNoMatchingOption(binding.value, curOptions); if (needReset) { trigger(el, 'change'); } } } } }; function setSelected(el, binding, vm) { actuallySetSelected(el, binding, vm); /* istanbul ignore if */ if (isIE || isEdge) { setTimeout(() => { actuallySetSelected(el, binding, vm); }, 0); } } function actuallySetSelected(el, binding, vm) { const value = binding.value; const isMultiple = el.multiple; if (isMultiple && !Array.isArray(value)) { warn(`<select multiple v-model="${binding.expression}"> ` + `expects an Array value for its binding, but got ${Object.prototype.toString.call(value).slice(8, -1)}`, vm); return; } let selected, option; for (let i = 0, l = el.options.length; i < l; i++) { option = el.options[i]; if (isMultiple) { selected = looseIndexOf(value, getValue(option)) > -1; if (option.selected !== selected) { option.selected = selected; } } else { if (looseEqual(getValue(option), value)) { if (el.selectedIndex !== i) { el.selectedIndex = i; } return; } } } if (!isMultiple) { el.selectedIndex = -1; } } function hasNoMatchingOption(value, options) { return options.every(o => !looseEqual(o, value)); } function getValue(option) { return '_value' in option ? option._value : option.value; } function onCompositionStart(e) { e.target.composing = true; } function onCompositionEnd(e) { // prevent triggering an input event for no reason if (!e.target.composing) return; e.target.composing = false; trigger(e.target, 'input'); } function trigger(el, type) { const e = document.createEvent('HTMLEvents'); e.initEvent(type, true, true); el.dispatchEvent(e); } /* */ // recursively search for possible transition defined inside the component root function locateNode(vnode) { return vnode.componentInstance && (!vnode.data || !vnode.data.transition) ? locateNode(vnode.componentInstance._vnode) : vnode; } var show = { bind(el, { value }, vnode) { vnode = locateNode(vnode); const transition$$1 = vnode.data && vnode.data.transition; const originalDisplay = el.__vOriginalDisplay = el.style.display === 'none' ? '' : el.style.display; if (value && transition$$1) { vnode.data.show = true; enter(vnode, () => { el.style.display = originalDisplay; }); } else { el.style.display = value ? originalDisplay : 'none'; } }, update(el, { value, oldValue }, vnode) { /* istanbul ignore if */ if (!value === !oldValue) return; vnode = locateNode(vnode); const transition$$1 = vnode.data && vnode.data.transition; if (transition$$1) { vnode.data.show = true; if (value) { enter(vnode, () => { el.style.display = el.__vOriginalDisplay; }); } else { leave(vnode, () => { el.style.display = 'none'; }); } } else { el.style.display = value ? el.__vOriginalDisplay : 'none'; } }, unbind(el, binding, vnode, oldVnode, isDestroy) { if (!isDestroy) { el.style.display = el.__vOriginalDisplay; } } }; var platformDirectives = { model: directive, show }; /* */ const transitionProps = { name: String, appear: Boolean, css: Boolean, mode: String, type: String, enterClass: String, leaveClass: String, enterToClass: String, leaveToClass: String, enterActiveClass: String, leaveActiveClass: String, appearClass: String, appearActiveClass: String, appearToClass: String, duration: [Number, String, Object] }; // in case the child is also an abstract component, e.g. <keep-alive> // we want to recursively retrieve the real component to be rendered function getRealChild(vnode) { const compOptions = vnode && vnode.componentOptions; if (compOptions && compOptions.Ctor.options.abstract) { return getRealChild(getFirstComponentChild(compOptions.children)); } else { return vnode; } } function extractTransitionData(comp) { const data = {}; const options = comp.$options; // props for (const key in options.propsData) { data[key] = comp[key]; } // events. // extract listeners and pass them directly to the transition methods const listeners = options._parentListeners; for (const key in listeners) { data[camelize(key)] = listeners[key]; } return data; } function placeholder(h, rawChild) { if (/\d-keep-alive$/.test(rawChild.tag)) { return h('keep-alive', { props: rawChild.componentOptions.propsData }); } } function hasParentTransition(vnode) { while (vnode = vnode.parent) { if (vnode.data.transition) { return true; } } } function isSameChild(child, oldChild) { return oldChild.key === child.key && oldChild.tag === child.tag; } const isNotTextNode = c => c.tag || isAsyncPlaceholder(c); const isVShowDirective = d => d.name === 'show'; var Transition = { name: 'transition', props: transitionProps, abstract: true, render(h) { let children = this.$slots.default; if (!children) { return; } // filter out text nodes (possible whitespaces) children = children.filter(isNotTextNode); /* istanbul ignore if */ if (!children.length) { return; } // warn multiple elements if (children.length > 1) { warn('<transition> can only be used on a single element. Use ' + '<transition-group> for lists.', this.$parent); } const mode = this.mode; // warn invalid mode if (mode && mode !== 'in-out' && mode !== 'out-in') { warn('invalid <transition> mode: ' + mode, this.$parent); } const rawChild = children[0]; // if this is a component root node and the component's // parent container node also has transition, skip. if (hasParentTransition(this.$vnode)) { return rawChild; } // apply transition data to child // use getRealChild() to ignore abstract components e.g. keep-alive const child = getRealChild(rawChild); /* istanbul ignore if */ if (!child) { return rawChild; } if (this._leaving) { return placeholder(h, rawChild); } // ensure a key that is unique to the vnode type and to this transition // component instance. This key will be used to remove pending leaving nodes // during entering. const id = `__transition-${this._uid}-`; child.key = child.key == null ? child.isComment ? id + 'comment' : id + child.tag : isPrimitive(child.key) ? String(child.key).indexOf(id) === 0 ? child.key : id + child.key : child.key; const data = (child.data || (child.data = {})).transition = extractTransitionData(this); const oldRawChild = this._vnode; const oldChild = getRealChild(oldRawChild); // mark v-show // so that the transition module can hand over the control to the directive if (child.data.directives && child.data.directives.some(isVShowDirective)) { child.data.show = true; } if (oldChild && oldChild.data && !isSameChild(child, oldChild) && !isAsyncPlaceholder(oldChild) && // #6687 component root is a comment node !(oldChild.componentInstance && oldChild.componentInstance._vnode.isComment)) { // replace old child transition data with fresh one // important for dynamic transitions! const oldData = oldChild.data.transition = extend({}, data); // handle transition mode if (mode === 'out-in') { // return placeholder node and queue update when leave finishes this._leaving = true; mergeVNodeHook(oldData, 'afterLeave', () => { this._leaving = false; this.$forceUpdate(); }); return placeholder(h, rawChild); } else if (mode === 'in-out') { if (isAsyncPlaceholder(child)) { return oldRawChild; } let delayedLeave; const performLeave = () => { delayedLeave(); }; mergeVNodeHook(data, 'afterEnter', performLeave); mergeVNodeHook(data, 'enterCancelled', performLeave); mergeVNodeHook(oldData, 'delayLeave', leave => { delayedLeave = leave; }); } } return rawChild; } }; /* */ const props = extend({ tag: String, moveClass: String }, transitionProps); delete props.mode; var TransitionGroup = { props, beforeMount() { const update = this._update; this._update = (vnode, hydrating) => { const restoreActiveInstance = setActiveInstance(this); // force removing pass this.__patch__(this._vnode, this.kept, false, // hydrating true // removeOnly (!important, avoids unnecessary moves) ); this._vnode = this.kept; restoreActiveInstance(); update.call(this, vnode, hydrating); }; }, render(h) { const tag = this.tag || this.$vnode.data.tag || 'span'; const map = Object.create(null); const prevChildren = this.prevChildren = this.children; const rawChildren = this.$slots.default || []; const children = this.children = []; const transitionData = extractTransitionData(this); for (let i = 0; i < rawChildren.length; i++) { const c = rawChildren[i]; if (c.tag) { if (c.key != null && String(c.key).indexOf('__vlist') !== 0) { children.push(c); map[c.key] = c; (c.data || (c.data = {})).transition = transitionData; } else { const opts = c.componentOptions; const name = opts ? opts.Ctor.options.name || opts.tag || '' : c.tag; warn(`<transition-group> children must be keyed: <${name}>`); } } } if (prevChildren) { const kept = []; const removed = []; for (let i = 0; i < prevChildren.length; i++) { const c = prevChildren[i]; c.data.transition = transitionData; c.data.pos = c.elm.getBoundingClientRect(); if (map[c.key]) { kept.push(c); } else { removed.push(c); } } this.kept = h(tag, null, kept); this.removed = removed; } return h(tag, null, children); }, updated() { const children = this.prevChildren; const moveClass = this.moveClass || (this.name || 'v') + '-move'; if (!children.length || !this.hasMove(children[0].elm, moveClass)) { return; } // we divide the work into three loops to avoid mixing DOM reads and writes // in each iteration - which helps prevent layout thrashing. children.forEach(callPendingCbs); children.forEach(recordPosition); children.forEach(applyTranslation); // force reflow to put everything in position // assign to this to avoid being removed in tree-shaking // $flow-disable-line this._reflow = document.body.offsetHeight; children.forEach(c => { if (c.data.moved) { const el = c.elm; const s = el.style; addTransitionClass(el, moveClass); s.transform = s.WebkitTransform = s.transitionDuration = ''; el.addEventListener(transitionEndEvent, el._moveCb = function cb(e) { if (e && e.target !== el) { return; } if (!e || /transform$/.test(e.propertyName)) { el.removeEventListener(transitionEndEvent, cb); el._moveCb = null; removeTransitionClass(el, moveClass); } }); } }); }, methods: { hasMove(el, moveClass) { /* istanbul ignore if */ if (!hasTransition) { return false; } /* istanbul ignore if */ if (this._hasMove) { return this._hasMove; } // Detect whether an element with the move class applied has // CSS transitions. Since the element may be inside an entering // transition at this very moment, we make a clone of it and remove // all other transition classes applied to ensure only the move class // is applied. const clone = el.cloneNode(); if (el._transitionClasses) { el._transitionClasses.forEach(cls => { removeClass(clone, cls); }); } addClass(clone, moveClass); clone.style.display = 'none'; this.$el.appendChild(clone); const info = getTransitionInfo(clone); this.$el.removeChild(clone); return this._hasMove = info.hasTransform; } } }; function callPendingCbs(c) { /* istanbul ignore if */ if (c.elm._moveCb) { c.elm._moveCb(); } /* istanbul ignore if */ if (c.elm._enterCb) { c.elm._enterCb(); } } function recordPosition(c) { c.data.newPos = c.elm.getBoundingClientRect(); } function applyTranslation(c) { const oldPos = c.data.pos; const newPos = c.data.newPos; const dx = oldPos.left - newPos.left; const dy = oldPos.top - newPos.top; if (dx || dy) { c.data.moved = true; const s = c.elm.style; s.transform = s.WebkitTransform = `translate(${dx}px,${dy}px)`; s.transitionDuration = '0s'; } } var platformComponents = { Transition, TransitionGroup }; /* */ // install platform specific utils Vue.config.mustUseProp = mustUseProp; Vue.config.isReservedTag = isReservedTag; Vue.config.isReservedAttr = isReservedAttr; Vue.config.getTagNamespace = getTagNamespace; Vue.config.isUnknownElement = isUnknownElement; // install platform runtime directives & components extend(Vue.options.directives, platformDirectives); extend(Vue.options.components, platformComponents); // install platform patch function Vue.prototype.__patch__ = inBrowser ? patch : noop; // public mount method Vue.prototype.$mount = function (el, hydrating) { el = el && inBrowser ? query(el) : undefined; return mountComponent(this, el, hydrating); }; // devtools global hook /* istanbul ignore next */ if (inBrowser) { setTimeout(() => { if (config.devtools) { if (devtools) { devtools.emit('init', Vue); } else { console[console.info ? 'info' : 'log']('Download the Vue Devtools extension for a better development experience:\n' + 'https://github.com/vuejs/vue-devtools'); } } if (config.productionTip !== false && typeof console !== 'undefined') { console[console.info ? 'info' : 'log'](`You are running Vue in development mode.\n` + `Make sure to turn on production mode when deploying for production.\n` + `See more tips at https://vuejs.org/guide/deployment.html`); } }, 0); } /* */ const defaultTagRE = /\{\{((?:.|\r?\n)+?)\}\}/g; const regexEscapeRE = /[-.*+?^${}()|[\]\/\\]/g; const buildRegex = cached(delimiters => { const open = delimiters[0].replace(regexEscapeRE, '\\$&'); const close = delimiters[1].replace(regexEscapeRE, '\\$&'); return new RegExp(open + '((?:.|\\n)+?)' + close, 'g'); }); function parseText(text, delimiters) { const tagRE = delimiters ? buildRegex(delimiters) : defaultTagRE; if (!tagRE.test(text)) { return; } const tokens = []; const rawTokens = []; let lastIndex = tagRE.lastIndex = 0; let match, index, tokenValue; while (match = tagRE.exec(text)) { index = match.index; // push text token if (index > lastIndex) { rawTokens.push(tokenValue = text.slice(lastIndex, index)); tokens.push(JSON.stringify(tokenValue)); } // tag token const exp = parseFilters(match[1].trim()); tokens.push(`_s(${exp})`); rawTokens.push({ '@binding': exp }); lastIndex = index + match[0].length; } if (lastIndex < text.length) { rawTokens.push(tokenValue = text.slice(lastIndex)); tokens.push(JSON.stringify(tokenValue)); } return { expression: tokens.join('+'), tokens: rawTokens }; } /* */ function transformNode(el, options) { const warn = options.warn || baseWarn; const staticClass = getAndRemoveAttr(el, 'class'); if (staticClass) { const res = parseText(staticClass, options.delimiters); if (res) { warn(`class="${staticClass}": ` + 'Interpolation inside attributes has been removed. ' + 'Use v-bind or the colon shorthand instead. For example, ' + 'instead of <div class="{{ val }}">, use <div :class="val">.', el.rawAttrsMap['class']); } } if (staticClass) { el.staticClass = JSON.stringify(staticClass); } const classBinding = getBindingAttr(el, 'class', false /* getStatic */ ); if (classBinding) { el.classBinding = classBinding; } } function genData(el) { let data = ''; if (el.staticClass) { data += `staticClass:${el.staticClass},`; } if (el.classBinding) { data += `class:${el.classBinding},`; } return data; } var klass$1 = { staticKeys: ['staticClass'], transformNode, genData }; /* */ function transformNode$1(el, options) { const warn = options.warn || baseWarn; const staticStyle = getAndRemoveAttr(el, 'style'); if (staticStyle) { /* istanbul ignore if */ { const res = parseText(staticStyle, options.delimiters); if (res) { warn(`style="${staticStyle}": ` + 'Interpolation inside attributes has been removed. ' + 'Use v-bind or the colon shorthand instead. For example, ' + 'instead of <div style="{{ val }}">, use <div :style="val">.', el.rawAttrsMap['style']); } } el.staticStyle = JSON.stringify(parseStyleText(staticStyle)); } const styleBinding = getBindingAttr(el, 'style', false /* getStatic */ ); if (styleBinding) { el.styleBinding = styleBinding; } } function genData$1(el) { let data = ''; if (el.staticStyle) { data += `staticStyle:${el.staticStyle},`; } if (el.styleBinding) { data += `style:(${el.styleBinding}),`; } return data; } var style$1 = { staticKeys: ['staticStyle'], transformNode: transformNode$1, genData: genData$1 }; /* */ let decoder; var he = { decode(html) { decoder = decoder || document.createElement('div'); decoder.innerHTML = html; return decoder.textContent; } }; /* */ const isUnaryTag = makeMap('area,base,br,col,embed,frame,hr,img,input,isindex,keygen,' + 'link,meta,param,source,track,wbr'); // Elements that you can, intentionally, leave open // (and which close themselves) const canBeLeftOpenTag = makeMap('colgroup,dd,dt,li,options,p,td,tfoot,th,thead,tr,source'); // HTML5 tags https://html.spec.whatwg.org/multipage/indices.html#elements-3 // Phrasing Content https://html.spec.whatwg.org/multipage/dom.html#phrasing-content const isNonPhrasingTag = makeMap('address,article,aside,base,blockquote,body,caption,col,colgroup,dd,' + 'details,dialog,div,dl,dt,fieldset,figcaption,figure,footer,form,' + 'h1,h2,h3,h4,h5,h6,head,header,hgroup,hr,html,legend,li,menuitem,meta,' + 'optgroup,option,param,rp,rt,source,style,summary,tbody,td,tfoot,th,thead,' + 'title,tr,track'); /** * Not type-checking this file because it's mostly vendor code. */ // Regular Expressions for parsing tags and attributes const attribute = /^\s*([^\s"'<>\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/; const dynamicArgAttribute = /^\s*((?:v-[\w-]+:|@|:|#)\[[^=]+?\][^\s"'<>\/=]*)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/; const ncname = `[a-zA-Z_][\\-\\.0-9_a-zA-Z${unicodeRegExp.source}]*`; const qnameCapture = `((?:${ncname}\\:)?${ncname})`; const startTagOpen = new RegExp(`^<${qnameCapture}`); const startTagClose = /^\s*(\/?)>/; const endTag = new RegExp(`^<\\/${qnameCapture}[^>]*>`); const doctype = /^<!DOCTYPE [^>]+>/i; // #7298: escape - to avoid being passed as HTML comment when inlined in page const comment = /^<!\--/; const conditionalComment = /^<!\[/; // Special Elements (can contain anything) const isPlainTextElement = makeMap('script,style,textarea', true); const reCache = {}; const decodingMap = { '<': '<', '>': '>', '"': '"', '&': '&', ' ': '\n', '	': '\t', ''': "'" }; const encodedAttr = /&(?:lt|gt|quot|amp|#39);/g; const encodedAttrWithNewLines = /&(?:lt|gt|quot|amp|#39|#10|#9);/g; // #5992 const isIgnoreNewlineTag = makeMap('pre,textarea', true); const shouldIgnoreFirstNewline = (tag, html) => tag && isIgnoreNewlineTag(tag) && html[0] === '\n'; function decodeAttr(value, shouldDecodeNewlines) { const re = shouldDecodeNewlines ? encodedAttrWithNewLines : encodedAttr; return value.replace(re, match => decodingMap[match]); } function parseHTML(html, options) { const stack = []; const expectHTML = options.expectHTML; const isUnaryTag$$1 = options.isUnaryTag || no; const canBeLeftOpenTag$$1 = options.canBeLeftOpenTag || no; let index = 0; let last, lastTag; while (html) { last = html; // Make sure we're not in a plaintext content element like script/style if (!lastTag || !isPlainTextElement(lastTag)) { let textEnd = html.indexOf('<'); if (textEnd === 0) { // Comment: if (comment.test(html)) { const commentEnd = html.indexOf('-->'); if (commentEnd >= 0) { if (options.shouldKeepComment) { options.comment(html.substring(4, commentEnd), index, index + commentEnd + 3); } advance(commentEnd + 3); continue; } } // http://en.wikipedia.org/wiki/Conditional_comment#Downlevel-revealed_conditional_comment if (conditionalComment.test(html)) { const conditionalEnd = html.indexOf(']>'); if (conditionalEnd >= 0) { advance(conditionalEnd + 2); continue; } } // Doctype: const doctypeMatch = html.match(doctype); if (doctypeMatch) { advance(doctypeMatch[0].length); continue; } // End tag: const endTagMatch = html.match(endTag); if (endTagMatch) { const curIndex = index; advance(endTagMatch[0].length); parseEndTag(endTagMatch[1], curIndex, index); continue; } // Start tag: const startTagMatch = parseStartTag(); if (startTagMatch) { handleStartTag(startTagMatch); if (shouldIgnoreFirstNewline(startTagMatch.tagName, html)) { advance(1); } continue; } } let text, rest, next; if (textEnd >= 0) { rest = html.slice(textEnd); while (!endTag.test(rest) && !startTagOpen.test(rest) && !comment.test(rest) && !conditionalComment.test(rest)) { // < in plain text, be forgiving and treat it as text next = rest.indexOf('<', 1); if (next < 0) break; textEnd += next; rest = html.slice(textEnd); } text = html.substring(0, textEnd); } if (textEnd < 0) { text = html; } if (text) { advance(text.length); } if (options.chars && text) { options.chars(text, index - text.length, index); } } else { let endTagLength = 0; const stackedTag = lastTag.toLowerCase(); const reStackedTag = reCache[stackedTag] || (reCache[stackedTag] = new RegExp('([\\s\\S]*?)(</' + stackedTag + '[^>]*>)', 'i')); const rest = html.replace(reStackedTag, function (all, text, endTag) { endTagLength = endTag.length; if (!isPlainTextElement(stackedTag) && stackedTag !== 'noscript') { text = text.replace(/<!\--([\s\S]*?)-->/g, '$1') // #7298 .replace(/<!\[CDATA\[([\s\S]*?)]]>/g, '$1'); } if (shouldIgnoreFirstNewline(stackedTag, text)) { text = text.slice(1); } if (options.chars) { options.chars(text); } return ''; }); index += html.length - rest.length; html = rest; parseEndTag(stackedTag, index - endTagLength, index); } if (html === last) { options.chars && options.chars(html); if (!stack.length && options.warn) { options.warn(`Mal-formatted tag at end of template: "${html}"`, { start: index + html.length }); } break; } } // Clean up any remaining tags parseEndTag(); function advance(n) { index += n; html = html.substring(n); } function parseStartTag() { const start = html.match(startTagOpen); if (start) { const match = { tagName: start[1], attrs: [], start: index }; advance(start[0].length); let end, attr; while (!(end = html.match(startTagClose)) && (attr = html.match(dynamicArgAttribute) || html.match(attribute))) { attr.start = index; advance(attr[0].length); attr.end = index; match.attrs.push(attr); } if (end) { match.unarySlash = end[1]; advance(end[0].length); match.end = index; return match; } } } function handleStartTag(match) { const tagName = match.tagName; const unarySlash = match.unarySlash; if (expectHTML) { if (lastTag === 'p' && isNonPhrasingTag(tagName)) { parseEndTag(lastTag); } if (canBeLeftOpenTag$$1(tagName) && lastTag === tagName) { parseEndTag(tagName); } } const unary = isUnaryTag$$1(tagName) || !!unarySlash; const l = match.attrs.length; const attrs = new Array(l); for (let i = 0; i < l; i++) { const args = match.attrs[i]; const value = args[3] || args[4] || args[5] || ''; const shouldDecodeNewlines = tagName === 'a' && args[1] === 'href' ? options.shouldDecodeNewlinesForHref : options.shouldDecodeNewlines; attrs[i] = { name: args[1], value: decodeAttr(value, shouldDecodeNewlines) }; if (options.outputSourceRange) { attrs[i].start = args.start + args[0].match(/^\s*/).length; attrs[i].end = args.end; } } if (!unary) { stack.push({ tag: tagName, lowerCasedTag: tagName.toLowerCase(), attrs: attrs, start: match.start, end: match.end }); lastTag = tagName; } if (options.start) { options.start(tagName, attrs, unary, match.start, match.end); } } function parseEndTag(tagName, start, end) { let pos, lowerCasedTagName; if (start == null) start = index; if (end == null) end = index; // Find the closest opened tag of the same type if (tagName) { lowerCasedTagName = tagName.toLowerCase(); for (pos = stack.length - 1; pos >= 0; pos--) { if (stack[pos].lowerCasedTag === lowerCasedTagName) { break; } } } else { // If no tag name is provided, clean shop pos = 0; } if (pos >= 0) { // Close all the open elements, up the stack for (let i = stack.length - 1; i >= pos; i--) { if (i > pos || !tagName && options.warn) { options.warn(`tag <${stack[i].tag}> has no matching end tag.`, { start: stack[i].start, end: stack[i].end }); } if (options.end) { options.end(stack[i].tag, start, end); } } // Remove the open elements from the stack stack.length = pos; lastTag = pos && stack[pos - 1].tag; } else if (lowerCasedTagName === 'br') { if (options.start) { options.start(tagName, [], true, start, end); } } else if (lowerCasedTagName === 'p') { if (options.start) { options.start(tagName, [], false, start, end); } if (options.end) { options.end(tagName, start, end); } } } } /* */ const onRE = /^@|^v-on:/; const dirRE = /^v-|^@|^:|^#/; const forAliasRE = /([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/; const forIteratorRE = /,([^,\}\]]*)(?:,([^,\}\]]*))?$/; const stripParensRE = /^\(|\)$/g; const dynamicArgRE = /^\[.*\]$/; const argRE = /:(.*)$/; const bindRE = /^:|^\.|^v-bind:/; const modifierRE = /\.[^.\]]+(?=[^\]]*$)/g; const slotRE = /^v-slot(:|$)|^#/; const lineBreakRE = /[\r\n]/; const whitespaceRE$1 = /[ \f\t\r\n]+/g; const invalidAttributeRE = /[\s"'<>\/=]/; const decodeHTMLCached = cached(he.decode); const emptySlotScopeToken = `_empty_`; // configurable state let warn$2; let delimiters; let transforms; let preTransforms; let postTransforms; let platformIsPreTag; let platformMustUseProp; let platformGetTagNamespace; let maybeComponent; function createASTElement(tag, attrs, parent) { return { type: 1, tag, attrsList: attrs, attrsMap: makeAttrsMap(attrs), rawAttrsMap: {}, parent, children: [] }; } /** * Convert HTML string to AST. */ function parse(template, options) { warn$2 = options.warn || baseWarn; platformIsPreTag = options.isPreTag || no; platformMustUseProp = options.mustUseProp || no; platformGetTagNamespace = options.getTagNamespace || no; const isReservedTag = options.isReservedTag || no; maybeComponent = el => !!(el.component || el.attrsMap[':is'] || el.attrsMap['v-bind:is'] || !(el.attrsMap.is ? isReservedTag(el.attrsMap.is) : isReservedTag(el.tag))); transforms = pluckModuleFunction(options.modules, 'transformNode'); preTransforms = pluckModuleFunction(options.modules, 'preTransformNode'); postTransforms = pluckModuleFunction(options.modules, 'postTransformNode'); delimiters = options.delimiters; const stack = []; const preserveWhitespace = options.preserveWhitespace !== false; const whitespaceOption = options.whitespace; let root; let currentParent; let inVPre = false; let inPre = false; let warned = false; function warnOnce(msg, range) { if (!warned) { warned = true; warn$2(msg, range); } } function closeElement(element) { trimEndingWhitespace(element); if (!inVPre && !element.processed) { element = processElement(element, options); } // tree management if (!stack.length && element !== root) { // allow root elements with v-if, v-else-if and v-else if (root.if && (element.elseif || element.else)) { { checkRootConstraints(element); } addIfCondition(root, { exp: element.elseif, block: element }); } else { warnOnce(`Component template should contain exactly one root element. ` + `If you are using v-if on multiple elements, ` + `use v-else-if to chain them instead.`, { start: element.start }); } } if (currentParent && !element.forbidden) { if (element.elseif || element.else) { processIfConditions(element, currentParent); } else { if (element.slotScope) { // scoped slot // keep it in the children list so that v-else(-if) conditions can // find it as the prev node. const name = element.slotTarget || '"default"'; (currentParent.scopedSlots || (currentParent.scopedSlots = {}))[name] = element; } currentParent.children.push(element); element.parent = currentParent; } } // final children cleanup // filter out scoped slots element.children = element.children.filter(c => !c.slotScope); // remove trailing whitespace node again trimEndingWhitespace(element); // check pre state if (element.pre) { inVPre = false; } if (platformIsPreTag(element.tag)) { inPre = false; } // apply post-transforms for (let i = 0; i < postTransforms.length; i++) { postTransforms[i](element, options); } } function trimEndingWhitespace(el) { // remove trailing whitespace node if (!inPre) { let lastNode; while ((lastNode = el.children[el.children.length - 1]) && lastNode.type === 3 && lastNode.text === ' ') { el.children.pop(); } } } function checkRootConstraints(el) { if (el.tag === 'slot' || el.tag === 'template') { warnOnce(`Cannot use <${el.tag}> as component root element because it may ` + 'contain multiple nodes.', { start: el.start }); } if (el.attrsMap.hasOwnProperty('v-for')) { warnOnce('Cannot use v-for on stateful component root element because ' + 'it renders multiple elements.', el.rawAttrsMap['v-for']); } } parseHTML(template, { warn: warn$2, expectHTML: options.expectHTML, isUnaryTag: options.isUnaryTag, canBeLeftOpenTag: options.canBeLeftOpenTag, shouldDecodeNewlines: options.shouldDecodeNewlines, shouldDecodeNewlinesForHref: options.shouldDecodeNewlinesForHref, shouldKeepComment: options.comments, outputSourceRange: options.outputSourceRange, start(tag, attrs, unary, start, end) { // check namespace. // inherit parent ns if there is one const ns = currentParent && currentParent.ns || platformGetTagNamespace(tag); // handle IE svg bug /* istanbul ignore if */ if (isIE && ns === 'svg') { attrs = guardIESVGBug(attrs); } let element = createASTElement(tag, attrs, currentParent); if (ns) { element.ns = ns; } { if (options.outputSourceRange) { element.start = start; element.end = end; element.rawAttrsMap = element.attrsList.reduce((cumulated, attr) => { cumulated[attr.name] = attr; return cumulated; }, {}); } attrs.forEach(attr => { if (invalidAttributeRE.test(attr.name)) { warn$2(`Invalid dynamic argument expression: attribute names cannot contain ` + `spaces, quotes, <, >, / or =.`, { start: attr.start + attr.name.indexOf(`[`), end: attr.start + attr.name.length }); } }); } if (isForbiddenTag(element) && !isServerRendering()) { element.forbidden = true; warn$2('Templates should only be responsible for mapping the state to the ' + 'UI. Avoid placing tags with side-effects in your templates, such as ' + `<${tag}>` + ', as they will not be parsed.', { start: element.start }); } // apply pre-transforms for (let i = 0; i < preTransforms.length; i++) { element = preTransforms[i](element, options) || element; } if (!inVPre) { processPre(element); if (element.pre) { inVPre = true; } } if (platformIsPreTag(element.tag)) { inPre = true; } if (inVPre) { processRawAttrs(element); } else if (!element.processed) { // structural directives processFor(element); processIf(element); processOnce(element); } if (!root) { root = element; { checkRootConstraints(root); } } if (!unary) { currentParent = element; stack.push(element); } else { closeElement(element); } }, end(tag, start, end) { const element = stack[stack.length - 1]; // pop stack stack.length -= 1; currentParent = stack[stack.length - 1]; if (options.outputSourceRange) { element.end = end; } closeElement(element); }, chars(text, start, end) { if (!currentParent) { { if (text === template) { warnOnce('Component template requires a root element, rather than just text.', { start }); } else if (text = text.trim()) { warnOnce(`text "${text}" outside root element will be ignored.`, { start }); } } return; } // IE textarea placeholder bug /* istanbul ignore if */ if (isIE && currentParent.tag === 'textarea' && currentParent.attrsMap.placeholder === text) { return; } const children = currentParent.children; if (inPre || text.trim()) { text = isTextTag(currentParent) ? text : decodeHTMLCached(text); } else if (!children.length) { // remove the whitespace-only node right after an opening tag text = ''; } else if (whitespaceOption) { if (whitespaceOption === 'condense') { // in condense mode, remove the whitespace node if it contains // line break, otherwise condense to a single space text = lineBreakRE.test(text) ? '' : ' '; } else { text = ' '; } } else { text = preserveWhitespace ? ' ' : ''; } if (text) { if (!inPre && whitespaceOption === 'condense') { // condense consecutive whitespaces into single space text = text.replace(whitespaceRE$1, ' '); } let res; let child; if (!inVPre && text !== ' ' && (res = parseText(text, delimiters))) { child = { type: 2, expression: res.expression, tokens: res.tokens, text }; } else if (text !== ' ' || !children.length || children[children.length - 1].text !== ' ') { child = { type: 3, text }; } if (child) { if (options.outputSourceRange) { child.start = start; child.end = end; } children.push(child); } } }, comment(text, start, end) { // adding anything as a sibling to the root node is forbidden // comments should still be allowed, but ignored if (currentParent) { const child = { type: 3, text, isComment: true }; if (options.outputSourceRange) { child.start = start; child.end = end; } currentParent.children.push(child); } } }); return root; } function processPre(el) { if (getAndRemoveAttr(el, 'v-pre') != null) { el.pre = true; } } function processRawAttrs(el) { const list = el.attrsList; const len = list.length; if (len) { const attrs = el.attrs = new Array(len); for (let i = 0; i < len; i++) { attrs[i] = { name: list[i].name, value: JSON.stringify(list[i].value) }; if (list[i].start != null) { attrs[i].start = list[i].start; attrs[i].end = list[i].end; } } } else if (!el.pre) { // non root node in pre blocks with no attributes el.plain = true; } } function processElement(element, options) { processKey(element); // determine whether this is a plain element after // removing structural attributes element.plain = !element.key && !element.scopedSlots && !element.attrsList.length; processRef(element); processSlotContent(element); processSlotOutlet(element); processComponent(element); for (let i = 0; i < transforms.length; i++) { element = transforms[i](element, options) || element; } processAttrs(element); return element; } function processKey(el) { const exp = getBindingAttr(el, 'key'); if (exp) { { if (el.tag === 'template') { warn$2(`<template> cannot be keyed. Place the key on real elements instead.`, getRawBindingAttr(el, 'key')); } if (el.for) { const iterator = el.iterator2 || el.iterator1; const parent = el.parent; if (iterator && iterator === exp && parent && parent.tag === 'transition-group') { warn$2(`Do not use v-for index as key on <transition-group> children, ` + `this is the same as not using keys.`, getRawBindingAttr(el, 'key'), true /* tip */ ); } } } el.key = exp; } } function processRef(el) { const ref = getBindingAttr(el, 'ref'); if (ref) { el.ref = ref; el.refInFor = checkInFor(el); } } function processFor(el) { let exp; if (exp = getAndRemoveAttr(el, 'v-for')) { const res = parseFor(exp); if (res) { extend(el, res); } else { warn$2(`Invalid v-for expression: ${exp}`, el.rawAttrsMap['v-for']); } } } function parseFor(exp) { const inMatch = exp.match(forAliasRE); if (!inMatch) return; const res = {}; res.for = inMatch[2].trim(); const alias = inMatch[1].trim().replace(stripParensRE, ''); const iteratorMatch = alias.match(forIteratorRE); if (iteratorMatch) { res.alias = alias.replace(forIteratorRE, '').trim(); res.iterator1 = iteratorMatch[1].trim(); if (iteratorMatch[2]) { res.iterator2 = iteratorMatch[2].trim(); } } else { res.alias = alias; } return res; } function processIf(el) { const exp = getAndRemoveAttr(el, 'v-if'); if (exp) { el.if = exp; addIfCondition(el, { exp: exp, block: el }); } else { if (getAndRemoveAttr(el, 'v-else') != null) { el.else = true; } const elseif = getAndRemoveAttr(el, 'v-else-if'); if (elseif) { el.elseif = elseif; } } } function processIfConditions(el, parent) { const prev = findPrevElement(parent.children); if (prev && prev.if) { addIfCondition(prev, { exp: el.elseif, block: el }); } else { warn$2(`v-${el.elseif ? 'else-if="' + el.elseif + '"' : 'else'} ` + `used on element <${el.tag}> without corresponding v-if.`, el.rawAttrsMap[el.elseif ? 'v-else-if' : 'v-else']); } } function findPrevElement(children) { let i = children.length; while (i--) { if (children[i].type === 1) { return children[i]; } else { if (children[i].text !== ' ') { warn$2(`text "${children[i].text.trim()}" between v-if and v-else(-if) ` + `will be ignored.`, children[i]); } children.pop(); } } } function addIfCondition(el, condition) { if (!el.ifConditions) { el.ifConditions = []; } el.ifConditions.push(condition); } function processOnce(el) { const once$$1 = getAndRemoveAttr(el, 'v-once'); if (once$$1 != null) { el.once = true; } } // handle content being passed to a component as slot, // e.g. <template slot="xxx">, <div slot-scope="xxx"> function processSlotContent(el) { let slotScope; if (el.tag === 'template') { slotScope = getAndRemoveAttr(el, 'scope'); /* istanbul ignore if */ if (slotScope) { warn$2(`the "scope" attribute for scoped slots have been deprecated and ` + `replaced by "slot-scope" since 2.5. The new "slot-scope" attribute ` + `can also be used on plain elements in addition to <template> to ` + `denote scoped slots.`, el.rawAttrsMap['scope'], true); } el.slotScope = slotScope || getAndRemoveAttr(el, 'slot-scope'); } else if (slotScope = getAndRemoveAttr(el, 'slot-scope')) { /* istanbul ignore if */ if (el.attrsMap['v-for']) { warn$2(`Ambiguous combined usage of slot-scope and v-for on <${el.tag}> ` + `(v-for takes higher priority). Use a wrapper <template> for the ` + `scoped slot to make it clearer.`, el.rawAttrsMap['slot-scope'], true); } el.slotScope = slotScope; } // slot="xxx" const slotTarget = getBindingAttr(el, 'slot'); if (slotTarget) { el.slotTarget = slotTarget === '""' ? '"default"' : slotTarget; el.slotTargetDynamic = !!(el.attrsMap[':slot'] || el.attrsMap['v-bind:slot']); // preserve slot as an attribute for native shadow DOM compat // only for non-scoped slots. if (el.tag !== 'template' && !el.slotScope) { addAttr(el, 'slot', slotTarget, getRawBindingAttr(el, 'slot')); } } // 2.6 v-slot syntax { if (el.tag === 'template') { // v-slot on <template> const slotBinding = getAndRemoveAttrByRegex(el, slotRE); if (slotBinding) { { if (el.slotTarget || el.slotScope) { warn$2(`Unexpected mixed usage of different slot syntaxes.`, el); } if (el.parent && !maybeComponent(el.parent)) { warn$2(`<template v-slot> can only appear at the root level inside ` + `the receiving component`, el); } } const { name, dynamic } = getSlotName(slotBinding); el.slotTarget = name; el.slotTargetDynamic = dynamic; el.slotScope = slotBinding.value || emptySlotScopeToken; // force it into a scoped slot for perf } } else { // v-slot on component, denotes default slot const slotBinding = getAndRemoveAttrByRegex(el, slotRE); if (slotBinding) { { if (!maybeComponent(el)) { warn$2(`v-slot can only be used on components or <template>.`, slotBinding); } if (el.slotScope || el.slotTarget) { warn$2(`Unexpected mixed usage of different slot syntaxes.`, el); } if (el.scopedSlots) { warn$2(`To avoid scope ambiguity, the default slot should also use ` + `<template> syntax when there are other named slots.`, slotBinding); } } // add the component's children to its default slot const slots = el.scopedSlots || (el.scopedSlots = {}); const { name, dynamic } = getSlotName(slotBinding); const slotContainer = slots[name] = createASTElement('template', [], el); slotContainer.slotTarget = name; slotContainer.slotTargetDynamic = dynamic; slotContainer.children = el.children.filter(c => { if (!c.slotScope) { c.parent = slotContainer; return true; } }); slotContainer.slotScope = slotBinding.value || emptySlotScopeToken; // remove children as they are returned from scopedSlots now el.children = []; // mark el non-plain so data gets generated el.plain = false; } } } } function getSlotName(binding) { let name = binding.name.replace(slotRE, ''); if (!name) { if (binding.name[0] !== '#') { name = 'default'; } else { warn$2(`v-slot shorthand syntax requires a slot name.`, binding); } } return dynamicArgRE.test(name) // dynamic [name] ? { name: name.slice(1, -1), dynamic: true } // static name : { name: `"${name}"`, dynamic: false }; } // handle <slot/> outlets function processSlotOutlet(el) { if (el.tag === 'slot') { el.slotName = getBindingAttr(el, 'name'); if (el.key) { warn$2(`\`key\` does not work on <slot> because slots are abstract outlets ` + `and can possibly expand into multiple elements. ` + `Use the key on a wrapping element instead.`, getRawBindingAttr(el, 'key')); } } } function processComponent(el) { let binding; if (binding = getBindingAttr(el, 'is')) { el.component = binding; } if (getAndRemoveAttr(el, 'inline-template') != null) { el.inlineTemplate = true; } } function processAttrs(el) { const list = el.attrsList; let i, l, name, rawName, value, modifiers, syncGen, isDynamic; for (i = 0, l = list.length; i < l; i++) { name = rawName = list[i].name; value = list[i].value; if (dirRE.test(name)) { // mark element as dynamic el.hasBindings = true; // modifiers modifiers = parseModifiers(name.replace(dirRE, '')); // support .foo shorthand syntax for the .prop modifier if (modifiers) { name = name.replace(modifierRE, ''); } if (bindRE.test(name)) { // v-bind name = name.replace(bindRE, ''); value = parseFilters(value); isDynamic = dynamicArgRE.test(name); if (isDynamic) { name = name.slice(1, -1); } if (value.trim().length === 0) { warn$2(`The value for a v-bind expression cannot be empty. Found in "v-bind:${name}"`); } if (modifiers) { if (modifiers.prop && !isDynamic) { name = camelize(name); if (name === 'innerHtml') name = 'innerHTML'; } if (modifiers.camel && !isDynamic) { name = camelize(name); } if (modifiers.sync) { syncGen = genAssignmentCode(value, `$event`); if (!isDynamic) { addHandler(el, `update:${camelize(name)}`, syncGen, null, false, warn$2, list[i]); if (hyphenate(name) !== camelize(name)) { addHandler(el, `update:${hyphenate(name)}`, syncGen, null, false, warn$2, list[i]); } } else { // handler w/ dynamic event name addHandler(el, `"update:"+(${name})`, syncGen, null, false, warn$2, list[i], true // dynamic ); } } } if (modifiers && modifiers.prop || !el.component && platformMustUseProp(el.tag, el.attrsMap.type, name)) { addProp(el, name, value, list[i], isDynamic); } else { addAttr(el, name, value, list[i], isDynamic); } } else if (onRE.test(name)) { // v-on name = name.replace(onRE, ''); isDynamic = dynamicArgRE.test(name); if (isDynamic) { name = name.slice(1, -1); } addHandler(el, name, value, modifiers, false, warn$2, list[i], isDynamic); } else { // normal directives name = name.replace(dirRE, ''); // parse arg const argMatch = name.match(argRE); let arg = argMatch && argMatch[1]; isDynamic = false; if (arg) { name = name.slice(0, -(arg.length + 1)); if (dynamicArgRE.test(arg)) { arg = arg.slice(1, -1); isDynamic = true; } } addDirective(el, name, rawName, value, arg, isDynamic, modifiers, list[i]); if (name === 'model') { checkForAliasModel(el, value); } } } else { // literal attribute { const res = parseText(value, delimiters); if (res) { warn$2(`${name}="${value}": ` + 'Interpolation inside attributes has been removed. ' + 'Use v-bind or the colon shorthand instead. For example, ' + 'instead of <div id="{{ val }}">, use <div :id="val">.', list[i]); } } addAttr(el, name, JSON.stringify(value), list[i]); // #6887 firefox doesn't update muted state if set via attribute // even immediately after element creation if (!el.component && name === 'muted' && platformMustUseProp(el.tag, el.attrsMap.type, name)) { addProp(el, name, 'true', list[i]); } } } } function checkInFor(el) { let parent = el; while (parent) { if (parent.for !== undefined) { return true; } parent = parent.parent; } return false; } function parseModifiers(name) { const match = name.match(modifierRE); if (match) { const ret = {}; match.forEach(m => { ret[m.slice(1)] = true; }); return ret; } } function makeAttrsMap(attrs) { const map = {}; for (let i = 0, l = attrs.length; i < l; i++) { if (map[attrs[i].name] && !isIE && !isEdge) { warn$2('duplicate attribute: ' + attrs[i].name, attrs[i]); } map[attrs[i].name] = attrs[i].value; } return map; } // for script (e.g. type="x/template") or style, do not decode content function isTextTag(el) { return el.tag === 'script' || el.tag === 'style'; } function isForbiddenTag(el) { return el.tag === 'style' || el.tag === 'script' && (!el.attrsMap.type || el.attrsMap.type === 'text/javascript'); } const ieNSBug = /^xmlns:NS\d+/; const ieNSPrefix = /^NS\d+:/; /* istanbul ignore next */ function guardIESVGBug(attrs) { const res = []; for (let i = 0; i < attrs.length; i++) { const attr = attrs[i]; if (!ieNSBug.test(attr.name)) { attr.name = attr.name.replace(ieNSPrefix, ''); res.push(attr); } } return res; } function checkForAliasModel(el, value) { let _el = el; while (_el) { if (_el.for && _el.alias === value) { warn$2(`<${el.tag} v-model="${value}">: ` + `You are binding v-model directly to a v-for iteration alias. ` + `This will not be able to modify the v-for source array because ` + `writing to the alias is like modifying a function local variable. ` + `Consider using an array of objects and use v-model on an object property instead.`, el.rawAttrsMap['v-model']); } _el = _el.parent; } } /* */ function preTransformNode(el, options) { if (el.tag === 'input') { const map = el.attrsMap; if (!map['v-model']) { return; } let typeBinding; if (map[':type'] || map['v-bind:type']) { typeBinding = getBindingAttr(el, 'type'); } if (!map.type && !typeBinding && map['v-bind']) { typeBinding = `(${map['v-bind']}).type`; } if (typeBinding) { const ifCondition = getAndRemoveAttr(el, 'v-if', true); const ifConditionExtra = ifCondition ? `&&(${ifCondition})` : ``; const hasElse = getAndRemoveAttr(el, 'v-else', true) != null; const elseIfCondition = getAndRemoveAttr(el, 'v-else-if', true); // 1. checkbox const branch0 = cloneASTElement(el); // process for on the main node processFor(branch0); addRawAttr(branch0, 'type', 'checkbox'); processElement(branch0, options); branch0.processed = true; // prevent it from double-processed branch0.if = `(${typeBinding})==='checkbox'` + ifConditionExtra; addIfCondition(branch0, { exp: branch0.if, block: branch0 }); // 2. add radio else-if condition const branch1 = cloneASTElement(el); getAndRemoveAttr(branch1, 'v-for', true); addRawAttr(branch1, 'type', 'radio'); processElement(branch1, options); addIfCondition(branch0, { exp: `(${typeBinding})==='radio'` + ifConditionExtra, block: branch1 }); // 3. other const branch2 = cloneASTElement(el); getAndRemoveAttr(branch2, 'v-for', true); addRawAttr(branch2, ':type', typeBinding); processElement(branch2, options); addIfCondition(branch0, { exp: ifCondition, block: branch2 }); if (hasElse) { branch0.else = true; } else if (elseIfCondition) { branch0.elseif = elseIfCondition; } return branch0; } } } function cloneASTElement(el) { return createASTElement(el.tag, el.attrsList.slice(), el.parent); } var model$1 = { preTransformNode }; var modules$1 = [klass$1, style$1, model$1]; /* */ function text(el, dir) { if (dir.value) { addProp(el, 'textContent', `_s(${dir.value})`, dir); } } /* */ function html(el, dir) { if (dir.value) { addProp(el, 'innerHTML', `_s(${dir.value})`, dir); } } var directives$1 = { model, text, html }; /* */ const baseOptions = { expectHTML: true, modules: modules$1, directives: directives$1, isPreTag, isUnaryTag, mustUseProp, canBeLeftOpenTag, isReservedTag, getTagNamespace, staticKeys: genStaticKeys(modules$1) }; /* */ let isStaticKey; let isPlatformReservedTag; const genStaticKeysCached = cached(genStaticKeys$1); /** * Goal of the optimizer: walk the generated template AST tree * and detect sub-trees that are purely static, i.e. parts of * the DOM that never needs to change. * * Once we detect these sub-trees, we can: * * 1. Hoist them into constants, so that we no longer need to * create fresh nodes for them on each re-render; * 2. Completely skip them in the patching process. */ function optimize(root, options) { if (!root) return; isStaticKey = genStaticKeysCached(options.staticKeys || ''); isPlatformReservedTag = options.isReservedTag || no; // first pass: mark all non-static nodes. markStatic$1(root); // second pass: mark static roots. markStaticRoots(root, false); } function genStaticKeys$1(keys) { return makeMap('type,tag,attrsList,attrsMap,plain,parent,children,attrs,start,end,rawAttrsMap' + (keys ? ',' + keys : '')); } function markStatic$1(node) { node.static = isStatic(node); if (node.type === 1) { // do not make component slot content static. this avoids // 1. components not able to mutate slot nodes // 2. static slot content fails for hot-reloading if (!isPlatformReservedTag(node.tag) && node.tag !== 'slot' && node.attrsMap['inline-template'] == null) { return; } for (let i = 0, l = node.children.length; i < l; i++) { const child = node.children[i]; markStatic$1(child); if (!child.static) { node.static = false; } } if (node.ifConditions) { for (let i = 1, l = node.ifConditions.length; i < l; i++) { const block = node.ifConditions[i].block; markStatic$1(block); if (!block.static) { node.static = false; } } } } } function markStaticRoots(node, isInFor) { if (node.type === 1) { if (node.static || node.once) { node.staticInFor = isInFor; } // For a node to qualify as a static root, it should have children that // are not just static text. Otherwise the cost of hoisting out will // outweigh the benefits and it's better off to just always render it fresh. if (node.static && node.children.length && !(node.children.length === 1 && node.children[0].type === 3)) { node.staticRoot = true; return; } else { node.staticRoot = false; } if (node.children) { for (let i = 0, l = node.children.length; i < l; i++) { markStaticRoots(node.children[i], isInFor || !!node.for); } } if (node.ifConditions) { for (let i = 1, l = node.ifConditions.length; i < l; i++) { markStaticRoots(node.ifConditions[i].block, isInFor); } } } } function isStatic(node) { if (node.type === 2) { // expression return false; } if (node.type === 3) { // text return true; } return !!(node.pre || !node.hasBindings && // no dynamic bindings !node.if && !node.for && // not v-if or v-for or v-else !isBuiltInTag(node.tag) && // not a built-in isPlatformReservedTag(node.tag) && // not a component !isDirectChildOfTemplateFor(node) && Object.keys(node).every(isStaticKey)); } function isDirectChildOfTemplateFor(node) { while (node.parent) { node = node.parent; if (node.tag !== 'template') { return false; } if (node.for) { return true; } } return false; } /* */ const fnExpRE = /^([\w$_]+|\([^)]*?\))\s*=>|^function(?:\s+[\w$]+)?\s*\(/; const fnInvokeRE = /\([^)]*?\);*$/; const simplePathRE = /^[A-Za-z_$][\w$]*(?:\.[A-Za-z_$][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[A-Za-z_$][\w$]*])*$/; // KeyboardEvent.keyCode aliases const keyCodes = { esc: 27, tab: 9, enter: 13, space: 32, up: 38, left: 37, right: 39, down: 40, 'delete': [8, 46] }; // KeyboardEvent.key aliases const keyNames = { // #7880: IE11 and Edge use `Esc` for Escape key name. esc: ['Esc', 'Escape'], tab: 'Tab', enter: 'Enter', // #9112: IE11 uses `Spacebar` for Space key name. space: [' ', 'Spacebar'], // #7806: IE11 uses key names without `Arrow` prefix for arrow keys. up: ['Up', 'ArrowUp'], left: ['Left', 'ArrowLeft'], right: ['Right', 'ArrowRight'], down: ['Down', 'ArrowDown'], // #9112: IE11 uses `Del` for Delete key name. 'delete': ['Backspace', 'Delete', 'Del'] }; // #4868: modifiers that prevent the execution of the listener // need to explicitly return null so that we can determine whether to remove // the listener for .once const genGuard = condition => `if(${condition})return null;`; const modifierCode = { stop: '$event.stopPropagation();', prevent: '$event.preventDefault();', self: genGuard(`$event.target !== $event.currentTarget`), ctrl: genGuard(`!$event.ctrlKey`), shift: genGuard(`!$event.shiftKey`), alt: genGuard(`!$event.altKey`), meta: genGuard(`!$event.metaKey`), left: genGuard(`'button' in $event && $event.button !== 0`), middle: genGuard(`'button' in $event && $event.button !== 1`), right: genGuard(`'button' in $event && $event.button !== 2`) }; function genHandlers(events, isNative) { const prefix = isNative ? 'nativeOn:' : 'on:'; let staticHandlers = ``; let dynamicHandlers = ``; for (const name in events) { const handlerCode = genHandler(events[name]); if (events[name] && events[name].dynamic) { dynamicHandlers += `${name},${handlerCode},`; } else { staticHandlers += `"${name}":${handlerCode},`; } } staticHandlers = `{${staticHandlers.slice(0, -1)}}`; if (dynamicHandlers) { return prefix + `_d(${staticHandlers},[${dynamicHandlers.slice(0, -1)}])`; } else { return prefix + staticHandlers; } } function genHandler(handler) { if (!handler) { return 'function(){}'; } if (Array.isArray(handler)) { return `[${handler.map(handler => genHandler(handler)).join(',')}]`; } const isMethodPath = simplePathRE.test(handler.value); const isFunctionExpression = fnExpRE.test(handler.value); const isFunctionInvocation = simplePathRE.test(handler.value.replace(fnInvokeRE, '')); if (!handler.modifiers) { if (isMethodPath || isFunctionExpression) { return handler.value; } return `function($event){${isFunctionInvocation ? `return ${handler.value}` : handler.value}}`; // inline statement } else { let code = ''; let genModifierCode = ''; const keys = []; for (const key in handler.modifiers) { if (modifierCode[key]) { genModifierCode += modifierCode[key]; // left/right if (keyCodes[key]) { keys.push(key); } } else if (key === 'exact') { const modifiers = handler.modifiers; genModifierCode += genGuard(['ctrl', 'shift', 'alt', 'meta'].filter(keyModifier => !modifiers[keyModifier]).map(keyModifier => `$event.${keyModifier}Key`).join('||')); } else { keys.push(key); } } if (keys.length) { code += genKeyFilter(keys); } // Make sure modifiers like prevent and stop get executed after key filtering if (genModifierCode) { code += genModifierCode; } const handlerCode = isMethodPath ? `return ${handler.value}.apply(null, arguments)` : isFunctionExpression ? `return (${handler.value}).apply(null, arguments)` : isFunctionInvocation ? `return ${handler.value}` : handler.value; return `function($event){${code}${handlerCode}}`; } } function genKeyFilter(keys) { return (// make sure the key filters only apply to KeyboardEvents // #9441: can't use 'keyCode' in $event because Chrome autofill fires fake // key events that do not have keyCode property... `if(!$event.type.indexOf('key')&&` + `${keys.map(genFilterCode).join('&&')})return null;` ); } function genFilterCode(key) { const keyVal = parseInt(key, 10); if (keyVal) { return `$event.keyCode!==${keyVal}`; } const keyCode = keyCodes[key]; const keyName = keyNames[key]; return `_k($event.keyCode,` + `${JSON.stringify(key)},` + `${JSON.stringify(keyCode)},` + `$event.key,` + `${JSON.stringify(keyName)}` + `)`; } /* */ function on(el, dir) { if (dir.modifiers) { warn(`v-on without argument does not support modifiers.`); } el.wrapListeners = code => `_g(${code},${dir.value})`; } /* */ function bind$1(el, dir) { el.wrapData = code => { return `_b(${code},'${el.tag}',${dir.value},${dir.modifiers && dir.modifiers.prop ? 'true' : 'false'}${dir.modifiers && dir.modifiers.sync ? ',true' : ''})`; }; } /* */ var baseDirectives = { on, bind: bind$1, cloak: noop }; /* */ class CodegenState { constructor(options) { this.options = options; this.warn = options.warn || baseWarn; this.transforms = pluckModuleFunction(options.modules, 'transformCode'); this.dataGenFns = pluckModuleFunction(options.modules, 'genData'); this.directives = extend(extend({}, baseDirectives), options.directives); const isReservedTag = options.isReservedTag || no; this.maybeComponent = el => !!el.component || !isReservedTag(el.tag); this.onceId = 0; this.staticRenderFns = []; this.pre = false; } } function generate(ast, options) { const state = new CodegenState(options); // fix #11483, Root level <script> tags should not be rendered. const code = ast ? ast.tag === 'script' ? 'null' : genElement(ast, state) : '_c("div")'; return { render: `with(this){return ${code}}`, staticRenderFns: state.staticRenderFns }; } function genElement(el, state) { if (el.parent) { el.pre = el.pre || el.parent.pre; } if (el.staticRoot && !el.staticProcessed) { return genStatic(el, state); } else if (el.once && !el.onceProcessed) { return genOnce(el, state); } else if (el.for && !el.forProcessed) { return genFor(el, state); } else if (el.if && !el.ifProcessed) { return genIf(el, state); } else if (el.tag === 'template' && !el.slotTarget && !state.pre) { return genChildren(el, state) || 'void 0'; } else if (el.tag === 'slot') { return genSlot(el, state); } else { // component or element let code; if (el.component) { code = genComponent(el.component, el, state); } else { let data; if (!el.plain || el.pre && state.maybeComponent(el)) { data = genData$2(el, state); } const children = el.inlineTemplate ? null : genChildren(el, state, true); code = `_c('${el.tag}'${data ? `,${data}` : '' // data }${children ? `,${children}` : '' // children })`; } // module transforms for (let i = 0; i < state.transforms.length; i++) { code = state.transforms[i](el, code); } return code; } } // hoist static sub-trees out function genStatic(el, state) { el.staticProcessed = true; // Some elements (templates) need to behave differently inside of a v-pre // node. All pre nodes are static roots, so we can use this as a location to // wrap a state change and reset it upon exiting the pre node. const originalPreState = state.pre; if (el.pre) { state.pre = el.pre; } state.staticRenderFns.push(`with(this){return ${genElement(el, state)}}`); state.pre = originalPreState; return `_m(${state.staticRenderFns.length - 1}${el.staticInFor ? ',true' : ''})`; } // v-once function genOnce(el, state) { el.onceProcessed = true; if (el.if && !el.ifProcessed) { return genIf(el, state); } else if (el.staticInFor) { let key = ''; let parent = el.parent; while (parent) { if (parent.for) { key = parent.key; break; } parent = parent.parent; } if (!key) { state.warn(`v-once can only be used inside v-for that is keyed. `, el.rawAttrsMap['v-once']); return genElement(el, state); } return `_o(${genElement(el, state)},${state.onceId++},${key})`; } else { return genStatic(el, state); } } function genIf(el, state, altGen, altEmpty) { el.ifProcessed = true; // avoid recursion return genIfConditions(el.ifConditions.slice(), state, altGen, altEmpty); } function genIfConditions(conditions, state, altGen, altEmpty) { if (!conditions.length) { return altEmpty || '_e()'; } const condition = conditions.shift(); if (condition.exp) { return `(${condition.exp})?${genTernaryExp(condition.block)}:${genIfConditions(conditions, state, altGen, altEmpty)}`; } else { return `${genTernaryExp(condition.block)}`; } // v-if with v-once should generate code like (a)?_m(0):_m(1) function genTernaryExp(el) { return altGen ? altGen(el, state) : el.once ? genOnce(el, state) : genElement(el, state); } } function genFor(el, state, altGen, altHelper) { const exp = el.for; const alias = el.alias; const iterator1 = el.iterator1 ? `,${el.iterator1}` : ''; const iterator2 = el.iterator2 ? `,${el.iterator2}` : ''; if (state.maybeComponent(el) && el.tag !== 'slot' && el.tag !== 'template' && !el.key) { state.warn(`<${el.tag} v-for="${alias} in ${exp}">: component lists rendered with ` + `v-for should have explicit keys. ` + `See https://vuejs.org/guide/list.html#key for more info.`, el.rawAttrsMap['v-for'], true /* tip */ ); } el.forProcessed = true; // avoid recursion return `${altHelper || '_l'}((${exp}),` + `function(${alias}${iterator1}${iterator2}){` + `return ${(altGen || genElement)(el, state)}` + '})'; } function genData$2(el, state) { let data = '{'; // directives first. // directives may mutate the el's other properties before they are generated. const dirs = genDirectives(el, state); if (dirs) data += dirs + ','; // key if (el.key) { data += `key:${el.key},`; } // ref if (el.ref) { data += `ref:${el.ref},`; } if (el.refInFor) { data += `refInFor:true,`; } // pre if (el.pre) { data += `pre:true,`; } // record original tag name for components using "is" attribute if (el.component) { data += `tag:"${el.tag}",`; } // module data generation functions for (let i = 0; i < state.dataGenFns.length; i++) { data += state.dataGenFns[i](el); } // attributes if (el.attrs) { data += `attrs:${genProps(el.attrs)},`; } // DOM props if (el.props) { data += `domProps:${genProps(el.props)},`; } // event handlers if (el.events) { data += `${genHandlers(el.events, false)},`; } if (el.nativeEvents) { data += `${genHandlers(el.nativeEvents, true)},`; } // slot target // only for non-scoped slots if (el.slotTarget && !el.slotScope) { data += `slot:${el.slotTarget},`; } // scoped slots if (el.scopedSlots) { data += `${genScopedSlots(el, el.scopedSlots, state)},`; } // component v-model if (el.model) { data += `model:{value:${el.model.value},callback:${el.model.callback},expression:${el.model.expression}},`; } // inline-template if (el.inlineTemplate) { const inlineTemplate = genInlineTemplate(el, state); if (inlineTemplate) { data += `${inlineTemplate},`; } } data = data.replace(/,$/, '') + '}'; // v-bind dynamic argument wrap // v-bind with dynamic arguments must be applied using the same v-bind object // merge helper so that class/style/mustUseProp attrs are handled correctly. if (el.dynamicAttrs) { data = `_b(${data},"${el.tag}",${genProps(el.dynamicAttrs)})`; } // v-bind data wrap if (el.wrapData) { data = el.wrapData(data); } // v-on data wrap if (el.wrapListeners) { data = el.wrapListeners(data); } return data; } function genDirectives(el, state) { const dirs = el.directives; if (!dirs) return; let res = 'directives:['; let hasRuntime = false; let i, l, dir, needRuntime; for (i = 0, l = dirs.length; i < l; i++) { dir = dirs[i]; needRuntime = true; const gen = state.directives[dir.name]; if (gen) { // compile-time directive that manipulates AST. // returns true if it also needs a runtime counterpart. needRuntime = !!gen(el, dir, state.warn); } if (needRuntime) { hasRuntime = true; res += `{name:"${dir.name}",rawName:"${dir.rawName}"${dir.value ? `,value:(${dir.value}),expression:${JSON.stringify(dir.value)}` : ''}${dir.arg ? `,arg:${dir.isDynamicArg ? dir.arg : `"${dir.arg}"`}` : ''}${dir.modifiers ? `,modifiers:${JSON.stringify(dir.modifiers)}` : ''}},`; } } if (hasRuntime) { return res.slice(0, -1) + ']'; } } function genInlineTemplate(el, state) { const ast = el.children[0]; if (el.children.length !== 1 || ast.type !== 1) { state.warn('Inline-template components must have exactly one child element.', { start: el.start }); } if (ast && ast.type === 1) { const inlineRenderFns = generate(ast, state.options); return `inlineTemplate:{render:function(){${inlineRenderFns.render}},staticRenderFns:[${inlineRenderFns.staticRenderFns.map(code => `function(){${code}}`).join(',')}]}`; } } function genScopedSlots(el, slots, state) { // by default scoped slots are considered "stable", this allows child // components with only scoped slots to skip forced updates from parent. // but in some cases we have to bail-out of this optimization // for example if the slot contains dynamic names, has v-if or v-for on them... let needsForceUpdate = el.for || Object.keys(slots).some(key => { const slot = slots[key]; return slot.slotTargetDynamic || slot.if || slot.for || containsSlotChild(slot) // is passing down slot from parent which may be dynamic ; }); // #9534: if a component with scoped slots is inside a conditional branch, // it's possible for the same component to be reused but with different // compiled slot content. To avoid that, we generate a unique key based on // the generated code of all the slot contents. let needsKey = !!el.if; // OR when it is inside another scoped slot or v-for (the reactivity may be // disconnected due to the intermediate scope variable) // #9438, #9506 // TODO: this can be further optimized by properly analyzing in-scope bindings // and skip force updating ones that do not actually use scope variables. if (!needsForceUpdate) { let parent = el.parent; while (parent) { if (parent.slotScope && parent.slotScope !== emptySlotScopeToken || parent.for) { needsForceUpdate = true; break; } if (parent.if) { needsKey = true; } parent = parent.parent; } } const generatedSlots = Object.keys(slots).map(key => genScopedSlot(slots[key], state)).join(','); return `scopedSlots:_u([${generatedSlots}]${needsForceUpdate ? `,null,true` : ``}${!needsForceUpdate && needsKey ? `,null,false,${hash(generatedSlots)}` : ``})`; } function hash(str) { let hash = 5381; let i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i); } return hash >>> 0; } function containsSlotChild(el) { if (el.type === 1) { if (el.tag === 'slot') { return true; } return el.children.some(containsSlotChild); } return false; } function genScopedSlot(el, state) { const isLegacySyntax = el.attrsMap['slot-scope']; if (el.if && !el.ifProcessed && !isLegacySyntax) { return genIf(el, state, genScopedSlot, `null`); } if (el.for && !el.forProcessed) { return genFor(el, state, genScopedSlot); } const slotScope = el.slotScope === emptySlotScopeToken ? `` : String(el.slotScope); const fn = `function(${slotScope}){` + `return ${el.tag === 'template' ? el.if && isLegacySyntax ? `(${el.if})?${genChildren(el, state) || 'undefined'}:undefined` : genChildren(el, state) || 'undefined' : genElement(el, state)}}`; // reverse proxy v-slot without scope on this.$slots const reverseProxy = slotScope ? `` : `,proxy:true`; return `{key:${el.slotTarget || `"default"`},fn:${fn}${reverseProxy}}`; } function genChildren(el, state, checkSkip, altGenElement, altGenNode) { const children = el.children; if (children.length) { const el = children[0]; // optimize single v-for if (children.length === 1 && el.for && el.tag !== 'template' && el.tag !== 'slot') { const normalizationType = checkSkip ? state.maybeComponent(el) ? `,1` : `,0` : ``; return `${(altGenElement || genElement)(el, state)}${normalizationType}`; } const normalizationType = checkSkip ? getNormalizationType(children, state.maybeComponent) : 0; const gen = altGenNode || genNode; return `[${children.map(c => gen(c, state)).join(',')}]${normalizationType ? `,${normalizationType}` : ''}`; } } // determine the normalization needed for the children array. // 0: no normalization needed // 1: simple normalization needed (possible 1-level deep nested array) // 2: full normalization needed function getNormalizationType(children, maybeComponent) { let res = 0; for (let i = 0; i < children.length; i++) { const el = children[i]; if (el.type !== 1) { continue; } if (needsNormalization(el) || el.ifConditions && el.ifConditions.some(c => needsNormalization(c.block))) { res = 2; break; } if (maybeComponent(el) || el.ifConditions && el.ifConditions.some(c => maybeComponent(c.block))) { res = 1; } } return res; } function needsNormalization(el) { return el.for !== undefined || el.tag === 'template' || el.tag === 'slot'; } function genNode(node, state) { if (node.type === 1) { return genElement(node, state); } else if (node.type === 3 && node.isComment) { return genComment(node); } else { return genText(node); } } function genText(text) { return `_v(${text.type === 2 ? text.expression // no need for () because already wrapped in _s() : transformSpecialNewlines(JSON.stringify(text.text))})`; } function genComment(comment) { return `_e(${JSON.stringify(comment.text)})`; } function genSlot(el, state) { const slotName = el.slotName || '"default"'; const children = genChildren(el, state); let res = `_t(${slotName}${children ? `,function(){return ${children}}` : ''}`; const attrs = el.attrs || el.dynamicAttrs ? genProps((el.attrs || []).concat(el.dynamicAttrs || []).map(attr => ({ // slot props are camelized name: camelize(attr.name), value: attr.value, dynamic: attr.dynamic }))) : null; const bind$$1 = el.attrsMap['v-bind']; if ((attrs || bind$$1) && !children) { res += `,null`; } if (attrs) { res += `,${attrs}`; } if (bind$$1) { res += `${attrs ? '' : ',null'},${bind$$1}`; } return res + ')'; } // componentName is el.component, take it as argument to shun flow's pessimistic refinement function genComponent(componentName, el, state) { const children = el.inlineTemplate ? null : genChildren(el, state, true); return `_c(${componentName},${genData$2(el, state)}${children ? `,${children}` : ''})`; } function genProps(props) { let staticProps = ``; let dynamicProps = ``; for (let i = 0; i < props.length; i++) { const prop = props[i]; const value = transformSpecialNewlines(prop.value); if (prop.dynamic) { dynamicProps += `${prop.name},${value},`; } else { staticProps += `"${prop.name}":${value},`; } } staticProps = `{${staticProps.slice(0, -1)}}`; if (dynamicProps) { return `_d(${staticProps},[${dynamicProps.slice(0, -1)}])`; } else { return staticProps; } } // #3895, #4268 function transformSpecialNewlines(text) { return text.replace(/\u2028/g, '\\u2028').replace(/\u2029/g, '\\u2029'); } /* */ // these keywords should not appear inside expressions, but operators like // typeof, instanceof and in are allowed const prohibitedKeywordRE = new RegExp('\\b' + ('do,if,for,let,new,try,var,case,else,with,await,break,catch,class,const,' + 'super,throw,while,yield,delete,export,import,return,switch,default,' + 'extends,finally,continue,debugger,function,arguments').split(',').join('\\b|\\b') + '\\b'); // these unary operators should not be used as property/method names const unaryOperatorsRE = new RegExp('\\b' + 'delete,typeof,void'.split(',').join('\\s*\\([^\\)]*\\)|\\b') + '\\s*\\([^\\)]*\\)'); // strip strings in expressions const stripStringRE = /'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*\$\{|\}(?:[^`\\]|\\.)*`|`(?:[^`\\]|\\.)*`/g; // detect problematic expressions in a template function detectErrors(ast, warn) { if (ast) { checkNode(ast, warn); } } function checkNode(node, warn) { if (node.type === 1) { for (const name in node.attrsMap) { if (dirRE.test(name)) { const value = node.attrsMap[name]; if (value) { const range = node.rawAttrsMap[name]; if (name === 'v-for') { checkFor(node, `v-for="${value}"`, warn, range); } else if (name === 'v-slot' || name[0] === '#') { checkFunctionParameterExpression(value, `${name}="${value}"`, warn, range); } else if (onRE.test(name)) { checkEvent(value, `${name}="${value}"`, warn, range); } else { checkExpression(value, `${name}="${value}"`, warn, range); } } } } if (node.children) { for (let i = 0; i < node.children.length; i++) { checkNode(node.children[i], warn); } } } else if (node.type === 2) { checkExpression(node.expression, node.text, warn, node); } } function checkEvent(exp, text, warn, range) { const stripped = exp.replace(stripStringRE, ''); const keywordMatch = stripped.match(unaryOperatorsRE); if (keywordMatch && stripped.charAt(keywordMatch.index - 1) !== '$') { warn(`avoid using JavaScript unary operator as property name: ` + `"${keywordMatch[0]}" in expression ${text.trim()}`, range); } checkExpression(exp, text, warn, range); } function checkFor(node, text, warn, range) { checkExpression(node.for || '', text, warn, range); checkIdentifier(node.alias, 'v-for alias', text, warn, range); checkIdentifier(node.iterator1, 'v-for iterator', text, warn, range); checkIdentifier(node.iterator2, 'v-for iterator', text, warn, range); } function checkIdentifier(ident, type, text, warn, range) { if (typeof ident === 'string') { try { new Function(`var ${ident}=_`); } catch (e) { warn(`invalid ${type} "${ident}" in expression: ${text.trim()}`, range); } } } function checkExpression(exp, text, warn, range) { try { new Function(`return ${exp}`); } catch (e) { const keywordMatch = exp.replace(stripStringRE, '').match(prohibitedKeywordRE); if (keywordMatch) { warn(`avoid using JavaScript keyword as property name: ` + `"${keywordMatch[0]}"\n Raw expression: ${text.trim()}`, range); } else { warn(`invalid expression: ${e.message} in\n\n` + ` ${exp}\n\n` + ` Raw expression: ${text.trim()}\n`, range); } } } function checkFunctionParameterExpression(exp, text, warn, range) { try { new Function(exp, ''); } catch (e) { warn(`invalid function parameter expression: ${e.message} in\n\n` + ` ${exp}\n\n` + ` Raw expression: ${text.trim()}\n`, range); } } /* */ const range = 2; function generateCodeFrame(source, start = 0, end = source.length) { const lines = source.split(/\r?\n/); let count = 0; const res = []; for (let i = 0; i < lines.length; i++) { count += lines[i].length + 1; if (count >= start) { for (let j = i - range; j <= i + range || end > count; j++) { if (j < 0 || j >= lines.length) continue; res.push(`${j + 1}${repeat(` `, 3 - String(j + 1).length)}| ${lines[j]}`); const lineLength = lines[j].length; if (j === i) { // push underline const pad = start - (count - lineLength) + 1; const length = end > count ? lineLength - pad : end - start; res.push(` | ` + repeat(` `, pad) + repeat(`^`, length)); } else if (j > i) { if (end > count) { const length = Math.min(end - count, lineLength); res.push(` | ` + repeat(`^`, length)); } count += lineLength + 1; } } break; } } return res.join('\n'); } function repeat(str, n) { let result = ''; if (n > 0) { while (true) { // eslint-disable-line if (n & 1) result += str; n >>>= 1; if (n <= 0) break; str += str; } } return result; } /* */ function createFunction(code, errors) { try { return new Function(code); } catch (err) { errors.push({ err, code }); return noop; } } function createCompileToFunctionFn(compile) { const cache = Object.create(null); return function compileToFunctions(template, options, vm) { options = extend({}, options); const warn$$1 = options.warn || warn; delete options.warn; /* istanbul ignore if */ { // detect possible CSP restriction try { new Function('return 1'); } catch (e) { if (e.toString().match(/unsafe-eval|CSP/)) { warn$$1('It seems you are using the standalone build of Vue.js in an ' + 'environment with Content Security Policy that prohibits unsafe-eval. ' + 'The template compiler cannot work in this environment. Consider ' + 'relaxing the policy to allow unsafe-eval or pre-compiling your ' + 'templates into render functions.'); } } } // check cache const key = options.delimiters ? String(options.delimiters) + template : template; if (cache[key]) { return cache[key]; } // compile const compiled = compile(template, options); // check compilation errors/tips { if (compiled.errors && compiled.errors.length) { if (options.outputSourceRange) { compiled.errors.forEach(e => { warn$$1(`Error compiling template:\n\n${e.msg}\n\n` + generateCodeFrame(template, e.start, e.end), vm); }); } else { warn$$1(`Error compiling template:\n\n${template}\n\n` + compiled.errors.map(e => `- ${e}`).join('\n') + '\n', vm); } } if (compiled.tips && compiled.tips.length) { if (options.outputSourceRange) { compiled.tips.forEach(e => tip(e.msg, vm)); } else { compiled.tips.forEach(msg => tip(msg, vm)); } } } // turn code into functions const res = {}; const fnGenErrors = []; res.render = createFunction(compiled.render, fnGenErrors); res.staticRenderFns = compiled.staticRenderFns.map(code => { return createFunction(code, fnGenErrors); }); // check function generation errors. // this should only happen if there is a bug in the compiler itself. // mostly for codegen development use /* istanbul ignore if */ { if ((!compiled.errors || !compiled.errors.length) && fnGenErrors.length) { warn$$1(`Failed to generate render function:\n\n` + fnGenErrors.map(({ err, code }) => `${err.toString()} in\n\n${code}\n`).join('\n'), vm); } } return cache[key] = res; }; } /* */ function createCompilerCreator(baseCompile) { return function createCompiler(baseOptions) { function compile(template, options) { const finalOptions = Object.create(baseOptions); const errors = []; const tips = []; let warn = (msg, range, tip) => { (tip ? tips : errors).push(msg); }; if (options) { if (options.outputSourceRange) { // $flow-disable-line const leadingSpaceLength = template.match(/^\s*/)[0].length; warn = (msg, range, tip) => { const data = { msg }; if (range) { if (range.start != null) { data.start = range.start + leadingSpaceLength; } if (range.end != null) { data.end = range.end + leadingSpaceLength; } } (tip ? tips : errors).push(data); }; } // merge custom modules if (options.modules) { finalOptions.modules = (baseOptions.modules || []).concat(options.modules); } // merge custom directives if (options.directives) { finalOptions.directives = extend(Object.create(baseOptions.directives || null), options.directives); } // copy other options for (const key in options) { if (key !== 'modules' && key !== 'directives') { finalOptions[key] = options[key]; } } } finalOptions.warn = warn; const compiled = baseCompile(template.trim(), finalOptions); { detectErrors(compiled.ast, warn); } compiled.errors = errors; compiled.tips = tips; return compiled; } return { compile, compileToFunctions: createCompileToFunctionFn(compile) }; }; } /* */ // `createCompilerCreator` allows creating compilers that use alternative // parser/optimizer/codegen, e.g the SSR optimizing compiler. // Here we just export a default compiler using the default parts. const createCompiler = createCompilerCreator(function baseCompile(template, options) { const ast = parse(template.trim(), options); if (options.optimize !== false) { optimize(ast, options); } const code = generate(ast, options); return { ast, render: code.render, staticRenderFns: code.staticRenderFns }; }); /* */ const { compile, compileToFunctions } = createCompiler(baseOptions); /* */ // check whether current browser encodes a char inside attribute values let div; function getShouldDecode(href) { div = div || document.createElement('div'); div.innerHTML = href ? `<a href="\n"/>` : `<div a="\n"/>`; return div.innerHTML.indexOf(' ') > 0; } // #3663: IE encodes newlines inside attribute values while other browsers don't const shouldDecodeNewlines = inBrowser ? getShouldDecode(false) : false; // #6828: chrome encodes content in a[href] const shouldDecodeNewlinesForHref = inBrowser ? getShouldDecode(true) : false; /* */ const idToTemplate = cached(id => { const el = query(id); return el && el.innerHTML; }); const mount = Vue.prototype.$mount; Vue.prototype.$mount = function (el, hydrating) { el = el && query(el); /* istanbul ignore if */ if (el === document.body || el === document.documentElement) { warn(`Do not mount Vue to <html> or <body> - mount to normal elements instead.`); return this; } const options = this.$options; // resolve template/el and convert to render function if (!options.render) { let template = options.template; if (template) { if (typeof template === 'string') { if (template.charAt(0) === '#') { template = idToTemplate(template); /* istanbul ignore if */ if (!template) { warn(`Template element not found or is empty: ${options.template}`, this); } } } else if (template.nodeType) { template = template.innerHTML; } else { { warn('invalid template option:' + template, this); } return this; } } else if (el) { template = getOuterHTML(el); } if (template) { /* istanbul ignore if */ if (config.performance && mark) { mark('compile'); } const { render, staticRenderFns } = compileToFunctions(template, { outputSourceRange: "development" !== 'production', shouldDecodeNewlines, shouldDecodeNewlinesForHref, delimiters: options.delimiters, comments: options.comments }, this); options.render = render; options.staticRenderFns = staticRenderFns; /* istanbul ignore if */ if (config.performance && mark) { mark('compile end'); measure(`vue ${this._name} compile`, 'compile', 'compile end'); } } } return mount.call(this, el, hydrating); }; /** * Get outerHTML of elements, taking care * of SVG elements in IE as well. */ function getOuterHTML(el) { if (el.outerHTML) { return el.outerHTML; } else { const container = document.createElement('div'); container.appendChild(el.cloneNode(true)); return container.innerHTML; } } Vue.compile = compileToFunctions; /* harmony default export */ __webpack_exports__["default"] = (Vue); /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../webpack/buildin/global.js */ "./node_modules/webpack/buildin/global.js"), __webpack_require__(/*! ./../../timers-browserify/main.js */ "./node_modules/timers-browserify/main.js").setImmediate)) /***/ }), /***/ "./node_modules/webpack/buildin/global.js": /*!***********************************!*\ !*** (webpack)/buildin/global.js ***! \***********************************/ /*! no static exports found */ /***/ (function(module, exports) { var g; // This works in non-strict mode g = function () { return this; }(); try { // This works if eval is allowed (see CSP) g = g || new Function("return this")(); } catch (e) { // This works if the window reference is available if (typeof window === "object") g = window; } // g can still be undefined, but nothing to do about it... // We return undefined, instead of nothing here, so it's // easier to handle this case. if(!global) { ...} module.exports = g; /***/ }), /***/ "./public-path.js": /*!************************!*\ !*** ./public-path.js ***! \************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); __webpack_require__(/*! core-js/modules/web.url.js */ "./node_modules/core-js/modules/web.url.js"); __webpack_require__(/*! core-js/modules/es.string.starts-with.js */ "./node_modules/core-js/modules/es.string.starts-with.js"); /** * 別ドメインã§ãƒ›ã‚¹ãƒˆã•ã‚ŒãŸ Webpack chunk ã•ã‚ŒãŸjsコードをæ£ã—ãLoadã™ã‚‹ãŸã‚ã®ãƒ¯ã‚¶ * https://github.com/webpack/webpack/issues/7077#issuecomment-383029585 * Do not delete this */ var url = new URL(document.currentScript.src); __webpack_require__.p = ("https://dhvazvivmpmul.cloudfront.net" || false) + (__webpack_require__.p.startsWith('/') ? __webpack_require__.p : '/' + __webpack_require__.p); /***/ }), /***/ "./src/assets/scss/index.scss": /*!************************************!*\ !*** ./src/assets/scss/index.scss ***! \************************************/ /*! no static exports found */ /***/ (function(module, exports, __webpack_require__) { // style-loader: Adds some css to the DOM by adding a <style> tag // load the styles var content = __webpack_require__(/*! !../../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--1-1!../../../node_modules/css-loader/dist/cjs.js!../../../node_modules/sass-loader/dist/cjs.js??ref--1-3!./index.scss */ "./node_modules/mini-css-extract-plugin/dist/loader.js?!./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js?!./src/assets/scss/index.scss"); if(content.__esModule) content = content.default; if(typeof content === 'string') content = [[module.i, content, '']]; if(content.locals) module.exports = content.locals; // add the styles to the DOM var add = __webpack_require__(/*! ../../../node_modules/vue-style-loader/lib/addStylesClient.js */ "./node_modules/vue-style-loader/lib/addStylesClient.js").default var update = add("221a296c", content, false, {}); // Hot Module Replacement if(false) {} /***/ }), /***/ "./src/components/_loadComponents.ts": /*!*******************************************!*\ !*** ./src/components/_loadComponents.ts ***! \*******************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); // @ts-nocheck vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('SignIn', function () { return __webpack_require__.e(/*! import() */ 37).then(__webpack_require__.bind(null, /*! ./SignIn */ "./src/components/SignIn.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('SignedInOnly', function () { return __webpack_require__.e(/*! import() */ 38).then(__webpack_require__.bind(null, /*! ./SignedInOnly.vue */ "./src/components/SignedInOnly.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('SignedOutOnly', function () { return __webpack_require__.e(/*! import() */ 39).then(__webpack_require__.bind(null, /*! ./SignedOutOnly.vue */ "./src/components/SignedOutOnly.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('SignUp', function () { return __webpack_require__.e(/*! import() */ 47).then(__webpack_require__.bind(null, /*! ./SignUp */ "./src/components/SignUp.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('SignOut', function () { return __webpack_require__.e(/*! import() */ 70).then(__webpack_require__.bind(null, /*! ./SignOut */ "./src/components/SignOut.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemSearch', function () { return __webpack_require__.e(/*! import() */ 45).then(__webpack_require__.bind(null, /*! ./ItemSearch */ "./src/components/ItemSearch.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemList', function () { return __webpack_require__.e(/*! import() */ 34).then(__webpack_require__.bind(null, /*! ./ItemList */ "./src/components/ItemList.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemFavoriteComponent', function () { return __webpack_require__.e(/*! import() */ 16).then(__webpack_require__.bind(null, /*! ./ItemFavoriteComponent */ "./src/components/ItemFavoriteComponent.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemDetail', function () { return __webpack_require__.e(/*! import() */ 44).then(__webpack_require__.bind(null, /*! ./ItemDetail */ "./src/components/ItemDetail.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemHistory', function () { return __webpack_require__.e(/*! import() */ 33).then(__webpack_require__.bind(null, /*! ./ItemHistory */ "./src/components/ItemHistory.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemListItem', function () { return __webpack_require__.e(/*! import() */ 8).then(__webpack_require__.bind(null, /*! ./ItemListItem */ "./src/components/ItemListItem.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemAddToCart', function () { return __webpack_require__.e(/*! import() */ 15).then(__webpack_require__.bind(null, /*! ./ItemAddToCart */ "./src/components/ItemAddToCart.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ItemAddToCartTest', function () { return __webpack_require__.e(/*! import() */ 43).then(__webpack_require__.bind(null, /*! ./ItemAddToCartTest */ "./src/components/ItemAddToCartTest.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('Cart', function () { return __webpack_require__.e(/*! import() */ 20).then(__webpack_require__.bind(null, /*! ./Cart */ "./src/components/Cart.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartDisplay', function () { return __webpack_require__.e(/*! import() */ 27).then(__webpack_require__.bind(null, /*! ./CartDisplay */ "./src/components/CartDisplay.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartCouponSelect', function () { return __webpack_require__.e(/*! import() */ 25).then(__webpack_require__.bind(null, /*! ./CartCouponSelect */ "./src/components/CartCouponSelect.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartCouponSelect2', function () { return __webpack_require__.e(/*! import() */ 26).then(__webpack_require__.bind(null, /*! ./CartCouponSelect2 */ "./src/components/CartCouponSelect2.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartPriceDisplay', function () { return __webpack_require__.e(/*! import() */ 69).then(__webpack_require__.bind(null, /*! ./CartPriceDisplay */ "./src/components/CartPriceDisplay.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartItemListItem', function () { return __webpack_require__.e(/*! import() */ 13).then(__webpack_require__.bind(null, /*! ./CartItemListItem */ "./src/components/CartItemListItem.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartAdditionalInputs', function () { return __webpack_require__.e(/*! import() */ 23).then(__webpack_require__.bind(null, /*! ./CartAdditionalInputs */ "./src/components/CartAdditionalInputs.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartAddressInput', function () { return __webpack_require__.e(/*! import() */ 24).then(__webpack_require__.bind(null, /*! ./CartAddressInput.vue */ "./src/components/CartAddressInput.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartPaymentInput', function () { return __webpack_require__.e(/*! import() */ 30).then(__webpack_require__.bind(null, /*! ./CartPaymentInput.vue */ "./src/components/CartPaymentInput.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartEmptyDisplay', function () { return __webpack_require__.e(/*! import() */ 68).then(__webpack_require__.bind(null, /*! ./CartEmptyDisplay.vue */ "./src/components/CartEmptyDisplay.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartPriceDetailDisplay', function () { return __webpack_require__.e(/*! import() */ 14).then(__webpack_require__.bind(null, /*! ./CartPriceDetailDisplay.vue */ "./src/components/CartPriceDetailDisplay.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartPaymentCreditCardSelect', function () { return Promise.all(/*! import() */[__webpack_require__.e(1), __webpack_require__.e(58)]).then(__webpack_require__.bind(null, /*! ./CartPaymentCreditCardSelect.vue */ "./src/components/CartPaymentCreditCardSelect.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('GMOPGCreditCardAddNew', function () { return Promise.all(/*! import() */[__webpack_require__.e(1), __webpack_require__.e(59)]).then(__webpack_require__.bind(null, /*! ./GMOPGCreditCardAddNew */ "./src/components/GMOPGCreditCardAddNew.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ContactFormComponent', function () { return __webpack_require__.e(/*! import() */ 32).then(__webpack_require__.bind(null, /*! ./ContactFormComponent */ "./src/components/ContactFormComponent.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartOrderCommit', function () { return Promise.all(/*! import() */[__webpack_require__.e(0), __webpack_require__.e(56)]).then(__webpack_require__.bind(null, /*! ./CartOrderCommit */ "./src/components/CartOrderCommit.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartOrderCommit2', function () { return Promise.all(/*! import() */[__webpack_require__.e(0), __webpack_require__.e(57)]).then(__webpack_require__.bind(null, /*! ./CartOrderCommit2 */ "./src/components/CartOrderCommit2.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartOrderComplete', function () { return __webpack_require__.e(/*! import() */ 28).then(__webpack_require__.bind(null, /*! ./CartOrderComplete */ "./src/components/CartOrderComplete.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartOrderComplete2', function () { return __webpack_require__.e(/*! import() */ 29).then(__webpack_require__.bind(null, /*! ./CartOrderComplete2 */ "./src/components/CartOrderComplete2.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartEditDeliveryDatetime', function () { return Promise.all(/*! import() */[__webpack_require__.e(0), __webpack_require__.e(7)]).then(__webpack_require__.bind(null, /*! ./CartEditDeliveryDatetime */ "./src/components/CartEditDeliveryDatetime.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartDisplayDeliveryDatetime', function () { return Promise.all(/*! import() */[__webpack_require__.e(0), __webpack_require__.e(11)]).then(__webpack_require__.bind(null, /*! ./CartDisplayDeliveryDatetime */ "./src/components/CartDisplayDeliveryDatetime.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('CartDisplayDeliveryDatetime2', function () { return Promise.all(/*! import() */[__webpack_require__.e(0), __webpack_require__.e(12)]).then(__webpack_require__.bind(null, /*! ./CartDisplayDeliveryDatetime2 */ "./src/components/CartDisplayDeliveryDatetime2.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('DeliveryAddressListItem', function () { return __webpack_require__.e(/*! import() */ 42).then(__webpack_require__.bind(null, /*! ./DeliveryAddressListItem */ "./src/components/DeliveryAddressListItem.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('JsonItemIndex', function () { return __webpack_require__.e(/*! import() */ 4).then(__webpack_require__.bind(null, /*! ./JsonItemIndex */ "./src/components/JsonItemIndex.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('Mypage', function () { return __webpack_require__.e(/*! import() */ 46).then(__webpack_require__.bind(null, /*! ./Mypage */ "./src/components/Mypage.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('MypageTop', function () { return __webpack_require__.e(/*! import() */ 35).then(__webpack_require__.bind(null, /*! ./MypageTop */ "./src/components/MypageTop.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserChangeProfile', function () { return __webpack_require__.e(/*! import() */ 40).then(__webpack_require__.bind(null, /*! ./UserChangeProfile */ "./src/components/UserChangeProfile.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserDeliveryAddresses', function () { return __webpack_require__.e(/*! import() */ 9).then(__webpack_require__.bind(null, /*! ./UserDeliveryAddresses */ "./src/components/UserDeliveryAddresses.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserOrderHistories', function () { return __webpack_require__.e(/*! import() */ 51).then(__webpack_require__.bind(null, /*! ./UserOrderHistories */ "./src/components/UserOrderHistories.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserResetPassword', function () { return __webpack_require__.e(/*! import() */ 52).then(__webpack_require__.bind(null, /*! ./UserResetPassword */ "./src/components/UserResetPassword.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserResetPassword2', function () { return __webpack_require__.e(/*! import() */ 53).then(__webpack_require__.bind(null, /*! ./UserResetPassword2 */ "./src/components/UserResetPassword2.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserFavoriteItems', function () { return __webpack_require__.e(/*! import() */ 41).then(__webpack_require__.bind(null, /*! ./UserFavoriteItems */ "./src/components/UserFavoriteItems.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserCreditCards', function () { return Promise.all(/*! import() */[__webpack_require__.e(1), __webpack_require__.e(60)]).then(__webpack_require__.bind(null, /*! ./UserCreditCards */ "./src/components/UserCreditCards.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserCreditCardsAdd', function () { return __webpack_require__.e(/*! import() */ 48).then(__webpack_require__.bind(null, /*! ./UserCreditCardsAdd */ "./src/components/UserCreditCardsAdd.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserCreditCardsDelete', function () { return __webpack_require__.e(/*! import() */ 49).then(__webpack_require__.bind(null, /*! ./UserCreditCardsDelete */ "./src/components/UserCreditCardsDelete.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('UserLeave', function () { return __webpack_require__.e(/*! import() */ 50).then(__webpack_require__.bind(null, /*! ./UserLeave */ "./src/components/UserLeave.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('Pagination', function () { return __webpack_require__.e(/*! import() */ 36).then(__webpack_require__.bind(null, /*! ./Pagination */ "./src/components/Pagination.vue")); }); // Framework Items vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ModelForm', function () { return Promise.all(/*! import() */[__webpack_require__.e(75), __webpack_require__.e(19)]).then(__webpack_require__.bind(null, /*! @shared/nuxt/components/modelForm */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/modelForm.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('AxE2ModelForm', function () { return __webpack_require__.e(/*! import() */ 22).then(__webpack_require__.bind(null, /*! ./AxE2ModelForm */ "./src/components/AxE2ModelForm.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('AxE2ModelDisplay', function () { return __webpack_require__.e(/*! import() */ 10).then(__webpack_require__.bind(null, /*! ./AxE2ModelDisplay */ "./src/components/AxE2ModelDisplay.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('AppHookableComopnent', function () { return __webpack_require__.e(/*! import() */ 2).then(__webpack_require__.bind(null, /*! @shared/nuxt/components/AppHookableComponent */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/components/AppHookableComponent.vue")); }); // utils (do not need to load on production build) vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ShowAppHooks', function () { return __webpack_require__.e(/*! import() */ 55).then(__webpack_require__.bind(null, /*! @shared/nuxt/pages/showAppHooks */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/pages/showAppHooks.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('ComponentListForDebug', function () { return __webpack_require__.e(/*! import() */ 31).then(__webpack_require__.bind(null, /*! ./ComponentListForDebug */ "./src/components/ComponentListForDebug.vue")); }); vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('AxReloadToken', function () { return __webpack_require__.e(/*! import() */ 67).then(__webpack_require__.bind(null, /*! ./AxReloadToken */ "./src/components/AxReloadToken.vue")); }); // additionals // Loading状態を表示ã™ã‚‹ <b-skeleton/> https://bootstrap-vue.org/docs/components/skeleton#skeleton vue__WEBPACK_IMPORTED_MODULE_3__["default"].component('BSkeleton', function () { return Promise.resolve(/*! import() */).then(__webpack_require__.bind(null, /*! ../../../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton */ "../CORE_FW/firebase_nuxt/node_modules/bootstrap-vue/esm/components/skeleton/index.js")); }); /***/ }), /***/ "./src/main.ts": /*!*********************!*\ !*** ./src/main.ts ***! \*********************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _public_path__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../public-path */ "./public-path.js"); /* harmony import */ var _public_path__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_public_path__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _assets_scss_index_scss__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./assets/scss/index.scss */ "./src/assets/scss/index.scss"); /* harmony import */ var _assets_scss_index_scss__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_assets_scss_index_scss__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _services_$AxE2Loader__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./services/$AxE2Loader */ "./src/services/$AxE2Loader.ts"); /* harmony import */ var _services_loadCommonVueComponent__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./services/loadCommonVueComponent */ "./src/services/loadCommonVueComponent.ts"); /* harmony import */ var _services_$AxE2Config__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./services/$AxE2Config */ "./src/services/$AxE2Config.ts"); /* harmony import */ var _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./services/$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _services_$AxE2__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./services/$AxE2 */ "./src/services/$AxE2.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _CORE_FW_firebase_nuxt_FireORMNuxtSharedResources_plugins_$util__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/$util */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/$util.ts"); /* harmony import */ var _services_$axItemSearchHelper__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./services/$axItemSearchHelper */ "./src/services/$axItemSearchHelper.ts"); /* harmony import */ var _services_$itemFavoriteManager__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./services/$itemFavoriteManager */ "./src/services/$itemFavoriteManager.ts"); /* harmony import */ var _services_vueFilters__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./services/vueFilters */ "./src/services/vueFilters.ts"); /** * 別ドメインã§ãƒ›ã‚¹ãƒˆã•ã‚ŒãŸ Webpack chunk ã•ã‚ŒãŸjsコードをæ£ã—ãLoadã™ã‚‹ãŸã‚ã®ãƒ¯ã‚¶ * https://github.com/webpack/webpack/issues/7077 * Do not delete this */ vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$AxE2Config = _services_$AxE2Config__WEBPACK_IMPORTED_MODULE_5__["$AxE2Config"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$axFrontendHelper = _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_6__["$axFrontendHelper"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$api = _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_6__["$axFrontendHelper"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$config = { env: "staging" }; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$AxE2 = _services_$AxE2__WEBPACK_IMPORTED_MODULE_7__["$AxE2"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$A = vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$AxE2; // alias of vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$toast = _services_$toast__WEBPACK_IMPORTED_MODULE_8__["$toast"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$util = _CORE_FW_firebase_nuxt_FireORMNuxtSharedResources_plugins_$util__WEBPACK_IMPORTED_MODULE_9__["$util"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$models = _services_$AxE2__WEBPACK_IMPORTED_MODULE_7__["$AxE2"].$config.$models; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$appHook = _services_$AxE2__WEBPACK_IMPORTED_MODULE_7__["$AxE2"].$appHook; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$axItemSearchHelper = _services_$axItemSearchHelper__WEBPACK_IMPORTED_MODULE_10__["$axItemSearchHelper"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].prototype.$itemFavoriteManager = _services_$itemFavoriteManager__WEBPACK_IMPORTED_MODULE_11__["$itemFavoriteManager"]; vue__WEBPACK_IMPORTED_MODULE_2__["default"].config.productionTip = false; // @ts-ignore window.$AxE2 = _services_$AxE2__WEBPACK_IMPORTED_MODULE_7__["$AxE2"]; // @ts-ignore window.AxEFeatureConfig = Object.assign({}, window.AxEFeatureConfig || {}, { useBirthdayIntoPasswordReminder: true }); window.addEventListener('load', function (event) { setTimeout(function () { _services_$AxE2Loader__WEBPACK_IMPORTED_MODULE_3__["$AxE2Loader"].load(); // load all the element with specified class var e = new Event('$AxE2.scriptLoaded'); window.dispatchEvent(e); }, 30); }); /***/ }), /***/ "./src/models/_userColumns.ts": /*!************************************!*\ !*** ./src/models/_userColumns.ts ***! \************************************/ /*! exports provided: axGenderValueMap, passwordValidator, telValidator, userColumns */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "axGenderValueMap", function() { return axGenderValueMap; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "passwordValidator", function() { return passwordValidator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "telValidator", function() { return telValidator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "userColumns", function() { return userColumns; }); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_searchAddressByZipCode__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/searchAddressByZipCode */ "./src/services/searchAddressByZipCode.ts"); /* harmony import */ var _services_formConsts__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../services/formConsts */ "./src/services/formConsts.ts"); /* harmony import */ var _signup__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./signup */ "./src/models/signup.ts"); /* harmony import */ var _services_$errorReporter__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../services/$errorReporter */ "./src/services/$errorReporter.ts"); var enableOnlyEdit = { enableIf: function enableIf(row) { return !!row.id; } }; var axGenderValueMap = { man: '男性', woman: '女性', other: 'ãã®ä»–' }; var passwordValidator = function passwordValidator(value) { // パスワードã®Rule var ratz = /[a-z]/; var ratzUpper = /[A-Z]/; var r0t9 = /[0-9]/; var isValid = ratz.test(value) && r0t9.test(value) && ratzUpper.test(value) && value.length >= 8 && value.length <= 30; if (!isValid) { return 'åŠè§’英å—大文å—・å°æ–‡å—・数å—ã‚’å«ã‚€8æ–‡å—以上30æ–‡å—以下ã§ã”入力ãã ã•ã„。'; } return; }; var telValidator = function telValidator(value) { if (value.length != 10 && value.length != 11) { return '10æ¡ã¾ãŸã¯11æ¡ã§ã”入力ãã ã•ã„。'; } return; }; var userColumns = { id: { type: 'STRING', visible: false }, shouldChangeEmailAddress: Object(tslib__WEBPACK_IMPORTED_MODULE_5__["__assign"])({ type: 'BOOLEAN', inputAttrs: { wrapperClass: 'col-12' }, label: 'メールアドレスを変更ã™ã‚‹' }, enableOnlyEdit), email: { type: 'STRING', label: 'メールアドレス', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' }, validate: { notEmpty: true }, enableIf: function enableIf(row) { return !row.id || !!row.id && row.shouldChangeEmailAddress; }, "inputHelpText": "åŠè§’英å—ã§å…¥åŠ›ã—ã¦ãã ã•ã„" }, shouldChangePassword: Object(tslib__WEBPACK_IMPORTED_MODULE_5__["__assign"])({ type: 'BOOLEAN', label: 'パスワードを変更ã™ã‚‹', inputAttrs: { wrapperClass: 'col-12' } }, enableOnlyEdit), password: { type: 'STRING', label: 'パスワード', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'password' }, validate: { notEmpty: true, passwordValidator: passwordValidator // sameWithPassword: (value, col, modelName, record) => { // // パスワードåŒã˜ã‹ã©ã†ã‹ // if(value && value !== record.password_confirm) { // return '確èªãƒ‘スワードãŒåˆè‡´ã—ã¾ã›ã‚“' // } // return false // } }, enableIf: function enableIf(row) { return !row.id || !!row.id && row.shouldChangePassword; }, inputHelpText: 'åŠè§’英å—大文å—・å°æ–‡å—・数å—ã‚’å«ã‚€8æ–‡å—以上30æ–‡å—以下ã§ã”入力ãã ã•ã„。' }, password_confirm: { type: 'STRING', label: 'パスワード (確èª)', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'password' }, validate: { notEmpty: true, passwordValidator: passwordValidator, sameWithPassword: function sameWithPassword(value, col, modelName, record) { // パスワードåŒã˜ã‹ã©ã†ã‹ if (value && value !== record.password) { return '確èªãƒ‘スワードãŒåˆè‡´ã—ã¾ã›ã‚“'; } return false; } }, enableIf: function enableIf(row) { return !row.id || !!row.id && row.shouldChangePassword; } }, name: { type: 'STRING', label: 'ãŠåå‰', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' }, validate: { notEmpty: true } }, name_read: { type: 'STRING', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' }, label: 'ãŠåå‰ãµã‚ŠãŒãª' }, gender: { type: 'STRING', label: '性別', strictSelections: true, inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 120px;' }, // validate: { notEmpty: true }, selections: function selections() { return Object.keys(axGenderValueMap); }, customLabel: function customLabel(key) { return axGenderValueMap[key]; } }, birthday_y: { type: 'STRING', label: '生年月日 (å¹´)', strictSelections: true, selections: function selections() { var yearCounts = 110; var years = []; var currentYear = new Date().getFullYear(); for (var i = 0; yearCounts > i; i++) { years.push(currentYear - (yearCounts - i)); } return years; }, default_select_scroll_to_value: 2000 }, birthday_m: { type: 'STRING', label: '生年月日 (月)', strictSelections: true, selections: function selections() { return [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; } }, birthday_d: { type: 'STRING', label: '生年月日 (æ—¥)', strictSelections: true, selections: function selections() { var counts = 31; var days = []; for (var i = 1; counts >= i; i++) { days.push(i); } return days; } }, tel_primary: { type: 'STRING', label: '電話番å·', validate: { notEmpty: true, chkTelPrimary1: function chkTelPrimary1(value, col, modelName, record) { if (value && value.indexOf('-') != -1) { return 'ãƒã‚¤ãƒ•ãƒ³ç„¡ã—ã®åŠè§’ã§å…¥åŠ›ã—ã¦ãã ã•ã„'; } return false; }, chkTelPrimary2: function chkTelPrimary2(value, col, modelName, record) { if (value && isNaN(value)) { return '電話番å·ã®å½¢å¼ãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“'; } return false; }, isInt: true, telValidator: telValidator }, inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', class: 'text-left' }, "inputHelpText": "ãƒã‚¤ãƒ•ãƒ³ç„¡ã—ã®åŠè§’ã§å…¥åŠ›ã—ã¦ãã ã•ã„" }, // tel_secondary: { // type: 'STRING', // label: '電話番å·2', // }, zip: { label: '郵便番å·', type: 'STRING', inputAttrs: { class: 'text-left', wrapperClass: 'col-12', style: 'max-width: 180px;' }, validate: { notEmpty: true, // isInt: true, zipCodeCustom: function zipCodeCustom(value) { if (value === '') { return; } if (Object(_signup__WEBPACK_IMPORTED_MODULE_8__["isValidZipCode"])(value) === false) { return '郵便番å·ã®å½¢å¼ãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“'; } } }, inputHelpText: 'ãƒã‚¤ãƒ•ãƒ³ç„¡ã—ã®åŠè§’ã§å…¥åŠ›ã—ã¦ãã ã•ã„', editCallback: function editCallback(_a) { var row = _a.row, newValue = _a.newValue, oldValue = _a.oldValue, isNewRecord = _a.isNewRecord; return Object(tslib__WEBPACK_IMPORTED_MODULE_5__["__awaiter"])(void 0, void 0, void 0, function () { var zipRes_1, e_1; var _b; return Object(tslib__WEBPACK_IMPORTED_MODULE_5__["__generator"])(this, function (_c) { switch (_c.label) { case 0: if (!(newValue && newValue !== oldValue && Object(_signup__WEBPACK_IMPORTED_MODULE_8__["isValidZipCode"])(newValue))) return [3 /*break*/ , 4]; _c.label = 1; case 1: _c.trys.push([1, 3,, 4]); return [4 /*yield*/ , Object(_services_searchAddressByZipCode__WEBPACK_IMPORTED_MODULE_6__["searchAddressByZipCode"])(newValue)]; case 2: zipRes_1 = _c.sent(); if (zipRes_1 && zipRes_1.prefCode) { // æ–‡å—列ã«ã—ã¦ãŠã‹ãªã„ã¨AXå´ã§ä¿å˜ã•ã‚Œãªã„ã£ã½ã„ row.state = ((_b = _services_formConsts__WEBPACK_IMPORTED_MODULE_7__["japanPrefecturesAsArrayOfKeyedObject"].find(function (pr) { return pr.label === zipRes_1.prefName; })) === null || _b === void 0 ? void 0 : _b.key.toString()) || ''; row.city = zipRes_1.city; row.street = zipRes_1.street; } return [3 /*break*/ , 4]; case 3: e_1 = _c.sent(); _services_$errorReporter__WEBPACK_IMPORTED_MODULE_9__["$errorReporter"].r(e_1, this); console.error(e_1); return [3 /*break*/ , 4]; case 4: return [2 /*return*/ , row]; } }); }); } }, country: { type: 'STRING', label: '国', visible: false }, state: { type: 'STRING', label: '都é“府県', validate: { notEmpty: true }, selections: function selections() { return Object.keys(_services_formConsts__WEBPACK_IMPORTED_MODULE_7__["japanPrefecturesKeyedObject"]).map(function (code) { return "" + code; }); }, strictSelections: true, customLabel: function customLabel(prefCode) { return _services_formConsts__WEBPACK_IMPORTED_MODULE_7__["japanPrefecturesKeyedObject"][prefCode]; }, inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 120px;' } }, city: { type: 'STRING', label: '市区町æ‘', validate: { notEmpty: true }, inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 340px;' } }, street: { type: 'STRING', label: '町æ‘å—番地', validate: { notEmpty: true }, inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 340px;' } }, building: { type: 'STRING', label: '建物å(部屋番å·ï¼‰', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 340px;' } }, company: { type: 'STRING', label: '法人å・団体å', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' } }, company_read: { type: 'STRING', label: '法人å・団体å(ã‹ãª)', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' } }, company_division: { type: 'STRING', label: '会社 部署å', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' } }, company_position: { type: 'STRING', label: '会社 å½¹è·å', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' } } // accept_makerepeater_mail: { type: 'BOOLEAN', label: 'メルマガé…ä¿¡', }, }; /***/ }), /***/ "./src/models/cartAdditionalInputs.ts": /*!********************************************!*\ !*** ./src/models/cartAdditionalInputs.ts ***! \********************************************/ /*! exports provided: cartAdditionalInputsColumns, cartAdditionalInputs */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cartAdditionalInputsColumns", function() { return cartAdditionalInputsColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "cartAdditionalInputs", function() { return cartAdditionalInputs; }); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../services/$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); var getCustomOrderSelectionsBySystemName = function getCustomOrderSelectionsBySystemName(system_name, reformatForSelect) { if (reformatForSelect === void 0) { reformatForSelect = false; } return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(void 0, void 0, void 0, function () { var res, selections; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: '/utility/custom_master/get', data: { query: { entity_class: "order", system_name: system_name } } })]; case 1: res = _a.sent(); selections = res.result.selections; if (reformatForSelect) { return [2 /*return*/ , selections.map(function (sel) { return { text: sel.name, value: sel }; })]; } return [2 /*return*/ , selections]; } }); }); }; var cartAdditionalInputsColumns = { id: { type: 'STRING', visible: false } // malony_order_noshi: { // type: 'STRING', // label: 'ã®ã—é¸æŠž', // strictSelections: true, // selections: async ($store, record, currentValue, initialValue): Promise<CustomOrderMasterData[]> => { // return getCustomOrderSelectionsBySystemName("malony_order_noshi") // }, // customLabel: ({ name }) => name, // }, // malony_order_wrapping: { // type: 'STRING', // label: '包装紙é¸æŠž', // strictSelections: true, // selections: async ($store, record, currentValue, initialValue): Promise<CustomOrderMasterData[]> => { // return getCustomOrderSelectionsBySystemName("malony_order_wrapping") // }, // customLabel: ({ name }) => name || 'ãªã—', // }, }; var generateCartAdditionalColumn = function generateCartAdditionalColumn(keyName, label, isSelect, additionalColDef) { if (isSelect === void 0) { isSelect = false; } if (additionalColDef === void 0) { additionalColDef = {}; } if (isSelect) { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({ type: 'SELECT', label: label, strictSelections: true, selections: function selections() { var _a; return getCustomOrderSelectionsBySystemName(keyName, (_a = additionalColDef.inputAttrs) === null || _a === void 0 ? void 0 : _a.radio); }, customLabel: function customLabel(_a) { var name = _a.name; return name || ''; } }, additionalColDef); } else { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({ type: 'STRING', label: label }, additionalColDef); } }; var cartAdditionalInputs = { tableName: 'cartAdditionalInputs', tableLabel: 'ã‚«ãƒ¼ãƒˆè¿½åŠ ãƒ•ã‚©ãƒ¼ãƒ ', defaultSort: { key: 'createdAt', order: 'desc' }, timestamps: false, columns: cartAdditionalInputsColumns, modelMethods: { getCustomOrderSelectionsBySystemName: getCustomOrderSelectionsBySystemName, generateCartAdditionalColumn: generateCartAdditionalColumn } }; /***/ }), /***/ "./src/models/deliveryAddresses.ts": /*!*****************************************!*\ !*** ./src/models/deliveryAddresses.ts ***! \*****************************************/ /*! exports provided: saveDeliveryAddressWithUserData, deliveryAddresses */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "saveDeliveryAddressWithUserData", function() { return saveDeliveryAddressWithUserData; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deliveryAddresses", function() { return deliveryAddresses; }); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../services/$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../services/$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); /* harmony import */ var _services_$cart__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../services/$cart */ "./src/services/$cart.ts"); /* harmony import */ var _userColumns__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./_userColumns */ "./src/models/_userColumns.ts"); var deliveryAddressFindAll = function deliveryAddressFindAll() { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(void 0, void 0, void 0, function () { var fields; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { fields = Object.keys(deliveryAddresses.columns).map(function (colName) { return "address." + colName; }); return [2 /*return*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_5__["axApiPaths"].users.addresses.get, data: { request: { fields: fields } } })]; }); }); }; var saveDeliveryAddressWithUserData = function saveDeliveryAddressWithUserData(userData) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(void 0, void 0, void 0, function () { var data; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: data = { name: userData.name, name_read: userData.name_read, email: userData.email, tel_primary: userData.tel_primary, zip: userData.zip, state: userData.state, city: userData.city, street: userData.street, building: userData.building, company: userData.company, company_read: userData.company_read, company_division: userData.company_division }; return [4 /*yield*/ , deliveryAddresses.onSubmitFunction(data)]; case 1: return [2 /*return*/ , _a.sent()]; } }); }); }; var deliveryAddresses = { tableName: 'deliveryAddresses', tableLabel: 'ãŠå±Šã‘å…ˆ', defaultSort: { key: 'createdAt', order: 'desc' }, timestamps: false, columns: { id: { type: 'NUMBER', visible: false }, name: { type: 'STRING', label: 'ãŠåå‰', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' }, validate: { notEmpty: true } }, name_read: { type: 'STRING', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;' }, label: 'ãŠåå‰ãµã‚ŠãŒãª' }, email: Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__assign"])({}, _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].email), { enableIf: function enableIf(row) { return !_services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__["$axAuthState"].isLoggedIn; } }), tel_primary: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].tel_primary, // tel_secondary: { label: '', type: 'STRING', validate: {notEmpty: true} }, // fax: { label: '', type: 'STRING', validate: {notEmpty: true} }, zip: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].zip, state: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].state, city: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].city, street: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].street, building: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].building, company: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].company, company_read: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].company_read, company_division: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"].company_division, created_at: { type: 'STRING', visible: false }, updated_at: { type: 'STRING', visible: false } }, onSubmitFunction: function onSubmitFunction(data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(void 0, void 0, void 0, function () { var e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 5,, 7]); if (!_services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__["$axAuthState"].isLoggedIn) return [3 /*break*/ , 4]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_7__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_8__["$AxE2AppHooks"].deliveryAddresses.add.BEFORE)]; case 1: _a.sent(); if (!data.id) { delete data.id; } return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: "/users/addresses/put", data: { query: { address: data } } })]; case 2: _a.sent(); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_7__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_8__["$AxE2AppHooks"].deliveryAddresses.add.AFTER)]; case 3: _a.sent(); _a.label = 4; case 4: return [3 /*break*/ , 7]; case 5: e_1 = _a.sent(); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_7__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_8__["$AxE2AppHooks"].deliveryAddresses.add.ERROR)]; case 6: _a.sent(); return [3 /*break*/ , 7]; case 7: // カートã«ã‚»ãƒƒãƒˆ _services_$cart__WEBPACK_IMPORTED_MODULE_9__["$cart"].deliveryAddresses = data; return [2 /*return*/ , data]; } }); }); }, onDeleteFunction: function onDeleteFunction(data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(void 0, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!_services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__["$axAuthState"].isLoggedIn) return [3 /*break*/ , 2]; return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: "/users/addresses/delete", data: { query: { 'address.id': data.id } } })]; case 1: res = _a.sent(); return [2 /*return*/ , res]; case 2: return [2 /*return*/ ]; } }); }); }, overrides: { findAll: deliveryAddressFindAll } }; /***/ }), /***/ "./src/models/index.ts": /*!*****************************!*\ !*** ./src/models/index.ts ***! \*****************************/ /*! exports provided: signup, deliveryAddresses, userProfile, cartAdditionalInputs, inquiry, passwordReset, passwordReset2 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _signup__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./signup */ "./src/models/signup.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "signup", function() { return _signup__WEBPACK_IMPORTED_MODULE_0__["signup"]; }); /* harmony import */ var _deliveryAddresses__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./deliveryAddresses */ "./src/models/deliveryAddresses.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "deliveryAddresses", function() { return _deliveryAddresses__WEBPACK_IMPORTED_MODULE_1__["deliveryAddresses"]; }); /* harmony import */ var _userProfile__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./userProfile */ "./src/models/userProfile.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "userProfile", function() { return _userProfile__WEBPACK_IMPORTED_MODULE_2__["userProfile"]; }); /* harmony import */ var _cartAdditionalInputs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./cartAdditionalInputs */ "./src/models/cartAdditionalInputs.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "cartAdditionalInputs", function() { return _cartAdditionalInputs__WEBPACK_IMPORTED_MODULE_3__["cartAdditionalInputs"]; }); /* harmony import */ var _inquiry__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./inquiry */ "./src/models/inquiry.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "inquiry", function() { return _inquiry__WEBPACK_IMPORTED_MODULE_4__["inquiry"]; }); /* harmony import */ var _passwordReset__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./passwordReset */ "./src/models/passwordReset.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "passwordReset", function() { return _passwordReset__WEBPACK_IMPORTED_MODULE_5__["passwordReset"]; }); /* harmony import */ var _passwordReset2__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./passwordReset2 */ "./src/models/passwordReset2.ts"); /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "passwordReset2", function() { return _passwordReset2__WEBPACK_IMPORTED_MODULE_6__["passwordReset2"]; }); /***/ }), /***/ "./src/models/inquiry.ts": /*!*******************************!*\ !*** ./src/models/inquiry.ts ***! \*******************************/ /*! exports provided: userColumns, executeContact, inquiry */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "userColumns", function() { return userColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "executeContact", function() { return executeContact; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "inquiry", function() { return inquiry; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../services/$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../services/$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); var userColumns = { email: { type: 'STRING', label: 'メールアドレス', validate: { notEmpty: true }, strictSelections: true, inputAttrs: { wrapperClass: 'col-12' } }, title: { type: 'STRING', label: 'ãŠå•ã„åˆã‚ã›ç¨®åˆ¥', inputAttrs: { wrapperClass: 'col-12' } }, body: { type: 'TEXT', label: 'ãŠå•ã„åˆã‚ã›å†…容', validate: { notEmpty: true }, strictSelections: true, inputAttrs: { wrapperClass: 'col-12', rows: 12 } } }; var executeContact = function executeContact(data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () { var res, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 3,, 4]); return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_1__["$axFrontendHelper"].request({ path: '/utility/sites/get', data: { query: {} } })]; case 1: res = _a.sent(); if (_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_3__["$appHook"].hasHook(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_4__["$AxE2AppHooks"].editInquiryMailBody)) { _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_3__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_4__["$AxE2AppHooks"].editInquiryMailBody, data, this); } if (res.result.fqdn == 'www.every-house.jp' || res.result.fqdn == 'cms2-housefoods3.demo.axcommerce-dev.jp' || res.result.fqdn == 'cms3-housefoods3.demo.axcommerce-dev.jp') { data["reply_to_header_to_manager"] = 'member@every-house.jp'; } else if (res.result.fqdn == 'api-sample1-housefoods.demo.axcommerce-dev.jp' || res.result.fqdn == 'cms2-housefoods.demo.axcommerce-dev.jp' || res.result.fqdn == 'cms3-housefoods.demo.axcommerce-dev.jp') { data["reply_to_header_to_manager"] = 'webstore@malony.co.jp'; } return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_1__["$axFrontendHelper"].request({ path: '/utility/inquiries/put', data: { query: { inquiry: data } } })]; case 2: _a.sent(); _services_$toast__WEBPACK_IMPORTED_MODULE_2__["$toast"].success('å•ã„åˆã‚ã›ã‚’é€ä¿¡æˆåŠŸã—ã¾ã—ãŸã€‚後日ã€å…¥åŠ›ã•ã‚ŒãŸãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã«æ‹…当者ã‹ã‚‰è¿”ä¿¡ã„ãŸã—ã¾ã™ã€‚'); if (_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_3__["$appHook"].hasHook(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_4__["$AxE2AppHooks"].contactSubmitAfter)) { _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_3__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_4__["$AxE2AppHooks"].contactSubmitAfter, null, this); } return [2 /*return*/ , true]; case 3: e_1 = _a.sent(); _services_$toast__WEBPACK_IMPORTED_MODULE_2__["$toast"].error('エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚å†åº¦ãŠè©¦ã—ãã ã•ã„。'); return [2 /*return*/ , false]; case 4: return [2 /*return*/ ]; } }); }); }; var inquiry = { tableName: 'inquiry', tableLabel: 'ãŠå•ã„åˆã‚ã›', defaultSort: { key: 'createdAt', order: 'desc' }, timestamps: false, columns: userColumns, onSubmitFunction: executeContact }; /***/ }), /***/ "./src/models/passwordReset.ts": /*!*************************************!*\ !*** ./src/models/passwordReset.ts ***! \*************************************/ /*! exports provided: userColumns, executeRequestPasswordReset, passwordReset */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "userColumns", function() { return userColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "executeRequestPasswordReset", function() { return executeRequestPasswordReset; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "passwordReset", function() { return passwordReset; }); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.string.pad-start.js */ "./node_modules/core-js/modules/es.string.pad-start.js"); /* harmony import */ var core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../services/$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _userColumns__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./_userColumns */ "./src/models/_userColumns.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../services/$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); var userColumns = { email: { type: 'STRING', label: 'メールアドレス', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'email' }, validate: { notEmpty: true }, strictSelections: true, enableIf: function enableIf(row) { return !row.token; } }, useBirthday: { type: 'BOOLEAN', visible: false }, birthday_y: { type: 'STRING', label: '生年月日 (å¹´)', strictSelections: true, selections: function selections() { var yearCounts = 110; var years = []; var currentYear = new Date().getFullYear(); for (var i = 0; yearCounts > i; i++) { years.push(currentYear - (yearCounts - i)); } return years; }, default_select_scroll_to_value: 2000, enableIf: function enableIf(row) { return !row.token && row.useBirthday; } }, birthday_m: { type: 'STRING', label: '生年月日 (月)', strictSelections: true, selections: function selections() { return [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]; }, enableIf: function enableIf(row) { return !row.token && row.useBirthday; } }, birthday_d: { type: 'STRING', label: '生年月日 (æ—¥)', strictSelections: true, selections: function selections() { var counts = 31; var days = []; for (var i = 1; counts >= i; i++) { days.push(i); } return days; }, enableIf: function enableIf(row) { return !row.token && row.useBirthday; } }, token: { type: 'STRING', visible: false }, password: { type: 'STRING', label: 'パスワード', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'password' }, validate: { notEmpty: true, passwordValidator: _userColumns__WEBPACK_IMPORTED_MODULE_7__["passwordValidator"] }, enableIf: function enableIf(row) { return !!row.token; } // inputHelpText: 'åŠè§’英数をå«ã‚€8æ–‡å—以上30æ–‡å—以下ã§ã”入力ãã ã•ã„' }, password_confirm: { type: 'STRING', label: 'パスワード (確èª)', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'password' }, validate: { notEmpty: true, passwordValidator: _userColumns__WEBPACK_IMPORTED_MODULE_7__["passwordValidator"], sameWithPassword: function sameWithPassword(value, col, modelName, record) { // パスワードåŒã˜ã‹ã©ã†ã‹ if (value && value !== record.password) { return '確èªãƒ‘スワードãŒåˆè‡´ã—ã¾ã›ã‚“'; } return false; } }, enableIf: function enableIf(row) { return !!row.token; } } }; var executeRequestPasswordReset = function executeRequestPasswordReset(data, useDefaultMessage) { if (useDefaultMessage === void 0) { useDefaultMessage = true; } return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__awaiter"])(void 0, void 0, void 0, function () { var isRequestToken, user, _a, _b, key, e_1; var e_2, _c; return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__generator"])(this, function (_d) { switch (_d.label) { case 0: _d.trys.push([0, 2,, 6]); isRequestToken = !!data.token; if (isRequestToken) { user = {}; try { for (_a = Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__values"])(Object.keys(data)), _b = _a.next(); !_b.done; _b = _a.next()) { key = _b.value; // token以外ã¯userã®ã‚ªãƒ–ジェクトã®ä¸ã«ã„れる if (key !== 'token') { user[key] = data[key]; delete data[key]; } } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (_b && !_b.done && (_c = _a.return)) _c.call(_a); } finally { if (e_2) throw e_2.error; } } delete data['password_confirm']; data.user = user; } else { data.user = { email: data.email }; if (data.useBirthday) { data.user.birthday = data.birthday_y + "-" + data.birthday_m.toString().padStart(2, '0') + "-" + data.birthday_d.toString().padStart(2, '0'); } } return [4 /*yield*/ , _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_5__["$axAuthState"].passwordReset(data)]; case 1: _d.sent(); if (useDefaultMessage) { if (isRequestToken) { _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].success('パスワードã®å†è¨å®šã«æˆåŠŸã„ãŸã—ã¾ã—ãŸã€‚'); } else { _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].success('パスワードå†è¨å®šãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡ã—ã¾ã—ãŸã€‚メールをã”確èªãã ã•ã„'); } if (_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_8__["$appHook"].hasHook(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_9__["$AxE2AppHooks"].passwordResetAfter)) { _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_8__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_9__["$AxE2AppHooks"].passwordResetAfter, null, this); } } return [2 /*return*/ , true]; case 2: e_1 = _d.sent(); if (!_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_8__["$appHook"].hasHook(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_9__["$AxE2AppHooks"].passwordReset.ERROR)) return [3 /*break*/ , 4]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_8__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_9__["$AxE2AppHooks"].passwordReset.ERROR, e_1)]; case 3: _d.sent(); return [3 /*break*/ , 5]; case 4: _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].error('エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚å†åº¦ãŠè©¦ã—ãã ã•ã„。'); _d.label = 5; case 5: return [2 /*return*/ , false]; case 6: return [2 /*return*/ ]; } }); }); }; var passwordReset = { tableName: 'password', tableLabel: 'パスワードå†è¨å®š', defaultSort: { key: 'createdAt', order: 'desc' }, timestamps: false, columns: userColumns, onSubmitFunction: executeRequestPasswordReset }; /***/ }), /***/ "./src/models/passwordReset2.ts": /*!**************************************!*\ !*** ./src/models/passwordReset2.ts ***! \**************************************/ /*! exports provided: telValidator, userColumns, executeRequestPasswordReset, passwordReset2 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "telValidator", function() { return telValidator; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "userColumns", function() { return userColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "executeRequestPasswordReset", function() { return executeRequestPasswordReset; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "passwordReset2", function() { return passwordReset2; }); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../services/$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _userColumns__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./_userColumns */ "./src/models/_userColumns.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); var telValidator = function telValidator(value) { if (value.length != 10 && value.length != 11) { return '10æ¡ã¾ãŸã¯11æ¡ã§ã”入力ãã ã•ã„。'; } return; }; var userColumns = { email: { type: 'STRING', label: 'メールアドレス', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'email' }, validate: { notEmpty: true }, strictSelections: true, enableIf: function enableIf(row) { return !row.token; } }, tel_primary: { type: 'STRING', label: '電話番å·', validate: { notEmpty: true, chkTelPrimary1: function chkTelPrimary1(value, col, modelName, record) { if (value && value.indexOf('-') != -1) { return 'ãƒã‚¤ãƒ•ãƒ³ç„¡ã—ã®åŠè§’ã§å…¥åŠ›ã—ã¦ãã ã•ã„'; } return false; }, chkTelPrimary2: function chkTelPrimary2(value, col, modelName, record) { if (value && isNaN(value)) { return '電話番å·ã®å½¢å¼ãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“'; } return false; }, isInt: true, telValidator: telValidator }, inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', class: 'text-left' }, "inputHelpText": "ãƒã‚¤ãƒ•ãƒ³ç„¡ã—ã®åŠè§’ã§å…¥åŠ›ã—ã¦ãã ã•ã„", enableIf: function enableIf(row) { return !row.token; } }, token: { type: 'STRING', visible: false }, password: { type: 'STRING', label: 'パスワード', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'password' }, validate: { notEmpty: true, passwordValidator: _userColumns__WEBPACK_IMPORTED_MODULE_4__["passwordValidator"] }, enableIf: function enableIf(row) { return !!row.token; } // inputHelpText: 'åŠè§’英数をå«ã‚€8æ–‡å—以上30æ–‡å—以下ã§ã”入力ãã ã•ã„' }, password_confirm: { type: 'STRING', label: 'パスワード (確èª)', inputAttrs: { wrapperClass: 'col-12', style: 'max-width: 280px;', type: 'password' }, validate: { notEmpty: true, passwordValidator: _userColumns__WEBPACK_IMPORTED_MODULE_4__["passwordValidator"], sameWithPassword: function sameWithPassword(value, col, modelName, record) { // パスワードåŒã˜ã‹ã©ã†ã‹ if (value && value !== record.password) { return '確èªãƒ‘スワードãŒåˆè‡´ã—ã¾ã›ã‚“'; } return false; } }, enableIf: function enableIf(row) { return !!row.token; } } }; var executeRequestPasswordReset = function executeRequestPasswordReset(data, useDefaultMessage) { if (useDefaultMessage === void 0) { useDefaultMessage = true; } return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { var isRequestToken, user, _a, _b, key, e_1; var e_2, _c; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_d) { switch (_d.label) { case 0: _d.trys.push([0, 2,, 6]); isRequestToken = !!data.token; if (isRequestToken) { user = {}; try { for (_a = Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__values"])(Object.keys(data)), _b = _a.next(); !_b.done; _b = _a.next()) { key = _b.value; // token以外ã¯userã®ã‚ªãƒ–ジェクトã®ä¸ã«ã„れる if (key !== 'token') { user[key] = data[key]; delete data[key]; } } } catch (e_2_1) { e_2 = { error: e_2_1 }; } finally { try { if (_b && !_b.done && (_c = _a.return)) _c.call(_a); } finally { if (e_2) throw e_2.error; } } delete data['password_confirm']; data.user = user; } else { data.user = { email: data.email, tel_primary: data.tel_primary }; } return [4 /*yield*/ , _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_2__["$axAuthState"].passwordReset(data)]; case 1: _d.sent(); if (useDefaultMessage) { if (isRequestToken) { _services_$toast__WEBPACK_IMPORTED_MODULE_3__["$toast"].success('パスワードã®å†è¨å®šã«æˆåŠŸã„ãŸã—ã¾ã—ãŸã€‚'); } else { _services_$toast__WEBPACK_IMPORTED_MODULE_3__["$toast"].success('パスワードå†è¨å®šãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡ã—ã¾ã—ãŸã€‚メールをã”確èªãã ã•ã„'); } if (_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].hasHook(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].passwordResetAfter)) { _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].passwordResetAfter, null, this); } } return [2 /*return*/ , true]; case 2: e_1 = _d.sent(); if (!_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].hasHook(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].passwordReset.ERROR)) return [3 /*break*/ , 4]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_services_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].passwordReset.ERROR, e_1)]; case 3: _d.sent(); return [3 /*break*/ , 5]; case 4: _services_$toast__WEBPACK_IMPORTED_MODULE_3__["$toast"].error('エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚å†åº¦ãŠè©¦ã—ãã ã•ã„。'); _d.label = 5; case 5: return [2 /*return*/ , false]; case 6: return [2 /*return*/ ]; } }); }); }; var passwordReset2 = { tableName: 'password', tableLabel: 'パスワードå†è¨å®š2', defaultSort: { key: 'createdAt', order: 'desc' }, timestamps: false, columns: userColumns, onSubmitFunction: executeRequestPasswordReset }; /***/ }), /***/ "./src/models/signup.ts": /*!******************************!*\ !*** ./src/models/signup.ts ***! \******************************/ /*! exports provided: isValidZipCode, axUserColumns, formatUserDataForSave, formatUserDataForAxRequest, executeSignUp, signup */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "isValidZipCode", function() { return isValidZipCode; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "axUserColumns", function() { return axUserColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formatUserDataForSave", function() { return formatUserDataForSave; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "formatUserDataForAxRequest", function() { return formatUserDataForAxRequest; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "executeSignUp", function() { return executeSignUp; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "signup", function() { return signup; }); /* harmony import */ var core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.string.pad-start.js */ "./node_modules/core-js/modules/es.string.pad-start.js"); /* harmony import */ var core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_pad_start_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../services/$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var _userColumns__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./_userColumns */ "./src/models/_userColumns.ts"); var isValidZipCode = function isValidZipCode(value) { return /^\d+$/.test(value) === true && value.length === 7; }; var axUserColumns = ['id', 'name', 'name_read', 'email', 'password', 'gender', 'birthday', 'tel_primary', 'tel_secondary', 'fax', 'zip', 'country', 'state', 'city', 'street', 'building', 'company', 'company_read', 'company_division', 'company_position', 'accept_makerepeater_mail', 'custom']; var formatUserDataForSave = function formatUserDataForSave(data) { var hasValidBirthday = data.birthday_y && data.birthday_m && data.birthday_d; if (hasValidBirthday) { data.birthday = data.birthday_y + "-" + data.birthday_m.toString().padStart(2, '0') + "-" + data.birthday_d.toString().padStart(2, '0'); } return data; }; var formatUserDataForAxRequest = function formatUserDataForAxRequest(data) { data = formatUserDataForSave(data); data = _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].cleanupObjectForRequest(data, axUserColumns); return data; }; var executeSignUp = function executeSignUp(data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(void 0, void 0, void 0, function () { var res, e_1; var _a, _b, _c, _d; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_e) { switch (_e.label) { case 0: // cleanup data to avoid putting other fields data = formatUserDataForAxRequest(data); if (window.AxEConfigSiteName === 'ercuis_raynaud') { if (data.custom == null) { data.custom = {}; } data.custom.gender = data.gender; if (data.birthday != null) { data.custom.birthday = data.birthday; } } _e.label = 1; case 1: _e.trys.push([1, 3,, 4]); return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_6__["axApiPaths"].users.create, data: { query: { user: data, request_access_token: true } } })]; case 2: res = _e.sent(); _services_$toast__WEBPACK_IMPORTED_MODULE_5__["$toast"].success('会員登録ãŒå®Œäº†ã—ã¾ã—ãŸ'); return [2 /*return*/ , true]; case 3: e_1 = _e.sent(); console.error(e_1); if (window.AxEConfigSiteName == 'vox' && ((_d = (_c = JSON.parse((_b = (_a = e_1 === null || e_1 === void 0 ? void 0 : e_1.response) === null || _a === void 0 ? void 0 : _a.data) === null || _b === void 0 ? void 0 : _b.message)) === null || _c === void 0 ? void 0 : _c.errors[0]) === null || _d === void 0 ? void 0 : _d.code) == '007-003') { _services_$toast__WEBPACK_IMPORTED_MODULE_5__["$toast"].error('会員登録ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚入力ã•ã‚ŒãŸãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯æ—¢ã«ä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚'); } else { _services_$toast__WEBPACK_IMPORTED_MODULE_5__["$toast"].error('会員登録ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã”入力ã„ãŸã ã„ãŸå†…容をã”確èªä¸‹ã•ã„。'); } return [2 /*return*/ , false]; case 4: return [2 /*return*/ , data]; } }); }); }; var signup = { tableName: 'signup', tableLabel: 'æ–°è¦ä¼šå“¡ç™»éŒ²', defaultSort: { key: 'createdAt', order: 'desc' }, columns: _userColumns__WEBPACK_IMPORTED_MODULE_7__["userColumns"], timestamps: false, onSubmitFunction: executeSignUp }; /***/ }), /***/ "./src/models/userProfile.ts": /*!***********************************!*\ !*** ./src/models/userProfile.ts ***! \***********************************/ /*! exports provided: makeColumns, userProfileFields, getCurrentUserProfileData, userProfile */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "makeColumns", function() { return makeColumns; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "userProfileFields", function() { return userProfileFields; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "getCurrentUserProfileData", function() { return getCurrentUserProfileData; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "userProfile", function() { return userProfile; }); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/web.dom-collections.for-each.js */ "./node_modules/core-js/modules/web.dom-collections.for-each.js"); /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.array.includes.js */ "./node_modules/core-js/modules/es.array.includes.js"); /* harmony import */ var core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_includes_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @/services/$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! @/services/$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! @/services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var _signup__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./signup */ "./src/models/signup.ts"); /* harmony import */ var _userColumns__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./_userColumns */ "./src/models/_userColumns.ts"); function makeColumns() { var except = ['id']; var columns = {}; try { Object.keys(_userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"]).forEach(function (key) { if (except.includes(key)) { return; } columns[key] = _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"][key]; }); } catch (e) { console.log({ userColumns: _userColumns__WEBPACK_IMPORTED_MODULE_10__["userColumns"] }); console.error(e); } return columns; } var userProfileColumns = makeColumns(); function userProfileFields() { var fields = _signup__WEBPACK_IMPORTED_MODULE_9__["axUserColumns"].map(function (col) { return "user." + col; }); // Columnsã¨å¯¾å¿œã—ã¦ã„ãªã„ã‚«ãƒ©ãƒ ã‚’è¿½åŠ // fields.push(`user.birthday`) // fields.push(`user.email`) return fields; } var getCurrentUserProfileData = function getCurrentUserProfileData() { return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__awaiter"])(void 0, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_6__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_8__["axApiPaths"].users.get, data: { request: { fields: userProfileFields() } } })]; case 1: res = _a.sent(); return [2 /*return*/ , res.result.user]; } }); }); }; var userProfile = { tableName: 'userProfile', tableLabel: 'プãƒãƒ•ã‚£ãƒ¼ãƒ«å¤‰æ›´', defaultSort: { key: 'createdAt', order: 'desc' }, timestamps: false, deletable: false, columns: userProfileColumns, onSubmitFunction: function onSubmitFunction(data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__awaiter"])(void 0, void 0, void 0, function () { var passwordData, request, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 6,, 7]); if (!_services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_5__["$axAuthState"].isLoggedIn) return [3 /*break*/ , 5]; passwordData = { new_password: data.password }; if (data.shouldChangePassword) { // é€ã‚‹ã¨ã‚¨ãƒ©ãƒ¼ã«ãªã‚‹ãŸã‚ä¸€æ—¦é€€é¿ delete data.password; } request = Object(_signup__WEBPACK_IMPORTED_MODULE_9__["formatUserDataForAxRequest"])(data); if (window.AxEConfigSiteName == 'asaoka') { delete request["gender"]; } return [4 /*yield*/ , _services_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_6__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_8__["axApiPaths"].users.put, data: { query: { user: request } } }) // パスワード変更ãŒãƒã‚§ãƒƒã‚¯ã•ã‚Œã¦ã„ãŸå ´åˆã¯åˆ¥é€”パスワード変更を呼㶠]; case 1: _a.sent(); if (!data.shouldChangePassword) return [3 /*break*/ , 4]; return [4 /*yield*/ , _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_5__["$axAuthState"].changePassword(passwordData)]; case 2: _a.sent(); // Axå´ã§ãƒˆãƒ¼ã‚¯ãƒ³ãŒãƒªãƒ•ãƒ¬ãƒƒã‚·ãƒ¥ã•ã‚Œã¦ç„¡åŠ¹åŒ–ã•ã‚Œã‚‹ãŸã‚ã€ã‚µã‚¤ãƒ¬ãƒ³ãƒˆãƒã‚°ã‚¤ãƒ³ã—ã¦ãŠã return [4 /*yield*/ , _services_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_5__["$axAuthState"].signIn({ email: data.email, password: passwordData.new_password }, 'emailAndPassword', false)]; case 3: // Axå´ã§ãƒˆãƒ¼ã‚¯ãƒ³ãŒãƒªãƒ•ãƒ¬ãƒƒã‚·ãƒ¥ã•ã‚Œã¦ç„¡åŠ¹åŒ–ã•ã‚Œã‚‹ãŸã‚ã€ã‚µã‚¤ãƒ¬ãƒ³ãƒˆãƒã‚°ã‚¤ãƒ³ã—ã¦ãŠã _a.sent(); _a.label = 4; case 4: _services_$toast__WEBPACK_IMPORTED_MODULE_7__["$toast"].success('プãƒãƒ•ã‚£ãƒ¼ãƒ«å¤‰æ›´ãŒå®Œäº†ã—ã¾ã—ãŸ'); _a.label = 5; case 5: return [3 /*break*/ , 7]; case 6: e_1 = _a.sent(); console.error(e_1); _services_$toast__WEBPACK_IMPORTED_MODULE_7__["$toast"].error('プãƒãƒ•ã‚£ãƒ¼ãƒ«å¤‰æ›´ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã”入力ã„ãŸã ã„ãŸå†…容をã”確èªä¸‹ã•ã„。'); return [3 /*break*/ , 7]; case 7: return [2 /*return*/ ]; } }); }); } }; /***/ }), /***/ "./src/services/$AxE2.ts": /*!*******************************!*\ !*** ./src/services/$AxE2.ts ***! \*******************************/ /*! exports provided: AxE2, $AxE2 */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxE2", function() { return AxE2; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$AxE2", function() { return $AxE2; }); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.values.js */ "./node_modules/core-js/modules/es.object.values.js"); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _$AxE2Loader__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./$AxE2Loader */ "./src/services/$AxE2Loader.ts"); /* harmony import */ var _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./$AxE2Config */ "./src/services/$AxE2Config.ts"); /* harmony import */ var _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _$cart__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./$cart */ "./src/services/$cart.ts"); /* harmony import */ var _$urlHelper__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./$urlHelper */ "./src/services/$urlHelper.ts"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); /* harmony import */ var _$toast__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! ./$toast */ "./src/services/$toast.ts"); /** * Main hander of AxE2, ユーザã‹ã‚‰Kickã•ã‚Œã‚‹ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã¯åŸºæœ¬çš„ã«ã¯ã“ã®ä¸ã«å…¥ã£ã¦ã„ã‚‹ */ var AxE2 = /** @class */ function () { function AxE2() { this.$loader = _$AxE2Loader__WEBPACK_IMPORTED_MODULE_3__["$AxE2Loader"]; this.$config = _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__["$AxE2Config"]; this.$api = _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_5__["$axFrontendHelper"]; this.hooks = _$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"]; this.$appHook = _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_7__["$appHook"]; this.$auth = _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_8__["$axAuthState"]; this.$cart = _$cart__WEBPACK_IMPORTED_MODULE_9__["$cart"]; this.$urlHelper = _$urlHelper__WEBPACK_IMPORTED_MODULE_10__["$urlHelper"]; this.$errorReporter = _$errorReporter__WEBPACK_IMPORTED_MODULE_11__["$errorReporter"]; this.$toast = _$toast__WEBPACK_IMPORTED_MODULE_12__["$toast"]; } Object.defineProperty(AxE2.prototype, "isLoggedIn", { /** * ãƒã‚°ã‚¤ãƒ³åˆ¤åˆ¥ã‚’実施, localStorageã«TokenãŒã‚ã‚Œã°ã€auth状態ã§ã‚ã‚‹ã¨åˆ¤å®šã—ã¦ã„る。 */ get: function get() { var _a; return !!((_a = this.$auth.auth) === null || _a === void 0 ? void 0 : _a.access_token); }, enumerable: false, configurable: true }); /** * Vueã®ãƒ¬ãƒ³ãƒ€ãƒªãƒ³ã‚°çŠ¶æ…‹ã‚’Refreshã™ã‚‹ */ AxE2.prototype.$forceUpdate = function () { this.$loader.mainVueInstance.$forceUpdate(); }; /** * Vueã®ãƒ¬ãƒ³ãƒ€ãƒªãƒ³ã‚°çŠ¶æ…‹ã‚’Refreshã™ã‚‹ for all */ AxE2.prototype.$forceUpdateAll = function () { Object.values(this.$loader.loadedVueInstances).map(function (vm) { return vm.$forceUpdate(); }); }; return AxE2; }(); var $AxE2 = vue__WEBPACK_IMPORTED_MODULE_2__["default"].observable(new AxE2()); /***/ }), /***/ "./src/services/$AxE2AppHooks.ts": /*!***************************************!*\ !*** ./src/services/$AxE2AppHooks.ts ***! \***************************************/ /*! exports provided: $AxE2AppHooks */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$AxE2AppHooks", function() { return $AxE2AppHooks; }); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _$toast__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./$toast */ "./src/services/$toast.ts"); var hookPref = '$AxE2.'; var axe2Hooks = function axe2Hooks(actionName) { return Object(_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_0__["genHookSet"])(hookPref + actionName); }; var $AxE2AppHooks = { /** * window.$AxE2.$hooks. */ signIn: axe2Hooks('signIn'), signInRequired: hookPref + 'signInRequired', signOut: axe2Hooks('signOut'), signUp: axe2Hooks('signUp'), passwordReset: axe2Hooks('passwordReset'), cart: { add: axe2Hooks('cart.add'), delete: { AFTER: hookPref + 'cart.delete.AFTER' }, commitOrder: axe2Hooks('commitOrder') }, deliveryAddresses: { add: axe2Hooks('deliveryAddresses.add'), edit: axe2Hooks('deliveryAddresses.edit'), delete: axe2Hooks('deliveryAddresses.delete') }, creditCards: { add: axe2Hooks('creditCards.add'), delete: axe2Hooks('creditCards.delete') }, userProfile: { put: axe2Hooks('user.put') }, user: { leave: axe2Hooks('user.leave') }, notify: { arrival_items: { add: axe2Hooks('notify.arrival_items.add') } }, jsonItems: { loadItemJson: hookPref + 'jsonItems.loadItemJson', itemJsonLoaded: hookPref + 'jsonItems.itemJsonLoaded', initializeFiltersOnPageLoad: hookPref + 'jsonItems.initializeFiltersOnPageLoad', jsonItemListComponent: hookPref + 'jsonItems.jsonItemListComponent' }, components: { UserCreditCards: hookPref + 'UserCreditCards.component', GMOPGCreditCardAddNew: { beforeForm: hookPref + 'GMOPGCreditCardAddNew.beforeForm.component', beforeSubmit: hookPref + 'GMOPGCreditCardAddNew.beforeSubmit.component', afterForm: hookPref + 'GMOPGCreditCardAddNew.afterForm.component' }, CartPaymentInput: { before: hookPref + 'CartPaymentInput.beforeForm.component', beforeSubmit: hookPref + 'CartPaymentInput.beforeSubmit.component', after: hookPref + 'CartPaymentInput.afterForm.component' }, UserOrderHistories: { item: { itemListAfter: hookPref + 'UserOrderHistories.item.itemListAfter.component', after: hookPref + 'UserOrderHistories.item.after.component' } } }, asynMovePageBefore: hookPref + 'asynMovePageBefore', passwordResetAfter: hookPref + 'passwordResetAfter', contactSubmitAfter: hookPref + 'contactSubmitAfter', editInquiryMailBody: hookPref + 'editInquiryMailBody', signinLock: hookPref + 'signinLock' }; /** * ãƒã‚°ã‚¢ã‚¦ãƒˆHooks */ _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_0__["$appHook"].registerHook($AxE2AppHooks.signOut.BEFORE, null, function () { if (window.confirm('ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¾ã™ã€‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ') === false) { throw new Error('signOut cancelled'); } }); _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_0__["$appHook"].registerHook($AxE2AppHooks.signOut.AFTER, null, function () { _$toast__WEBPACK_IMPORTED_MODULE_1__["$toast"].success('ãƒã‚°ã‚¢ã‚¦ãƒˆã—ã¾ã—ãŸã€‚'); // setTimeout(() => window.location.reload(), 800) }); /** * カートã¸è¿½åŠ Hook */ _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_0__["$appHook"].registerHook($AxE2AppHooks.cart.add.AFTER, null, function (currentValue, callerContext, args) { console.log("$appHook.registerHook($AxE2AppHooks.cart.add.AFTER, null, (currentValue, callerContext, args) => {", { currentValue: currentValue, callerContext: callerContext, args: args }); _$toast__WEBPACK_IMPORTED_MODULE_1__["$toast"].success('カートã¸è¿½åŠ ã—ã¾ã—ãŸã€‚'); }); _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_0__["$appHook"].registerHook($AxE2AppHooks.cart.add.ERROR, null, function (currentValue, callerContext, args) { _$toast__WEBPACK_IMPORTED_MODULE_1__["$toast"].error('カートã¸è¿½åŠ ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚'); }); /***/ }), /***/ "./src/services/$AxE2Config.ts": /*!*************************************!*\ !*** ./src/services/$AxE2Config.ts ***! \*************************************/ /*! exports provided: AxE2Config, $AxE2Config */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxE2Config", function() { return AxE2Config; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$AxE2Config", function() { return $AxE2Config; }); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _$models__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./$models */ "./src/services/$models.ts"); /* harmony import */ var _deepMerge__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./deepMerge */ "./src/services/deepMerge.ts"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /** * Config object * TODO: load from env */ var config = { api: { baseUrl: "https://rnv0y56rc3.execute-api.ap-northeast-1.amazonaws.com/staging" || false, axApiProxyPath: '/axApiProxyRequest' }, ax: { site_id: window.AxEConfigSiteName == 'ercuis_raynaud' ? 4 : Number(1) || 1 } }; /** * AxE2用ã®è¨å®šã‚’ä¿æŒã™ã‚‹Class */ var AxE2Config = /** @class */ function () { function AxE2Config() { var _this = this; this.api = config.api; this.ax = { site_id: config.ax.site_id, // @ts-ignore site_name: window.AxEConfigSiteName || 'malony' // TODO // card_payment_profile_id: }; this.featureConfig = { useCodeCoupon: true, useBirthdayIntoPasswordReminder: false }; this.jsonItems = { allItemHtmlPath: '/allItems/' }; this.$models = _$models__WEBPACK_IMPORTED_MODULE_4__["$models"]; window.addEventListener('$AxE2.scriptLoaded', function () { _this.mergeConfigWithLoadedWindowObject(); }); } AxE2Config.prototype.mergeConfigWithLoadedWindowObject = function () { // @ts-ignore var featureConfig = Object.assign({}, this.featureConfig, window.AxEFeatureConfig || {}); vue__WEBPACK_IMPORTED_MODULE_6__["default"].set(this, 'featureConfig', featureConfig); }; /** * フォーム関連ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰å®šç¾©ã‚’è¿½åŠ * @param modelName - モデルå, 'signup' ãªã© * @param colName - フィールドå, 'email' ãªã© * @param colDef - フィールド定義 */ AxE2Config.prototype.addColumn = function (modelName, colName, colDef) { this.$models[modelName].columns[colName] = colDef; }; /** * フォーム関連ã®ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰å®šç¾©ã®å±žæ€§ã‚’æ›´æ–° * @param modelName - モデルå, 'signup' ãªã© * @param colName - フィールドå, 'email' ãªã© * @param colDefPartial - フィールド定義 */ AxE2Config.prototype.modifyColumn = function (modelName, colName, colDefPartial) { this.$models[modelName].columns[colName] = Object(_deepMerge__WEBPACK_IMPORTED_MODULE_5__["deepMerge"])(this.$models[modelName].columns[colName], colDefPartial); }; /** * フィールド定義を削除 * @param modelName - モデルå, 'signup' ãªã© * @param colName - フィールドå, 'email' ãªã© */ AxE2Config.prototype.removeColumn = function (modelName, colName) { delete this.$models[modelName].columns[colName]; }; /** * フィールド定義を * @param modelName * @param colOrders */ AxE2Config.prototype.sortColumns = function (modelName, colOrders) { var _this = this; var _a; if ((_a = this.$models[modelName]) === null || _a === void 0 ? void 0 : _a.columns) { var afterColumns_1 = {}; var colNames = Object.keys(this.$models[modelName].columns); colOrders.map(function (colName) { if (_this.$models[modelName].columns[colName]) { afterColumns_1[colName] = _this.$models[modelName].columns[colName]; } }); colNames.filter(function (colName) { return colOrders.indexOf(colName) === -1; }).map(function (colName) { afterColumns_1[colName] = _this.$models[modelName].columns[colName]; }); this.$models[modelName].columns = afterColumns_1; } }; return AxE2Config; }(); /** * Singletonã®$AxE2Config * "window.$AxE2Config" ã§ã‚¢ã‚¯ã‚»ã‚¹å¯èƒ½ã€‚ã‚‚ã—ãã¯, Vueコンãƒãƒ¼ãƒãƒ³ãƒˆå†…ã§ã¯ this.$AxE2Config ã§ã‚¢ã‚¯ã‚»ã‚¹å¯èƒ½ã€‚ * AxE2ã®åˆæœŸåŒ–後ã«è¨å®šã‚’変更ã™ã‚‹ã“ã¨ã§ã€ãƒ•ã‚©ãƒ¼ãƒ フィールドや接続先ã®è¨å®šã®å¤‰æ›´ãŒå¯èƒ½ * - 例) サインアップ時ã«ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã‚’付与: `window.$AxE2Config.addColumn('signup', 'foo', {type: 'STRING', label: 'フー'})` * - 例) 利用ã—ãªã„フィールドを削除: `window.$AxE2Config.removeColumn('signup', 'company')` */ var $AxE2Config = new AxE2Config(); // @ts-ignore window.$AxE2Config = $AxE2Config; /***/ }), /***/ "./src/services/$AxE2Loader.ts": /*!*************************************!*\ !*** ./src/services/$AxE2Loader.ts ***! \*************************************/ /*! exports provided: AxE2Loader, $AxE2Loader */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxE2Loader", function() { return AxE2Loader; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$AxE2Loader", function() { return $AxE2Loader; }); /* harmony import */ var core_js_modules_es_string_starts_with_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.string.starts-with.js */ "./node_modules/core-js/modules/es.string.starts-with.js"); /* harmony import */ var core_js_modules_es_string_starts_with_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_starts_with_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.function.name.js */ "./node_modules/core-js/modules/es.function.name.js"); /* harmony import */ var core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_function_name_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.string.replace.js */ "./node_modules/core-js/modules/es.string.replace.js"); /* harmony import */ var core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_replace_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _deepMerge__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./deepMerge */ "./src/services/deepMerge.ts"); var defaultSelector = '.AxE-V-Component'; var AxE2BaseComponent = { data: function data() { return {}; }, mounted: function mounted() { var _this = this; setTimeout(function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__awaiter"])(_this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_6__["$appHook"].callHooks('AxE2.AxE2BaseComponent.mounted.AFTER')]; case 1: _a.sent(); return [2 /*return*/ ]; } }); }); }, 10); } }; /** * HTMLã«åŸ‹ã‚è¾¼ã¾ã‚ŒãŸVueçš„Componentã‚’åˆæœŸåŒ–ã™ã‚‹ * 例: <div class="AxE-V-Component" data-component-name="universalComponent" :propName="something"> * HTMLã¸ã‚¢ãƒ—リケーションをLoadã™ã‚‹ãŸã‚ã®Class * 基本的ã«ã¯ window.load() イベントã«ã¦ç™ºç« */ var AxE2Loader = /** @class */ function () { function AxE2Loader(_a) { var _b = _a === void 0 ? {} : _a, targetElementSelector = _b.targetElementSelector; this.loadedVueInstances = []; this.targetElementSelector = targetElementSelector || defaultSelector; } AxE2Loader.prototype.load = function () { var $vueableElements = window.document.querySelectorAll(this.targetElementSelector); for (var i = 0; $vueableElements.length > i; i++) { var $elem = $vueableElements[i]; this.loadToHtmlElement($elem); } }; /** * Elementを利用ã—ã¦ã€vue化ã™ã‚‹ * 外部JSã‹ã‚‰Kickã—ã¦OK。 * 例: WordPressã‹ã‚‰å‡ºã•ã‚ŒãŸHTMLをアプリケーションã®éƒ¨å“化ã—ãŸã„å ´åˆ * @param $elem */ AxE2Loader.prototype.loadToHtmlElement = function ($elem) { var attrs = $elem.attributes; var props = {}; for (var i2 = 0, len = attrs.length; i2 < len; i2++) { if (attrs[i2].name.startsWith(':')) { var key = attrs[i2].name.replace(/^:/, ''); // <div class="AxE-V-Component" :propName="something"> を評価ã™ã‚‹ try { eval("props[key] = " + attrs[i2].value); } catch (e) { props[key] = attrs[i2].value; } } } var componentDefinition = AxE2BaseComponent; // console.log(`props:`, props) var _data = Object(_deepMerge__WEBPACK_IMPORTED_MODULE_7__["deepMerge"])(componentDefinition.data() || {}, props); var data = function data() { return _data; }; var vueInstance = new vue__WEBPACK_IMPORTED_MODULE_5__["default"](Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_4__["__assign"])({ el: $elem }, componentDefinition), { data: data, template: "<div class=\"" + $elem.className + "\" id=\"" + ($elem.id || '') + "\">" + $elem.innerHTML + "</div>" })); this.loadedVueInstances.push(vueInstance); // @ts-ignore if (!window.$AxE2VueInstance) { this.mainVueInstance = vueInstance; // @ts-ignore window.$AxE2VueInstance = vueInstance; window.$nuxt = vueInstance; // CORE workaround window.$nuxt.$root = vueInstance; // CORE workaround } }; return AxE2Loader; }(); var $AxE2Loader = new AxE2Loader(); /***/ }), /***/ "./src/services/$axAuthStateManager.ts": /*!*********************************************!*\ !*** ./src/services/$axAuthStateManager.ts ***! \*********************************************/ /*! exports provided: AxAuthStateManager, $axAuthState */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxAuthStateManager", function() { return AxAuthStateManager; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$axAuthState", function() { return $axAuthState; }); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _$lsCache__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./$lsCache */ "./src/services/$lsCache.ts"); /* harmony import */ var _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _$cart__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./$cart */ "./src/services/$cart.ts"); /* harmony import */ var _models_userProfile__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ../models/userProfile */ "./src/models/userProfile.ts"); var axTokenLocalStorageKey = 'AxE2-AuthTokenLocalStorageKey'; var loggedInInThePastLocalStorageKey = 'AxE2-loggedInInThePast'; var axSignInStrategies = { emailAndPassword: function emailAndPassword(_a) { var email = _a.email, password = _a.password; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(void 0, void 0, void 0, function () { var result; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_b) { switch (_b.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].auth.users.authorize, data: { query: { user: { email: email, password: password } } } })]; case 1: result = _b.sent(); return [2 /*return*/ , result.result]; } }); }); } }; /** * リフレッシュトークンã®ä¿æŒæœŸé™: 90日間 */ var authTokenTTLSec = 7776000; var emptyAuthState = { access_token: null, expires_in: null, refresh_token: null, user_id: null, expireAt: null }; var bodyClassNames = { signedIn: 'AxE2-auth-signed-in', signedOut: 'AxE2-auth-signed-out' }; /** * èªè¨¼ã®çŠ¶æ…‹ã‚’管ç†ã™ã‚‹ã€‚ $axAuthState ã§singleton exported * 主ã«ã€ãƒã‚°ã‚¤ãƒ³ã®æŒ™å‹•, ãŠã‚ˆã³ãƒã‚°ã‚¤ãƒ³ã—ã¦ã„ã‚‹éš›ã®tokenã®ç®¡ç†ãªã©ã‚’å—ã‘æŒã¤ */ var AxAuthStateManager = /** @class */ function () { function AxAuthStateManager() { this.currentUserAuth; } Object.defineProperty(AxAuthStateManager.prototype, "user_id", { get: function get() { return this.userId; }, enumerable: false, configurable: true }); Object.defineProperty(AxAuthStateManager.prototype, "userId", { get: function get() { return this.auth && this.auth.user_id && ['null', 'undefined'].indexOf(this.auth.user_id) === -1 ? this.auth.user_id : ''; }, enumerable: false, configurable: true }); Object.defineProperty(AxAuthStateManager.prototype, "isLoggedIn", { get: function get() { return !!this.userId; }, enumerable: false, configurable: true }); Object.defineProperty(AxAuthStateManager.prototype, "currentUserAuth", { get: function get() { var auth = _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"].get(axTokenLocalStorageKey) || emptyAuthState; vue__WEBPACK_IMPORTED_MODULE_8__["default"].set(this, 'auth', auth); return this.auth; }, enumerable: false, configurable: true }); /** * サインイン, ç¾æ™‚点ã§ã¯æ–¹å¼ã¯ email & password ã®ã¿ã€‚ * @param args * @param strategy */ AxAuthStateManager.prototype.signIn = function (args, strategy, useHook) { if (strategy === void 0) { strategy = 'emailAndPassword'; } if (useHook === void 0) { useHook = true; } return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var res, e_1, errorCode; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!useHook) return [3 /*break*/ , 2]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].signIn.BEFORE, args, this)]; case 1: _a.sent(); _a.label = 2; case 2: _a.trys.push([2, 6,, 11]); return [4 /*yield*/ , axSignInStrategies[strategy](args)]; case 3: res = _a.sent(); this._saveAuthToken(Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__assign"])({}, res), { user_id: res.user.id })); this.updateBodyClass(); if (!useHook) return [3 /*break*/ , 5]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].signIn.AFTER, res, this)]; case 4: _a.sent(); _a.label = 5; case 5: return [2 /*return*/ , true]; case 6: e_1 = _a.sent(); console.error("AxAuthStateManager.signIn()", e_1); if (!useHook) return [3 /*break*/ , 10]; errorCode = JSON.parse({ e: e_1 }.e.response.data.message).errors[0].code; if (!(errorCode === "001-003")) return [3 /*break*/ , 8]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].signinLock, e_1, this, args)]; case 7: _a.sent(); return [3 /*break*/ , 10]; case 8: return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].signIn.ERROR, e_1, this, args)]; case 9: _a.sent(); _a.label = 10; case 10: return [2 /*return*/ , false]; case 11: return [2 /*return*/ ]; } }); }); }; /** * ç¾åœ¨ã®AxUserTokenã‚’å–å¾—ã™ã‚‹, 有効期é™ä»˜ã * ãƒã‚°ã‚¤ãƒ³ã—ã¦ã„ã‚Œã°ã€TokenãŒè¿”ã£ã¦ãã‚‹ */ AxAuthStateManager.prototype.currentAxUserAccessToken = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var token, newToken, e_2; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: token = this.currentUserAuth; if (!token || !token.access_token) { return [2 /*return*/ , '']; } console.log("token.expireAt: " + token.expireAt, "$lsCache._now: " + _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"]._now); // debugger if (token.expireAt >= _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"]._now) { return [2 /*return*/ , token.access_token]; } _a.label = 1; case 1: _a.trys.push([1, 3,, 4]); return [4 /*yield*/ , this._refreshAxUserToken(token)]; case 2: newToken = _a.sent(); if (!newToken) { return [2 /*return*/ , '']; } return [2 /*return*/ , newToken.access_token]; case 3: e_2 = _a.sent(); _$errorReporter__WEBPACK_IMPORTED_MODULE_4__["$errorReporter"].report(e_2, this); return [2 /*return*/ , '']; case 4: return [2 /*return*/ ]; } }); }); }; /** * アクセストークンをリフレッシュ with using auth.refresh_token * 失敗ã—ãŸå ´åˆã«ã¯ã€ãƒã‚°ã‚¢ã‚¦ãƒˆçŠ¶æ…‹ã«é·ç§»ã™ã‚‹ * @param user_id * @param refresh_token * @private */ AxAuthStateManager.prototype._refreshAxUserToken = function (_a) { var user_id = _a.user_id, refresh_token = _a.refresh_token; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var result, auth, e_3; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_b) { switch (_b.label) { case 0: _b.trys.push([0, 2,, 3]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].auth.users.token_refresh, data: { query: { user_id: user_id, refresh_token: refresh_token } } })]; case 1: result = _b.sent(); auth = result.result; this._saveAuthToken(Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__assign"])({}, auth), { user_id: user_id })); return [3 /*break*/ , 3]; case 2: e_3 = _b.sent(); // Token refresh ã«å¤±æ•—ã—ã¦ã„ã‚‹ = èªè¨¼çŠ¶æ…‹ãŒä¸æ£ãªã®ã§ã€ã‚¯ãƒªã‚¢ã™ã‚‹ console.log({ user_id: user_id, refresh_token: refresh_token }); _$errorReporter__WEBPACK_IMPORTED_MODULE_4__["$errorReporter"].report(e_3, this); // Token削除 _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"].clear(axTokenLocalStorageKey); this.updateBodyClass(); return [3 /*break*/ , 3]; case 3: return [2 /*return*/ , this.currentUserAuth]; } }); }); }; /** * アクセストークンをæ£æ„çš„ã«ãƒªãƒ•ãƒ¬ãƒƒã‚·ãƒ¥ */ AxAuthStateManager.prototype.regenerateAxUserToken = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var token; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { token = this.currentUserAuth; if (token) { this._refreshAxUserToken(token); } return [2 /*return*/ ]; }); }); }; /** * èªè¨¼æˆåŠŸå¾Œã«Tokenã‚’ä¿å˜ã—ã¦ãŠã。 * access_token ã®æœ‰åŠ¹æœŸé™åˆ‡ã‚Œã®Timestampを計算ã—ã¦ä¿æŒã—ã¦ãŠã。 * AxAPIã‹ã‚‰ã®ãƒ¬ã‚¹ãƒãƒ³ã‚¹ expires_in 㯠(何故ã‹) 秒数ã§å¸°ã£ã¦ãã‚‹ã®ã§ã€ã‚¿ã‚¤ãƒ スタンプã«ç½®ãæ›ãˆã¦ã‹ã‚‰LocalStorageã«ä¿å˜ã—ã¦ãŠã。 * @param access_token * @param expires_in * @param refresh_token * @param user_id * @private */ AxAuthStateManager.prototype._saveAuthToken = function (_a) { var access_token = _a.access_token, expires_in = _a.expires_in, refresh_token = _a.refresh_token, user_id = _a.user_id; // expires_in ã¯86400 ã¨ã‹ã§å¸°ã£ã¦ãã‚‹ã®ã§ & 60秒ã»ã©ä½™è£•ã‚’æŒã£ã¦è¨å®š var expireAt = new Date().getTime() + (Number(expires_in) - 60) * 1000; var token = { access_token: access_token, expires_in: expires_in, refresh_token: refresh_token, user_id: user_id, expireAt: expireAt }; vue__WEBPACK_IMPORTED_MODULE_8__["default"].set(this, 'auth', token); _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"].set(axTokenLocalStorageKey, token, authTokenTTLSec); this.updateBodyClass(); }; /** * サインアウトã™ã‚‹ã€‚ * localStorageã«ä¿å˜ã—ã¦ã„ãŸAuthTokenを削除ã—ã€æ›´ã«ãã®Keyã‚’Remoteå´ã§ã‚‚Invokeã™ã‚‹ (éžåŒæœŸ, non-await) */ AxAuthStateManager.prototype.signOut = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var token, e_4; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].signOut.BEFORE)]; case 1: _a.sent(); token = this.currentUserAuth; if (!(token && token.access_token)) return [3 /*break*/ , 5]; _a.label = 2; case 2: _a.trys.push([2, 4,, 5]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].auth.users.token_revoke, data: { query: { user_id: token.user_id, access_tokens: [token.access_token], refresh_tokens: [token.refresh_token] } } })]; case 3: _a.sent(); return [3 /*break*/ , 5]; case 4: e_4 = _a.sent(); console.error(e_4); return [3 /*break*/ , 5]; case 5: // Token削除 _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"].clear(axTokenLocalStorageKey); _$cart__WEBPACK_IMPORTED_MODULE_9__["$cart"].cleanupState(); vue__WEBPACK_IMPORTED_MODULE_8__["default"].set(this, 'auth', {}); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].signOut.AFTER)]; case 6: _a.sent(); this.updateBodyClass(); return [2 /*return*/ ]; } }); }); }; /** * ãƒã‚°ã‚¤ãƒ³ä¸ã®ãƒ¦ãƒ¼ã‚¶ã®ãƒ—ãƒãƒ•ã‚£ãƒ¼ãƒ«ã‚’å–å¾—ã™ã‚‹ from API */ AxAuthStateManager.prototype.getCurrentLoggedInUserProfile = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { if (!this.isLoggedIn) { return [2 /*return*/ , null]; } return [2 /*return*/ , Object(_models_userProfile__WEBPACK_IMPORTED_MODULE_10__["getCurrentUserProfileData"])()]; }); }); }; /** * パスワードリセットã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’行ㆠ*/ AxAuthStateManager.prototype.passwordReset = function (data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var pathKey, e_5; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].passwordReset.BEFORE)]; case 1: _a.sent(); pathKey = !!data.token ? 'reset' : 'send'; _a.label = 2; case 2: _a.trys.push([2, 4,, 5]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].users.password.reset[pathKey], data: { query: data } })]; case 3: _a.sent(); return [3 /*break*/ , 5]; case 4: e_5 = _a.sent(); throw e_5; case 5: return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].passwordReset.AFTER, pathKey)]; case 6: _a.sent(); return [2 /*return*/ ]; } }); }); }; /** * パスワードå†è¨å®šã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’行ㆠ*/ AxAuthStateManager.prototype.changePassword = function (data) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var e_6; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 2,, 3]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].users.password.put, data: { query: data } })]; case 1: _a.sent(); return [3 /*break*/ , 3]; case 2: e_6 = _a.sent(); console.error(e_6); return [3 /*break*/ , 3]; case 3: return [2 /*return*/ ]; } }); }); }; /** * 退会処ç†ã‚’行ㆠ*/ AxAuthStateManager.prototype.leave = function (password) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var e_7; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].user.leave.BEFORE)]; case 1: _a.sent(); _a.label = 2; case 2: _a.trys.push([2, 5,, 7]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_3__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].users.leave, data: { query: { "user.password": password } } }) // 退会ã—ãŸã®ã§ãƒˆãƒ¼ã‚¯ãƒ³å‰Šé™¤ ]; case 3: _a.sent(); // 退会ã—ãŸã®ã§ãƒˆãƒ¼ã‚¯ãƒ³å‰Šé™¤ _$lsCache__WEBPACK_IMPORTED_MODULE_2__["$lsCache"].clear(axTokenLocalStorageKey); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].user.leave.AFTER)]; case 4: _a.sent(); this.signOut(); return [3 /*break*/ , 7]; case 5: e_7 = _a.sent(); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].user.leave.ERROR)]; case 6: _a.sent(); return [3 /*break*/ , 7]; case 7: return [2 /*return*/ ]; } }); }); }; /** * ãƒã‚°ã‚¤ãƒ³çŠ¶æ…‹ã«å¿œã˜ãŸbody class ã®ä»˜ä¸Ž */ AxAuthStateManager.prototype.updateBodyClass = function () { var bodyClassList = window.document.body.classList; if (this.isLoggedIn) { bodyClassList.add(bodyClassNames.signedIn); bodyClassList.remove(bodyClassNames.signedOut); } else { bodyClassList.remove(bodyClassNames.signedIn); bodyClassList.add(bodyClassNames.signedOut); } }; return AxAuthStateManager; }(); var $axAuthState = new AxAuthStateManager(); _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].registerHook('AxE2.AxE2BaseComponent.mounted.AFTER', '$axAuthState.updateBodyClass', function () { return $axAuthState.updateBodyClass(); }); /***/ }), /***/ "./src/services/$axFrontendHelper.ts": /*!*******************************************!*\ !*** ./src/services/$axFrontendHelper.ts ***! \*******************************************/ /*! exports provided: AxFrontendHelper, $axFrontendHelper */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxFrontendHelper", function() { return AxFrontendHelper; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$axFrontendHelper", function() { return $axFrontendHelper; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! axios */ "./node_modules/axios/index.js"); /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./$AxE2Config */ "./src/services/$AxE2Config.ts"); /* harmony import */ var _$lsCache__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./$lsCache */ "./src/services/$lsCache.ts"); /* harmony import */ var _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); /** * Axèªè¨¼Tokenã‚’LocalStorageã«ä¿å˜ã™ã‚‹Keyå称 */ var axUserClientIdLocalStorageKey = 'AxE2-UserClientIdLocalStorageKey'; var invalidValueList = [undefined, null]; var allowedValueList = [true, false]; var isAxProxyRequest = function isAxProxyRequest(config) { return config.params && config.params.axApiPath; }; var setAxTokenHeadersOnAxiosRequest = function setAxTokenHeadersOnAxiosRequest(config) { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(void 0, void 0, void 0, function () { var addHeaders, axApiPath, isClientIdRequest, axUserClientString, _a, axTokenString, axUserId, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_b) { switch (_b.label) { case 0: addHeaders = {}; if (config.baseURL === _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__["$AxE2Config"].api.baseUrl) { addHeaders['X-Axc-Site-Name'] = _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__["$AxE2Config"].ax.site_name; } _b.label = 1; case 1: _b.trys.push([1, 8, 9, 10]); if (!isAxProxyRequest(config)) return [3 /*break*/ , 7]; axApiPath = config.params.axApiPath; isClientIdRequest = _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].clientId.create === axApiPath; if (!isClientIdRequest) return [3 /*break*/ , 2]; _a = ''; return [3 /*break*/ , 4]; case 2: return [4 /*yield*/ , $axFrontendHelper.getAxUserClientId()]; case 3: _a = _b.sent(); _b.label = 4; case 4: axUserClientString = _a; axTokenString = null; axUserId = null; if (!(axApiPath.indexOf('/auth') !== 0 && axApiPath !== _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].users.create && !isClientIdRequest)) return [3 /*break*/ , 6]; return [4 /*yield*/ , _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__["$axAuthState"].currentAxUserAccessToken()]; case 5: axTokenString = _b.sent(); axUserId = _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__["$axAuthState"].userId; _b.label = 6; case 6: if (axUserClientString) { addHeaders['X-Axc-User-Client-Id'] = axUserClientString; } if (axTokenString) { addHeaders['X-Axc-User-Access-Token'] = axTokenString; } if (axUserId) { addHeaders['X-Axc-User-Id'] = axUserId; } _b.label = 7; case 7: return [3 /*break*/ , 10]; case 8: e_1 = _b.sent(); console.error(e_1); // @ts-ignore // window.$nuxt.$sentry.captureException(e) return [2 /*return*/ , config]; case 9: return [7 /*endfinally*/ ]; case 10: return [2 /*return*/ , Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({}, config), { headers: Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])(Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__assign"])({}, config.headers), addHeaders) })]; } }); }); }; axios__WEBPACK_IMPORTED_MODULE_3___default.a.interceptors.request.use(setAxTokenHeadersOnAxiosRequest); /** * Axã®APIã¨ã®ç–Žé€šã‚’å¸ã‚‹Class */ var AxFrontendHelper = /** @class */ function () { function AxFrontendHelper() { var _this = this; this.$axAuthState = _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_6__["$axAuthState"]; this.cartDetail = {}; this.initialized = false; // clientIdã®å–å¾—ã®ãŸã‚ç‰ã€initã™ã‚‹ window.addEventListener('load', function () { return _this.initOnLoad(); }); } /** * Initialize */ AxFrontendHelper.prototype.initOnLoad = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , this.getAxUserClientId()]; case 1: _a.sent(); console.log("async AxFrontendHelper.initOnLoad() executed."); this.initialized = true; return [2 /*return*/ ]; } }); }); }; /** * AxUserClientIdã‚’å–å¾—ã™ã‚‹ã€‚1æ—¥ã‚ャッシュã™ã‚‹ãŒã€ãªã‘ã‚Œã°å–å¾—ã™ã‚‹ã€‚ * AxUserClientId = AxAPIã¨ç–Žé€šã™ã‚‹éš›ã«å¿…é ˆã¨ãªã‚‹ã€ãƒ¦ãƒ¼ã‚¶æ¯Žã«ç™ºè¡Œã™ã‚‹ã‚»ãƒƒã‚·ãƒ§ãƒ³ã‚ーã®ã‚ˆã†ãªã‚‚ã®ã€‚ */ AxFrontendHelper.prototype.getAxUserClientId = function (useCache) { if (useCache === void 0) { useCache = true; } return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { var clientId; var _this = this; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!!useCache) return [3 /*break*/ , 2]; return [4 /*yield*/ , this._fetchAxUserClientId()]; case 1: clientId = _a.sent(); _$lsCache__WEBPACK_IMPORTED_MODULE_5__["$lsCache"].set(axUserClientIdLocalStorageKey, clientId); return [2 /*return*/ , clientId]; case 2: return [2 /*return*/ , _$lsCache__WEBPACK_IMPORTED_MODULE_5__["$lsCache"].getWithFetchFunc(axUserClientIdLocalStorageKey, function () { return _this._fetchAxUserClientId(); })]; } }); }); }; AxFrontendHelper.prototype._fetchAxUserClientId = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , this.request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_7__["axApiPaths"].clientId.create })]; case 1: res = _a.sent(); return [2 /*return*/ , res.result.user_client_id]; } }); }); }; /** * AxAPIã¸ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’実施 (Proxy) */ AxFrontendHelper.prototype.request = function (args, _a) { var _b = _a === void 0 ? {} : _a, _c = _b.showErrorToast, showErrorToast = _c === void 0 ? true : _c; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_d) { try { return [2 /*return*/ , this._axApiProxyRequest(args, { showErrorToast: showErrorToast })]; } catch (e) { throw e; } return [2 /*return*/ ]; }); }); }; AxFrontendHelper.prototype.requestToNormal = function (args) { return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { var path, params, method, data, axiosArg, res, e_2; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_a) { switch (_a.label) { case 0: path = args.path, params = args.params, method = args.method, data = args.data; axiosArg = { baseURL: _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__["$AxE2Config"].api.baseUrl, url: path, method: method, params: params || {} }; if (data) { axiosArg.data = data; } _a.label = 1; case 1: _a.trys.push([1, 3,, 4]); return [4 /*yield*/ , axios__WEBPACK_IMPORTED_MODULE_3___default.a.request(axiosArg)]; case 2: res = _a.sent(); return [2 /*return*/ , res.data]; case 3: e_2 = _a.sent(); console.log("[$apiHelper.request()] Error on request:", e_2); throw e_2; case 4: return [2 /*return*/ ]; } }); }); }; AxFrontendHelper.prototype._axApiProxyRequest = function (_a, _b) { var path = _a.path, _c = _a.method, method = _c === void 0 ? 'POST' : _c, _d = _a.params, params = _d === void 0 ? null : _d, _e = _a.data, data = _e === void 0 ? null : _e; var _f = _b === void 0 ? {} : _b, _g = _f.showErrorToast, showErrorToast = _g === void 0 ? true : _g; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__awaiter"])(this, void 0, void 0, function () { var axiosArg, res, e_3; return Object(tslib__WEBPACK_IMPORTED_MODULE_2__["__generator"])(this, function (_h) { switch (_h.label) { case 0: params = Object.assign({}, params || {}, { axApiPath: path }); axiosArg = { baseURL: _$AxE2Config__WEBPACK_IMPORTED_MODULE_4__["$AxE2Config"].api.baseUrl, url: '/axApiProxyRequest', method: method, params: params, data: data, proxy: false }; _h.label = 1; case 1: _h.trys.push([1, 3,, 4]); return [4 /*yield*/ , axios__WEBPACK_IMPORTED_MODULE_3___default.a.request(axiosArg)]; case 2: res = _h.sent(); console.log("[AxFrontendHelper/index.ts] res:", res); return [2 /*return*/ , res.data]; case 3: e_3 = _h.sent(); _$errorReporter__WEBPACK_IMPORTED_MODULE_8__["$errorReporter"].r(e_3, this); console.log("[AxFrontendHelper] Error on request:", e_3); throw e_3; case 4: return [2 /*return*/ ]; } }); }); }; /** * Axã®APIãŒã‹ãªã‚Šãƒ‘ラメータã«ç…©ã„ã®ã§ã€ã‚¯ãƒªãƒ¼ãƒ³ã‚¢ãƒƒãƒ—ã™ã‚‹ã€‚ * Objectã§ãªã‘ã‚Œã°Valueã¯ã™ã¹ã¦string㸠* (例: Optionalフィールドを空文å—ã‚„nullå—ã‘付ã‘ãªã„ç‰) * @param data * @param allowedFields */ AxFrontendHelper.prototype.cleanupObjectForRequest = function (data, allowedFields) { if (allowedFields === void 0) { allowedFields = null; } return (allowedFields || Object.keys(data)).reduce(function (res, key) { if (invalidValueList.indexOf(data[key]) === -1) { var shouldNotConvert = Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(data[key]) === 'object' || allowedValueList.indexOf(data[key]) !== -1; res[key] = shouldNotConvert ? data[key] : "" + data[key]; } return res; }, {}); }; return AxFrontendHelper; }(); var $axFrontendHelper = new AxFrontendHelper(); /***/ }), /***/ "./src/services/$axItemSearchHelper.ts": /*!*********************************************!*\ !*** ./src/services/$axItemSearchHelper.ts ***! \*********************************************/ /*! exports provided: $axItemSearchHelper */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$axItemSearchHelper", function() { return $axItemSearchHelper; }); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.find.js */ "./node_modules/core-js/modules/es.array.find.js"); /* harmony import */ var core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_find_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.string.search.js */ "./node_modules/core-js/modules/es.string.search.js"); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../../../AxCommonServices/types/AxItem */ "../AxCommonServices/types/AxItem.ts"); /* harmony import */ var _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _$lsCache__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./$lsCache */ "./src/services/$lsCache.ts"); // @ts-ignore var perPageDefault = 50; var perPageLsCacheKey = 'AxItemSearchHelper--perPage'; var searchResultLsCacheKeyPrefix = 'AxItemSearchHelper--r-'; // 3分ã¯çµæžœã‚’ã‚ャッシュã™ã‚‹ (ä¸è¦ãªã‚¯ã‚¨ãƒªã‚’é¿ã‘ã¦é«˜é€ŸåŒ–) var resultCacheTTL = 180; var AxItemSearchHelper = /** @class */ function () { function AxItemSearchHelper() { this.perPage = _$lsCache__WEBPACK_IMPORTED_MODULE_8__["$lsCache"].get(perPageLsCacheKey) || perPageDefault; this.paged = 1; // TODO: ã“ã¡ã‚‰ã¯... ページã®çŠ¶æ…‹ã‹ã‚‰å–å¾—ã™ã‚‹ã¹ãã‹ï¼Ÿ this.searchKeywords = ''; this.searchConditions = {}; this.latestResult = { facet: {}, hit: null, items: [] }; this.searchTargetItemFields = _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_4__["itemFields"]; // default値 } AxItemSearchHelper.prototype.findWith = function (strategy, args) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { return [2 /*return*/ ]; }); }); }; AxItemSearchHelper.prototype.find = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { return [2 /*return*/ , this.findWithCurrentQuery()]; }); }); }; AxItemSearchHelper.prototype.findWithCurrentQuery = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { var searchParam, res; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: searchParam = this._buildSearchParam(); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_5__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_6__["axApiPaths"].items.search, data: searchParam })]; case 1: res = _a.sent(); vue__WEBPACK_IMPORTED_MODULE_7__["default"].set(this, 'latestResult', res.result); return [2 /*return*/ , this.latestResult // // ã‚ャッシュã™ã‚‹ with クエリã®çŠ¶æ…‹ // const cacheKey = searchResultLsCacheKeyPrefix + JSON.stringify(searchParam) // const result = await $lsCache.getWithFetchFunc(cacheKey, async () => { // const res = await $axFrontendHelper.request<AxItemSearchResponse>({ // path: axApiPaths.items.search, // data: searchParam // }) // return res.result // }) // // keep responsive // this.latestResult = Object.assign({}, this.latestResult, result) // return this.latestResult ]; } }); }); }; /** * AxItemSearchQuery 用ã«æ¤œç´¢æ¡ä»¶æ§‹é€ ã‚’ç”Ÿæˆ * TODO: generate with this.searchConditions (with Vue UI interactions) */ AxItemSearchHelper.prototype._buildSearchParam = function () { var limit = this.perPage; var offset = this.perPage * ((this.paged || 1) - 1); var res = { query: { limit: limit, offset: offset }, request: { fields: _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_4__["itemFields"] // all field } }; if (this.searchKeywords) { res.query.keyword = { operator: 'and', queries: [{ fields: ['item.name', 'item.name_read'], keyword: this.searchKeywords }] }; } return res; }; /** * Find item by id */ AxItemSearchHelper.prototype.findById = function (itemId) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_5__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_6__["axApiPaths"].items.get, data: { query: { items: [{ id: itemId }] }, request: { fields: _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_4__["itemFields"] // all field } } })]; case 1: res = _a.sent(); return [2 /*return*/ , res.result.items[0]]; } }); }); }; /** * Find item by Code */ AxItemSearchHelper.prototype.findByCode = function (itemCode) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_5__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_6__["axApiPaths"].items.get, data: { query: { items: [{ code: itemCode }] }, request: { fields: _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_4__["itemFields"] // all field } } })]; case 1: res = _a.sent(); if (!res.result.items) { return [2 /*return*/ , null]; } return [2 /*return*/ , res.result.items[0]]; } }); }); }; return AxItemSearchHelper; }(); var $axItemSearchHelper = vue__WEBPACK_IMPORTED_MODULE_7__["default"].observable(new AxItemSearchHelper()); /***/ }), /***/ "./src/services/$cart.ts": /*!*******************************!*\ !*** ./src/services/$cart.ts ***! \*******************************/ /*! exports provided: AxE2Cart, $cart */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxE2Cart", function() { return AxE2Cart; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$cart", function() { return $cart; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.values.js */ "./node_modules/core-js/modules/es.object.values.js"); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.number.constructor.js */ "./node_modules/core-js/modules/es.number.constructor.js"); /* harmony import */ var core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_number_constructor_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); /* harmony import */ var _$lsCache__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./$lsCache */ "./src/services/$lsCache.ts"); /* harmony import */ var _AxOrderCommitter__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./AxOrderCommitter */ "./src/services/AxOrderCommitter.ts"); /* harmony import */ var _$toast__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./$toast */ "./src/services/$toast.ts"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); var cartLsCacheKey = { deliveryAddress: 'AxE2--cart-da', paymentData: 'AxE2--cart-paymentData', paymentCardData: 'AxE2--cart-paymentCardData', cartItems: 'AxE2--cart-cartItems' }; var AxE2Cart = /** @class */ function () { function AxE2Cart() { var _this = this; this.cartDetailIsLoading = false; this.$orderCommitter = new _AxOrderCommitter__WEBPACK_IMPORTED_MODULE_8__["AxOrderCommitter"](this); setTimeout(function () { _this.restoreCart(); }, 30); } AxE2Cart.prototype.restoreCart = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { this.cartItems; return [2 /*return*/ ]; }); }); }; Object.defineProperty(AxE2Cart.prototype, "cartItems", { /** * カートã®å†…容をå–å¾— from LocalStorage */ get: function get() { var res = _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].get(cartLsCacheKey.cartItems) || {}; vue__WEBPACK_IMPORTED_MODULE_4__["default"].set(this, '_cartItemsReactive', res); return this._cartItemsReactive; }, enumerable: false, configurable: true }); AxE2Cart.prototype._setCartItems = function (itemsInCart) { _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].set(cartLsCacheKey.cartItems, itemsInCart); vue__WEBPACK_IMPORTED_MODULE_4__["default"].set(this, '_cartItemsReactive', itemsInCart); }; // /** // * カートã®å†…容をå–å¾— // TODO: 下記コードã¯ä½¿ãˆãªã„... // */ // async getCartDetail() { // this.cartDetailIsLoading = true // const res = await $axFrontendHelper.request<{cart: {lines: { // 'item.skus.id': string // order_quantity: number // }[]}}>({ // path: '/carts/get', // data: { // fields: ["item.skus.id", "item.name", "item.skus.stock_quantity", "item.skus.sell_price_tax_included"] // } // }) // console.log(`CartRes: cart.lines`, res.result.cart.lines) // this.cartItems = res.result.cart.lines // this.cartDetailIsLoading = false // return res.result // } // /** // * カートã¸è¿½åŠ with itemSkuId // * @param itemSkuId // * @param quantity // */ // async addToCartByItemSkuId(itemId, itemSkuId, quantity = 1) { // return this._addToCart([{ // 'item.id': `${itemId}`, // 'item.skus.id': `${itemSkuId}`, // order_quantity: quantity, // }]) // } /** * カートã¸è¿½åŠ を実行 * æ•°é‡ã‚’ゼãƒã«æŒ‡å®šã™ã‚‹ã¨ã‚«ãƒ¼ãƒˆã‹ã‚‰å‰Šé™¤ * @param lines * @private */ AxE2Cart.prototype._addToCart = function (lines) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { var currentItem, i, line, skuId, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 3,, 5]); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].cart.add.BEFORE, lines, this) // TODO: コレã ã¨ã‚«ãƒ¼ãƒˆã«å…¥ã‚ŒãŸæ•°é‡ãŒ "å¢—åŠ " ã—ã¦ãã‚Œãªã„ã®ã§ // await $axFrontendHelper.request({ // path: axApiPaths.carts.put, // data: { // query: { // cart: { // lines // } // } // } // }) ]; case 1: _a.sent(); currentItem = this.cartItems; for (i = 0; lines.length > i; i++) { line = lines[i]; skuId = line['item.skus.id']; if (line.order_quantity && currentItem[skuId] && currentItem[skuId].order_quantity) { line.order_quantity += currentItem[skuId].order_quantity; } // æ•°é‡ã‚¼ãƒ = 削除 if (line.order_quantity) { currentItem[skuId] = line; } } this._setCartItems(currentItem); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].cart.add.AFTER, lines, this)]; case 2: _a.sent(); return [3 /*break*/ , 5]; case 3: e_1 = _a.sent(); _$errorReporter__WEBPACK_IMPORTED_MODULE_10__["$errorReporter"].r(e_1, this); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].cart.add.ERROR, lines, this)]; case 4: _a.sent(); throw e_1; case 5: return [2 /*return*/ ]; } }); }); }; /** * カートã¸è¿½åŠ * @param itemSku * @param quantity */ AxE2Cart.prototype.addToCart = function (item) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { return [2 /*return*/ , this._addToCart([item])]; }); }); }; /** * カートã‹ã‚‰å‰Šé™¤ */ AxE2Cart.prototype.removeFromCart = function (itemSkuId) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { var currentItem, deletedItem; return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { switch (_a.label) { case 0: currentItem = this.cartItems; if (!currentItem[itemSkuId]) return [3 /*break*/ , 2]; deletedItem = Object.assign({}, currentItem[itemSkuId]); delete currentItem[itemSkuId]; this._setCartItems(currentItem); return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_5__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_6__["$AxE2AppHooks"].cart.delete.AFTER, deletedItem, this)]; case 1: _a.sent(); _a.label = 2; case 2: return [2 /*return*/ ]; } }); }); }; // カートã®å•†å“ã™ã¹ã¦ã‚’クリア AxE2Cart.prototype.deleteAllCartItems = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { this._setCartItems({}); return [2 /*return*/ ]; }); }); }; /** * カート内ã®ç‰¹å®šå•†å“ã®æ•°é‡ã‚’変更 * @param itemSkuId * @param order_quantity */ AxE2Cart.prototype.setCartItemQuantity = function (itemSkuId, order_quantity) { var currentItem = this.cartItems; if (currentItem[itemSkuId]) { currentItem[itemSkuId].order_quantity = order_quantity; this._setCartItems(currentItem); } }; /** * カートã®çŠ¶æ…‹ã‚’ãƒãƒªãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ã™ã‚‹ */ AxE2Cart.prototype.validateCartState = function (ifValidCallback) { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { if (!this.deliveryAddresses) { _$toast__WEBPACK_IMPORTED_MODULE_9__["$toast"].error('ãŠå±Šã‘先を入力ã—ã¦ä¸‹ã•ã„。'); return [2 /*return*/ ]; } ifValidCallback(); return [2 /*return*/ ]; }); }); }; Object.defineProperty(AxE2Cart.prototype, "deliveryAddresses", { get: function get() { var addr = _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].get(cartLsCacheKey.deliveryAddress); vue__WEBPACK_IMPORTED_MODULE_4__["default"].set(this, '_deliveryAddressReactive', addr); return addr; }, /** * ãŠå±Šã‘å…ˆgetter/setter * localStorageã§cross-tab & 永続化 */ set: function set(deliveryAddress) { _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].set(cartLsCacheKey.deliveryAddress, deliveryAddress); vue__WEBPACK_IMPORTED_MODULE_4__["default"].set(this, '_deliveryAddressReactive', deliveryAddress); }, enumerable: false, configurable: true }); AxE2Cart.prototype.removeDeliveryAddresses = function () { _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].clear(cartLsCacheKey.deliveryAddress); }; Object.defineProperty(AxE2Cart.prototype, "paymentMethod", { get: function get() { return _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].get(cartLsCacheKey.paymentData); }, /** * ãŠæ”¯æ‰•ã„方法getter/setter * localStorageã§cross-tab & 永続化 */ set: function set(paymentMethod) { _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].set(cartLsCacheKey.paymentData, paymentMethod); }, enumerable: false, configurable: true }); Object.defineProperty(AxE2Cart.prototype, "paymentCreditCard", { get: function get() { return _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].get(cartLsCacheKey.paymentCardData); }, /** * ãŠæ”¯æ‰•ã„カードgetter/setter * localStorageã§cross-tab & 永続化 */ set: function set(paymentCreditCard) { // ãƒˆãƒ¼ã‚¯ãƒ³æƒ…å ± (新カード) ã§ã‚ã‚‹å ´åˆã«ã¯ã€æœ‰åŠ¹æœŸé™ãŒçŸã„ã®ã§ã€æœ‰åŠ¹æœŸé™ã‚’çŸãセットã™ã‚‹ (30分ã«ã™ã‚‹ãªã©) // @ts-ignore var isNewCard = paymentCreditCard && Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(paymentCreditCard) === 'object' && !!paymentCreditCard.toBeExpiredAt; var TTL = isNewCard ? 60 * 20 : -1; _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].set(cartLsCacheKey.paymentCardData, paymentCreditCard, TTL); }, enumerable: false, configurable: true }); AxE2Cart.prototype.removePaymentCreditCard = function () { _$lsCache__WEBPACK_IMPORTED_MODULE_7__["$lsCache"].clear(cartLsCacheKey.paymentCardData); }; /** * TODO: ã“れ必è¦ã‹ãªã¨æ€ã£ãŸã‘ã©ã€â†‘ã® "set paymentCreditCard" ã§æ£ã—ãLocalStorageã®TTLè¨å®šã—ã¦ã„ã‚Œã°ä¸€å¿œä¸è¦ãªæ°—ãŒã™ã‚‹ã®ã§ã€æ¶ˆã—ã¡ã‚ƒã†ã‹ã€‚ * 有効期é™ãŒåˆ‡ã‚Œã¦ã„ã‚‹å ´åˆã€return false * Validation: ãŠæ”¯æ‰•ã„方法ã«ã‚¯ãƒ¬ã‚¸ãƒƒãƒˆã‚«ãƒ¼ãƒ‰ãŒé¸æŠžã•ã‚Œã¦ã„ã¦ã€ * ã‹ã¤ã€æ–°è¦ç™»éŒ²ã‚«ãƒ¼ãƒ‰ã§ã‚ã‚‹å ´åˆã«ã€æœ‰åŠ¹æœŸé™åˆ‡ã‚Œã‚’ãƒã‚§ãƒƒã‚¯ã™ã‚‹ã€‚ * (有効期é™ãŒåˆ‡ã‚Œã¦ã„ã‚‹å ´åˆã€ãƒ¦ãƒ¼ã‚¶ã«ãƒŠãƒ“ゲーションをã™ã‚‹) */ // validateIfNewCreditCardIsSelectedAndTokenHasNotExpired(): boolean { // const currentPaymentMethod = this.paymentMethod // const isCard = this.isCardPaymentMethod(currentPaymentMethod) // if(isCard === false) { // return true // } // const expireYYYYMMDDHHIISS = (this.paymentCreditCard?.toBeExpiredAt || '').replace(/-/g, '') // // æ–°è¦ã‚«ãƒ¼ãƒ‰ã§ã¯ãªã„å ´åˆOK // if(!expireYYYYMMDDHHIISS) { // return true // } // // æ–°è¦ã‚«ãƒ¼ãƒ‰ã§ã‚ã‚‹å ´åˆã«, expireãƒã‚§ãƒƒã‚¯ // } /** * クレジットカードタイプã‹ã©ã†ã‹åˆ¤æ–ã™ã‚‹ */ AxE2Cart.prototype.isCardPaymentMethod = function (paymentMethod) { var _a, _b; return ((_a = paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.option) === null || _a === void 0 ? void 0 : _a.shop_id) && ((_b = paymentMethod === null || paymentMethod === void 0 ? void 0 : paymentMethod.option) === null || _b === void 0 ? void 0 : _b.usable_brands); }; AxE2Cart.prototype.buildOrder = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_3__["__generator"])(this, function (_a) { return [2 /*return*/ ]; }); }); }; Object.defineProperty(AxE2Cart.prototype, "itemTotalPriceTaxIncludedWithoutDeliveryFeeAndPaymentFee", { /** * カート内ã®å•†å“ã®ç·é¡ã‚’算出ã—ã¦è¿”ã™ * é…é€æ–™ã‚„ã€æ”¯æ‰•æ‰‹æ•°æ–™ã¯å«ã¾ãªã„ */ get: function get() { return Object.values(this._cartItemsReactive).reduce(function (res, r) { return res + Number(r.order_quantity) * Number(r.sell_price_tax_included); }, 0); }, enumerable: false, configurable: true }); /** * ç¾åœ¨ã®ã‚«ãƒ¼ãƒˆã®çŠ¶æ…‹ã‚’クリアã™ã‚‹ */ AxE2Cart.prototype.cleanupState = function () { this.deleteAllCartItems(); this.removePaymentCreditCard(); this.removeDeliveryAddresses(); }; return AxE2Cart; }(); var $cart = vue__WEBPACK_IMPORTED_MODULE_4__["default"].observable(new AxE2Cart()); /***/ }), /***/ "./src/services/$errorReporter.ts": /*!****************************************!*\ !*** ./src/services/$errorReporter.ts ***! \****************************************/ /*! exports provided: $errorReporter */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$errorReporter", function() { return $errorReporter; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); var ErrorReporter = /** @class */ function () { function ErrorReporter() {} ErrorReporter.prototype.report = function (e, callerInstance) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) { console.error('ErrorReporter:', { e: e, callerInstance: callerInstance }); return [2 /*return*/ ]; }); }); }; ErrorReporter.prototype.r = function (e, callerInstance) { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) { this.report(e, callerInstance); return [2 /*return*/ ]; }); }); }; return ErrorReporter; }(); var $errorReporter = new ErrorReporter(); /***/ }), /***/ "./src/services/$itemFavoriteManager.ts": /*!**********************************************!*\ !*** ./src/services/$itemFavoriteManager.ts ***! \**********************************************/ /*! exports provided: ItemFavoriteManager, $itemFavoriteManager */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "ItemFavoriteManager", function() { return ItemFavoriteManager; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$itemFavoriteManager", function() { return $itemFavoriteManager; }); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ../../../AxCommonServices/types/AxItem */ "../AxCommonServices/types/AxItem.ts"); /* harmony import */ var _services_$toast__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../services/$toast */ "./src/services/$toast.ts"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); var favLabel = 'favorites'; var ItemFavoriteManager = /** @class */ function () { function ItemFavoriteManager() { vue__WEBPACK_IMPORTED_MODULE_2__["default"].set(this, 'favvedItemDataByItemId', {}); this.fetchAllFavPromisePlaceholder = null; } /** * ãŠæ°—ã«å…¥ã‚Šå•†å“ã‚’å–å¾—ã—ã¦ã€ favvedItemDataByItemId ã‚’æ›´æ–° * 実装上ã€ãƒ©ãƒ™ãƒ«ã¯ "favorites" ã§å›ºå®šã—ã¦ã„ã‚‹ */ ItemFavoriteManager.prototype.refetch = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var _this = this; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { if (_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_3__["$axAuthState"].isLoggedIn) { if (this.fetchAllFavPromisePlaceholder === null) { this.fetchAllFavPromisePlaceholder = new Promise(function (resolve) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(_this, void 0, void 0, function () { var favved, byItemId; var _this = this; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: '/favorite/items/get', data: { query: { labels: [favLabel], operator: "and" }, request: { fields: _AxCommonServices_types_AxItem__WEBPACK_IMPORTED_MODULE_5__["itemFields"] } } })]; case 1: favved = _a.sent(); byItemId = favved.result.favorites.reduce(function (res, fav) { res[fav.item.id] = fav.item; return res; }, {}); vue__WEBPACK_IMPORTED_MODULE_2__["default"].set(this, 'favvedItemDataByItemId', byItemId); /** * å†å–å¾—ã¯10秒以é™ãªã‚‰è¨±å¯ã™ã‚‹ */ setTimeout(function () { _this.fetchAllFavPromisePlaceholder = null; }, 10000); resolve(favved); return [2 /*return*/ ]; } }); }); }); } return [2 /*return*/ , this.fetchAllFavPromisePlaceholder]; } return [2 /*return*/ ]; }); }); }; ItemFavoriteManager.prototype.toggle = function (itemId) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var isFavved, _a; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_b) { switch (_b.label) { case 0: if (!_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_3__["$axAuthState"].isLoggedIn) return [3 /*break*/ , 5]; isFavved = this.favvedItemDataByItemId[itemId]; if (!isFavved) return [3 /*break*/ , 2]; return [4 /*yield*/ , this.remove(itemId)]; case 1: _a = _b.sent(); return [3 /*break*/ , 4]; case 2: return [4 /*yield*/ , this.add(itemId)]; case 3: _a = _b.sent(); _b.label = 4; case 4: _a; return [3 /*break*/ , 6]; case 5: _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].warning('ãŠæ°—ã«å…¥ã‚Šç™»éŒ²ã«ã¯ãƒã‚°ã‚¤ãƒ³ãŒå¿…è¦ã§ã™ã€‚'); _b.label = 6; case 6: return [2 /*return*/ ]; } }); }); }; ItemFavoriteManager.prototype.add = function (itemId) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_3__["$axAuthState"].isLoggedIn) return [3 /*break*/ , 4]; _a.label = 1; case 1: _a.trys.push([1, 3,, 4]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: '/favorite/items/put', data: { query: { "item.skus.id": itemId, labels: [favLabel], orverwirte_label: false } } })]; case 2: _a.sent(); vue__WEBPACK_IMPORTED_MODULE_2__["default"].set(this.favvedItemDataByItemId, itemId, true); _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].success('ãŠæ°—ã«å…¥ã‚Šã«è¿½åŠ ã—ã¾ã—ãŸã€‚'); return [3 /*break*/ , 4]; case 3: e_1 = _a.sent(); _$errorReporter__WEBPACK_IMPORTED_MODULE_7__["$errorReporter"].r(e_1, this); _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].error('ãŠæ°—ã«å…¥ã‚Šã«è¿½åŠ 出æ¥ã¾ã›ã‚“ã§ã—ãŸã€‚後ã»ã©å†åº¦ãŠè©¦ã—ãã ã•ã„。'); return [3 /*break*/ , 4]; case 4: return [2 /*return*/ ]; } }); }); }; ItemFavoriteManager.prototype.remove = function (itemId) { return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__awaiter"])(this, void 0, void 0, function () { var e_2; return Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_3__["$axAuthState"].isLoggedIn) return [3 /*break*/ , 4]; _a.label = 1; case 1: _a.trys.push([1, 3,, 4]); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_4__["$axFrontendHelper"].request({ path: '/favorite/items/delete', data: { query: { "item.skus.ids": [itemId], labels: [favLabel] } } })]; case 2: _a.sent(); vue__WEBPACK_IMPORTED_MODULE_2__["default"].delete(this.favvedItemDataByItemId, itemId); _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].success('ãŠæ°—ã«å…¥ã‚Šã‹ã‚‰å‰Šé™¤ã—ã¾ã—ãŸã€‚'); return [3 /*break*/ , 4]; case 3: e_2 = _a.sent(); console.error(e_2); _$errorReporter__WEBPACK_IMPORTED_MODULE_7__["$errorReporter"].r(e_2, this); _services_$toast__WEBPACK_IMPORTED_MODULE_6__["$toast"].success('ãŠæ°—ã«å…¥ã‚Šã‹ã‚‰å‰Šé™¤å‡ºæ¥ã¾ã›ã‚“ã§ã—ãŸã€‚後ã»ã©å†åº¦ãŠè©¦ã—ãã ã•ã„。'); return [3 /*break*/ , 4]; case 4: return [2 /*return*/ ]; } }); }); }; return ItemFavoriteManager; }(); var $itemFavoriteManager = vue__WEBPACK_IMPORTED_MODULE_2__["default"].observable(new ItemFavoriteManager()); /***/ }), /***/ "./src/services/$lsCache.ts": /*!**********************************!*\ !*** ./src/services/$lsCache.ts ***! \**********************************/ /*! exports provided: $lsCache */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$lsCache", function() { return $lsCache; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); /** * TTL付ãã®LocalStorage */ var defaultTTLSec = 86400; // 1 day var LsCache = /** @class */ function () { function LsCache() {} /** * TTL付ãã§LocalStorageã«ä¿å˜ * @param key * @param val * @param TTLInSeconds - マイナス値ã®å ´åˆã¯ã€é•·æœŸé–“ä¿å˜ (30æ—¥) */ LsCache.prototype.set = function (key, val, TTLInSeconds) { if (TTLInSeconds === void 0) { TTLInSeconds = defaultTTLSec; } if (TTLInSeconds < 0) { TTLInSeconds = 86400 * 30; } var item = { expireAt: this._now + TTLInSeconds * 1000, value: val }; try { localStorage.setItem(key, JSON.stringify(item)); return true; } catch (e) { _$errorReporter__WEBPACK_IMPORTED_MODULE_1__["$errorReporter"].report(e, this); return false; } }; Object.defineProperty(LsCache.prototype, "_now", { get: function get() { return new Date().getTime(); }, enumerable: false, configurable: true }); LsCache.prototype.get = function (key) { var val = localStorage.getItem(key) || ''; if (['undefined', 'null', ''].indexOf(val) >= 0) { return ''; } try { var cached = JSON.parse(val); // ã‚ャッシュãŒæœ‰åŠ¹æœŸé™ä»¥å†…ã§ã‚れ㰠if (cached.expireAt >= this._now) { console.log("[LsCache] cache hit with key: \"" + key + "\": ", val); return cached.value; } this.clear(key); return ''; // expired } catch (e) { _$errorReporter__WEBPACK_IMPORTED_MODULE_1__["$errorReporter"].report(e, this); return ''; // failed somehow } }; LsCache.prototype.clear = function (key) { localStorage.removeItem(key); }; LsCache.prototype.getWithFetchFunc = function (key, fetchFunction, TTLInSeconds) { if (TTLInSeconds === void 0) { TTLInSeconds = defaultTTLSec; } return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(this, void 0, void 0, function () { var cached, fetched; return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) { switch (_a.label) { case 0: cached = this.get(key); if (cached) { return [2 /*return*/ , cached]; } return [4 /*yield*/ , fetchFunction()]; case 1: fetched = _a.sent(); this.set(key, fetched, TTLInSeconds); return [2 /*return*/ , fetched]; } }); }); }; return LsCache; }(); var $lsCache = new LsCache(); /***/ }), /***/ "./src/services/$models.ts": /*!*********************************!*\ !*** ./src/services/$models.ts ***! \*********************************/ /*! exports provided: $models */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$models", function() { return $models; }); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _models__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../models */ "./src/models/index.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_ModelFactory__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/ModelFactory */ "../CORE_FW/models/FireORMModelSharedRecources/ModelFactory.ts"); /** * load default Models */ var modelObjects = Object.keys(_models__WEBPACK_IMPORTED_MODULE_1__).reduce(function (ret, modelName) { var modelDefinition = _models__WEBPACK_IMPORTED_MODULE_1__[modelName]; ret[modelName] = new _CORE_FW_models_FireORMModelSharedRecources_ModelFactory__WEBPACK_IMPORTED_MODULE_2__["default"](modelName, modelDefinition); return ret; }, {}); var $models = modelObjects; /***/ }), /***/ "./src/services/$toast.ts": /*!********************************!*\ !*** ./src/services/$toast.ts ***! \********************************/ /*! exports provided: $toast */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$toast", function() { return $toast; }); var Toast = /** @class */ function () { function Toast() {} Toast.prototype.success = function (message) { window.alert(message); // $util.successToast(message) }; Toast.prototype.error = function (message) { window.alert(message); // $util.errorToast(message) }; Toast.prototype.warning = function (message) { window.alert(message); // $util.warningToast(message) }; return Toast; }(); var $toast = new Toast(); /***/ }), /***/ "./src/services/$urlHelper.ts": /*!************************************!*\ !*** ./src/services/$urlHelper.ts ***! \************************************/ /*! exports provided: $urlHelper */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "$urlHelper", function() { return $urlHelper; }); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_web_url_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/web.url.js */ "./node_modules/core-js/modules/web.url.js"); /* harmony import */ var core_js_modules_web_url_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_url_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.regexp.exec.js */ "./node_modules/core-js/modules/es.regexp.exec.js"); /* harmony import */ var core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_exec_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/es.string.search.js */ "./node_modules/core-js/modules/es.string.search.js"); /* harmony import */ var core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_search_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/es.regexp.to-string.js */ "./node_modules/core-js/modules/es.regexp.to-string.js"); /* harmony import */ var core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_regexp_to_string_js__WEBPACK_IMPORTED_MODULE_6__); /** * URLæ“作ã®HelperFunctions */ var UrlHelper = /** @class */ function () { function UrlHelper() {} UrlHelper.prototype._queryParams = function () { return new URLSearchParams(window.location.search); }; UrlHelper.prototype.changeQueryParams = function (key, value) { var queryParams = this._queryParams(); queryParams.set(key, value); window.history.replaceState(null, null, '?' + queryParams.toString()); }; return UrlHelper; }(); var $urlHelper = new UrlHelper(); /***/ }), /***/ "./src/services/AxOrderCommitter.ts": /*!******************************************!*\ !*** ./src/services/AxOrderCommitter.ts ***! \******************************************/ /*! exports provided: AxOrderCommitter, convertUserDeliveryAddressToOrderDeliveryAddress */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AxOrderCommitter", function() { return AxOrderCommitter; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "convertUserDeliveryAddressToOrderDeliveryAddress", function() { return convertUserDeliveryAddressToOrderDeliveryAddress; }); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.map.js */ "./node_modules/core-js/modules/es.array.map.js"); /* harmony import */ var core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_map_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! core-js/modules/es.object.keys.js */ "./node_modules/core-js/modules/es.object.keys.js"); /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_1__); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! core-js/modules/es.object.values.js */ "./node_modules/core-js/modules/es.object.values.js"); /* harmony import */ var core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_values_js__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! core-js/modules/es.object.to-string.js */ "./node_modules/core-js/modules/es.object.to-string.js"); /* harmony import */ var core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_to_string_js__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! core-js/modules/es.string.iterator.js */ "./node_modules/core-js/modules/es.string.iterator.js"); /* harmony import */ var core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_string_iterator_js__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! core-js/modules/web.dom-collections.iterator.js */ "./node_modules/core-js/modules/web.dom-collections.iterator.js"); /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_5__); /* harmony import */ var core_js_modules_web_url_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! core-js/modules/web.url.js */ "./node_modules/core-js/modules/web.url.js"); /* harmony import */ var core_js_modules_web_url_js__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_url_js__WEBPACK_IMPORTED_MODULE_6__); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! core-js/modules/es.array.join.js */ "./node_modules/core-js/modules/es.array.join.js"); /* harmony import */ var core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_join_js__WEBPACK_IMPORTED_MODULE_7__); /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! core-js/modules/es.array.from.js */ "./node_modules/core-js/modules/es.array.from.js"); /* harmony import */ var core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_from_js__WEBPACK_IMPORTED_MODULE_8__); /* harmony import */ var core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! core-js/modules/es.typed-array.uint8-array.js */ "./node_modules/core-js/modules/es.typed-array.uint8-array.js"); /* harmony import */ var core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_uint8_array_js__WEBPACK_IMPORTED_MODULE_9__); /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! core-js/modules/es.typed-array.copy-within.js */ "./node_modules/core-js/modules/es.typed-array.copy-within.js"); /* harmony import */ var core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_copy_within_js__WEBPACK_IMPORTED_MODULE_10__); /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! core-js/modules/es.typed-array.every.js */ "./node_modules/core-js/modules/es.typed-array.every.js"); /* harmony import */ var core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_every_js__WEBPACK_IMPORTED_MODULE_11__); /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! core-js/modules/es.typed-array.fill.js */ "./node_modules/core-js/modules/es.typed-array.fill.js"); /* harmony import */ var core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_fill_js__WEBPACK_IMPORTED_MODULE_12__); /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! core-js/modules/es.typed-array.filter.js */ "./node_modules/core-js/modules/es.typed-array.filter.js"); /* harmony import */ var core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_filter_js__WEBPACK_IMPORTED_MODULE_13__); /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! core-js/modules/es.typed-array.find.js */ "./node_modules/core-js/modules/es.typed-array.find.js"); /* harmony import */ var core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_js__WEBPACK_IMPORTED_MODULE_14__); /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(/*! core-js/modules/es.typed-array.find-index.js */ "./node_modules/core-js/modules/es.typed-array.find-index.js"); /* harmony import */ var core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_find_index_js__WEBPACK_IMPORTED_MODULE_15__); /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(/*! core-js/modules/es.typed-array.for-each.js */ "./node_modules/core-js/modules/es.typed-array.for-each.js"); /* harmony import */ var core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_for_each_js__WEBPACK_IMPORTED_MODULE_16__); /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(/*! core-js/modules/es.typed-array.includes.js */ "./node_modules/core-js/modules/es.typed-array.includes.js"); /* harmony import */ var core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_includes_js__WEBPACK_IMPORTED_MODULE_17__); /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(/*! core-js/modules/es.typed-array.index-of.js */ "./node_modules/core-js/modules/es.typed-array.index-of.js"); /* harmony import */ var core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_index_of_js__WEBPACK_IMPORTED_MODULE_18__); /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(/*! core-js/modules/es.typed-array.iterator.js */ "./node_modules/core-js/modules/es.typed-array.iterator.js"); /* harmony import */ var core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_iterator_js__WEBPACK_IMPORTED_MODULE_19__); /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(/*! core-js/modules/es.typed-array.join.js */ "./node_modules/core-js/modules/es.typed-array.join.js"); /* harmony import */ var core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_join_js__WEBPACK_IMPORTED_MODULE_20__); /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(/*! core-js/modules/es.typed-array.last-index-of.js */ "./node_modules/core-js/modules/es.typed-array.last-index-of.js"); /* harmony import */ var core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_last_index_of_js__WEBPACK_IMPORTED_MODULE_21__); /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(/*! core-js/modules/es.typed-array.map.js */ "./node_modules/core-js/modules/es.typed-array.map.js"); /* harmony import */ var core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_map_js__WEBPACK_IMPORTED_MODULE_22__); /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(/*! core-js/modules/es.typed-array.reduce.js */ "./node_modules/core-js/modules/es.typed-array.reduce.js"); /* harmony import */ var core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_js__WEBPACK_IMPORTED_MODULE_23__); /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(/*! core-js/modules/es.typed-array.reduce-right.js */ "./node_modules/core-js/modules/es.typed-array.reduce-right.js"); /* harmony import */ var core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reduce_right_js__WEBPACK_IMPORTED_MODULE_24__); /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(/*! core-js/modules/es.typed-array.reverse.js */ "./node_modules/core-js/modules/es.typed-array.reverse.js"); /* harmony import */ var core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_reverse_js__WEBPACK_IMPORTED_MODULE_25__); /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(/*! core-js/modules/es.typed-array.set.js */ "./node_modules/core-js/modules/es.typed-array.set.js"); /* harmony import */ var core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_set_js__WEBPACK_IMPORTED_MODULE_26__); /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(/*! core-js/modules/es.typed-array.slice.js */ "./node_modules/core-js/modules/es.typed-array.slice.js"); /* harmony import */ var core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_slice_js__WEBPACK_IMPORTED_MODULE_27__); /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(/*! core-js/modules/es.typed-array.some.js */ "./node_modules/core-js/modules/es.typed-array.some.js"); /* harmony import */ var core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_some_js__WEBPACK_IMPORTED_MODULE_28__); /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_29__ = __webpack_require__(/*! core-js/modules/es.typed-array.sort.js */ "./node_modules/core-js/modules/es.typed-array.sort.js"); /* harmony import */ var core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_29___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_sort_js__WEBPACK_IMPORTED_MODULE_29__); /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_30__ = __webpack_require__(/*! core-js/modules/es.typed-array.subarray.js */ "./node_modules/core-js/modules/es.typed-array.subarray.js"); /* harmony import */ var core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_30___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_subarray_js__WEBPACK_IMPORTED_MODULE_30__); /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_31__ = __webpack_require__(/*! core-js/modules/es.typed-array.to-locale-string.js */ "./node_modules/core-js/modules/es.typed-array.to-locale-string.js"); /* harmony import */ var core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_31___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_locale_string_js__WEBPACK_IMPORTED_MODULE_31__); /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_32__ = __webpack_require__(/*! core-js/modules/es.typed-array.to-string.js */ "./node_modules/core-js/modules/es.typed-array.to-string.js"); /* harmony import */ var core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_32___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_typed_array_to_string_js__WEBPACK_IMPORTED_MODULE_32__); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_33__ = __webpack_require__(/*! core-js/modules/es.array.slice.js */ "./node_modules/core-js/modules/es.array.slice.js"); /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_33___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_33__); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_34__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_35__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__ = __webpack_require__(/*! ./$axFrontendHelper */ "./src/services/$axFrontendHelper.ts"); /* harmony import */ var _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_37__ = __webpack_require__(/*! ../../../AxCommonServices/AxApiPaths */ "../AxCommonServices/AxApiPaths.ts"); /* harmony import */ var _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_38__ = __webpack_require__(/*! ./$axAuthStateManager */ "./src/services/$axAuthStateManager.ts"); /* harmony import */ var _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_39__ = __webpack_require__(/*! ../../../CORE_FW/models/FireORMModelSharedRecources/$appHook */ "../CORE_FW/models/FireORMModelSharedRecources/$appHook.ts"); /* harmony import */ var _$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_40__ = __webpack_require__(/*! ./$AxE2AppHooks */ "./src/services/$AxE2AppHooks.ts"); /* harmony import */ var _$toast__WEBPACK_IMPORTED_MODULE_41__ = __webpack_require__(/*! ./$toast */ "./src/services/$toast.ts"); /* harmony import */ var _$lsCache__WEBPACK_IMPORTED_MODULE_42__ = __webpack_require__(/*! ./$lsCache */ "./src/services/$lsCache.ts"); /* harmony import */ var _$errorReporter__WEBPACK_IMPORTED_MODULE_43__ = __webpack_require__(/*! ./$errorReporter */ "./src/services/$errorReporter.ts"); /* harmony import */ var _$AxE2Config__WEBPACK_IMPORTED_MODULE_44__ = __webpack_require__(/*! ./$AxE2Config */ "./src/services/$AxE2Config.ts"); /** * Axã®æ³¨æ–‡ã‚’作æˆã™ã‚‹ãŸã‚ã®class * $cart ã«ä¾å˜ */ var orderCommiterLsCacheKey = { temporary_order_id: 'AxE2--cart-temporary_order_id', custom: 'AxE2--cart-custom-data' }; var AxOrderCommitter = /** @class */ function () { function AxOrderCommitter($cart) { this.$cart = $cart; // this.temporary_order_id = '' this.delivery_units = []; this.comittableOrderDetail = null; } Object.defineProperty(AxOrderCommitter.prototype, "temporary_order_id", { get: function get() { var id = _$lsCache__WEBPACK_IMPORTED_MODULE_42__["$lsCache"].get(orderCommiterLsCacheKey.temporary_order_id); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, '_temporary_order_id', id); return id; }, /** * ãŠå±Šã‘å…ˆgetter/setter * localStorageã§cross-tab & 永続化 */ set: function set(temporary_order_id) { _$lsCache__WEBPACK_IMPORTED_MODULE_42__["$lsCache"].set(orderCommiterLsCacheKey.temporary_order_id, temporary_order_id); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, '_temporary_order_id', temporary_order_id); }, enumerable: false, configurable: true }); Object.defineProperty(AxOrderCommitter.prototype, "orderCustomData", { get: function get() { var customData = _$lsCache__WEBPACK_IMPORTED_MODULE_42__["$lsCache"].get(orderCommiterLsCacheKey.custom); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, '_orderCustomData', customData); return this._orderCustomData; }, /** * orderCustomData: Record<string, any> * localStorageã§cross-tab & 永続化 */ set: function set(customData) { // remove invalid key Object.keys(customData).map(function (key) { if (!customData[key]) { delete customData[key]; } }); _$lsCache__WEBPACK_IMPORTED_MODULE_42__["$lsCache"].set(orderCommiterLsCacheKey.custom, customData || {}); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, '_orderCustomData', customData); }, enumerable: false, configurable: true }); /** * ç¾åœ¨ã®ã‚«ãƒ¼ãƒˆã®çŠ¶æ…‹ã‹ã‚‰ "仮注文" を作æˆã™ã‚‹ã€‚ * @deprecated カートã®ãƒ•ãƒãƒ¼ã‚’分割ã—ãŸãŸã‚ã€ç¾åœ¨åˆ©ç”¨ã—ãªã„。 */ AxOrderCommitter.prototype.buildOrder = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: // console.log(`buildOrder(): 1. 仮注文を生æˆ`) // await this.createPreOrder() // console.log(`buildOrder(): 2. ãŠå±Šã‘先をè¨å®š`) // await this._setDeliveryAddresses() // console.log(`buildOrder(): 3. 支払ã„方法è¨å®š`) // await this._setPaymentInfo() // console.log(`buildOrder(): 4. é…é€æ–¹æ³•ã‚’è¨å®š`) // await this._setDeliveryMethods() console.log("buildOrder(): 5. \u69CB\u7BC9\u3057\u305FOrder\u3092\u518D\u53D6\u5F97"); return [4 /*yield*/ , this._fetchPreOrder()]; case 1: _a.sent(); return [2 /*return*/ ]; } }); }); }; AxOrderCommitter.prototype._fetchPreOrder = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/get', data: { query: { temporary_order_id: this.temporary_order_id } } })]; case 1: res = _a.sent(); console.log("this._fetchPreOrder(): ", res.result); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, 'delivery_units', res.result.delivery_units); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, 'comittableOrderDetail', res.result); return [2 /*return*/ ]; } }); }); }; /** * Ax上ã§ã‚«ãƒ¼ãƒˆã‚’生æˆã™ã‚‹ * @private */ AxOrderCommitter.prototype.createPreOrder = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var orderCreateResponse; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: // カートã¸å•†å“をセット return [4 /*yield*/ , this._setCartItemsWithCurrentCartItems()]; case 1: // カートã¸å•†å“をセット _a.sent(); return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/create' })]; case 2: orderCreateResponse = _a.sent(); this.temporary_order_id = orderCreateResponse.result.temporary_order_id; this.delivery_units = orderCreateResponse.result.delivery_units; return [2 /*return*/ ]; } }); }); }; /** * カートã®çŠ¶æ…‹ã‚’検証 */ AxOrderCommitter.prototype.validateCurrentPreOrderState = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/verify', data: { query: { temporary_order_id: this.temporary_order_id } } })]; case 1: res = _a.sent(); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, 'delivery_units', res.result.delivery_units); vue__WEBPACK_IMPORTED_MODULE_35__["default"].set(this, 'comittableOrderDetail', res.result); return [2 /*return*/ , res.result]; } }); }); }; /** * ç¾åœ¨ã®ã‚«ãƒ¼ãƒˆã®å†…容ã§ã€Axã®ã‚«ãƒ¼ãƒˆã‚’作æˆã™ã‚‹ * @private */ AxOrderCommitter.prototype._setCartItemsWithCurrentCartItems = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: // 一度カートã®å†…容をクリアã—ãªã‘ã‚Œã°... return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_37__["axApiPaths"].carts.clear }) // Axã®ã‚«ãƒ¼ãƒˆã¸ã‚¢ã‚¤ãƒ†ãƒ をセット ]; case 1: // 一度カートã®å†…容をクリアã—ãªã‘ã‚Œã°... _a.sent(); // Axã®ã‚«ãƒ¼ãƒˆã¸ã‚¢ã‚¤ãƒ†ãƒ をセット return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: _AxCommonServices_AxApiPaths__WEBPACK_IMPORTED_MODULE_37__["axApiPaths"].carts.put, data: { query: { cart: { lines: Object.values(this.$cart.cartItems) } } } })]; case 2: // Axã®ã‚«ãƒ¼ãƒˆã¸ã‚¢ã‚¤ãƒ†ãƒ をセット _a.sent(); return [2 /*return*/ ]; } }); }); }; AxOrderCommitter.prototype._getCustomForInformationSetParam = function () { var custom = this.orderCustomData; if (!custom || custom == {}) { return {}; } var customFields = Object.keys(custom).reduce(function (res, customFieldName) { var val = custom[customFieldName]; if (val) { res[customFieldName] = val.id ? val.id : val; } return res; }, {}); return customFields; }; /** * é…é€å…ˆä½æ‰€ã‚’セット * @private */ AxOrderCommitter.prototype._setDeliveryAddresses = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var deliveryAddresses, purchaser, query, custom; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: if (!this.$cart.deliveryAddresses) { return [2 /*return*/ , _$toast__WEBPACK_IMPORTED_MODULE_41__["$toast"].error('ãŠå±Šã‘å…ˆãŒè¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“')]; } deliveryAddresses = this.$cart.deliveryAddresses; return [4 /*yield*/ , _$axAuthStateManager__WEBPACK_IMPORTED_MODULE_38__["$axAuthState"].getCurrentLoggedInUserProfile()]; case 1: purchaser = _a.sent(); query = { temporary_order_id: this.temporary_order_id, purchaser: convertUserDeliveryAddressToOrderDeliveryAddress(_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].cleanupObjectForRequest(purchaser || deliveryAddresses)), reciever: convertUserDeliveryAddressToOrderDeliveryAddress(_$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].cleanupObjectForRequest(deliveryAddresses)) }; try { custom = this._getCustomForInformationSetParam(); if (window.AxEConfigSiteName == 'asaoka') { custom["shipping_status"] = 111; query.custom = custom; } else { if (custom && Object.keys(custom).length > 0) { if (window.AxEConfigSiteName == 'ercuis_raynaud') { if (custom["inscription_on_noshi1"] && custom["inscription_on_noshi1"] == "ã€è¶çµã³ã€‘ã€ãã®ä»–" && custom["inscription_on_noshi2"]) { custom["inscription_on_noshi"] = custom["inscription_on_noshi1"] + "ã€" + (custom["inscription_on_noshi2"] || ''); } else if (custom["inscription_on_noshi1"] && custom["inscription_on_noshi1"] == "ã€çµã³åˆ‡ã‚Šã€‘ã€ãã®ä»–" && custom["inscription_on_noshi3"]) { custom["inscription_on_noshi"] = custom["inscription_on_noshi1"] + "ã€" + (custom["inscription_on_noshi3"] || ''); } else if (custom["inscription_on_noshi1"]) { custom["inscription_on_noshi"] = custom["inscription_on_noshi1"]; } else { custom["inscription_on_noshi"] = ""; } if (custom["noshi_name_engraving1"]) { custom["noshi_name_engraving"] = "一åã€" + (custom["noshi_name_engraving1"] || ''); } else if (custom["noshi_name_engraving2"] || custom["noshi_name_engraving3"] || custom["noshi_name_engraving4"]) { custom["noshi_name_engraving"] = "連åã€" + (custom["noshi_name_engraving2"] || '') + "ã€" + (custom["noshi_name_engraving3"] || '') + "ã€" + (custom["noshi_name_engraving4"] || ''); } else if (custom["noshi_name_engraving5"] || custom["noshi_name_engraving6"]) { custom["noshi_name_engraving"] = "社å+ãŠåå‰ã€" + (custom["noshi_name_engraving5"] || '') + "ã€" + (custom["noshi_name_engraving6"] || ''); } else if (custom["noshi_name_engraving7"]) { custom["noshi_name_engraving"] = "ãã®ä»–ã€" + (custom["noshi_name_engraving7"] || ''); } else { custom["noshi_name_engraving"] = ""; } } query.custom = custom; } } } catch (e) { console.error(e); _$errorReporter__WEBPACK_IMPORTED_MODULE_43__["$errorReporter"].r(e, this); } return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/information/set', data: { query: query } })]; case 2: _a.sent(); return [2 /*return*/ ]; } }); }); }; /** * é…é€åŒºåˆ†ã”ã¨ã«é©ç”¨ã•ã‚Œã‚‹é¸æŠžå¯èƒ½ãªé…é€æ–¹æ³•ã‚’å–å¾—ã™ã‚‹ * @param delivery_unit_no * @private */ AxOrderCommitter.prototype._getDeliveryMethods = function (delivery_unit_no) { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/delivery/get', data: { query: { temporary_order_id: this.temporary_order_id, delivery_unit_no: delivery_unit_no } } })]; case 1: res = _a.sent(); return [2 /*return*/ , res.result]; } }); }); }; /** * é…é€åŒºåˆ†å˜ä½ã§ã€é…é€æ–¹æ³•ã‚’セット * セットã™ã‚‹éš›ã«ã€æ—¥ä»˜, 時間帯指定も付与ã™ã‚‹ã“ã¨ãŒå¯èƒ½ * @param delivery_unit_no * @param delivery_method * @private */ AxOrderCommitter.prototype._setDeliveryMethods = function (delivery_unit_no, _a) { var id = _a.id, _b = _a.delivery_date, delivery_date = _b === void 0 ? null : _b, _c = _a.delivery_time, delivery_time = _c === void 0 ? null : _c; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var delivery_method, res; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_d) { switch (_d.label) { case 0: delivery_method = { id: "" + id }; if (delivery_date) { delivery_method.delivery_date = delivery_date; } if (delivery_time) { delivery_method.delivery_time = delivery_time; } return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/delivery/set', data: { query: { temporary_order_id: this.temporary_order_id, delivery_unit_no: delivery_unit_no, delivery_method: delivery_method } } })]; case 1: res = _d.sent(); return [2 /*return*/ , res.result.delivery_method]; } }); }); }; /** * é¸æŠžå¯èƒ½ãªãŠæ”¯æ‰•ã„方法をå–å¾— */ AxOrderCommitter.prototype.getPaymentMethods = function (arg) { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var res; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/payment/get', data: { query: { temporary_order_id: this.temporary_order_id } } })]; case 1: res = _a.sent(); return [2 /*return*/ , res.result]; } }); }); }; /** * ãŠæ”¯æ‰•ã„方法をè¨å®š * @private */ AxOrderCommitter.prototype._setPaymentInfo = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/payment/set', data: { query: { temporary_order_id: this.temporary_order_id, payment_profile: this.$cart.paymentMethod || { id: '108' } } } })]; case 1: _a.sent(); return [2 /*return*/ ]; } }); }); }; // /** // * 商å“代金ã®åˆè¨ˆé‡‘é¡ã‚’返㙠(税込ã¿) // */ // get totalItemPriceTaxIncluded(): number { // return this.comittableOrderDetail?.delivery_units.reduce((res, du) => { // du.lines.map(item => { // res += Number(item.sell_price_tax_included) + Number(item.order_quantity) // }) // return res // }, 0) // } // // /** // * 商å“代金ã®æ¶ˆè²»ç¨Žã®ã¿ã®åˆè¨ˆã‚’返㙠// */ // get totalItemPriceTaxes(): number { // return this.comittableOrderDetail?.taxes.reduce((res, item) => res + item.tax, 0) // } // // /** // * é€æ–™ã®åˆè¨ˆã‚’返㙠// */ // get totalDeliveryFee(): number { // return this.comittableOrderDetail?.delivery_units.reduce((res, du) => res + du.delivery_method.delivery_fee, 0) // } // // /** // * é€æ–™ã®åˆè¨ˆã‚’返㙠// */ // get totalPrice() { // return this.comittableOrderDetail?.total_price // } /** * 注文を確定ã™ã‚‹ */ AxOrderCommitter.prototype.commitOrder = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var commitParam, url, params, paymentMethod, isCardPayment, payment_config, cardId, context_1, context_2, context_3, context_4, axOrderResult, orderDetailResult, amazon_pay_authorize_url, amazon_pay_redirect_url; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: commitParam = { temporary_order_id: this.temporary_order_id }; // ãƒã‚°ã‚¤ãƒ³ã—ã¦ãªã„よFlagã‚’ã¤ã‘ã‚‹ if (!_$axAuthStateManager__WEBPACK_IMPORTED_MODULE_38__["$axAuthState"].isLoggedIn) { commitParam.guest_purchaser = true; } url = new URL(window.location.href); params = url.searchParams; if (_$AxE2Config__WEBPACK_IMPORTED_MODULE_44__["$AxE2Config"].use_amazon_pay) { if (params.get("amazonCheckoutSessionId")) { //commitParam.temporary_order = {checkout_session_id: params.get("buyerToken")}; commitParam.payment_config = { checkout_session_id: params.get("amazonCheckoutSessionId") }; } } paymentMethod = this.$cart.paymentMethod; isCardPayment = this.$cart.isCardPaymentMethod(paymentMethod); if (isCardPayment) { payment_config = { method: '1' // ã¨ã‚Šã‚ãˆãšä¸€æ‹¬æ‰•ã„ }; cardId = this.$cart.paymentCreditCard.card_id; if (cardId) { payment_config.card_id = cardId; } else { // @ts-ignore payment_config.token = this.$cart.paymentCreditCard.token; } if (window.AxEConfigSiteName == 'sackle') { payment_config["need_3ds"] = true; context_1 = Array.from(crypto.getRandomValues(new Uint8Array(12))).map(function (n) { return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"[n % 61]; }).join(''); payment_config["3ds_context"] = context_1; window.localStorage.setItem('3ds_context', context_1); } else if (window.AxEConfigSiteName == undefined && (paymentMethod.id == '103' || paymentMethod.id == '111')) { payment_config["need_3ds"] = true; context_2 = Array.from(crypto.getRandomValues(new Uint8Array(12))).map(function (n) { return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"[n % 61]; }).join(''); payment_config["3ds_context"] = context_2; window.localStorage.setItem('3ds_context', context_2); } else if (window.AxEConfigSiteName == 'ercuis_raynaud' && (paymentMethod.id == '106' || paymentMethod.id == '107')) { payment_config["need_3ds"] = true; context_3 = Array.from(crypto.getRandomValues(new Uint8Array(12))).map(function (n) { return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"[n % 61]; }).join(''); payment_config["3ds_context"] = context_3; window.localStorage.setItem('3ds_context', context_3); } else if (window.AxEConfigSiteName == 'asaoka' && (paymentMethod.id == '103' || paymentMethod.id == '106')) { payment_config["need_3ds"] = true; context_4 = Array.from(crypto.getRandomValues(new Uint8Array(12))).map(function (n) { return "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"[n % 61]; }).join(''); payment_config["3ds_context"] = context_4; window.localStorage.setItem('3ds_context', context_4); } commitParam.payment_config = payment_config; } return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: '/orders/builder/commit', data: { query: commitParam } })]; case 1: axOrderResult = _a.sent(); console.log({ axOrderResult: JSON.stringify(axOrderResult, null, 2) }); orderDetailResult = Object.assign({}, this.comittableOrderDetail, { order_number: axOrderResult.result.order_number }); if (!(axOrderResult.result['3ds'] && (window.AxEConfigSiteName == 'sackle' || window.AxEConfigSiteName == undefined && (paymentMethod.id == '103' || paymentMethod.id == '111') || window.AxEConfigSiteName == 'ercuis_raynaud' && (paymentMethod.id == '106' || paymentMethod.id == '107') || window.AxEConfigSiteName == 'asaoka' && (paymentMethod.id == '103' || paymentMethod.id == '106')))) return [3 /*break*/ , 2]; window.localStorage.setItem('orderDetailResult', JSON.stringify(orderDetailResult)); location.href = axOrderResult.result['3ds']['config']['redirect_url']; return [3 /*break*/ , 7]; case 2: if (!(_$AxE2Config__WEBPACK_IMPORTED_MODULE_44__["$AxE2Config"].use_amazon_pay && params.get("amazonCheckoutSessionId"))) return [3 /*break*/ , 3]; amazon_pay_authorize_url = axOrderResult.result.amazon_pay_authorize_url; amazon_pay_redirect_url = axOrderResult.result.amazon_pay_redirect_url; window.localStorage.setItem('amazon_pay_authorize_url', amazon_pay_authorize_url); window.location.href = amazon_pay_redirect_url || '/cart/?state=complete'; return [3 /*break*/ , 7]; case 3: if (!_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_39__["$appHook"].hasHook(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_40__["$AxE2AppHooks"].cart.commitOrder.AFTER)) return [3 /*break*/ , 5]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_39__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_40__["$AxE2AppHooks"].cart.commitOrder.AFTER, orderDetailResult, this)]; case 4: _a.sent(); return [3 /*break*/ , 6]; case 5: window.alert('ã”注文ã‚ã‚ŠãŒã¨ã†ã”ã–ã„ã¾ã—ãŸã€‚ã”登録ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã«ã€ç¢ºèªãƒ¡ãƒ¼ãƒ«ã‚’ãŠé€ã‚Šã„ãŸã—ã¾ã—ãŸã®ã§ã”確èªä¸‹ã•ã„。'); _a.label = 6; case 6: // カートをクリア this._cleanupCurrentState(); return [2 /*return*/ , axOrderResult]; case 7: return [2 /*return*/ ]; } }); }); }; AxOrderCommitter.prototype._cleanupCurrentState = function () { this.$cart.cleanupState(); this.comittableOrderDetail = null; this.orderCustomData = {}; this.temporary_order_id = ''; }; AxOrderCommitter.prototype.authorize3dSecury = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var href, url, state_param, status_param, payment_service_codes_param, param_3ds_context, response_3ds_context, orderDetailResult, axe2_coupons; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: href = location.href; url = new URL(href); state_param = url.searchParams.get('state'); status_param = url.searchParams.get('status'); payment_service_codes_param = url.searchParams.get('payment_service_codes'); if (!window.localStorage.getItem('3ds_context')) return [3 /*break*/ , 6]; param_3ds_context = ''; if (state_param == "complete_3ds") { param_3ds_context = url.searchParams.get('3ds_context'); } else { param_3ds_context = state_param.slice(-12); } response_3ds_context = window.localStorage.getItem('3ds_context'); window.localStorage.removeItem('3ds_context'); orderDetailResult = JSON.parse(window.localStorage.getItem('orderDetailResult')); window.localStorage.removeItem('orderDetailResult'); if (!(response_3ds_context != param_3ds_context || status_param === 'error')) return [3 /*break*/ , 1]; if (status_param === 'error' && payment_service_codes_param) { _$toast__WEBPACK_IMPORTED_MODULE_41__["$toast"].error('ã”注文を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸã€‚(' + payment_service_codes_param + ')'); } else { _$toast__WEBPACK_IMPORTED_MODULE_41__["$toast"].error('ã”注文を作æˆã§ãã¾ã›ã‚“ã§ã—ãŸã€‚'); } return [2 /*return*/ , false]; case 1: if (!_CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_39__["$appHook"].hasHook(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_40__["$AxE2AppHooks"].cart.commitOrder.AFTER)) return [3 /*break*/ , 3]; return [4 /*yield*/ , _CORE_FW_models_FireORMModelSharedRecources_$appHook__WEBPACK_IMPORTED_MODULE_39__["$appHook"].callHooks(_$AxE2AppHooks__WEBPACK_IMPORTED_MODULE_40__["$AxE2AppHooks"].cart.commitOrder.AFTER, orderDetailResult, this)]; case 2: _a.sent(); return [3 /*break*/ , 4]; case 3: window.alert('ã”注文ã‚ã‚ŠãŒã¨ã†ã”ã–ã„ã¾ã—ãŸã€‚ã”登録ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã«ã€ç¢ºèªãƒ¡ãƒ¼ãƒ«ã‚’ãŠé€ã‚Šã„ãŸã—ã¾ã—ãŸã®ã§ã”確èªä¸‹ã•ã„。'); _a.label = 4; case 4: // カートをクリア this._cleanupCurrentState(); if (window.localStorage.getItem('axe2_use_coupon')) { axe2_coupons = JSON.parse(window.localStorage.getItem('axe2_my_coupons')) || {}; delete axe2_coupons[window.localStorage.getItem('axe2_use_coupon')]; window.localStorage.setItem('axe2_my_coupons', JSON.stringify(axe2_coupons)); } //window.alert('ã”注文ã‚ã‚ŠãŒã¨ã†ã”ã–ã„ã¾ã—ãŸã€‚ã”登録ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã«ã€ç¢ºèªãƒ¡ãƒ¼ãƒ«ã‚’ãŠé€ã‚Šã„ãŸã—ã¾ã—ãŸã®ã§ã”確èªä¸‹ã•ã„。') return [2 /*return*/ , true]; case 5: return [3 /*break*/ , 7]; case 6: return [2 /*return*/ , true]; case 7: return [2 /*return*/ ]; } }); }); }; AxOrderCommitter.prototype.amazonPayAuthorize = function () { return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__awaiter"])(this, void 0, void 0, function () { var amazon_pay_authorize_url, axOrderResult, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_34__["__generator"])(this, function (_a) { switch (_a.label) { case 0: amazon_pay_authorize_url = window.localStorage.getItem('amazon_pay_authorize_url'); _a.label = 1; case 1: _a.trys.push([1, 4,, 5]); if (!amazon_pay_authorize_url) return [3 /*break*/ , 3]; return [4 /*yield*/ , _$axFrontendHelper__WEBPACK_IMPORTED_MODULE_36__["$axFrontendHelper"].request({ path: amazon_pay_authorize_url, method: 'POST', data: {} }) // カートをクリア ]; case 2: axOrderResult = _a.sent(); // カートをクリア this._cleanupCurrentState(); window.localStorage.removeItem('amazon_pay_authorize_url'); window.location.href = "/order_complete"; _a.label = 3; case 3: return [3 /*break*/ , 5]; case 4: e_1 = _a.sent(); throw e_1; case 5: return [2 /*return*/ ]; } }); }); }; return AxOrderCommitter; }(); /** * Axã®ãƒ¦ãƒ¼ã‚¶ä½æ‰€ã‚’ãŠå±Šã‘å…ˆä½æ‰€ã«å¤‰æ›ã™ã‚‹ * tel_primary => tel ã¨ã„ã†ç½ ãŒã‚ã‚‹ç‰ã€åŒã˜ã‚ªãƒ–ジェクトã®å½¢å¼ã§ã¯ãªã„ * @param userDeliveryAddress */ var convertUserDeliveryAddressToOrderDeliveryAddress = function convertUserDeliveryAddressToOrderDeliveryAddress(userDeliveryAddress) { // @ts-ignore userDeliveryAddress.tel = userDeliveryAddress.tel_primary; return userDeliveryAddress; }; /***/ }), /***/ "./src/services/deepMerge.ts": /*!***********************************!*\ !*** ./src/services/deepMerge.ts ***! \***********************************/ /*! exports provided: checkIsObject, deepMerge */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "checkIsObject", function() { return checkIsObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "deepMerge", function() { return deepMerge; }); /* harmony import */ var C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/typeof */ "./node_modules/@babel/runtime/helpers/esm/typeof.js"); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); // lodash/merge ã«ä¼¼ã¦ã„ã‚‹ãŒã€è»½é‡åŒ–ã™ã‚‹ãŸã‚ã«å€‹åˆ¥ãƒ©ã‚¤ãƒ–ラリ化 /** * Simple object check. * @param item * @returns {boolean} */ function checkIsObject(item) { return item && Object(C_Users_dev_AxE2_AxE2_node_modules_babel_runtime_helpers_esm_typeof__WEBPACK_IMPORTED_MODULE_0__["default"])(item) === 'object' && !Array.isArray(item); } /** * Deep merge two objects. * @param target * @param ...sources */ var deepMerge = function deepMerge(target) { var _a, _b; var sources = []; for (var _i = 1; _i < arguments.length; _i++) { sources[_i - 1] = arguments[_i]; } if (!sources.length) return target; var source = sources.shift(); if (checkIsObject(target) && checkIsObject(source)) { for (var key in source) { if (checkIsObject(source[key])) { if (!target[key]) Object.assign(target, (_a = {}, _a[key] = {}, _a)); deepMerge(target[key], source[key]); } else { Object.assign(target, (_b = {}, _b[key] = source[key], _b)); } } } // @ts-ignore return deepMerge.apply(void 0, Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__spreadArray"])([target], Object(tslib__WEBPACK_IMPORTED_MODULE_1__["__read"])(sources))); }; /***/ }), /***/ "./src/services/formConsts.ts": /*!************************************!*\ !*** ./src/services/formConsts.ts ***! \************************************/ /*! exports provided: japanPrefecturesKeyedObject, japanPrefecturesAsArrayOfKeyedObject */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "japanPrefecturesKeyedObject", function() { return japanPrefecturesKeyedObject; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "japanPrefecturesAsArrayOfKeyedObject", function() { return japanPrefecturesAsArrayOfKeyedObject; }); var japanPrefecturesKeyedObject = { 1: "北海é“", 2: "é’森県", 3: "岩手県", 4: "宮城県", 5: "秋田県", 6: "山形県", 7: "ç¦å³¶çœŒ", 8: "茨城県", 9: "æ ƒæœ¨çœŒ", 10: "群馬県", 11: "埼玉県", 12: "åƒè‘‰çœŒ", 13: "æ±äº¬éƒ½", 14: "神奈å·çœŒ", 15: "新潟県", 16: "富山県", 17: "石å·çœŒ", 18: "ç¦äº•çœŒ", 19: "山梨県", 20: "長野県", 21: "å²é˜œçœŒ", 22: "é™å²¡çœŒ", 23: "愛知県", 24: "三é‡çœŒ", 25: "滋賀県", 26: "京都府", 27: "大阪府", 28: "兵庫県", 29: "奈良県", 30: "å’ŒæŒå±±çœŒ", 31: "é³¥å–県", 32: "å³¶æ ¹çœŒ", 33: "岡山県", 34: "広島県", 35: "å±±å£çœŒ", 36: "徳島県", 37: "香å·çœŒ", 38: "愛媛県", 39: "高知県", 40: "ç¦å²¡çœŒ", 41: "ä½è³€çœŒ", 42: "長崎県", 43: "熊本県", 44: "大分県", 45: "宮崎県", 46: "鹿å…島県", 47: "沖縄県" }; var japanPrefecturesAsArrayOfKeyedObject = [{ key: 1, label: "北海é“" }, { key: 2, label: "é’森県" }, { key: 3, label: "岩手県" }, { key: 4, label: "宮城県" }, { key: 5, label: "秋田県" }, { key: 6, label: "山形県" }, { key: 7, label: "ç¦å³¶çœŒ" }, { key: 8, label: "茨城県" }, { key: 9, label: "æ ƒæœ¨çœŒ" }, { key: 10, label: "群馬県" }, { key: 11, label: "埼玉県" }, { key: 12, label: "åƒè‘‰çœŒ" }, { key: 13, label: "æ±äº¬éƒ½" }, { key: 14, label: "神奈å·çœŒ" }, { key: 15, label: "新潟県" }, { key: 16, label: "富山県" }, { key: 17, label: "石å·çœŒ" }, { key: 18, label: "ç¦äº•çœŒ" }, { key: 19, label: "山梨県" }, { key: 20, label: "長野県" }, { key: 21, label: "å²é˜œçœŒ" }, { key: 22, label: "é™å²¡çœŒ" }, { key: 23, label: "愛知県" }, { key: 24, label: "三é‡çœŒ" }, { key: 25, label: "滋賀県" }, { key: 26, label: "京都府" }, { key: 27, label: "大阪府" }, { key: 28, label: "兵庫県" }, { key: 29, label: "奈良県" }, { key: 30, label: "å’ŒæŒå±±çœŒ" }, { key: 31, label: "é³¥å–県" }, { key: 32, label: "å³¶æ ¹çœŒ" }, { key: 33, label: "岡山県" }, { key: 34, label: "広島県" }, { key: 35, label: "å±±å£çœŒ" }, { key: 36, label: "徳島県" }, { key: 37, label: "香å·çœŒ" }, { key: 38, label: "愛媛県" }, { key: 39, label: "高知県" }, { key: 40, label: "ç¦å²¡çœŒ" }, { key: 41, label: "ä½è³€çœŒ" }, { key: 42, label: "長崎県" }, { key: 43, label: "熊本県" }, { key: 44, label: "大分県" }, { key: 45, label: "宮崎県" }, { key: 46, label: "鹿å…島県" }, { key: 47, label: "沖縄県" }]; /***/ }), /***/ "./src/services/loadCommonVueComponent.ts": /*!************************************************!*\ !*** ./src/services/loadCommonVueComponent.ts ***! \************************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); /* harmony import */ var _components_loadComponents__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ../components/_loadComponents */ "./src/components/_loadComponents.ts"); /* harmony import */ var _CORE_FW_firebase_nuxt_FireORMNuxtSharedResources_plugins_loadCommonComponent__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ../../../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/loadCommonComponent */ "../CORE_FW/firebase_nuxt/FireORMNuxtSharedResources/plugins/loadCommonComponent.ts"); // load all components // import '@shared/nuxt/plugins/loadCommonComponent' Object(_CORE_FW_firebase_nuxt_FireORMNuxtSharedResources_plugins_loadCommonComponent__WEBPACK_IMPORTED_MODULE_2__["CORELoadCommonComponent"])(vue__WEBPACK_IMPORTED_MODULE_0__["default"]); // load /***/ }), /***/ "./src/services/searchAddressByZipCode.ts": /*!************************************************!*\ !*** ./src/services/searchAddressByZipCode.ts ***! \************************************************/ /*! exports provided: searchAddressByZipCode */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "searchAddressByZipCode", function() { return searchAddressByZipCode; }); /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "./node_modules/tslib/tslib.es6.js"); /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! axios */ "./node_modules/axios/index.js"); /* harmony import */ var axios__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(axios__WEBPACK_IMPORTED_MODULE_1__); var searchAddressByZipCode = function searchAddressByZipCode(zipCode, successCallback, errorCallback) { if (successCallback === void 0) { successCallback = null; } if (errorCallback === void 0) { errorCallback = null; } return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__awaiter"])(void 0, void 0, void 0, function () { var response, res, e_1; return Object(tslib__WEBPACK_IMPORTED_MODULE_0__["__generator"])(this, function (_a) { switch (_a.label) { case 0: _a.trys.push([0, 2,, 3]); return [4 /*yield*/ , axios__WEBPACK_IMPORTED_MODULE_1___default.a.request({ baseURL: 'https://28rker8nwe.execute-api.ap-northeast-1.amazonaws.com/production', url: '/searchAddressByZipCode', method: 'GET', params: { zipCode: zipCode } })]; case 1: response = _a.sent(); res = response.data; if (successCallback && typeof successCallback === 'function') { successCallback(res); } return [2 /*return*/ , res]; case 2: e_1 = _a.sent(); if (errorCallback && typeof errorCallback === 'function') { errorCallback(e_1); } else {// window.alert(`éƒµä¾¿ç•ªå· ${zipCode} ã‹ã‚‰ä½æ‰€ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚`) } throw e_1; case 3: return [2 /*return*/ ]; } }); }); }; // @ts-ignore window.searchAddressByZipCode = searchAddressByZipCode; /***/ }), /***/ "./src/services/vueFilters.ts": /*!************************************!*\ !*** ./src/services/vueFilters.ts ***! \************************************/ /*! no exports provided */ /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! core-js/modules/es.array.filter.js */ "./node_modules/core-js/modules/es.array.filter.js"); /* harmony import */ var core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_filter_js__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vue */ "./node_modules/vue/dist/vue.esm.browser.js"); vue__WEBPACK_IMPORTED_MODULE_1__["default"].filter('price', function (val) { return val ? "\xA5" + Math.floor(val).toLocaleString() : val; }); /***/ }) /******/ });