2022-06-29 11:09:58 +08:00
( window [ "webpackJsonp" ] = window [ "webpackJsonp" ] || [ ] ) . push ( [ [ 13 ] , { "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/Welcome.vue?vue&type=script&lang=js&" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / node _modules / cache - loader / dist / cjs . js ? ? ref -- 12 - 0 ! . / node _modules / babel - loader / lib ! . / node _modules / cache - loader / dist / cjs . js ? ? ref -- 0 - 0 ! . / node _modules / vue - loader / lib ? ? vue - loader - options ! . / src / views / Welcome . vue ? vue & type = script & lang = js & * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! exports provided: default */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var vee_validate__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! vee-validate */ "./node_modules/vee-validate/dist/vee-validate.esm.js");\n/* harmony import */ var _plugins_vee_validate__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @/plugins/vee-validate */ "./src/plugins/vee-validate.js");\n/* harmony import */ var lottie_web_vue__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! lottie-web-vue */ "./node_modules/lottie-web-vue/dist/lottie-web-vue.esm.js");\n/* harmony import */ var vue_smooth_reflow__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! vue-smooth-reflow */ "./node_modules/vue-smooth-reflow/dist/vue-smooth-reflow.min.js");\n/* harmony import */ var vue_smooth_reflow__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(vue_smooth_reflow__WEBPACK_IMPORTED_MODULE_3__);\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\n\n\n\n/* harmony default export */ __webpack_exports__["default"] = ({\n name: "welcome-page",\n mixins: [vue_smooth_reflow__WEBPACK_IMPORTED_MODULE_3___default.a],\n data: function data() {\n return {\n step: 1,\n username: \'\',\n password: \'\',\n confirmation: "",\n isLoading: true,\n message: "",\n notificationShow: false,\n isInit: false,\n initAni: {\n classes: \'zoomIn\',\n delay: 1000,\n duration: 700\n },\n s1Ani: {\n classes: \'fadeInUp\',\n delay: 1300,\n duration: 700\n },\n s2Ani: {\n classes: \'fadeInUp\',\n delay: 1700,\n duration: 700\n },\n s3Ani: {\n classes: \'fadeInUp\',\n delay: 1900,\n duration: 700\n },\n s4Ani: {\n classes: \'fadeIn\',\n delay: 2500,\n duration: 700\n }\n };\n },\n components: {\n ValidationObserver: vee_validate__WEBPACK_IMPORTED_MODULE_0__["ValidationObserver"],\n ValidationProvider: vee_validate__WEBPACK_IMPORTED_MODULE_0__["ValidationProvider"],\n LottieAnimation: lottie_web_vue__WEBPACK_IMPORTED_MODULE_2__["default"]\n },\n created: function created() {\n // var lang = navigator.language || navigator.userLanguage;\n this.isInit = !this.$store.state.needInitialization;\n\n if (this.isInit) {\n this.$router.push("/login");\n }\n },\n mounted: function mounted() {\n this.$smoothReflow({\n el: \'.login-panel\',\n property: [\'height\', \'width\']\n });\n this.isLoading = false;\n },\n watch: {\n // Watch System Initialization\n \'$store.state.needInitialization\': {\n handler: function handler(data) {\n this.isInit = !data;\n\n if (this.isInit) {\n this.$router.push("/login");\n }\n },\n deep: true\n }\n },\n methods: {\n reg: function reg() {\n var _this = this;\n\n this.$api.user.createUsernameAndPaword({\n username: this.username,\n pwd: this.password\n }).then(function (res) {\n if (res.data.success == 200) {\n _this.goToStep(3);\n }\n });\n },\n login: function login() {\n var _this2 = this;\n\n this.$api.user.login({\n username: this.username,\n pwd: this.password\n }).then(function (res) {\n if (res.data.success == 200) {\n localStorage.setItem("user_id", res.data.data.user.id);\n localStorage.setItem("user_token", res.data.data.token);\n localStorage.setItem("version", res.data.data.version);\n\n _this2.$store.commit(\'setToken\', res.data.data.token);\n\n _this2.$store.commit(\'setToken\', res.data.data.token);\n\n _this2.$store.commit(\'changeUserInfo\' , res . data . data ) ; \ n \ n
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / node _modules / cache - loader / dist / cjs . js ? { "cacheDirectory" : "node_modules/.cache/vue-loader" , "cacheIdentifier" : "5adb896b-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 / views / Welcome . vue ? vue & type = template & id = e4731dd0 & * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! exports provided: render, staticRenderFns */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "render", function() { return render; });\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; });\nvar render = function () {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n "div",\n {\n staticClass: "is-flex is-justify-content-center is-align-items-center",\n attrs: { id: "login-page" },\n },\n [\n !_vm.isLoading\n ? _c(\n "div",\n {\n directives: [\n {\n name: "animate-css",\n rawName: "v-animate-css",\n value: _vm.initAni,\n expression: "initAni",\n },\n ],\n staticClass: "login-panel is-shadow",\n class: "step" + _vm.step,\n },\n [\n _vm.step == 1\n ? _c(\n "div",\n { staticClass: "has-text-centered" },\n [\n _c(\n "div",\n {\n directives: [\n {\n name: "animate-css",\n rawName: "v-animate-css",\n value: _vm.s1Ani,\n expression: "s1Ani",\n },\n ],\n staticClass: " is-flex is-justify-content-center",\n },\n [\n _c("b-image", {\n staticClass: "is-128x128 mb-4",\n attrs: {\n src: __webpack_require__(/*! @/assets/img/logo/casa-dark.svg */ "./src/assets/img/logo/casa-dark.svg"),\n },\n }),\n ],\n 1\n ),\n _c(\n "h2",\n {\n directives: [\n {\n name: "animate-css",\n rawName: "v-animate-css",\n value: _vm.s2Ani,\n expression: "s2Ani",\n },\n ],\n staticClass: "title is-2 mb-5 has-text-centered",\n },\n [_vm._v(_vm._s(_vm.$t("Welcome to CasaOS")))]\n ),\n _c(\n "h2",\n {\n directives: [\n {\n name: "animate-css",\n rawName: "v-animate-css",\n value: _vm.s3Ani,\n expression: "s3Ani",\n },\n ],\n staticClass: "subtitle has-text-centered",\n },\n [\n _vm._v(\n _vm._s(_vm.$t("Let\' s create your initial account "))\n ),\n ]\n ),\n _c(\n " b - button ",\n {\n directives: [\n {\n name: " animate - css ",\n rawName: " v - animate - css ",\n value: _vm.s4Ani,\n expression: " s4Ani " , \ n } , \ 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 ? ? ref -- 6 - oneOf - 1 - 2 ! . / node _modules / cache - loader / dist / cjs . js ? ? ref -- 0 - 0 ! . / node _modules / vue - loader / lib ? ? vue - loader - options ! . / src / views / Welcome . vue ? vue & type = style & index = 0 & lang = css & * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! no static exports found */ function ( module , exports , _ _webpack _require _ _ ) { eval ( "// extracted by mini-css-extract-plugin\n if(false) { var cssReload; }\n \n\n//# sourceURL=webpack:///./src/views/Welcome.vue?./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??ref--6-oneOf-1-2!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options" ) } , "./src/assets/ani/done.json" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / assets / ani / done . json * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! exports provided: v, fr, ip, op, w, h, nm, ddd, assets, layers, markers, default */ function ( module ) { eval ( ' module . exports = JSON . parse ( "{\\" v \ \ ":\\" 5.1 . 8 \ \ ",\\" fr \ \ ":24,\\" ip \ \ ":0,\\" op \ \ ":72,\\" w \ \ ":62,\\" h \ \ ":62,\\" nm \ \ ":\\" FINALE \ \ ",\\" ddd \ \ ":0,\\" assets \ \ ":[{\\" id \ \ ":\\" comp _2 \ \ ",\\" layers \ \ ":[{\\" ddd \ \ ":0,\\" ind \ \ ":1,\\" ty \ \ ":4,\\" nm \ \ ":\\" Shape Layer 4 \ \ ",\\" td \ \ ":1,\\" sr \ \ ":1,\\" ks \ \ ":{\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":11},\\" r \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":10},\\" p \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[105,105,0],\\" ix \ \ ":2},\\" a \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[0,0,0],\\" ix \ \ ":1},\\" s \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[100,100,100],\\" ix \ \ ":6}},\\" ao \ \ ":0,\\" shapes \ \ ":[{\\" ty \ \ ":\\" gr \ \ ",\\" it \ \ ":[{\\" ind \ \ ":0,\\" ty \ \ ":\\" sh \ \ ",\\" ix \ \ ":1,\\" ks \ \ ":{\\" a \ \ ":0,\\" k \ \ ":{\\" i \ \ ":[[0,0],[0,0],[0,0]],\\" o \ \ ":[[0,0],[0,0],[0,0]],\\" v \ \ ":[[-56.964,0.265],[-16.566,34.639],[57.229,-48.946]],\\" c \ \ ":false},\\" ix \ \ ":2},\\" nm \ \ ":\\" Path 1 \ \ ",\\" mn \ \ ":\\" ADBE Vector Shape - Group \ \ ",\\" hd \ \ ":false},{\\" ty \ \ ":\\" st \ \ ",\\" c \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[0.11372549019607843,0.6352941176470588,0.8705882352941177,1],\\" ix \ \ ":3},\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":4},\\" w \ \ ":{\\" a \ \ ":0,\\" k \ \ ":16,\\" ix \ \ ":5},\\" lc \ \ ":2,\\" lj \ \ ":2,\\" nm \ \ ":\\" Stroke 1 \ \ ",\\" mn \ \ ":\\" ADBE Vector Graphic - Stroke \ \ ",\\" hd \ \ ":false},{\\" ty \ \ ":\\" tr \ \ ",\\" p \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[0,0],\\" ix \ \ ":2},\\" a \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[0,0],\\" ix \ \ ":1},\\" s \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[100,100],\\" ix \ \ ":3},\\" r \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":6},\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":7},\\" sk \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":4},\\" sa \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":5},\\" nm \ \ ":\\" Transform \ \ "}],\\" nm \ \ ":\\" Shape 1 \ \ ",\\" np \ \ ":3,\\" cix \ \ ":2,\\" ix \ \ ":1,\\" mn \ \ ":\\" ADBE Vector Group \ \ ",\\" hd \ \ ":false},{\\" ty \ \ ":\\" tm \ \ ",\\" s \ \ ":{\\" a \ \ ":1,\\" k \ \ ":[{\\" i \ \ ":{\\" x \ \ ":[0.2],\\" y \ \ ":[1]},\\" o \ \ ":{\\" x \ \ ":[0.8],\\" y \ \ ":[0]},\\" n \ \ ":[\\" 0 p2 _1 _0p8 _0 \ \ "],\\" t \ \ ":20,\\" s \ \ ":[0],\\" e \ \ ":[100]},{\\" t \ \ ":39.999996537879}],\\" ix \ \ ":1},\\" e \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":2},\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":3},\\" m \ \ ":1,\\" ix \ \ ":2,\\" nm \ \ ":\\" Trim Paths 1 \ \ ",\\" mn \ \ ":\\" ADBE Vector Filter - Trim \ \ ",\\" hd \ \ ":false}],\\" ip \ \ ":0,\\" op \ \ ":71.9999937681822,\\" st \ \ ":0,\\" bm \ \ ":0},{\\" ddd \ \ ":0,\\" ind \ \ ":2,\\" ty \ \ ":4,\\" nm \ \ ":\\" Layer 2 Outlines \ \ ",\\" tt \ \ ":2,\\" sr \ \ ":1,\\" ks \ \ ":{\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":11},\\" r \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":10},\\" p \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[105.114,105.239,0],\\" ix \ \ ":2},\\" a \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[50.559,40.579,0],\\" ix \ \ ":1},\\" s \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[100,100,100],\\" ix \ \ ":6}},\\" ao \ \ ":0,\\" shapes \ \ ":[{\\" ty \ \ ":\\" gr \ \ ",\\" it \ \ ":[{\\" ind \ \ ":0,\\" ty \ \ ":\\" sh \ \ ",\\" ix \ \ ":1,\\" ks \ \ ":{\\" a \ \ ":0,\\" k \ \ ":{\\" i \ \ ":[[2.124,-0.094],[0.925,-1.068],[0,0],[0,0],[1.702,-0.778],[0.237,-2.032],[-1.466,-1.237],[0,0],[-1.821,2.039],[0,0],[0.835,2.179]],\\" o \ \ ":[[-1.332,0.047],[0,0],[0,0],[-1.45,-1.261],[-1.701,0.779],[-0.237,2.034],[0,0],[2.043,1.76],[0,0],[1.529,-1.645],[-0.835,-2.178]],\\" v \ \ ":[[44.56,-40.235],[41.038,-38.496],[-17.23,26.438],[-41.84,5.255],[-46.938,4.474],[-50.072,9.02],[-48.083,14.308],[-19.911,38.569],[-13.148,38.079],[48.322,-30.423],[49.473,-36.774]],\\" c \ \ ":true},\\" ix \ \ ":2},\\" nm \ \ ":\\" Path 1 \ \ ",\\" mn \ \ ":\\" ADBE Vector Shape - Group \ \ ",\\" hd \ \ ":false},{\\" ty \ \ ":\\" fl \ \ ",\\" c \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[1,1,1,1],\\" ix \ \ ":4},\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":5},\\" r \ \ ":1,\\" nm \ \ ":\\" Fill 1 \ \ ",\\" mn \ \ ":\\" ADBE Vector Graphic - Fill \ \ ",\\" hd \ \ ":false},{\\" ty \ \ ":\\" tr \ \ ",\\" p \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[50.558,40.579],\\" ix \ \ ":2},\\" a \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[0,0],\\" ix \ \ ":1},\\" s \ \ ":{\\" a \ \ ":0,\\" k \ \ ":[100,100],\\" ix \ \ ":3},\\" r \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":6},\\" o \ \ ":{\\" a \ \ ":0,\\" k \ \ ":100,\\" ix \ \ ":7},\\" sk \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":4},\\" sa \ \ ":{\\" a \ \ ":0,\\" k \ \ ":0,\\" ix \ \ ":5},\\" nm \ \ ":\\" Transform \ \ "}],\\" nm \ \ ":\\" Group 1 \ \ ",\\" np \ \ ":2,\\" cix \ \ ":2,\\" ix \ \ ":1,\\" mn \ \ ":\\" ADBE Vector Group \ \ ",\\" hd \ \ ":false}],\\" ip \ \ ":0,\\" op \ \ ":72.3381841595917,\\" st \ \ ":0,\\" bm \ \ ":0},{\\" ddd \ \ ":0,\\" ind \ \ ":3,\\" ty \ \ ":4,\\" nm \ \ ":\\" Shape Layer 3 \ \ ",\\" td \ \ ":1,\\" sr
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / assets / img / account / default - avatar . svg * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! no static exports found */ function ( module , exports , _ _webpack _require _ _ ) { eval ( 'module.exports = __webpack_require__.p + "img/default-avatar.d92cd43a.svg";\n\n//# sourceURL=webpack:///./src/assets/img/account/default-avatar.svg?' ) } , "./src/assets/img/logo/casa-dark.svg" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / assets / img / logo / casa - dark . svg * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! no static exports found */ function ( module , exports , _ _webpack _require _ _ ) { eval ( 'module.exports = __webpack_require__.p + "img/casa-dark.b6d17cf2.svg";\n\n//# sourceURL=webpack:///./src/assets/img/logo/casa-dark.svg?' ) } , "./src/plugins/vee-validate.js" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / plugins / vee - validate . js * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! no exports provided */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./node_modules/@babel/runtime/helpers/esm/objectSpread2.js */ "./node_modules/@babel/runtime/helpers/esm/objectSpread2.js");\n/* harmony import */ var vee_validate_dist_rules__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! vee-validate/dist/rules */ "./node_modules/vee-validate/dist/rules.js");\n/* harmony import */ var vee_validate__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! vee-validate */ "./node_modules/vee-validate/dist/vee-validate.esm.js");\n/* harmony import */ var is_valid_hostname__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! is-valid-hostname */ "./node_modules/is-valid-hostname/index.js");\n/* harmony import */ var is_valid_hostname__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(is_valid_hostname__WEBPACK_IMPORTED_MODULE_3__);\n/* harmony import */ var uuid_validate__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! uuid-validate */ "./node_modules/uuid-validate/index.js");\n/* harmony import */ var uuid_validate__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(uuid_validate__WEBPACK_IMPORTED_MODULE_4__);\n\n\n\n\n\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])("required", Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])({}, vee_validate_dist_rules__WEBPACK_IMPORTED_MODULE_1__["required"]), {}, {\n message: "This field is required"\n}));\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])("email", Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])({}, vee_validate_dist_rules__WEBPACK_IMPORTED_MODULE_1__["email"]), {}, {\n message: "This field must be a valid email"\n}));\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])("confirmed", Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])({}, vee_validate_dist_rules__WEBPACK_IMPORTED_MODULE_1__["confirmed"]), {}, {\n message: "This field confirmation does not match"\n}));\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])("length", Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])({}, vee_validate_dist_rules__WEBPACK_IMPORTED_MODULE_1__["length"]), {}, {\n message: "This field must have 2 options"\n}));\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])("min", Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])(Object(E_Company_CasaOS_UI_node_modules_babel_runtime_helpers_esm_objectSpread2_js__WEBPACK_IMPORTED_MODULE_0__["default"])({}, vee_validate_dist_rules__WEBPACK_IMPORTED_MODULE_1__["min"]), {}, {\n message: "This field must have more than {length} characters"\n}));\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])(\'rfc1123\', {\n validate: function validate(value) {\n return is_valid_hostname__WEBPACK_IMPORTED_MODULE_3___default()(value);\n },\n message: \'You entered an invalid RFC1123 hostname\'\n});\nObject(vee_validate__WEBPACK_IMPORTED_MODULE_2__["extend"])(\'uuid\' , { \ n validate : function validate ( value ) { \ n return uuid _validate _ _WEBPACK _IMPORTED _
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / views / Welcome . vue * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! exports provided: default */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _Welcome_vue_vue_type_template_id_e4731dd0___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./Welcome.vue?vue&type=template&id=e4731dd0& */ "./src/views/Welcome.vue?vue&type=template&id=e4731dd0&");\n/* harmony import */ var _Welcome_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Welcome.vue?vue&type=script&lang=js& */ "./src/views/Welcome.vue?vue&type=script&lang=js&");\n/* empty/unused harmony star reexport *//* harmony import */ var _Welcome_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./Welcome.vue?vue&type=style&index=0&lang=css& */ "./src/views/Welcome.vue?vue&type=style&index=0&lang=css&");\n/* harmony import */ var _node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../node_modules/vue-loader/lib/runtime/componentNormalizer.js */ "./node_modules/vue-loader/lib/runtime/componentNormalizer.js");\n\n\n\n\n\n\n/* normalize component */\n\nvar component = Object(_node_modules_vue_loader_lib_runtime_componentNormalizer_js__WEBPACK_IMPORTED_MODULE_3__["default"])(\n _Welcome_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_1__["default"],\n _Welcome_vue_vue_type_template_id_e4731dd0___WEBPACK_IMPORTED_MODULE_0__["render"],\n _Welcome_vue_vue_type_template_id_e4731dd0___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"],\n false,\n null,\n null,\n null\n \n)\n\n/* hot reload */\nif (false) { var api; }\ncomponent.options.__file = "src/views/Welcome.vue"\n/* harmony default export */ __webpack_exports__["default"] = (component.exports);\n\n//# sourceURL=webpack:///./src/views/Welcome.vue?' ) } , "./src/views/Welcome.vue?vue&type=script&lang=js&" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / views / Welcome . vue ? vue & type = script & lang = js & * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! exports provided: default */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Welcome_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/babel-loader/lib!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib??vue-loader-options!./Welcome.vue?vue&type=script&lang=js& */ "./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/Welcome.vue?vue&type=script&lang=js&");\n/* empty/unused harmony star reexport */ /* harmony default export */ __webpack_exports__["default"] = (_node_modules_cache_loader_dist_cjs_js_ref_12_0_node_modules_babel_loader_lib_index_js_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Welcome_vue_vue_type_script_lang_js___WEBPACK_IMPORTED_MODULE_0__["default"]); \n\n//# sourceURL=webpack:///./src/views/Welcome.vue?' ) } , "./src/views/Welcome.vue?vue&type=style&index=0&lang=css&" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / views / Welcome . vue ? vue & type = style & index = 0 & lang = css & * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! no static exports found */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* 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_Welcome_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../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??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib??vue-loader-options!./Welcome.vue?vue&type=style&index=0&lang=css& */ "./node_modules/mini-css-extract-plugin/dist/loader.js?!./node_modules/css-loader/dist/cjs.js?!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/src/index.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/Welcome.vue?vue&type=style&index=0&lang=css&");\n/* 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_Welcome_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_Welcome_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__);\n/* harmony reexport (unknown) */ for(var __WEBPACK_IMPORT_KEY__ in _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_Welcome_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__) if(["default"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) (function(key) { __webpack_require__.d(__webpack_exports__, key, function() { return _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_Welcome_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0__[key]; }) }(__WEBPACK_IMPORT_KEY__));\n\n\n//# sourceURL=webpack:///./src/views/Welcome.vue?' ) } , "./src/views/Welcome.vue?vue&type=template&id=e4731dd0&" :
/ * ! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ! * \
! * * * . / src / views / Welcome . vue ? vue & type = template & id = e4731dd0 & * * * !
\ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /
/*! exports provided: render, staticRenderFns */ function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) { "use strict" ; eval ( '__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_5adb896b_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_index_js_vue_loader_options_Welcome_vue_vue_type_template_id_e4731dd0___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! -!../../node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"5adb896b-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!./Welcome.vue?vue&type=template&id=e4731dd0& */ "./node_modules/cache-loader/dist/cjs.js?{\\"cacheDirectory\\":\\"node_modules/.cache/vue-loader\\",\\"cacheIdentifier\\":\\"5adb896b-vue-loader-template\\"}!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/Welcome.vue?vue&type=template&id=e4731dd0&");\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "render", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_5adb896b_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_index_js_vue_loader_options_Welcome_vue_vue_type_template_id_e4731dd0___WEBPACK_IMPORTED_MODULE_0__["render"]; });\n\n/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return _node_modules_cache_loader_dist_cjs_js_cacheDirectory_node_modules_cache_vue_loader_cacheIdentifier_5adb896b_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_index_js_vue_loader_options_Welcome_vue_vue_type_template_id_e4731dd0___WEBPACK_IMPORTED_MODULE_0__["staticRenderFns"]; });\n\n\n\n//# sourceURL=webpack:///./src/views/Welcome.vue?' ) } } ] ) ;