UNPKG

@anexia/vue-ui-components

Version:

A Vue component library containing several components, plugins and icons that match the Anexia Corporate Design guidelines

870 lines (695 loc) 1.45 MB
(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["anx"] = factory(require("vue")); else root["anx"] = 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"); /******/ }) /************************************************************************/ /******/ ({ /***/ "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]'; /***/ }), /***/ "01ec": /***/ (function(module, exports, __webpack_require__) { // extracted by mini-css-extract-plugin module.exports = {"defaultButtonColor":"var(--secondary-color)","defaultButtonColorDisabled":"var(--secondary-color-lightest)","titleSpacing":"var(--anx-title-spacing)"}; /***/ }), /***/ "0366": /***/ (function(module, exports, __webpack_require__) { var aFunction = __webpack_require__("1c0b"); // 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); }; }; /***/ }), /***/ "0429": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ render; }); __webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ staticRenderFns; }); // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0339b1d2-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/AnxToast/AnxToast.vue?vue&type=template&id=0f850245&scoped=true& var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return (_vm.visibility || _vm.fadeIn)?_c('div',{class:("anx-toast-container anx-toast-" + _vm.horizontalAlign)},[_c('div',{class:[ { 'anx-toast': true, show: _vm.visibility, 'fade-in': _vm.fadeIn, 'fade-out': _vm.fadeOut }, ("anx-toast-" + _vm.type) ],style:(_vm.cssProps),on:{"click":_vm.handleClick}},[_vm._t("default",function(){return [_vm._v(" "+_vm._s(_vm.message)+" ")]})],2)]):_vm._e()} var staticRenderFns = [] // CONCATENATED MODULE: ./src/components/AnxToast/AnxToast.vue?vue&type=template&id=0f850245&scoped=true& /***/ }), /***/ "0538": /***/ (function(module, exports, __webpack_require__) { "use strict"; var aFunction = __webpack_require__("1c0b"); var isObject = __webpack_require__("861d"); var slice = [].slice; var factories = {}; var construct = function (C, argsLength, args) { if (!(argsLength in factories)) { for (var list = [], i = 0; i < argsLength; i++) list[i] = 'a[' + i + ']'; // eslint-disable-next-line no-new-func -- we have no proper alternatives, IE8- only factories[argsLength] = Function('C,a', 'return new C(' + list.join(',') + ')'); } return factories[argsLength](C, args); }; // `Function.prototype.bind` method implementation // https://tc39.es/ecma262/#sec-function.prototype.bind module.exports = Function.bind || function bind(that /* , ...args */) { var fn = aFunction(this); var partArgs = slice.call(arguments, 1); var boundFunction = function bound(/* args... */) { var args = partArgs.concat(slice.call(arguments)); return this instanceof boundFunction ? construct(fn, args.length, args) : fn.apply(that, args); }; if (isObject(fn.prototype)) boundFunction.prototype = fn.prototype; return boundFunction; }; /***/ }), /***/ "057f": /***/ (function(module, exports, __webpack_require__) { /* eslint-disable es/no-object-getownpropertynames -- safe */ var toIndexedObject = __webpack_require__("fc6a"); var $getOwnPropertyNames = __webpack_require__("241c").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)); }; /***/ }), /***/ "06cf": /***/ (function(module, exports, __webpack_require__) { var DESCRIPTORS = __webpack_require__("83ab"); var propertyIsEnumerableModule = __webpack_require__("d1e7"); var createPropertyDescriptor = __webpack_require__("5c6c"); var toIndexedObject = __webpack_require__("fc6a"); var toPrimitive = __webpack_require__("c04e"); var has = __webpack_require__("5135"); var IE8_DOM_DEFINE = __webpack_require__("0cfb"); // 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]); }; /***/ }), /***/ "06e9": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _node_modules_cache_loader_dist_cjs_js_ref_14_0_node_modules_thread_loader_dist_cjs_js_node_modules_babel_loader_lib_index_js_node_modules_ts_loader_index_js_ref_14_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxSelect_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("faa5"); /* harmony import */ var _node_modules_cache_loader_dist_cjs_js_ref_14_0_node_modules_thread_loader_dist_cjs_js_node_modules_babel_loader_lib_index_js_node_modules_ts_loader_index_js_ref_14_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxSelect_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_cache_loader_dist_cjs_js_ref_14_0_node_modules_thread_loader_dist_cjs_js_node_modules_babel_loader_lib_index_js_node_modules_ts_loader_index_js_ref_14_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxSelect_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_0__); /* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _node_modules_cache_loader_dist_cjs_js_ref_14_0_node_modules_thread_loader_dist_cjs_js_node_modules_babel_loader_lib_index_js_node_modules_ts_loader_index_js_ref_14_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxSelect_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _node_modules_cache_loader_dist_cjs_js_ref_14_0_node_modules_thread_loader_dist_cjs_js_node_modules_babel_loader_lib_index_js_node_modules_ts_loader_index_js_ref_14_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxSelect_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__)); /* harmony default export */ __webpack_exports__["default"] = (_node_modules_cache_loader_dist_cjs_js_ref_14_0_node_modules_thread_loader_dist_cjs_js_node_modules_babel_loader_lib_index_js_node_modules_ts_loader_index_js_ref_14_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxSelect_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_0___default.a); /***/ }), /***/ "08ed": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxFormContainer_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("ded4"); /* harmony import */ var _node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxFormContainer_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_vue_cli_service_node_modules_css_loader_dist_cjs_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_dist_cjs_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_AnxFormContainer_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0__); /* unused harmony reexport * */ /***/ }), /***/ "09ac": /***/ (function(module, exports, __webpack_require__) { // extracted by mini-css-extract-plugin /***/ }), /***/ "09f6": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _AnxContent_vue_vue_type_template_id_2eb4993f_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("f7f3"); /* harmony import */ var _AnxContent_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("f535"); /* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _AnxContent_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _AnxContent_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__)); /* harmony import */ var _AnxContent_vue_vue_type_style_index_0_id_2eb4993f_lang_scss_scoped_true___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("41cb"); /* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("2877"); /* normalize component */ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])( _AnxContent_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__["default"], _AnxContent_vue_vue_type_template_id_2eb4993f_scoped_true___WEBPACK_IMPORTED_MODULE_0__[/* render */ "a"], _AnxContent_vue_vue_type_template_id_2eb4993f_scoped_true___WEBPACK_IMPORTED_MODULE_0__[/* staticRenderFns */ "b"], false, null, "2eb4993f", null ) /* harmony default export */ __webpack_exports__["default"] = (component.exports); /***/ }), /***/ "0a11": /***/ (function(module, exports, __webpack_require__) { // extracted by mini-css-extract-plugin /***/ }), /***/ "0a19": /***/ (function(module, exports, __webpack_require__) { "use strict"; var _classCallCheck = __webpack_require__("970b").default; var _createClass = __webpack_require__("5bc3").default; var _inherits = __webpack_require__("ed6d").default; var _createSuper = __webpack_require__("2d0d").default; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = __webpack_require__("9ab4"); var vue_property_decorator_1 = __webpack_require__("60a3"); /** * The *anx-toast* is used to create push notifications for your users */ var AnxToast = /*#__PURE__*/function (_vue_property_decorat) { _inherits(AnxToast, _vue_property_decorat); var _super = _createSuper(AnxToast); function AnxToast() { var _this; _classCallCheck(this, AnxToast); _this = _super.apply(this, arguments); /** Helper variables */ _this.fadeIn = false; _this.fadeOut = false; _this.visibility = false; /** This are the ids of the defined timeouts */ _this.timeouts = { showAnimation: null, hideAnimation: null, autoClose: null }; return _this; } /** Check for value changes and adapt the visibility of the toast */ _createClass(AnxToast, [{ key: "onValueChanged", value: function onValueChanged() { // If the toast is closed, the auto close timeout has to be canceled if (!this.value) { this.cancelTimeout(this.timeouts.autoClose); this.timeouts.autoClose = null; } // Update the visibility this.updateVisibility(); } /** * Emitts the input event * * @prop val: the new value * @prop byUser: value changed by user or automatically * @event input */ }, { key: "input", value: function input(val, byUser) { if (!val) this.dismiss(byUser ? byUser : false); return val; } /** * Emit the dismiss event * * @prop byUser: states if the user closed the toast or it has been automatically closed * @event dismiss */ }, { key: "dismiss", value: function dismiss(byUser) { return byUser; } /** * Emit the destroy event. * This indicates that the toast can be removed from the DOM * * @event destroy */ }, { key: "destroy", value: function destroy() { return true; } /** Update visibility on creat */ }, { key: "created", value: function created() { this.updateVisibility(); this.visibility = this.value === null ? false : this.value; } /** Checks if the toast should be shown or not depending on the value */ }, { key: "updateVisibility", value: function updateVisibility() { if (this.value) { this.showAction(); } else { this.hideAction(); } } /** Show the toast */ }, { key: "showAction", value: function showAction() { var _this2 = this; if (this.animations) { this.fadeIn = true; if (typeof window !== "undefined") { this.timeouts.showAnimation = window.setTimeout(function () { _this2.fadeIn = false; _this2.visibility = true; }, 500); } } else { this.visibility = true; } /** Check if the alert should be auto closed and set a timeout */ if (this.autoClose) { if (typeof window !== "undefined") { this.timeouts.autoClose = window.setTimeout(function () { _this2.input(false, false); }, this.autoCloseTimeout); } } } /** Hide the toast */ }, { key: "hideAction", value: function hideAction() { var _this3 = this; if (this.animations) { this.fadeOut = true; this.timeouts.hideAnimation = window.setTimeout(function () { _this3.fadeOut = false; _this3.visibility = false; _this3.destroy(); }, 480); } else { this.visibility = false; this.destroy(); } } /** Cancel all timeouts for the toast */ }, { key: "cancelTimeout", value: function cancelTimeout(timeout) { if (typeof window !== "undefined" && timeout !== null) { window.clearTimeout(timeout); } } /** Handle the user click and check if the toast should be closed */ }, { key: "handleClick", value: function handleClick() { if (this.disableCloseOnClick === null) { this.input(false, true); } } /** This are some style that are directly injected as css into the component */ }, { key: "cssProps", get: function get() { var style = {}; if (this.backgroundColor !== null) { style["background-color"] = this.backgroundColor + " !important"; } if (this.color !== null) { style["color"] = this.color + " !important"; } return style; } }]); return AnxToast; }(vue_property_decorator_1.Vue); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: true })], AnxToast.prototype, "animations", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: true })], AnxToast.prototype, "autoClose", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: 2500 })], AnxToast.prototype, "autoCloseTimeout", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: "" })], AnxToast.prototype, "message", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: "right" })], AnxToast.prototype, "horizontalAlign", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: "success" })], AnxToast.prototype, "type", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: null })], AnxToast.prototype, "value", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: null })], AnxToast.prototype, "disableCloseOnClick", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: null })], AnxToast.prototype, "backgroundColor", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: null })], AnxToast.prototype, "color", void 0); tslib_1.__decorate([vue_property_decorator_1.Watch("value")], AnxToast.prototype, "onValueChanged", null); tslib_1.__decorate([vue_property_decorator_1.Emit("input")], AnxToast.prototype, "input", null); tslib_1.__decorate([vue_property_decorator_1.Emit("dismiss")], AnxToast.prototype, "dismiss", null); tslib_1.__decorate([vue_property_decorator_1.Emit("destroy")], AnxToast.prototype, "destroy", null); AnxToast = tslib_1.__decorate([vue_property_decorator_1.Component({})], AnxToast); exports.default = AnxToast; /***/ }), /***/ "0b33": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; __webpack_require__.r(__webpack_exports__); /* harmony import */ var _AnxCard_vue_vue_type_template_id_58212e84___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("0bb0"); /* harmony import */ var _AnxCard_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("ca4b"); /* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _AnxCard_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _AnxCard_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__[key]; }) }(__WEBPACK_IMPORT_KEY__)); /* harmony import */ var _AnxCard_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("1505"); /* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("2877"); /* normalize component */ var component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"])( _AnxCard_vue_vue_type_script_lang_ts___WEBPACK_IMPORTED_MODULE_1__["default"], _AnxCard_vue_vue_type_template_id_58212e84___WEBPACK_IMPORTED_MODULE_0__[/* render */ "a"], _AnxCard_vue_vue_type_template_id_58212e84___WEBPACK_IMPORTED_MODULE_0__[/* staticRenderFns */ "b"], false, null, null, null ) /* harmony default export */ __webpack_exports__["default"] = (component.exports); /***/ }), /***/ "0bb0": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // EXPORTS __webpack_require__.d(__webpack_exports__, "a", function() { return /* reexport */ render; }); __webpack_require__.d(__webpack_exports__, "b", function() { return /* reexport */ staticRenderFns; }); // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0339b1d2-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/AnxCard/AnxCard.vue?vue&type=template&id=58212e84& var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"anx-card"},[_c('div',{staticClass:"anx-card-content d-flex"},[(_vm.icon != null)?_c('anx-icon',{staticClass:"anx-card-icon",attrs:{"icon":_vm.icon}}):(_vm.image != null)?_c('img',{staticClass:"anx-card-icon",attrs:{"src":_vm.image,"alt":"Card icon"}}):_vm._e(),_c('anx-paragraph',{attrs:{"title":_vm.title,"size":"h3"}},[_vm._t("default"),(_vm.linkText)?_c('br'):_vm._e(),(_vm.linkText)?_c('anx-link',{attrs:{"href":_vm.link}},[_vm._v(_vm._s(_vm.linkText))]):_vm._e()],2)],1)])} var staticRenderFns = [] // CONCATENATED MODULE: ./src/components/AnxCard/AnxCard.vue?vue&type=template&id=58212e84& /***/ }), /***/ "0c18": /***/ (function(module, exports, __webpack_require__) { "use strict"; var _classCallCheck = __webpack_require__("970b").default; var _createClass = __webpack_require__("5bc3").default; var _inherits = __webpack_require__("ed6d").default; var _createSuper = __webpack_require__("2d0d").default; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = __webpack_require__("9ab4"); var vue_property_decorator_1 = __webpack_require__("60a3"); /** * This component is like a simple *\<hr\>* html tag with some features and predefined layout. */ var AnxHrLine = /*#__PURE__*/function (_vue_property_decorat) { _inherits(AnxHrLine, _vue_property_decorat); var _super = _createSuper(AnxHrLine); function AnxHrLine() { _classCallCheck(this, AnxHrLine); return _super.apply(this, arguments); } _createClass(AnxHrLine, [{ key: "cssProps", get: function get() { return { "--marginTop": this.marginTop !== null ? this.marginTop : this.margin, "--marginBottom": this.marginBottom !== null ? this.marginBottom : this.margin }; } }]); return AnxHrLine; }(vue_property_decorator_1.Vue); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: "grey" })], AnxHrLine.prototype, "color", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: "40px" })], AnxHrLine.prototype, "margin", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: null })], AnxHrLine.prototype, "marginTop", void 0); tslib_1.__decorate([vue_property_decorator_1.Prop({ default: null })], AnxHrLine.prototype, "marginBottom", void 0); AnxHrLine = tslib_1.__decorate([vue_property_decorator_1.Component({})], AnxHrLine); exports.default = AnxHrLine; /***/ }), /***/ "0c29": /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return AnxIconsNames; }); /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return AnxIconsPlugin; }); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("8bbf"); /* harmony import */ var vue__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(vue__WEBPACK_IMPORTED_MODULE_0__); /* harmony import */ var _icons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("4978"); // --- BEGIN AUTO-GENERATED FILE --- // // This file is auto generated on each build. Do not edit this file! // Run the necessary scripts defined in package.json to generate this file. var AnxIconsNames = ["AnxIcon24h", "AnxIcon3d", "AnxIconLKWTransport", "AnxIconAiKuenstlicheintelligenz", "AnxIconAlexa", "AnxIconAnderesWeiteresTeil", "AnxIconAndroid", "AnxIconAnexiaStamp", "AnxIconAnexia", "AnxIconApp", "AnxIconApple", "AnxIconArbeitBuero", "AnxIconArrowGreenBottom", "AnxIconArrowRedBottom", "AnxIconAtSign", "AnxIconAuszeichnung", "AnxIconBarcode", "AnxIconBildFoto", "AnxIconBlockchain", "AnxIconCardboardVrBrilleSmartphone", "AnxIconCardboardVrBrille", "AnxIconCheckGreen", "AnxIconCheckWhite", "AnxIconCheck", "AnxIconCloudStorage", "AnxIconCloud", "AnxIconCloudservicesHosting", "AnxIconConnections", "AnxIconController", "AnxIconCopy", "AnxIconDashboardEchtzeitMonitor", "AnxIconDatenbank", "AnxIconDevices", "AnxIconDns", "AnxIconDokument", "AnxIconDollar", "AnxIconDownload", "AnxIconDsl", "AnxIconESim", "AnxIconEingabe", "AnxIconEins", "AnxIconEinstellungenVerwaltung", "AnxIconError", "AnxIconEuro", "AnxIconExperimentierfreudig", "AnxIconFabrik", "AnxIconFirmenautoAuto", "AnxIconFlexibilitaet", "AnxIconFlexibleArbeitszeitenTiming", "AnxIconFolder", "AnxIconForschungEntwicklung", "AnxIconFotoapparat", "AnxIconFramework", "AnxIconGabelstapler", "AnxIconGefahrenWarnung", "AnxIconGenericautomation", "AnxIconHerz", "AnxIconHomeoffice", "AnxIconIdee", "AnxIconInformation", "AnxIconInstallation", "AnxIconInterdisziplinaer", "AnxIconIp", "AnxIconKalender", "AnxIconKontaktTelefonTelekommunikation", "AnxIconKonzept", "AnxIconKunde", "AnxIconKunden", "AnxIconLaden", "AnxIconLastverteilung", "AnxIconLike", "AnxIconLoeschen", "AnxIconMailKontakt", "AnxIconMassgeschneiderteIndividuelleLoesungen", "AnxIconMbaas", "AnxIconMicrocontroller", "AnxIconMitarbeiterevents", "AnxIconMobileEntwicklung", "AnxIconMonitoring", "AnxIconMusik", "AnxIconNetzwerk", "AnxIconOeffentlicherNahverkehr", "AnxIconOffline", "AnxIconOnlineshopWarenkorb", "AnxIconPaket", "AnxIconParkplatz", "AnxIconPartyProjektabschluss", "AnxIconPdf", "AnxIconPfeilLinksKlein", "AnxIconPfeilLinks", "AnxIconPfeilOben", "AnxIconPfeilRechtsKlein", "AnxIconPfeilRechts", "AnxIconPfeilRunter", "AnxIconPflichtenheft", "AnxIconPlatform", "AnxIconPraesentation", "AnxIconProjektablauf", "AnxIconProjektmanagementCheckliste", "AnxIconRedundant", "AnxIconSatellit", "AnxIconSchluessel", "AnxIconScrum", "AnxIconSeoSemCrawler", "AnxIconServerVeerbunden", "AnxIconServiceprovider", "AnxIconSharing", "AnxIconShop", "AnxIconSicherheitFirewall", "AnxIconSignal", "AnxIconSkalierbar", "AnxIconSmartTv", "AnxIconSmartWatch", "AnxIconSmarthome", "AnxIconSoftwareentwicklungCode", "AnxIconSpieleUndSpass", "AnxIconSprechblasen", "AnxIconStandortUnternehmenssitz", "AnxIconStartUp", "AnxIconStatistikAnalysen", "AnxIconStern", "AnxIconStorageBackup", "AnxIconStromEnergie", "AnxIconSuchen", "AnxIconSupportMitarbeiter", "AnxIconTasse", "AnxIconTeam", "AnxIconTechnischerSupport", "AnxIconTextdokument", "AnxIconTextdokumentFragezeichen", "AnxIconTextdokumentRufzeichen", "AnxIconUpload", "AnxIconUserProfil", "AnxIconVerbundeneServerBlade", "AnxIconVerlautbarungWichtigeNewsPressemitteilung", "AnxIconVerpflegungMittagspauseEssen", "AnxIconVerschluesselung", "AnxIconVideo", "AnxIconVierenBugs", "AnxIconVirtualisierung", "AnxIconVollbildVerschieben", "AnxIconVr", "AnxIconWachstumUmsatz", "AnxIconWarningSmall", "AnxIconWarning", "AnxIconWebdesign", "AnxIconWebentwicklung", "AnxIconWeiterbildung", "AnxIconWeltweiteInfrastrukturWeltweiteVernetzungGlobalWwc", "AnxIconWhiteLabel", "AnxIconWidgets", "AnxIconWindows", "AnxIconWlan", "AnxIconX", "AnxIconZeitungMedienNews", "AnxIconZertifikat", "AnxIconZielMarkierung"]; var AnxIconsPlugin = { install: function install() { vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIcon24h", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIcon24h */ "a"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIcon3d", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIcon3d */ "b"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconLKWTransport", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconLKWTransport */ "pb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAiKuenstlicheintelligenz", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAiKuenstlicheintelligenz */ "c"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAlexa", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAlexa */ "d"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAnderesWeiteresTeil", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAnderesWeiteresTeil */ "e"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAndroid", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAndroid */ "f"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAnexiaStamp", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAnexiaStamp */ "h"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAnexia", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAnexia */ "g"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconApp", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconApp */ "i"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconApple", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconApple */ "j"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconArbeitBuero", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconArbeitBuero */ "k"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconArrowGreenBottom", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconArrowGreenBottom */ "l"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconArrowRedBottom", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconArrowRedBottom */ "m"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAtSign", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAtSign */ "n"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconAuszeichnung", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconAuszeichnung */ "o"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconBarcode", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconBarcode */ "p"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconBildFoto", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconBildFoto */ "q"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconBlockchain", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconBlockchain */ "r"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCardboardVrBrilleSmartphone", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCardboardVrBrilleSmartphone */ "t"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCardboardVrBrille", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCardboardVrBrille */ "s"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCheckGreen", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCheckGreen */ "v"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCheckWhite", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCheckWhite */ "w"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCheck", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCheck */ "u"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCloudStorage", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCloudStorage */ "y"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCloud", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCloud */ "x"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCloudservicesHosting", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCloudservicesHosting */ "z"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconConnections", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconConnections */ "A"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconController", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconController */ "B"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconCopy", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconCopy */ "C"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDashboardEchtzeitMonitor", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDashboardEchtzeitMonitor */ "D"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDatenbank", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDatenbank */ "E"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDevices", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDevices */ "F"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDns", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDns */ "G"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDokument", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDokument */ "H"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDollar", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDollar */ "I"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDownload", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDownload */ "J"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconDsl", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconDsl */ "K"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconESim", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconESim */ "L"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconEingabe", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconEingabe */ "M"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconEins", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconEins */ "N"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconEinstellungenVerwaltung", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconEinstellungenVerwaltung */ "O"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconError", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconError */ "P"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconEuro", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconEuro */ "Q"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconExperimentierfreudig", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconExperimentierfreudig */ "R"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFabrik", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFabrik */ "S"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFirmenautoAuto", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFirmenautoAuto */ "T"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFlexibilitaet", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFlexibilitaet */ "U"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFlexibleArbeitszeitenTiming", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFlexibleArbeitszeitenTiming */ "V"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFolder", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFolder */ "W"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconForschungEntwicklung", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconForschungEntwicklung */ "X"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFotoapparat", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFotoapparat */ "Y"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconFramework", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconFramework */ "Z"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconGabelstapler", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconGabelstapler */ "ab"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconGefahrenWarnung", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconGefahrenWarnung */ "bb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconGenericautomation", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconGenericautomation */ "cb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconHerz", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconHerz */ "db"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconHomeoffice", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconHomeoffice */ "eb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconIdee", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconIdee */ "fb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconInformation", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconInformation */ "gb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconInstallation", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconInstallation */ "hb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconInterdisziplinaer", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconInterdisziplinaer */ "ib"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconIp", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconIp */ "jb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconKalender", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconKalender */ "kb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconKontaktTelefonTelekommunikation", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconKontaktTelefonTelekommunikation */ "lb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconKonzept", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconKonzept */ "mb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconKunde", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconKunde */ "nb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconKunden", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconKunden */ "ob"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconLaden", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconLaden */ "qb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconLastverteilung", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconLastverteilung */ "rb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconLike", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconLike */ "sb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconLoeschen", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconLoeschen */ "tb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMailKontakt", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMailKontakt */ "ub"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMassgeschneiderteIndividuelleLoesungen", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMassgeschneiderteIndividuelleLoesungen */ "vb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMbaas", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMbaas */ "wb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMicrocontroller", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMicrocontroller */ "xb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMitarbeiterevents", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMitarbeiterevents */ "yb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMobileEntwicklung", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMobileEntwicklung */ "zb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMonitoring", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMonitoring */ "Ab"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconMusik", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconMusik */ "Bb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconNetzwerk", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconNetzwerk */ "Cb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconOeffentlicherNahverkehr", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconOeffentlicherNahverkehr */ "Db"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconOffline", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconOffline */ "Eb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconOnlineshopWarenkorb", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconOnlineshopWarenkorb */ "Fb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPaket", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPaket */ "Gb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconParkplatz", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconParkplatz */ "Hb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPartyProjektabschluss", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPartyProjektabschluss */ "Ib"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPdf", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPdf */ "Jb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPfeilLinksKlein", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPfeilLinksKlein */ "Lb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPfeilLinks", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPfeilLinks */ "Kb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPfeilOben", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPfeilOben */ "Mb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPfeilRechtsKlein", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPfeilRechtsKlein */ "Ob"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPfeilRechts", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPfeilRechts */ "Nb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPfeilRunter", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPfeilRunter */ "Pb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPflichtenheft", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPflichtenheft */ "Qb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPlatform", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPlatform */ "Rb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconPraesentation", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconPraesentation */ "Sb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconProjektablauf", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconProjektablauf */ "Tb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconProjektmanagementCheckliste", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconProjektmanagementCheckliste */ "Ub"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconRedundant", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconRedundant */ "Vb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSatellit", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSatellit */ "Wb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSchluessel", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSchluessel */ "Xb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconScrum", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconScrum */ "Yb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSeoSemCrawler", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSeoSemCrawler */ "Zb"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconServerVeerbunden", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconServerVeerbunden */ "ac"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconServiceprovider", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconServiceprovider */ "bc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSharing", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSharing */ "cc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconShop", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconShop */ "dc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSicherheitFirewall", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSicherheitFirewall */ "ec"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSignal", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSignal */ "fc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSkalierbar", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSkalierbar */ "gc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSmartTv", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSmartTv */ "hc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSmartWatch", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSmartWatch */ "ic"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSmarthome", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSmarthome */ "jc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSoftwareentwicklungCode", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSoftwareentwicklungCode */ "kc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSpieleUndSpass", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSpieleUndSpass */ "lc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconSprechblasen", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconSprechblasen */ "mc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconStandortUnternehmenssitz", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconStandortUnternehmenssitz */ "nc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconStartUp", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconStartUp */ "oc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.component("AnxIconStatistikAnalysen", _icons__WEBPACK_IMPORTED_MODULE_1__[/* AnxIconStatistikAnalysen */ "pc"]); vue__WEBPACK_IMPORTED_MODULE_0___default.a.compone