@nitro-ui/vue-framework
Version:
Awesome Vue Component Wrapper for Nitro UI
1,429 lines (1,159 loc) • 606 kB
JavaScript
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("vue"));
else if(typeof define === 'function' && define.amd)
define([], factory);
else if(typeof exports === 'object')
exports["NitroUiVue"] = factory(require("vue"));
else
root["NitroUiVue"] = factory(root["Vue"]);
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__8bbf__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // 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;
/******/ }
/******/
/******/
/******/ // 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 = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "fb15");
/******/ })
/************************************************************************/
/******/ ({
/***/ "00b4":
/***/ (function(module, exports, __webpack_require__) {
"use strict";
// TODO: Remove from `core-js@4` since it's moved to entry points
__webpack_require__("ac1f");
var $ = __webpack_require__("23e7");
var call = __webpack_require__("c65b");
var isCallable = __webpack_require__("1626");
var anObject = __webpack_require__("825a");
var toString = __webpack_require__("577e");
var DELEGATES_TO_EXEC = function () {
var execCalled = false;
var re = /[ac]/;
re.exec = function () {
execCalled = true;
return /./.exec.apply(this, arguments);
};
return re.test('abc') === true && execCalled;
}();
var nativeTest = /./.test;
// `RegExp.prototype.test` method
// https://tc39.es/ecma262/#sec-regexp.prototype.test
$({ target: 'RegExp', proto: true, forced: !DELEGATES_TO_EXEC }, {
test: function (S) {
var R = anObject(this);
var string = toString(S);
var exec = R.exec;
if (!isCallable(exec)) return call(nativeTest, R, string);
var result = call(exec, R, string);
if (result === null) return false;
anObject(result);
return true;
}
});
/***/ }),
/***/ "00ee":
/***/ (function(module, exports, __webpack_require__) {
var wellKnownSymbol = __webpack_require__("b622");
var TO_STRING_TAG = wellKnownSymbol('toStringTag');
var test = {};
test[TO_STRING_TAG] = 'z';
module.exports = String(test) === '[object z]';
/***/ }),
/***/ "0366":
/***/ (function(module, exports, __webpack_require__) {
var uncurryThis = __webpack_require__("e330");
var aCallable = __webpack_require__("59ed");
var NATIVE_BIND = __webpack_require__("40d5");
var bind = uncurryThis(uncurryThis.bind);
// optional / simple context binding
module.exports = function (fn, that) {
aCallable(fn);
return that === undefined ? fn : NATIVE_BIND ? bind(fn, that) : function (/* ...args */) {
return fn.apply(that, arguments);
};
};
/***/ }),
/***/ "03c0":
/***/ (function(module, exports, __webpack_require__) {
// extracted by mini-css-extract-plugin
/***/ }),
/***/ "04d1":
/***/ (function(module, exports, __webpack_require__) {
var userAgent = __webpack_require__("342f");
var firefox = userAgent.match(/firefox\/(\d+)/i);
module.exports = !!firefox && +firefox[1];
/***/ }),
/***/ "04f8":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable es/no-symbol -- required for testing */
var V8_VERSION = __webpack_require__("2d00");
var fails = __webpack_require__("d039");
// eslint-disable-next-line es/no-object-getownpropertysymbols -- required for testing
module.exports = !!Object.getOwnPropertySymbols && !fails(function () {
var symbol = Symbol();
// Chrome 38 Symbol has incorrect toString conversion
// `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
// Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
!Symbol.sham && V8_VERSION && V8_VERSION < 41;
});
/***/ }),
/***/ "057f":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable es/no-object-getownpropertynames -- safe */
var classof = __webpack_require__("c6b6");
var toIndexedObject = __webpack_require__("fc6a");
var $getOwnPropertyNames = __webpack_require__("241c").f;
var arraySlice = __webpack_require__("4dae");
var windowNames = typeof window == 'object' && window && Object.getOwnPropertyNames
? Object.getOwnPropertyNames(window) : [];
var getWindowNames = function (it) {
try {
return $getOwnPropertyNames(it);
} catch (error) {
return arraySlice(windowNames);
}
};
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
module.exports.f = function getOwnPropertyNames(it) {
return windowNames && classof(it) == 'Window'
? getWindowNames(it)
: $getOwnPropertyNames(toIndexedObject(it));
};
/***/ }),
/***/ "0591":
/***/ (function(module, exports, __webpack_require__) {
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // 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;
/******/ }
/******/
/******/
/******/ // 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 = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "fb15");
/******/ })
/************************************************************************/
/******/ ({
/***/ "0049":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'products/product-featured-square': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" _fill="#0162dd" d="M9.333 4h13.333a5.333 5.333 0 015.333 5.333v13.333a5.333 5.333 0 01-5.333 5.333H9.333A5.333 5.333 0 014 22.666V9.333A5.333 5.333 0 019.333 4z"/><path pid="1" _fill="#fff" d="M25 16c0 4.971-4.029 9-9 9s-9-4.029-9-9 4.029-9 9-9 9 4.029 9 9z"/><path pid="2" _fill="#0162dd" d="M16 19.292L12.909 21l.591-3.619L11 14.82l3.455-.528L16 11l1.545 3.292L21 14.82l-2.5 2.561.591 3.619z"/>'
}
});
/***/ }),
/***/ "01d9":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'social/social-facebook': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M16 2.667c7.364 0 13.333 5.969 13.333 13.333S23.364 29.333 16 29.333 2.667 23.364 2.667 16 8.637 2.667 16 2.667zm3.097 5.474c-3.21 0-5.091 1.695-5.091 5.556v2.332h-3.3v3.506h3.299v9.635c.653.098 1.316.164 1.995.164a13.4 13.4 0 001.804-.136v-9.663l3.451.001.542-3.506h-3.993v-1.916c0-1.456.476-2.748 1.838-2.748h2.188V8.307c-.385-.052-1.198-.165-2.734-.165z"/>'
}
});
/***/ }),
/***/ "038a":
/***/ (function(module, exports) {
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // 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;
/******/ }
/******/
/******/
/******/ // 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 = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "fb15");
/******/ })
/************************************************************************/
/******/ ({
/***/ "f6fd":
/***/ (function(module, exports) {
// document.currentScript polyfill by Adam Miller
// MIT license
(function(document){
var currentScript = "currentScript",
scripts = document.getElementsByTagName('script'); // Live NodeList collection
// If browser needs currentScript polyfill, add get currentScript() to the document object
if (!(currentScript in document)) {
Object.defineProperty(document, currentScript, {
get: function(){
// IE 6-10 supports script readyState
// IE 10+ support stack trace
try { throw new Error(); }
catch (err) {
// Find the second match for the "at" string to get file src url from stack.
// Specifically works with the format of stack traces in IE.
var i, res = ((/.*at [^\(]*\((.*):.+:.+\)$/ig).exec(err.stack) || [false])[1];
// For all scripts on the page, if src matches or if ready state is interactive, return the script tag
for(i in scripts){
if(scripts[i].src == res || scripts[i].readyState == "interactive"){
return scripts[i];
}
}
// If no match, return null
return null;
}
}
});
}
})(document);
/***/ }),
/***/ "fb15":
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
// ESM COMPAT FLAG
__webpack_require__.r(__webpack_exports__);
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
// This file is imported into lib/wc client bundles.
if (typeof window !== 'undefined') {
if (true) {
__webpack_require__("f6fd")
}
var i
if ((i = window.document.currentScript) && (i = i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))) {
__webpack_require__.p = i[1] // eslint-disable-line
}
}
// Indicate to webpack that this file can be concatenated
/* harmony default export */ var setPublicPath = (null);
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0d780e6f-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SvgIcon.vue?vue&type=template&id=11bd13c6&
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('svg',{class:_vm.clazz,style:(_vm.style),attrs:{"version":"1.1","viewBox":_vm.box},domProps:{"innerHTML":_vm._s(_vm.path)},on:{"click":_vm.onClick}})}
var staticRenderFns = []
// CONCATENATED MODULE: ./src/components/SvgIcon.vue?vue&type=template&id=11bd13c6&
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/SvgIcon.vue?vue&type=script&lang=js&
//
//
//
//
var icons = {};
var notLoadedIcons = [];
var defaultWidth = '';
var defaultHeight = '';
var classPrefix = 'svg';
var isStroke = false;
var isOriginalDefault = false;
/* harmony default export */ var SvgIconvue_type_script_lang_js_ = ({
data: function data() {
return {
loaded: false
};
},
props: {
icon: String,
name: String,
width: {
type: String,
default: ''
},
height: {
type: String,
default: ''
},
scale: String,
dir: String,
fill: {
type: Boolean,
default: function _default() {
return !isStroke;
}
},
color: String,
original: {
type: Boolean,
default: function _default() {
return isOriginalDefault;
}
},
title: String
},
computed: {
clazz: function clazz() {
var clazz = "".concat(classPrefix, "-icon");
if (this.fill) {
clazz += " ".concat(classPrefix, "-fill");
}
if (this.dir) {
clazz += " ".concat(classPrefix, "-").concat(this.dir);
}
return clazz;
},
iconName: function iconName() {
return this.name || this.icon;
},
iconData: function iconData() {
var iconData = icons[this.iconName];
if (iconData || this.loaded) {
return iconData;
}
return null;
},
colors: function colors() {
if (this.color) {
return this.color.split(' ');
}
return [];
},
path: function path() {
var pathData = '';
if (this.iconData) {
pathData = this.iconData.data;
pathData = this.setTitle(pathData); // use original color
if (this.original) {
pathData = this.addOriginalColor(pathData);
}
if (this.colors.length > 0) {
pathData = this.addColor(pathData);
}
} else {
// if no iconData, push to notLoadedIcons
notLoadedIcons.push({
name: this.iconName,
component: this
});
}
return this.getValidPathData(pathData);
},
box: function box() {
var width = this.width || 16;
var height = this.width || 16;
if (this.iconData) {
if (this.iconData.viewBox) {
return this.iconData.viewBox;
}
return "0 0 ".concat(this.iconData.width, " ").concat(this.iconData.height);
}
return "0 0 ".concat(parseFloat(width), " ").concat(parseFloat(height));
},
style: function style() {
var digitReg = /^\d+$/;
var scale = Number(this.scale);
var width;
var height; // apply scale
if (!isNaN(scale) && this.iconData) {
width = Number(this.iconData.width) * scale + 'px';
height = Number(this.iconData.height) * scale + 'px';
} else {
width = digitReg.test(this.width) ? this.width + 'px' : this.width || defaultWidth;
height = digitReg.test(this.height) ? this.height + 'px' : this.height || defaultWidth;
}
var style = {};
if (width) {
style.width = width;
}
if (height) {
style.height = height;
}
return style;
}
},
created: function created() {
if (icons[this.iconName]) {
this.loaded = true;
}
},
methods: {
addColor: function addColor(data) {
var _this = this;
var reg = /<(path|rect|circle|polygon|line|polyline|ellipse)\s/gi;
var i = 0;
return data.replace(reg, function (match) {
var color = _this.colors[i++] || _this.colors[_this.colors.length - 1];
var fill = _this.fill; // if color is '_', ignore it
if (color && color === '_') {
return match;
} // if color start with 'r-', reverse the fill value
if (color && color.indexOf('r-') === 0) {
fill = !fill; // color = color.split('r-')[1]
color = color.substr(2);
}
var style = fill ? 'fill' : 'stroke';
var reverseStyle = fill ? 'stroke' : 'fill';
return match + "".concat(style, "=\"").concat(color, "\" ").concat(reverseStyle, "=\"none\" ");
});
},
addOriginalColor: function addOriginalColor(data) {
var styleReg = /_fill="|_stroke="/gi;
return data.replace(styleReg, function (styleName) {
return styleName && styleName.slice(1);
});
},
getValidPathData: function getValidPathData(pathData) {
// If use original and colors, clear double fill or stroke
if (this.original && this.colors.length > 0) {
var reg = /<(path|rect|circle|polygon|line|polyline|ellipse)(\sfill|\sstroke)([="\w\s\.\-\+#\$\&>]+)(fill|stroke)/gi;
pathData = pathData.replace(reg, function (match, p1, p2, p3, p4) {
return "<".concat(p1).concat(p2).concat(p3, "_").concat(p4);
});
}
return pathData;
},
setTitle: function setTitle(pathData) {
if (this.title) {
var title = this.title.replace(/\</gi, '<').replace(/>/gi, '>').replace(/&/g, '&');
return "<title>".concat(title, "</title>") + pathData;
}
return pathData;
},
onClick: function onClick(e) {
this.$emit('click', e);
}
},
install: function install(Vue) {
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var tagName = options.tagName || 'svgicon';
if (options.classPrefix) {
classPrefix = options.classPrefix;
}
isStroke = !!options.isStroke;
isOriginalDefault = !!options.isOriginalDefault; // default size
options.defaultWidth && (defaultWidth = options.defaultWidth);
options.defaultHeight && (defaultHeight = options.defaultHeight);
Vue.component(tagName, this);
},
// register icons
register: function register(data) {
var _loop = function _loop(name) {
if (!icons[name]) {
icons[name] = data[name];
} // check new register icon is not loaded, and set loaded to true
notLoadedIcons = notLoadedIcons.filter(function (v, ix) {
if (v.name === name) {
v.component.$set(v.component, 'loaded', true);
}
return v.name !== name;
});
};
for (var name in data) {
_loop(name);
}
},
icons: icons
});
// CONCATENATED MODULE: ./src/components/SvgIcon.vue?vue&type=script&lang=js&
/* harmony default export */ var components_SvgIconvue_type_script_lang_js_ = (SvgIconvue_type_script_lang_js_);
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
/* globals __VUE_SSR_CONTEXT__ */
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
// This module is a runtime utility for cleaner component module output and will
// be included in the final webpack user bundle.
function normalizeComponent (
scriptExports,
render,
staticRenderFns,
functionalTemplate,
injectStyles,
scopeId,
moduleIdentifier, /* server only */
shadowMode /* vue-cli only */
) {
// Vue.extend constructor export interop
var options = typeof scriptExports === 'function'
? scriptExports.options
: scriptExports
// render functions
if (render) {
options.render = render
options.staticRenderFns = staticRenderFns
options._compiled = true
}
// functional template
if (functionalTemplate) {
options.functional = true
}
// scopedId
if (scopeId) {
options._scopeId = 'data-v-' + scopeId
}
var hook
if (moduleIdentifier) { // server build
hook = function (context) {
// 2.3 injection
context =
context || // cached call
(this.$vnode && this.$vnode.ssrContext) || // stateful
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
// 2.2 with runInNewContext: true
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
context = __VUE_SSR_CONTEXT__
}
// inject component styles
if (injectStyles) {
injectStyles.call(this, context)
}
// register component module identifier for async chunk inferrence
if (context && context._registeredComponents) {
context._registeredComponents.add(moduleIdentifier)
}
}
// used by ssr in case component is cached and beforeCreate
// never gets called
options._ssrRegister = hook
} else if (injectStyles) {
hook = shadowMode
? function () {
injectStyles.call(
this,
(options.functional ? this.parent : this).$root.$options.shadowRoot
)
}
: injectStyles
}
if (hook) {
if (options.functional) {
// for template-only hot-reload because in that case the render fn doesn't
// go through the normalizer
options._injectStyles = hook
// register for functional component in vue file
var originalRender = options.render
options.render = function renderWithStyleInjection (h, context) {
hook.call(context)
return originalRender(h, context)
}
} else {
// inject component registration as beforeCreate hook
var existing = options.beforeCreate
options.beforeCreate = existing
? [].concat(existing, hook)
: [hook]
}
}
return {
exports: scriptExports,
options: options
}
}
// CONCATENATED MODULE: ./src/components/SvgIcon.vue
/* normalize component */
var component = normalizeComponent(
components_SvgIconvue_type_script_lang_js_,
render,
staticRenderFns,
false,
null,
null,
null
)
/* harmony default export */ var SvgIcon = (component.exports);
// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
/* harmony default export */ var entry_lib = __webpack_exports__["default"] = (SvgIcon);
/***/ })
/******/ })["default"];
//# sourceMappingURL=svgicon.common.js.map
/***/ }),
/***/ "0470":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'icarsuite/setting-2': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M13.823 5.333c-.328 0-.544.217-.544.544l-.205 2.177c-.978.328-1.858.876-2.619 1.531L8.38 8.599c-.217-.111-.536-.013-.647.205l-2.177 3.81c-.217.328-.225.672.102.783l1.838 1.293c-.217.544-.205.986-.205 1.531s-.009.986.102 1.531l-1.838 1.293c-.217.111-.319.455-.102.783l2.177 3.81c.217.217.531.315.748.205l2.075-.885c.761.655 1.642 1.097 2.619 1.531l.205 2.177c0 .328.217.544.544.544h4.355c.328 0 .544-.217.544-.544l.205-2.177c.978-.328 1.858-.876 2.619-1.531l2.075.885c.217.111.536.013.647-.205l2.177-3.81c.111-.217.114-.566-.102-.783l-1.735-1.293c.111-.544.102-.986.102-1.531s.009-.986-.102-1.531l1.838-1.293c.217-.111.319-.455.102-.783l-2.177-3.81c-.217-.217-.531-.315-.748-.205l-2.075.885c-.761-.655-1.642-1.097-2.619-1.531l-.205-2.177c0-.217-.217-.442-.544-.442l-4.355-.001zm2.178 5.444c3.049 0 5.443 2.394 5.443 5.443s-2.394 5.443-5.443 5.443c-3.049 0-5.443-2.394-5.443-5.443s2.394-5.443 5.443-5.443zm0 2.177c-1.85 0-3.266 1.416-3.266 3.266s1.416 3.266 3.266 3.266 3.266-1.416 3.266-3.266-1.416-3.266-3.266-3.266z"/>'
}
});
/***/ }),
/***/ "0644":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/bulk-upload': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M24.533 8.848H16l-2.133-2.182h-6.4c-1.177 0-2.133.979-2.133 2.182v13.091c0 1.203.957 2.182 2.133 2.182h17.067c1.177 0 2.133-.979 2.133-2.182V11.03c0-1.203-.957-2.182-2.133-2.182zm-8.509 3.637l4.364 4.364h-3.273v4.364h-2.182v-4.364H11.66l4.364-4.364z"/>'
}
});
/***/ }),
/***/ "06d3":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/entertainment': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M15.868 19.874h7.463c.422 0 .643.526.332.811-1.074.977-2.53 1.589-4.063 1.589s-2.989-.612-4.063-1.589c-.312-.286-.091-.811.331-.811zm-7.668-2.4c.961 0 1.8.839 1.8 1.8s-.839 1.8-1.8 1.8c-.961 0-1.8-.839-1.8-1.8s.839-1.8 1.8-1.8zm5.513-2.4h11.774c.122.361.113.839.113 1.2s.01.839-.113 1.2H13.713c-.122-.361-.113-.839-.113-1.2s-.01-.839.113-1.2zm-5.513-3.6c.961 0 1.8.84 1.8 1.8 0 .961-.839 1.8-1.8 1.8s-1.8-.839-1.8-1.8c0-.96.839-1.8 1.8-1.8zm11.4-1.2c1.534 0 2.989.612 4.063 1.59.311.284.09.81-.332.81h-7.463c-.422 0-.643-.526-.331-.81a6.087 6.087 0 014.063-1.59zM4 9.549v13.454a2.878 2.878 0 002.869 2.87h18.26a2.878 2.878 0 002.87-2.87V9.544a2.878 2.878 0 00-2.869-2.87l-12.673.002c-.54.025-3.347.018-5.581.007A2.863 2.863 0 004 9.549z"/>'
}
});
/***/ }),
/***/ "097d":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/driving': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M9.053 5.333a2.807 2.807 0 100 5.615 2.807 2.807 0 000-5.615zm10.682 3.185l-.474 2.842-3.103 1.772-4.682-.936a2.242 2.242 0 00-2.276.48c-.82.764-.888 2.055-.259 2.987l4.412 6.636c.18.258.404.483.651.64l1.504-5.513-1.645-2.463 2.268.454c.266.053.541.007.776-.127l1.877-1.072-.173 1.037 2.215.368 1.123-6.737-2.215-.368zm-5.731 14.421l-1.022 3.728h2.246l.976-3.592a2.259 2.259 0 01-2.2-.136zm2.2.136c.011 0 .013-.013.024-.013l5.175-2.39 3.548 4.211a1.49 1.49 0 001.191.605c.303 0 .617-.09.875-.292a1.434 1.434 0 00.371-1.875l-3.772-5.827a2.015 2.015 0 00-2.382-.809l-3.638 1.314-1.393 5.077zM4 12.07v2.178l.763.202 1.515.406a4.443 4.443 0 01-.033-.539c0-.55.101-1.09.292-1.572l-1.638-.436L4 12.072z"/>'
}
});
/***/ }),
/***/ "09ae":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/motorbike': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M15.5 6.667V9h2.78l.237.476c-.691.392-1.3.965-1.862 1.504-.779.747-1.582 1.52-2.322 1.52-.965 0-1.417-.331-2.238-.93C10.61 10.484 8.575 9 2.666 9v2.333c.895 0 1.658.043 2.356.107l1.458 2.226H3.832v2.333h4.177l3.475 5.307c.216.329.584.527.978.526h8.871c0 1.919 1.581 3.5 3.5 3.5s3.5-1.581 3.5-3.5c0-1.679-1.21-3.101-2.798-3.429l-2.142-3.571h3.773a1.168 1.168 0 00.898-1.914c-.127-.151-2.982-3.51-7.157-3.881l-.864-1.727a1.168 1.168 0 00-1.044-.645h-3.5zm5.774 9.167l1.805 3.008a3.614 3.614 0 00-.827.659h-2.03c.155-1.637.618-2.835 1.053-3.666zM6.167 18.333c-1.919 0-3.5 1.581-3.5 3.5s1.581 3.5 3.5 3.5 3.5-1.581 3.5-3.5-1.581-3.5-3.5-3.5zm0 2.334c.658 0 1.167.509 1.167 1.167s-.509 1.167-1.167 1.167S5 22.492 5 21.834s.509-1.167 1.167-1.167zm18.543.022c.087.011.175.013.262.005.586.069 1.028.531 1.028 1.139 0 .658-.509 1.167-1.167 1.167s-1.167-.509-1.167-1.167c0-.614.45-1.082 1.044-1.144z"/>'
}
});
/***/ }),
/***/ "0c03":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/crop-1': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M8.528 5.335A1.065 1.065 0 007.48 6.414v1.065H6.415a1.067 1.067 0 00-.936 1.602c.194.332.552.534.936.527H7.48v12.778c0 1.164.966 2.13 2.13 2.13h12.778v1.065a1.065 1.065 0 102.129 0v-1.065h1.065a1.065 1.065 0 100-2.129h-1.965a.992.992 0 00-.335 0H11.116l11.272-11.272v8.078a1.065 1.065 0 102.129 0V8.986l1.818-1.818a1.065 1.065 0 10-1.505-1.505l-1.818 1.818H12.805a1.067 1.067 0 00-.936 1.602c.194.332.552.534.936.527h8.077L9.61 20.882V8.724a1.063 1.063 0 000-.347V6.416a1.062 1.062 0 00-1.082-1.079z"/>'
}
});
/***/ }),
/***/ "0e84":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'action/mail': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M24.581 12.331v-2.165L16 15.539l-8.581-5.373v2.165L16 17.624l8.581-5.293zm0-4.331c1.123 0 2.085.962 2.085 2.165v12.832c0 1.123-.962 2.165-2.085 2.165H7.418c-1.123 0-2.085-.962-2.085-2.165V10.165C5.333 9.042 6.295 8 7.418 8h17.163z"/>'
}
});
/***/ }),
/***/ "0fa9":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'action/grid': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M14.476 17.524v9.143H5.333v-9.143h9.143zm12.191 0v9.143h-9.143v-9.143h9.143zM14.476 5.333v9.143H5.333V5.333h9.143zm12.191 0v9.143h-9.143V5.333h9.143z"/>'
}
});
/***/ }),
/***/ "0fd1":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'products/product-highlight-square': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M9.333 4h13.333a5.333 5.333 0 015.333 5.333v13.333a5.333 5.333 0 01-5.333 5.333H9.333A5.333 5.333 0 014 22.666V9.333A5.333 5.333 0 019.333 4z"/><path pid="1" _fill="#fff" d="M7 16.5v-.003c.001-1.072.379-2.041 1.066-2.913 1.165-1.478 2.747-2.294 4.535-2.746a11.034 11.034 0 015.041-.089c.249.052.367.169.45.396.503 1.376.785 2.792.877 4.255.023.368.033.733.031 1.097v.006c.002.364-.008.729-.031 1.097a15.055 15.055 0 01-.877 4.255c-.083.227-.201.343-.45.396a11.034 11.034 0 01-5.041-.089c-1.787-.452-3.37-1.268-4.535-2.746-.688-.872-1.065-1.841-1.066-2.913V16.5zM25 15h-4.5v2.4H25V15zM24.377 9.243l-4.432.781.417 2.364 4.432-.781zM24.794 21.437l-4.432-.781-.417 2.364 4.432.781z"/>'
}
});
/***/ }),
/***/ "10fb":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'object/layer': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M16.016 21.616c-3.784-2.935-7.555-5.883-11.349-8.808L16.016 4l11.349 8.808c-3.794 2.924-7.565 5.872-11.349 8.808zm0 3.251l9.281-7.271 2.069 1.596L16.017 28 4.668 19.192l2.069-1.596 9.279 7.271z"/>'
}
});
/***/ }),
/***/ "138c":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/details-page': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M7.704 5.333a2.37 2.37 0 00-2.37 2.37v4.741h21.333V7.703a2.37 2.37 0 00-2.37-2.37H7.704zm1.185 2.371a1.186 1.186 0 11-.001 2.371 1.186 1.186 0 01.001-2.371zm3.555 0a1.186 1.186 0 11-.001 2.371 1.186 1.186 0 01.001-2.371zm3.556 0h8.296v2.37H16v-2.37zM5.333 14.815v9.481a2.388 2.388 0 002.37 2.371h16.593a2.388 2.388 0 002.37-2.37v-9.481h-2.37v9.481H13.629v-9.481H5.333zm10.667 0v2.37h5.926v-2.37H16zm0 4.74v2.37h5.926v-2.37H16z"/>'
}
});
/***/ }),
/***/ "165b":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'media/video-camera': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M21.743 12.764V9.687c0-1.23-1.026-2.154-2.154-2.154H6.154C4.923 7.533 4 8.456 4 9.687v12.717c0 1.23 1.026 2.154 2.154 2.154h13.435c1.23 0 2.154-.923 2.154-2.154v-3.077l6.256 3.897V8.866c.102 0-6.256 3.897-6.256 3.897v.001z"/>'
}
});
/***/ }),
/***/ "16ae":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'object/hot': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M15.704 24.624a5.336 5.336 0 005.38-5.38c0-1.582-.211-3.059-.633-4.536-1.16 1.53-3.218 2.48-5.222 2.901s-3.165 1.636-3.165 3.481c0 1.952 1.636 3.534 3.64 3.534v-.001zM17.708 4c4.378 3.534 7.332 8.967 7.332 15.033 0 4.958-4.062 8.967-9.02 8.967S7 23.991 7 19.033c0-3.798 1.371-7.332 3.64-10.022v.422c0 2.321 1.741 4.167 4.062 4.167s3.851-1.847 3.851-4.167c0-2.426-.844-5.433-.844-5.433h-.001z"/>'
}
});
/***/ }),
/***/ "16f0":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/share-2': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M17.64 9.414v-.317c-.006-1.139-.011-2.282-.006-3.421 0-.12.066-.323.138-.334a.535.535 0 01.414.104c2.1 1.834 4.194 3.673 6.289 5.512.939.821 1.873 1.648 2.813 2.469.354.312.354.378.011.684-2.984 2.633-5.968 5.26-8.958 7.893-.155.137-.293.372-.558.246-.254-.12-.144-.372-.144-.564-.006-1.111.006-2.228.011-3.339 0-.071-.006-.142-.017-.285-.575.027-1.149-.005-1.702.093-4.034.701-7.14 2.753-9.212 6.267-.354.602-.564 1.281-.84 1.927-.033.082-.05.192-.116.241-.066.055-.221.099-.265.066-.083-.066-.171-.197-.166-.301.028-.903.039-1.806.122-2.704.171-1.932.558-3.821 1.26-5.638 1.078-2.797 2.746-5.145 5.316-6.798 1.647-1.056 3.443-1.675 5.41-1.779l.199-.022z"/>'
}
});
/***/ }),
/***/ "1788":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'response/timelapse': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M16 24.563c4.707 0 8.563-3.856 8.563-8.563S20.707 7.437 16 7.437c-4.707 0-8.563 3.856-8.563 8.563s3.856 8.563 8.563 8.563zm0-19.23c5.909 0 10.667 4.758 10.667 10.667S21.909 26.667 16 26.667 5.333 21.909 5.333 16 10.091 5.333 16 5.333zm4.507 6.159c2.504 2.504 2.554 6.51.05 9.014s-6.56 2.504-9.064 0L16 15.999v-6.41c1.653 0 3.255.651 4.507 1.903z"/>'
}
});
/***/ }),
/***/ "191b":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/car-weight': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M11.218 5.333a3.162 3.162 0 00-3.022 2.185l-1.74 3.763-.002.002-1.783-.594L4 12.702l1.555.518v.002s-.159.446-.159.594v7.423c0 .585.475 1.06 1.06 1.06h3.181l.352-1.06h12.019l.354 1.06h3.181a1.06 1.06 0 001.06-1.06v-7.423c0-.148-.159-.594-.159-.594v-.002l1.555-.518-.671-2.011-1.785.594v-.004l-1.74-3.763a3.162 3.162 0 00-3.022-2.185h-9.564zm0 2.121h9.564c.467 0 .881.308 1.019.754a.557.557 0 00.052.137l1.549 3.351H8.598l1.549-3.351a.542.542 0 00.052-.137 1.062 1.062 0 011.019-.754zm-.52 7.423c.583 0 1.06.477 1.06 1.06s-.477 1.06-1.06 1.06c-.583 0-1.06-.477-1.06-1.06s.477-1.06 1.06-1.06zm3.181 0h4.242v2.121h-4.242v-2.121zm7.423 0c.583 0 1.06.477 1.06 1.06s-.477 1.06-1.06 1.06c-.583 0-1.06-.477-1.06-1.06s.477-1.06 1.06-1.06zM5.396 24.421v2.121h21.208v-2.121H5.396z"/>'
}
});
/***/ }),
/***/ "19cd":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'navigation/chevron-right': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M9.333 24.167L17.5 16 9.333 7.833l2.5-2.5L22.5 16 11.833 26.667z"/>'
}
});
/***/ }),
/***/ "19ff":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/transmission-2': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M7.704 5.333a2.37 2.37 0 00-1.185 4.421v4.861a1.197 1.197 0 000 .387v4.875a2.37 2.37 0 00-1.185 2.049 2.37 2.37 0 103.555-2.051V16h5.926v3.875A2.369 2.369 0 0016 24.296a2.37 2.37 0 002.37-2.37 2.373 2.373 0 00-1.185-2.049V16h5.926v6.248a2.37 2.37 0 00-1.185 2.049 2.37 2.37 0 103.555-2.051v-7.231a1.197 1.197 0 000-.387V9.753a2.37 2.37 0 10-2.37.001v3.875h-5.926V9.752a2.37 2.37 0 001.185-2.049 2.37 2.37 0 10-3.555 2.051v3.875H8.889V9.752a2.37 2.37 0 001.185-2.049 2.37 2.37 0 00-2.37-2.37z"/>'
}
});
/***/ }),
/***/ "1aa8":
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_NitroIcon_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("bee7");
/* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_NitroIcon_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_dist_cjs_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_NitroIcon_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);
/* unused harmony reexport * */
/***/ }),
/***/ "1d05":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
__webpack_require__("3c98");
__webpack_require__("3b5a");
__webpack_require__("9f18");
__webpack_require__("9e27");
__webpack_require__("cb4a");
__webpack_require__("ddf6");
__webpack_require__("f2f5");
__webpack_require__("c258");
__webpack_require__("c61b");
__webpack_require__("6542");
__webpack_require__("7bbf");
__webpack_require__("ae08");
__webpack_require__("4287");
__webpack_require__("2f33");
/***/ }),
/***/ "1ee2":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'navigation/caret-up': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M5.333 21.333L16 10.666l10.667 10.667z"/>'
}
});
/***/ }),
/***/ "1f06":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'media/play': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M13.847 20.807L20.257 16l-6.41-4.807v9.615zM16 5.333c5.909 0 10.667 4.758 10.667 10.667S21.909 26.667 16 26.667 5.333 21.909 5.333 16 10.091 5.333 16 5.333z"/>'
}
});
/***/ }),
/***/ "1f6d":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'action/check-circle': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M13.847 21.358l9.615-9.615-1.502-1.553-8.112 8.112-3.806-3.806-1.502 1.502 5.308 5.359zM16 5.333c5.909 0 10.667 4.758 10.667 10.667S21.909 26.667 16 26.667 5.333 21.909 5.333 16 10.091 5.333 16 5.333z"/>'
}
});
/***/ }),
/***/ "1f87":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'products/product-video': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M21.731 12.916v-2.899c0-1.113-.98-2.017-2.18-2.017H6.18C4.98 8 4 8.904 4 10.017v11.965c0 1.113.98 2.017 2.18 2.017h13.371c1.2 0 2.18-.904 2.18-2.017V19.06L28 22.724V9.275l-6.269 3.641z"/>'
}
});
/***/ }),
/***/ "2158":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'action/attachment': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M2.667 16.053c0-4.069 3.255-7.386 7.324-7.386h14.021c2.942 0 5.321 2.442 5.321 5.383s-2.379 5.321-5.321 5.321h-11.33c-1.816 0-3.38-1.502-3.38-3.318s1.565-3.38 3.38-3.38h10.015v2.692h-10.14c-.751 0-.751 1.315 0 1.315h11.455c1.44 0 2.692-1.19 2.692-2.629s-1.252-2.692-2.692-2.692H9.991c-2.567 0-4.695 2.128-4.695 4.695s2.128 4.632 4.695 4.632h12.707v2.692H9.991a7.293 7.293 0 01-7.324-7.324v-.001z"/>'
}
});
/***/ }),
/***/ "218c":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'products/product-showcase': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M24.171 11.084l1.161-1.873-1.873-1.214.211-2.164-2.243-.29-.792-2.058-2.111.686-1.636-1.504-1.61 1.504-2.137-.686-.792 2.058-2.243.29.211 2.164-1.873 1.214 1.161 1.873-1.161 1.847 1.873 1.214-.211 2.164 2.243.29.792 2.032 2.137-.659 1.61 1.504 1.636-1.504 2.111.659.792-2.032 2.243-.29-.211-2.164 1.873-1.214-1.161-1.847zM18.92 19.66l-.95.897-1.082 1.003-1.082-1.003-.95-.897-1.24.396-1.266.396v8.074l4.459-2.718 4.617 2.718v-8.048l-2.507-.819z"/>'
}
});
/***/ }),
/***/ "25b4":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'dealerships/moderation': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M15.067 4v2.4h2.4V4h-2.4zm2.4 1.2v2.4h-2.4V5.2h-6a2.402 2.402 0 00-2.4 2.4v18c0 1.324 1.076 2.4 2.4 2.4h14.4c1.324 0 2.4-1.076 2.4-2.4v-18c0-1.324-1.076-2.4-2.4-2.4h-6zm-2.488 16.35l-4.313-4.313 1.457-1.457 2.856 2.856 5.969-5.969 1.457 1.457-7.426 7.426z"/>'
}
});
/***/ }),
/***/ "25f2":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
__webpack_require__("3f26");
__webpack_require__("e81a");
__webpack_require__("6b47");
__webpack_require__("16ae");
__webpack_require__("10fb");
__webpack_require__("b865");
__webpack_require__("b9c1");
__webpack_require__("a59c");
__webpack_require__("6dff");
__webpack_require__("60b1");
__webpack_require__("fc65");
__webpack_require__("e567");
__webpack_require__("3082");
/***/ }),
/***/ "270e":
/***/ (function(module, exports, __webpack_require__) {
/* eslint-disable */
var icon = __webpack_require__("038a");
icon.register({
'response/tips': {
width: 32,
height: 32,
viewBox: '0 0 32 32',
data: '<path pid="0" d="M15.942 4.002c-4.399.133-8.133 3.733-8.266 8-.133 2.933 1.2 5.466 3.333 7.066.933.667 1.466 1.867 1.466 2.933h7.199c0-1.067.534-2.133 1.333-2.933 2.133-1.466