push for jeva
|
|
@ -11,8 +11,8 @@ export const routes: Routes = [
|
||||||
path: 'auth',
|
path: 'auth',
|
||||||
loadChildren: () => import('./auth/login.module').then(m => m.AuthModule),
|
loadChildren: () => import('./auth/login.module').then(m => m.AuthModule),
|
||||||
},
|
},
|
||||||
{ path: '', redirectTo: 'auth', pathMatch: 'full' },
|
{ path: '', redirectTo: 'pages', pathMatch: 'full' },
|
||||||
{ path: '**', redirectTo: 'auth' },
|
{ path: '**', redirectTo: 'pages' },
|
||||||
];
|
];
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
|
|
|
||||||
1793
symfonia/src/main/resources/static/3rdpartylicenses.txt
Normal file
|
Before Width: | Height: | Size: 732 KiB After Width: | Height: | Size: 732 KiB |
|
Before Width: | Height: | Size: 758 KiB After Width: | Height: | Size: 758 KiB |
|
Before Width: | Height: | Size: 738 KiB After Width: | Height: | Size: 738 KiB |
|
Before Width: | Height: | Size: 760 KiB After Width: | Height: | Size: 760 KiB |
|
Before Width: | Height: | Size: 726 KiB After Width: | Height: | Size: 726 KiB |
|
Before Width: | Height: | Size: 750 KiB After Width: | Height: | Size: 750 KiB |
|
Before Width: | Height: | Size: 736 KiB After Width: | Height: | Size: 736 KiB |
|
Before Width: | Height: | Size: 761 KiB After Width: | Height: | Size: 761 KiB |
|
Before Width: | Height: | Size: 716 KiB After Width: | Height: | Size: 716 KiB |
|
Before Width: | Height: | Size: 743 KiB After Width: | Height: | Size: 743 KiB |
|
Before Width: | Height: | Size: 726 KiB After Width: | Height: | Size: 726 KiB |
|
Before Width: | Height: | Size: 756 KiB After Width: | Height: | Size: 756 KiB |
|
|
@ -1,322 +0,0 @@
|
||||||
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["auth-login-module"],{
|
|
||||||
|
|
||||||
/***/ "./src/app/auth/login-routing.module.ts":
|
|
||||||
/*!**********************************************!*\
|
|
||||||
!*** ./src/app/auth/login-routing.module.ts ***!
|
|
||||||
\**********************************************/
|
|
||||||
/*! exports provided: routes, AuthRoutingModule */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "routes", function() { return routes; });
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AuthRoutingModule", function() { return AuthRoutingModule; });
|
|
||||||
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
||||||
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js");
|
|
||||||
/* harmony import */ var _nebular_auth__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @nebular/auth */ "./node_modules/@nebular/auth/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */ var _login_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./login.component */ "./src/app/auth/login.component.ts");
|
|
||||||
/**
|
|
||||||
* @license
|
|
||||||
* Copyright Akveo. All Rights Reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const routes = [
|
|
||||||
{
|
|
||||||
path: '',
|
|
||||||
component: _nebular_auth__WEBPACK_IMPORTED_MODULE_2__["NbAuthComponent"],
|
|
||||||
children: [
|
|
||||||
{
|
|
||||||
path: '',
|
|
||||||
component: _login_component__WEBPACK_IMPORTED_MODULE_3__["LoginComponent"],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: 'pages',
|
|
||||||
loadChildren: () => __webpack_require__.e(/*! import() | pages-pages-module */ "pages-pages-module").then(__webpack_require__.bind(null, /*! ../pages/pages.module */ "./src/app/pages/pages.module.ts"))
|
|
||||||
.then(m => m.PagesModule),
|
|
||||||
},
|
|
||||||
];
|
|
||||||
class AuthRoutingModule {
|
|
||||||
}
|
|
||||||
AuthRoutingModule.ɵmod = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineNgModule"]({ type: AuthRoutingModule });
|
|
||||||
AuthRoutingModule.ɵinj = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjector"]({ factory: function AuthRoutingModule_Factory(t) { return new (t || AuthRoutingModule)(); }, imports: [[_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"].forChild(routes)],
|
|
||||||
_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]] });
|
|
||||||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsetNgModuleScope"](AuthRoutingModule, { imports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]], exports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]] }); })();
|
|
||||||
/*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](AuthRoutingModule, [{
|
|
||||||
type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["NgModule"],
|
|
||||||
args: [{
|
|
||||||
imports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"].forChild(routes)],
|
|
||||||
exports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]],
|
|
||||||
}]
|
|
||||||
}], null, null); })();
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ "./src/app/auth/login.component.ts":
|
|
||||||
/*!*****************************************!*\
|
|
||||||
!*** ./src/app/auth/login.component.ts ***!
|
|
||||||
\*****************************************/
|
|
||||||
/*! exports provided: LoginComponent */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "LoginComponent", function() { return LoginComponent; });
|
|
||||||
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
||||||
/* harmony import */ var _nebular_auth__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @nebular/auth */ "./node_modules/@nebular/auth/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js");
|
|
||||||
/* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
|
|
||||||
/* harmony import */ var _nebular_theme__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @nebular/theme */ "./node_modules/@nebular/theme/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */ var _angular_router__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! @angular/router */ "./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js");
|
|
||||||
/**
|
|
||||||
* @license
|
|
||||||
* Copyright Akveo. All Rights Reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function LoginComponent_nb_alert_2_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "li", 18);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
const error_r74 = ctx.$implicit;
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate"](error_r74);
|
|
||||||
} }
|
|
||||||
function LoginComponent_nb_alert_2_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "nb-alert", 14);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "p", 15);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "b");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, "Oh snap!");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "ul", 16);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](5, LoginComponent_nb_alert_2_li_5_Template, 2, 1, "li", 17);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
const ctx_r66 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](5);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngForOf", ctx_r66.errors);
|
|
||||||
} }
|
|
||||||
function LoginComponent_nb_alert_3_li_5_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "li", 18);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
const message_r76 = ctx.$implicit;
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate"](message_r76);
|
|
||||||
} }
|
|
||||||
function LoginComponent_nb_alert_3_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "nb-alert", 19);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "p", 15);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "b");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, "Hooray!");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "ul", 16);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](5, LoginComponent_nb_alert_3_li_5_Template, 2, 1, "li", 17);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
const ctx_r67 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](5);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngForOf", ctx_r67.messages);
|
|
||||||
} }
|
|
||||||
function LoginComponent_ng_container_11_p_1_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "p", 21);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, " NIK is required! ");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} }
|
|
||||||
function LoginComponent_ng_container_11_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerStart"](0);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](1, LoginComponent_ng_container_11_p_1_Template, 2, 0, "p", 20);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
const _r69 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](10);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r69.errors == null ? null : _r69.errors.required);
|
|
||||||
} }
|
|
||||||
function LoginComponent_ng_container_17_p_1_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "p", 21);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, " Password is required! ");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} }
|
|
||||||
function LoginComponent_ng_container_17_p_2_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "p", 21);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
const ctx_r79 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](2);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate2"](" Password should contains from ", ctx_r79.getConfigValue("forms.validation.password.minLength"), " to ", ctx_r79.getConfigValue("forms.validation.password.maxLength"), " characters ");
|
|
||||||
} }
|
|
||||||
function LoginComponent_ng_container_17_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerStart"](0);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](1, LoginComponent_ng_container_17_p_1_Template, 2, 0, "p", 20);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](2, LoginComponent_ng_container_17_p_2_Template, 2, 2, "p", 20);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
const _r71 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](16);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r71.errors == null ? null : _r71.errors.required);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", (_r71.errors == null ? null : _r71.errors.minlength) || (_r71.errors == null ? null : _r71.errors.maxlength));
|
|
||||||
} }
|
|
||||||
class LoginComponent extends _nebular_auth__WEBPACK_IMPORTED_MODULE_1__["NbLoginComponent"] {
|
|
||||||
}
|
|
||||||
LoginComponent.ɵfac = function LoginComponent_Factory(t) { return ɵLoginComponent_BaseFactory(t || LoginComponent); };
|
|
||||||
LoginComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({ type: LoginComponent, selectors: [["ngx-login"]], features: [_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵInheritDefinitionFeature"]], decls: 20, vars: 14, consts: [["id", "title", 1, "title"], ["outline", "danger", "role", "alert", 4, "ngIf"], ["outline", "success", "role", "alert", 4, "ngIf"], ["aria-labelledby", "title"], ["form", "ngForm"], [1, "form-control-group"], ["for", "input-email", 1, "label"], ["nbInput", "", "fullWidth", "", "name", "nik", "id", "input-nik", "placeholder", "NIK", "autofocus", "", 3, "ngModel", "ngModelChange"], ["email", "ngModel"], [4, "ngIf"], ["for", "input-password", 1, "label"], ["nbInput", "", "fullWidth", "", "name", "password", "type", "password", "id", "input-password", "placeholder", "Password", 3, "ngModel", "status", "required", "minlength", "maxlength", "ngModelChange"], ["password", "ngModel"], ["nbButton", "", "fullWidth", "", "routerLink", "pages", "status", "success", 3, "disabled"], ["outline", "danger", "role", "alert"], [1, "alert-title"], [1, "alert-message-list"], ["class", "alert-message", 4, "ngFor", "ngForOf"], [1, "alert-message"], ["outline", "success", "role", "alert"], ["class", "caption status-danger", 4, "ngIf"], [1, "caption", "status-danger"]], template: function LoginComponent_Template(rf, ctx) { if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "h1", 0);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Sign In");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](2, LoginComponent_nb_alert_2_Template, 6, 1, "nb-alert", 1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](3, LoginComponent_nb_alert_3_Template, 6, 1, "nb-alert", 2);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "form", 3, 4);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 5);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "label", 6);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, "NIK:");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "input", 7, 8);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("ngModelChange", function LoginComponent_Template_input_ngModelChange_9_listener($event) { return ctx.user.email = $event; });
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](11, LoginComponent_ng_container_11_Template, 2, 1, "ng-container", 9);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "div", 5);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "label", 10);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](14, "Password:");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](15, "input", 11, 12);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("ngModelChange", function LoginComponent_Template_input_ngModelChange_15_listener($event) { return ctx.user.password = $event; });
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](17, LoginComponent_ng_container_17_Template, 3, 2, "ng-container", 9);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](18, "button", 13);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](19, " Sign In\n");
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
} if (rf & 2) {
|
|
||||||
const _r68 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](5);
|
|
||||||
const _r69 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](10);
|
|
||||||
const _r71 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](16);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.showMessages.error && (ctx.errors == null ? null : ctx.errors.length) && !ctx.submitted);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.showMessages.success && (ctx.messages == null ? null : ctx.messages.length) && !ctx.submitted);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngModel", ctx.user.email);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r69.invalid && _r69.touched);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](4);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngModel", ctx.user.password)("status", _r71.dirty ? _r71.invalid ? "danger" : "success" : "basic")("required", ctx.getConfigValue("forms.validation.password.required"))("minlength", ctx.getConfigValue("forms.validation.password.minLength"))("maxlength", ctx.getConfigValue("forms.validation.password.maxLength"));
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵattribute"]("aria-invalid", _r71.invalid && _r71.touched ? true : null);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r71.invalid && _r71.touched);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵclassProp"]("btn-pulse", ctx.submitted);
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("disabled", ctx.submitted || !_r68.valid);
|
|
||||||
} }, directives: [_angular_common__WEBPACK_IMPORTED_MODULE_2__["NgIf"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgForm"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputDirective"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["DefaultValueAccessor"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgControlStatus"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgModel"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["RequiredValidator"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["MinLengthValidator"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["MaxLengthValidator"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonComponent"], _angular_router__WEBPACK_IMPORTED_MODULE_5__["RouterLink"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertComponent"], _angular_common__WEBPACK_IMPORTED_MODULE_2__["NgForOf"]], encapsulation: 2 });
|
|
||||||
const ɵLoginComponent_BaseFactory = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetInheritedFactory"](LoginComponent);
|
|
||||||
/*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](LoginComponent, [{
|
|
||||||
type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"],
|
|
||||||
args: [{
|
|
||||||
selector: 'ngx-login',
|
|
||||||
templateUrl: './login.component.html',
|
|
||||||
}]
|
|
||||||
}], null, null); })();
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ "./src/app/auth/login.module.ts":
|
|
||||||
/*!**************************************!*\
|
|
||||||
!*** ./src/app/auth/login.module.ts ***!
|
|
||||||
\**************************************/
|
|
||||||
/*! exports provided: AuthModule */
|
|
||||||
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "AuthModule", function() { return AuthModule; });
|
|
||||||
/* harmony import */ var _angular_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! @angular/common */ "./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js");
|
|
||||||
/* harmony import */ var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @angular/core */ "./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
||||||
/* harmony import */ var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @angular/forms */ "./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
|
|
||||||
/* harmony import */ var _nebular_auth__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @nebular/auth */ "./node_modules/@nebular/auth/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */ var _nebular_theme__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @nebular/theme */ "./node_modules/@nebular/theme/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */ var _login_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./login.component */ "./src/app/auth/login.component.ts");
|
|
||||||
/* harmony import */ var _login_routing_module__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./login-routing.module */ "./src/app/auth/login-routing.module.ts");
|
|
||||||
/**
|
|
||||||
* @license
|
|
||||||
* Copyright Akveo. All Rights Reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class AuthModule {
|
|
||||||
}
|
|
||||||
AuthModule.ɵmod = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineNgModule"]({ type: AuthModule });
|
|
||||||
AuthModule.ɵinj = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineInjector"]({ factory: function AuthModule_Factory(t) { return new (t || AuthModule)(); }, imports: [[
|
|
||||||
_angular_common__WEBPACK_IMPORTED_MODULE_0__["CommonModule"],
|
|
||||||
_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbCheckboxModule"],
|
|
||||||
_login_routing_module__WEBPACK_IMPORTED_MODULE_6__["AuthRoutingModule"],
|
|
||||||
_nebular_auth__WEBPACK_IMPORTED_MODULE_3__["NbAuthModule"],
|
|
||||||
]] });
|
|
||||||
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵsetNgModuleScope"](AuthModule, { declarations: [_login_component__WEBPACK_IMPORTED_MODULE_5__["LoginComponent"]], imports: [_angular_common__WEBPACK_IMPORTED_MODULE_0__["CommonModule"],
|
|
||||||
_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbCheckboxModule"],
|
|
||||||
_login_routing_module__WEBPACK_IMPORTED_MODULE_6__["AuthRoutingModule"],
|
|
||||||
_nebular_auth__WEBPACK_IMPORTED_MODULE_3__["NbAuthModule"]] }); })();
|
|
||||||
/*@__PURE__*/ (function () { _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵsetClassMetadata"](AuthModule, [{
|
|
||||||
type: _angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"],
|
|
||||||
args: [{
|
|
||||||
imports: [
|
|
||||||
_angular_common__WEBPACK_IMPORTED_MODULE_0__["CommonModule"],
|
|
||||||
_angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonModule"],
|
|
||||||
_nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbCheckboxModule"],
|
|
||||||
_login_routing_module__WEBPACK_IMPORTED_MODULE_6__["AuthRoutingModule"],
|
|
||||||
_nebular_auth__WEBPACK_IMPORTED_MODULE_3__["NbAuthModule"],
|
|
||||||
],
|
|
||||||
declarations: [
|
|
||||||
_login_component__WEBPACK_IMPORTED_MODULE_5__["LoginComponent"],
|
|
||||||
],
|
|
||||||
}]
|
|
||||||
}], null, null); })();
|
|
||||||
|
|
||||||
|
|
||||||
/***/ })
|
|
||||||
|
|
||||||
}]);
|
|
||||||
//# sourceMappingURL=auth-login-module-es2015.js.map
|
|
||||||
|
|
@ -1,625 +0,0 @@
|
||||||
function _possibleConstructorReturn(self, call) { if (call && (typeof call === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
||||||
|
|
||||||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
||||||
|
|
||||||
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
||||||
|
|
||||||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
|
|
||||||
|
|
||||||
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|
|
||||||
|
|
||||||
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
||||||
|
|
||||||
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([["auth-login-module"], {
|
|
||||||
/***/
|
|
||||||
"./src/app/auth/login-routing.module.ts":
|
|
||||||
/*!**********************************************!*\
|
|
||||||
!*** ./src/app/auth/login-routing.module.ts ***!
|
|
||||||
\**********************************************/
|
|
||||||
|
|
||||||
/*! exports provided: routes, AuthRoutingModule */
|
|
||||||
|
|
||||||
/***/
|
|
||||||
function srcAppAuthLoginRoutingModuleTs(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */
|
|
||||||
|
|
||||||
|
|
||||||
__webpack_require__.d(__webpack_exports__, "routes", function () {
|
|
||||||
return routes;
|
|
||||||
});
|
|
||||||
/* harmony export (binding) */
|
|
||||||
|
|
||||||
|
|
||||||
__webpack_require__.d(__webpack_exports__, "AuthRoutingModule", function () {
|
|
||||||
return AuthRoutingModule;
|
|
||||||
});
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
||||||
/*! @angular/core */
|
|
||||||
"./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_router__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
||||||
/*! @angular/router */
|
|
||||||
"./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _nebular_auth__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
||||||
/*! @nebular/auth */
|
|
||||||
"./node_modules/@nebular/auth/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _login_component__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
||||||
/*! ./login.component */
|
|
||||||
"./src/app/auth/login.component.ts");
|
|
||||||
/**
|
|
||||||
* @license
|
|
||||||
* Copyright Akveo. All Rights Reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
var routes = [{
|
|
||||||
path: '',
|
|
||||||
component: _nebular_auth__WEBPACK_IMPORTED_MODULE_2__["NbAuthComponent"],
|
|
||||||
children: [{
|
|
||||||
path: '',
|
|
||||||
component: _login_component__WEBPACK_IMPORTED_MODULE_3__["LoginComponent"]
|
|
||||||
}]
|
|
||||||
}, {
|
|
||||||
path: 'pages',
|
|
||||||
loadChildren: function loadChildren() {
|
|
||||||
return __webpack_require__.e(
|
|
||||||
/*! import() | pages-pages-module */
|
|
||||||
"pages-pages-module").then(__webpack_require__.bind(null,
|
|
||||||
/*! ../pages/pages.module */
|
|
||||||
"./src/app/pages/pages.module.ts")).then(function (m) {
|
|
||||||
return m.PagesModule;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}];
|
|
||||||
|
|
||||||
var AuthRoutingModule = function AuthRoutingModule() {
|
|
||||||
_classCallCheck(this, AuthRoutingModule);
|
|
||||||
};
|
|
||||||
|
|
||||||
AuthRoutingModule.ɵmod = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineNgModule"]({
|
|
||||||
type: AuthRoutingModule
|
|
||||||
});
|
|
||||||
AuthRoutingModule.ɵinj = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineInjector"]({
|
|
||||||
factory: function AuthRoutingModule_Factory(t) {
|
|
||||||
return new (t || AuthRoutingModule)();
|
|
||||||
},
|
|
||||||
imports: [[_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"].forChild(routes)], _angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]]
|
|
||||||
});
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
(typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵsetNgModuleScope"](AuthRoutingModule, {
|
|
||||||
imports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]],
|
|
||||||
exports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]]
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
/*@__PURE__*/
|
|
||||||
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](AuthRoutingModule, [{
|
|
||||||
type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["NgModule"],
|
|
||||||
args: [{
|
|
||||||
imports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"].forChild(routes)],
|
|
||||||
exports: [_angular_router__WEBPACK_IMPORTED_MODULE_1__["RouterModule"]]
|
|
||||||
}]
|
|
||||||
}], null, null);
|
|
||||||
})();
|
|
||||||
/***/
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/***/
|
|
||||||
"./src/app/auth/login.component.ts":
|
|
||||||
/*!*****************************************!*\
|
|
||||||
!*** ./src/app/auth/login.component.ts ***!
|
|
||||||
\*****************************************/
|
|
||||||
|
|
||||||
/*! exports provided: LoginComponent */
|
|
||||||
|
|
||||||
/***/
|
|
||||||
function srcAppAuthLoginComponentTs(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */
|
|
||||||
|
|
||||||
|
|
||||||
__webpack_require__.d(__webpack_exports__, "LoginComponent", function () {
|
|
||||||
return LoginComponent;
|
|
||||||
});
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
||||||
/*! @angular/core */
|
|
||||||
"./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _nebular_auth__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
||||||
/*! @nebular/auth */
|
|
||||||
"./node_modules/@nebular/auth/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_common__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
||||||
/*! @angular/common */
|
|
||||||
"./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_forms__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
||||||
/*! @angular/forms */
|
|
||||||
"./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _nebular_theme__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
||||||
/*! @nebular/theme */
|
|
||||||
"./node_modules/@nebular/theme/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_router__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
||||||
/*! @angular/router */
|
|
||||||
"./node_modules/@angular/router/__ivy_ngcc__/fesm2015/router.js");
|
|
||||||
/**
|
|
||||||
* @license
|
|
||||||
* Copyright Akveo. All Rights Reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
function LoginComponent_nb_alert_2_li_5_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "li", 18);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
var error_r74 = ctx.$implicit;
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate"](error_r74);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_nb_alert_2_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "nb-alert", 14);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "p", 15);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "b");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, "Oh snap!");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "ul", 16);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](5, LoginComponent_nb_alert_2_li_5_Template, 2, 1, "li", 17);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
var ctx_r66 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](5);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngForOf", ctx_r66.errors);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_nb_alert_3_li_5_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "li", 18);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
var message_r76 = ctx.$implicit;
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate"](message_r76);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_nb_alert_3_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "nb-alert", 19);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](1, "p", 15);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](2, "b");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](3, "Hooray!");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "ul", 16);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](5, LoginComponent_nb_alert_3_li_5_Template, 2, 1, "li", 17);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
var ctx_r67 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](5);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngForOf", ctx_r67.messages);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_ng_container_11_p_1_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "p", 21);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, " NIK is required! ");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_ng_container_11_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerStart"](0);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](1, LoginComponent_ng_container_11_p_1_Template, 2, 0, "p", 20);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
|
|
||||||
var _r69 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](10);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r69.errors == null ? null : _r69.errors.required);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_ng_container_17_p_1_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "p", 21);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, " Password is required! ");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_ng_container_17_p_2_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "p", 21);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
var ctx_r79 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"](2);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtextInterpolate2"](" Password should contains from ", ctx_r79.getConfigValue("forms.validation.password.minLength"), " to ", ctx_r79.getConfigValue("forms.validation.password.maxLength"), " characters ");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function LoginComponent_ng_container_17_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerStart"](0);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](1, LoginComponent_ng_container_17_p_1_Template, 2, 0, "p", 20);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](2, LoginComponent_ng_container_17_p_2_Template, 2, 2, "p", 20);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementContainerEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵnextContext"]();
|
|
||||||
|
|
||||||
var _r71 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](16);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r71.errors == null ? null : _r71.errors.required);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", (_r71.errors == null ? null : _r71.errors.minlength) || (_r71.errors == null ? null : _r71.errors.maxlength));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var LoginComponent =
|
|
||||||
/*#__PURE__*/
|
|
||||||
function (_nebular_auth__WEBPAC) {
|
|
||||||
_inherits(LoginComponent, _nebular_auth__WEBPAC);
|
|
||||||
|
|
||||||
function LoginComponent() {
|
|
||||||
_classCallCheck(this, LoginComponent);
|
|
||||||
|
|
||||||
return _possibleConstructorReturn(this, _getPrototypeOf(LoginComponent).apply(this, arguments));
|
|
||||||
}
|
|
||||||
|
|
||||||
return LoginComponent;
|
|
||||||
}(_nebular_auth__WEBPACK_IMPORTED_MODULE_1__["NbLoginComponent"]);
|
|
||||||
|
|
||||||
LoginComponent.ɵfac = function LoginComponent_Factory(t) {
|
|
||||||
return ɵLoginComponent_BaseFactory(t || LoginComponent);
|
|
||||||
};
|
|
||||||
|
|
||||||
LoginComponent.ɵcmp = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵdefineComponent"]({
|
|
||||||
type: LoginComponent,
|
|
||||||
selectors: [["ngx-login"]],
|
|
||||||
features: [_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵInheritDefinitionFeature"]],
|
|
||||||
decls: 20,
|
|
||||||
vars: 14,
|
|
||||||
consts: [["id", "title", 1, "title"], ["outline", "danger", "role", "alert", 4, "ngIf"], ["outline", "success", "role", "alert", 4, "ngIf"], ["aria-labelledby", "title"], ["form", "ngForm"], [1, "form-control-group"], ["for", "input-email", 1, "label"], ["nbInput", "", "fullWidth", "", "name", "nik", "id", "input-nik", "placeholder", "NIK", "autofocus", "", 3, "ngModel", "ngModelChange"], ["email", "ngModel"], [4, "ngIf"], ["for", "input-password", 1, "label"], ["nbInput", "", "fullWidth", "", "name", "password", "type", "password", "id", "input-password", "placeholder", "Password", 3, "ngModel", "status", "required", "minlength", "maxlength", "ngModelChange"], ["password", "ngModel"], ["nbButton", "", "fullWidth", "", "routerLink", "pages", "status", "success", 3, "disabled"], ["outline", "danger", "role", "alert"], [1, "alert-title"], [1, "alert-message-list"], ["class", "alert-message", 4, "ngFor", "ngForOf"], [1, "alert-message"], ["outline", "success", "role", "alert"], ["class", "caption status-danger", 4, "ngIf"], [1, "caption", "status-danger"]],
|
|
||||||
template: function LoginComponent_Template(rf, ctx) {
|
|
||||||
if (rf & 1) {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](0, "h1", 0);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](1, "Sign In");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](2, LoginComponent_nb_alert_2_Template, 6, 1, "nb-alert", 1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](3, LoginComponent_nb_alert_3_Template, 6, 1, "nb-alert", 2);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](4, "form", 3, 4);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](6, "div", 5);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](7, "label", 6);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](8, "NIK:");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](9, "input", 7, 8);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("ngModelChange", function LoginComponent_Template_input_ngModelChange_9_listener($event) {
|
|
||||||
return ctx.user.email = $event;
|
|
||||||
});
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](11, LoginComponent_ng_container_11_Template, 2, 1, "ng-container", 9);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](12, "div", 5);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](13, "label", 10);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](14, "Password:");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](15, "input", 11, 12);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵlistener"]("ngModelChange", function LoginComponent_Template_input_ngModelChange_15_listener($event) {
|
|
||||||
return ctx.user.password = $event;
|
|
||||||
});
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtemplate"](17, LoginComponent_ng_container_17_Template, 3, 2, "ng-container", 9);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementStart"](18, "button", 13);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵtext"](19, " Sign In\n");
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵelementEnd"]();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (rf & 2) {
|
|
||||||
var _r68 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](5);
|
|
||||||
|
|
||||||
var _r69 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](10);
|
|
||||||
|
|
||||||
var _r71 = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵreference"](16);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.showMessages.error && (ctx.errors == null ? null : ctx.errors.length) && !ctx.submitted);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", ctx.showMessages.success && (ctx.messages == null ? null : ctx.messages.length) && !ctx.submitted);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](6);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngModel", ctx.user.email);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r69.invalid && _r69.touched);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](4);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngModel", ctx.user.password)("status", _r71.dirty ? _r71.invalid ? "danger" : "success" : "basic")("required", ctx.getConfigValue("forms.validation.password.required"))("minlength", ctx.getConfigValue("forms.validation.password.minLength"))("maxlength", ctx.getConfigValue("forms.validation.password.maxLength"));
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵattribute"]("aria-invalid", _r71.invalid && _r71.touched ? true : null);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](2);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("ngIf", _r71.invalid && _r71.touched);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵadvance"](1);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵclassProp"]("btn-pulse", ctx.submitted);
|
|
||||||
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵproperty"]("disabled", ctx.submitted || !_r68.valid);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
directives: [_angular_common__WEBPACK_IMPORTED_MODULE_2__["NgIf"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["ɵangular_packages_forms_forms_y"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgControlStatusGroup"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgForm"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputDirective"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["DefaultValueAccessor"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgControlStatus"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["NgModel"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["RequiredValidator"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["MinLengthValidator"], _angular_forms__WEBPACK_IMPORTED_MODULE_3__["MaxLengthValidator"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonComponent"], _angular_router__WEBPACK_IMPORTED_MODULE_5__["RouterLink"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertComponent"], _angular_common__WEBPACK_IMPORTED_MODULE_2__["NgForOf"]],
|
|
||||||
encapsulation: 2
|
|
||||||
});
|
|
||||||
|
|
||||||
var ɵLoginComponent_BaseFactory = _angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵɵgetInheritedFactory"](LoginComponent);
|
|
||||||
/*@__PURE__*/
|
|
||||||
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_0__["ɵsetClassMetadata"](LoginComponent, [{
|
|
||||||
type: _angular_core__WEBPACK_IMPORTED_MODULE_0__["Component"],
|
|
||||||
args: [{
|
|
||||||
selector: 'ngx-login',
|
|
||||||
templateUrl: './login.component.html'
|
|
||||||
}]
|
|
||||||
}], null, null);
|
|
||||||
})();
|
|
||||||
/***/
|
|
||||||
|
|
||||||
},
|
|
||||||
|
|
||||||
/***/
|
|
||||||
"./src/app/auth/login.module.ts":
|
|
||||||
/*!**************************************!*\
|
|
||||||
!*** ./src/app/auth/login.module.ts ***!
|
|
||||||
\**************************************/
|
|
||||||
|
|
||||||
/*! exports provided: AuthModule */
|
|
||||||
|
|
||||||
/***/
|
|
||||||
function srcAppAuthLoginModuleTs(module, __webpack_exports__, __webpack_require__) {
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
__webpack_require__.r(__webpack_exports__);
|
|
||||||
/* harmony export (binding) */
|
|
||||||
|
|
||||||
|
|
||||||
__webpack_require__.d(__webpack_exports__, "AuthModule", function () {
|
|
||||||
return AuthModule;
|
|
||||||
});
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_common__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
||||||
/*! @angular/common */
|
|
||||||
"./node_modules/@angular/common/__ivy_ngcc__/fesm2015/common.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_core__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(
|
|
||||||
/*! @angular/core */
|
|
||||||
"./node_modules/@angular/core/__ivy_ngcc__/fesm2015/core.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _angular_forms__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(
|
|
||||||
/*! @angular/forms */
|
|
||||||
"./node_modules/@angular/forms/__ivy_ngcc__/fesm2015/forms.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _nebular_auth__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
||||||
/*! @nebular/auth */
|
|
||||||
"./node_modules/@nebular/auth/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _nebular_theme__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(
|
|
||||||
/*! @nebular/theme */
|
|
||||||
"./node_modules/@nebular/theme/__ivy_ngcc__/fesm2015/index.js");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _login_component__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(
|
|
||||||
/*! ./login.component */
|
|
||||||
"./src/app/auth/login.component.ts");
|
|
||||||
/* harmony import */
|
|
||||||
|
|
||||||
|
|
||||||
var _login_routing_module__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(
|
|
||||||
/*! ./login-routing.module */
|
|
||||||
"./src/app/auth/login-routing.module.ts");
|
|
||||||
/**
|
|
||||||
* @license
|
|
||||||
* Copyright Akveo. All Rights Reserved.
|
|
||||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
var AuthModule = function AuthModule() {
|
|
||||||
_classCallCheck(this, AuthModule);
|
|
||||||
};
|
|
||||||
|
|
||||||
AuthModule.ɵmod = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineNgModule"]({
|
|
||||||
type: AuthModule
|
|
||||||
});
|
|
||||||
AuthModule.ɵinj = _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵdefineInjector"]({
|
|
||||||
factory: function AuthModule_Factory(t) {
|
|
||||||
return new (t || AuthModule)();
|
|
||||||
},
|
|
||||||
imports: [[_angular_common__WEBPACK_IMPORTED_MODULE_0__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbCheckboxModule"], _login_routing_module__WEBPACK_IMPORTED_MODULE_6__["AuthRoutingModule"], _nebular_auth__WEBPACK_IMPORTED_MODULE_3__["NbAuthModule"]]]
|
|
||||||
});
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
(typeof ngJitMode === "undefined" || ngJitMode) && _angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵɵsetNgModuleScope"](AuthModule, {
|
|
||||||
declarations: [_login_component__WEBPACK_IMPORTED_MODULE_5__["LoginComponent"]],
|
|
||||||
imports: [_angular_common__WEBPACK_IMPORTED_MODULE_0__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbCheckboxModule"], _login_routing_module__WEBPACK_IMPORTED_MODULE_6__["AuthRoutingModule"], _nebular_auth__WEBPACK_IMPORTED_MODULE_3__["NbAuthModule"]]
|
|
||||||
});
|
|
||||||
})();
|
|
||||||
/*@__PURE__*/
|
|
||||||
|
|
||||||
|
|
||||||
(function () {
|
|
||||||
_angular_core__WEBPACK_IMPORTED_MODULE_1__["ɵsetClassMetadata"](AuthModule, [{
|
|
||||||
type: _angular_core__WEBPACK_IMPORTED_MODULE_1__["NgModule"],
|
|
||||||
args: [{
|
|
||||||
imports: [_angular_common__WEBPACK_IMPORTED_MODULE_0__["CommonModule"], _angular_forms__WEBPACK_IMPORTED_MODULE_2__["FormsModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbAlertModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbInputModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbButtonModule"], _nebular_theme__WEBPACK_IMPORTED_MODULE_4__["NbCheckboxModule"], _login_routing_module__WEBPACK_IMPORTED_MODULE_6__["AuthRoutingModule"], _nebular_auth__WEBPACK_IMPORTED_MODULE_3__["NbAuthModule"]],
|
|
||||||
declarations: [_login_component__WEBPACK_IMPORTED_MODULE_5__["LoginComponent"]]
|
|
||||||
}]
|
|
||||||
}], null, null);
|
|
||||||
})();
|
|
||||||
/***/
|
|
||||||
|
|
||||||
}
|
|
||||||
}]);
|
|
||||||
//# sourceMappingURL=auth-login-module-es5.js.map
|
|
||||||
|
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |