@bnsights/bbsf-admin-portal 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3041,10 +3041,12 @@
3041
3041
  }], ctorParameters: function () { return [{ type: i1__namespace.UtilityService }]; } });
3042
3042
 
3043
3043
  var AsideComponent = /** @class */ (function () {
3044
- function AsideComponent(layout, router) {
3044
+ function AsideComponent(layout, router, appearanceConfigurationService) {
3045
3045
  this.layout = layout;
3046
3046
  this.router = router;
3047
+ this.appearanceConfigurationService = appearanceConfigurationService;
3047
3048
  this.asideTheme = '';
3049
+ this.logo = '';
3048
3050
  this.asideMinimize = false;
3049
3051
  this.asideMenuCSSClasses = '';
3050
3052
  this.appPreviewDocsUrl = "";
@@ -3054,6 +3056,7 @@
3054
3056
  this.asideTheme = this.layout.getProp('aside.theme');
3055
3057
  this.asideMinimize = this.layout.getProp('aside.minimize');
3056
3058
  this.asideMenuCSSClasses = this.layout.getStringCSSClasses('asideMenu');
3059
+ this.logo = this.appearanceConfigurationService.getLogo();
3057
3060
  // this.routingChanges();
3058
3061
  };
3059
3062
  AsideComponent.prototype.routingChanges = function () {
@@ -3082,15 +3085,15 @@
3082
3085
  };
3083
3086
  return AsideComponent;
3084
3087
  }());
3085
- AsideComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: AsideComponent, deps: [{ token: LayoutService }, { token: i1__namespace$1.Router }], target: i0__namespace.ɵɵFactoryTarget.Component });
3086
- AsideComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: AsideComponent, selector: "app-aside", viewQueries: [{ propertyName: "ktAsideScroll", first: true, predicate: ["ktAsideScroll"], descendants: true, static: true }], ngImport: i0__namespace, template: "<!-- begin::Brand -->\r\n<div class=\"aside-logo flex-column-auto\" id=\"kt_aside_logo\">\r\n <!-- begin::Logo -->\r\n <ng-container >\r\n <a routerLinkActive=\"active\" routerLink=\"/\">\r\n <img\r\n alt=\"Logo\"\r\n class=\"h-25px logo\"\r\n src=\"./src/assets/images/bnsights-logo.svg\"\r\n />\r\n </a>\r\n </ng-container>\r\n\r\n <!-- end::Logo -->\r\n\r\n <!-- begin::Aside toggle -->\r\n <ng-container *ngIf=\"asideMinimize\">\r\n <div\r\n id=\"kt_aside_toggle\"\r\n class=\"btn btn-icon w-auto px-0 btn-active-color-primary aside-toggle\"\r\n data-kt-toggle=\"true\"\r\n data-kt-toggle-state=\"active\"\r\n data-kt-toggle-target=\"body\"\r\n data-kt-toggle-name=\"aside-minimize\"\r\n >\r\n <span\r\n [inlineSVG]=\"'.././src/assets/images/menu//arr079.svg'\"\r\n class=\"svg-icon svg-icon-1 rotate-180\"\r\n ></span>\r\n </div>\r\n </ng-container>\r\n <!-- end::Aside toggler -->\r\n</div>\r\n<!-- end::Brand -->\r\n\r\n<!-- begin::Aside menu -->\r\n<div class=\"aside-menu flex-column-fluid\">\r\n <div\r\n #ktAsideScroll\r\n id=\"kt_aside_menu_wrapper\"\r\n class=\"hover-scroll-overlay-y my-5 my-lg-5\"\r\n data-kt-scroll=\"true\"\r\n data-kt-scroll-activate=\"{default: false, lg: true}\"\r\n data-kt-scroll-height=\"auto\"\r\n data-kt-scroll-dependencies=\"#kt_aside_logo, #kt_aside_footer\"\r\n data-kt-scroll-wrappers=\"#kt_aside_menu\"\r\n data-kt-scroll-offset=\"0\"\r\n >\r\n <div\r\n id=\"#kt_aside_menu\"\r\n data-kt-menu=\"true\"\r\n class=\"\r\n menu\r\n menu-column\r\n menu-title-gray-800\r\n menu-state-title-primary\r\n menu-state-icon-primary\r\n menu-state-bullet-primary\r\n menu-arrow-gray-500\r\n \"\r\n >\r\n <app-aside-menu id=\"asideMenu\"></app-aside-menu>\r\n </div>\r\n </div>\r\n</div>\r\n<!-- end::Aside menu -->\r\n", components: [{ type: AsideMenuComponent, selector: "app-aside-menu" }], directives: [{ type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1__namespace$1.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], exportAs: ["routerLinkActive"] }, { type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11__namespace.InlineSVGDirective, selector: "[inlineSVG]", inputs: ["resolveSVGUrl", "replaceContents", "prepend", "injectComponent", "cacheSVG", "forceEvalStyles", "evalScripts", "inlineSVG", "setSVGAttributes", "removeSVGAttributes", "fallbackImgUrl", "onSVGLoaded"], outputs: ["onSVGInserted", "onSVGFailed"] }] });
3088
+ AsideComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: AsideComponent, deps: [{ token: LayoutService }, { token: i1__namespace$1.Router }, { token: i1__namespace.AppearanceConfigurationService }], target: i0__namespace.ɵɵFactoryTarget.Component });
3089
+ AsideComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: AsideComponent, selector: "app-aside", viewQueries: [{ propertyName: "ktAsideScroll", first: true, predicate: ["ktAsideScroll"], descendants: true, static: true }], ngImport: i0__namespace, template: "<!-- begin::Brand -->\r\n<div class=\"aside-logo flex-column-auto\" id=\"kt_aside_logo\">\r\n <!-- begin::Logo -->\r\n <ng-container >\r\n <a routerLinkActive=\"active\" routerLink=\"/\">\r\n <img\r\n alt=\"Logo\"\r\n class=\"h-25px logo\"\r\n src=\"{{logo}}\"\r\n />\r\n </a>\r\n </ng-container>\r\n\r\n <!-- end::Logo -->\r\n\r\n <!-- begin::Aside toggle -->\r\n <ng-container *ngIf=\"asideMinimize\">\r\n <div\r\n id=\"kt_aside_toggle\"\r\n class=\"btn btn-icon w-auto px-0 btn-active-color-primary aside-toggle\"\r\n data-kt-toggle=\"true\"\r\n data-kt-toggle-state=\"active\"\r\n data-kt-toggle-target=\"body\"\r\n data-kt-toggle-name=\"aside-minimize\"\r\n >\r\n <span\r\n [inlineSVG]=\"'.././src/assets/images/menu//arr079.svg'\"\r\n class=\"svg-icon svg-icon-1 rotate-180\"\r\n ></span>\r\n </div>\r\n </ng-container>\r\n <!-- end::Aside toggler -->\r\n</div>\r\n<!-- end::Brand -->\r\n\r\n<!-- begin::Aside menu -->\r\n<div class=\"aside-menu flex-column-fluid\">\r\n <div\r\n #ktAsideScroll\r\n id=\"kt_aside_menu_wrapper\"\r\n class=\"hover-scroll-overlay-y my-5 my-lg-5\"\r\n data-kt-scroll=\"true\"\r\n data-kt-scroll-activate=\"{default: false, lg: true}\"\r\n data-kt-scroll-height=\"auto\"\r\n data-kt-scroll-dependencies=\"#kt_aside_logo, #kt_aside_footer\"\r\n data-kt-scroll-wrappers=\"#kt_aside_menu\"\r\n data-kt-scroll-offset=\"0\"\r\n >\r\n <div\r\n id=\"#kt_aside_menu\"\r\n data-kt-menu=\"true\"\r\n class=\"\r\n menu\r\n menu-column\r\n menu-title-gray-800\r\n menu-state-title-primary\r\n menu-state-icon-primary\r\n menu-state-bullet-primary\r\n menu-arrow-gray-500\r\n \"\r\n >\r\n <app-aside-menu id=\"asideMenu\"></app-aside-menu>\r\n </div>\r\n </div>\r\n</div>\r\n<!-- end::Aside menu -->\r\n", components: [{ type: AsideMenuComponent, selector: "app-aside-menu" }], directives: [{ type: i1__namespace$1.RouterLinkWithHref, selector: "a[routerLink],area[routerLink]", inputs: ["routerLink", "target", "queryParams", "fragment", "queryParamsHandling", "preserveFragment", "skipLocationChange", "replaceUrl", "state", "relativeTo"] }, { type: i1__namespace$1.RouterLinkActive, selector: "[routerLinkActive]", inputs: ["routerLinkActiveOptions", "routerLinkActive"], exportAs: ["routerLinkActive"] }, { type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i11__namespace.InlineSVGDirective, selector: "[inlineSVG]", inputs: ["resolveSVGUrl", "replaceContents", "prepend", "injectComponent", "cacheSVG", "forceEvalStyles", "evalScripts", "inlineSVG", "setSVGAttributes", "removeSVGAttributes", "fallbackImgUrl", "onSVGLoaded"], outputs: ["onSVGInserted", "onSVGFailed"] }] });
3087
3090
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: AsideComponent, decorators: [{
3088
3091
  type: i0.Component,
3089
3092
  args: [{
3090
3093
  selector: 'app-aside',
3091
3094
  templateUrl: './aside.component.html'
3092
3095
  }]
3093
- }], ctorParameters: function () { return [{ type: LayoutService }, { type: i1__namespace$1.Router }]; }, propDecorators: { ktAsideScroll: [{
3096
+ }], ctorParameters: function () { return [{ type: LayoutService }, { type: i1__namespace$1.Router }, { type: i1__namespace.AppearanceConfigurationService }]; }, propDecorators: { ktAsideScroll: [{
3094
3097
  type: i0.ViewChild,
3095
3098
  args: ['ktAsideScroll', { static: true }]
3096
3099
  }] } });
@@ -20255,13 +20258,16 @@
20255
20258
  }], ctorParameters: function () { return [{ type: AccountService$1 }, { type: i1__namespace$1.Router }, { type: i1__namespace.RequestHandlerService }, { type: i1__namespace.AuthService }, { type: i1__namespace.StylesBundleService }, { type: i4__namespace.TranslateService }]; } });
20256
20259
 
20257
20260
  var anonymouslayoutComponent$1 = /** @class */ (function () {
20258
- function anonymouslayoutComponent(utilityService, stylesBundleService, anonymousLayoutService, translateService, masterLayoutService) {
20261
+ function anonymouslayoutComponent(utilityService, stylesBundleService, anonymousLayoutService, translateService, masterLayoutService, appearanceConfigurationService) {
20259
20262
  this.utilityService = utilityService;
20260
20263
  this.stylesBundleService = stylesBundleService;
20261
20264
  this.anonymousLayoutService = anonymousLayoutService;
20262
20265
  this.translateService = translateService;
20263
20266
  this.masterLayoutService = masterLayoutService;
20267
+ this.appearanceConfigurationService = appearanceConfigurationService;
20264
20268
  this.lang = "";
20269
+ this.logo = "";
20270
+ this.footer = "";
20265
20271
  this.translateService.use(this.utilityService.getCurrentLanguage());
20266
20272
  this.loadUI();
20267
20273
  this.utilityService.startBlockUI();
@@ -20271,8 +20277,10 @@
20271
20277
  this.translateService.onLangChange.subscribe(function (event) {
20272
20278
  _this.masterLayoutService.reloadComponent();
20273
20279
  });
20274
- var theme = localStorage.getItem('AnonymousLayout_Theme');
20280
+ var theme = this.appearanceConfigurationService.getLayoutTheme();
20275
20281
  this.stylesBundleService.loadThemesColor(theme, "BBSF-Anonymous.css", "BBSF-Anonymous-light.css");
20282
+ this.logo = this.appearanceConfigurationService.getLogo();
20283
+ this.footer = this.appearanceConfigurationService.getFooterText();
20276
20284
  };
20277
20285
  anonymouslayoutComponent.prototype.loadUI = function () {
20278
20286
  this.lang = this.utilityService.getCurrentLanguage();
@@ -20284,15 +20292,15 @@
20284
20292
  };
20285
20293
  return anonymouslayoutComponent;
20286
20294
  }());
20287
- anonymouslayoutComponent$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: anonymouslayoutComponent$1, deps: [{ token: i1__namespace.UtilityService }, { token: i1__namespace.StylesBundleService }, { token: AnonymousLayoutService$1 }, { token: i1__namespace.BBSFTranslateService }, { token: i1__namespace.MasterLayoutService }], target: i0__namespace.ɵɵFactoryTarget.Component });
20288
- anonymouslayoutComponent$1.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: anonymouslayoutComponent$1, selector: "app-account", ngImport: i0__namespace, template: "\r\n<block-ui></block-ui>\r\n<div class=\"d-flex flex-column flex-root h-100\">\r\n <!--begin::Authentication - Sign-in -->\r\n <div class=\"d-flex flex-column flex-lg-row flex-column-fluid h-100\">\r\n <!--begin::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-auto w-xl-600px positon-xl-relative bg-custom\">\r\n <div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y\">\r\n <div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">\r\n <!--begin::Logo-->\r\n <img alt=\"Logo\" src=\"/BBSFAssets/logo/bnsights-logo.svg\" class=\"h-60px mt-10\">\r\n </div>\r\n </div>\r\n </div>\r\n <!--end::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-fluid py-10\">\r\n <div class=\"d-flex flex-center flex-column flex-column-fluid\">\r\n <div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\">\r\n <router-outlet></router-outlet>\r\n </div>\r\n </div>\r\n <!--begin::Footer-->\r\n <div class=\"d-flex flex-center fw-bold fs-6 justify-content-between w-100 px-10\">\r\n <div class=\"text-muted\">Bnsights \u00A9 2021</div>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang!='en'\" (click)=\"changeLanguage('en')\" >English</a>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang=='en'\" (click)=\"changeLanguage('ar')\" >\u0627\u0644\u0639\u0631\u0628\u064A\u0647</a>\r\n\r\n </div>\r\n <!--end::Footer-->\r\n </div>\r\n </div>\r\n</div>\r\n", components: [{ type: i5__namespace$1.BlockUIComponent, selector: "block-ui", inputs: ["name", "template", "message", "delayStart", "delayStop"] }], directives: [{ type: i1__namespace$1.RouterOutlet, selector: "router-outlet", outputs: ["activate", "deactivate"], exportAs: ["outlet"] }, { type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
20295
+ anonymouslayoutComponent$1.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: anonymouslayoutComponent$1, deps: [{ token: i1__namespace.UtilityService }, { token: i1__namespace.StylesBundleService }, { token: AnonymousLayoutService$1 }, { token: i1__namespace.BBSFTranslateService }, { token: i1__namespace.MasterLayoutService }, { token: i1__namespace.AppearanceConfigurationService }], target: i0__namespace.ɵɵFactoryTarget.Component });
20296
+ anonymouslayoutComponent$1.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: anonymouslayoutComponent$1, selector: "app-account", ngImport: i0__namespace, template: "\r\n<block-ui></block-ui>\r\n<div class=\"d-flex flex-column flex-root h-100\">\r\n <!--begin::Authentication - Sign-in -->\r\n <div class=\"d-flex flex-column flex-lg-row flex-column-fluid h-100\">\r\n <!--begin::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-auto w-xl-600px positon-xl-relative bg-custom\">\r\n <div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y\">\r\n <div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">\r\n <!--begin::Logo-->\r\n <img alt=\"Logo\" src=\"{{logo}}\" class=\"h-60px mt-10\">\r\n </div>\r\n </div>\r\n </div>\r\n <!--end::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-fluid py-10\">\r\n <div class=\"d-flex flex-center flex-column flex-column-fluid\">\r\n <div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\">\r\n <router-outlet></router-outlet>\r\n </div>\r\n </div>\r\n <!--begin::Footer-->\r\n <div class=\"d-flex flex-center fw-bold fs-6 justify-content-between w-100 px-10\">\r\n <div class=\"text-muted\">{{footer}}</div>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang!='en'\" (click)=\"changeLanguage('en')\" >English</a>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang=='en'\" (click)=\"changeLanguage('ar')\" >\u0627\u0644\u0639\u0631\u0628\u064A\u0647</a>\r\n\r\n </div>\r\n <!--end::Footer-->\r\n </div>\r\n </div>\r\n</div>\r\n", components: [{ type: i5__namespace$1.BlockUIComponent, selector: "block-ui", inputs: ["name", "template", "message", "delayStart", "delayStop"] }], directives: [{ type: i1__namespace$1.RouterOutlet, selector: "router-outlet", outputs: ["activate", "deactivate"], exportAs: ["outlet"] }, { type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
20289
20297
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: anonymouslayoutComponent$1, decorators: [{
20290
20298
  type: i0.Component,
20291
20299
  args: [{
20292
20300
  selector: 'app-account',
20293
20301
  templateUrl: './anonymouslayout.component.html'
20294
20302
  }]
20295
- }], ctorParameters: function () { return [{ type: i1__namespace.UtilityService }, { type: i1__namespace.StylesBundleService }, { type: AnonymousLayoutService$1 }, { type: i1__namespace.BBSFTranslateService }, { type: i1__namespace.MasterLayoutService }]; } });
20303
+ }], ctorParameters: function () { return [{ type: i1__namespace.UtilityService }, { type: i1__namespace.StylesBundleService }, { type: AnonymousLayoutService$1 }, { type: i1__namespace.BBSFTranslateService }, { type: i1__namespace.MasterLayoutService }, { type: i1__namespace.AppearanceConfigurationService }]; } });
20296
20304
 
20297
20305
  var ActivationModel = /** @class */ (function () {
20298
20306
  function ActivationModel() {
@@ -21054,6 +21062,7 @@
21054
21062
  i1.BBSFTranslateService,
21055
21063
  i1.MasterLayoutService,
21056
21064
  i5.NgbModal,
21065
+ i1.AppearanceConfigurationService,
21057
21066
  AnonymousLayoutService$1,
21058
21067
  {
21059
21068
  provide: i1$2.HTTP_INTERCEPTORS,
@@ -21136,6 +21145,7 @@
21136
21145
  i1.BBSFTranslateService,
21137
21146
  i1.MasterLayoutService,
21138
21147
  i5.NgbModal,
21148
+ i1.AppearanceConfigurationService,
21139
21149
  AnonymousLayoutService$1,
21140
21150
  {
21141
21151
  provide: i1$2.HTTP_INTERCEPTORS,
@@ -23677,13 +23687,16 @@
23677
23687
  }], ctorParameters: function () { return [{ type: AccountService }, { type: i1__namespace$1.Router }, { type: i1__namespace.RequestHandlerService }, { type: i1__namespace.AuthService }, { type: i1__namespace.StylesBundleService }, { type: i4__namespace.TranslateService }]; } });
23678
23688
 
23679
23689
  var anonymouslayoutComponent = /** @class */ (function () {
23680
- function anonymouslayoutComponent(utilityService, stylesBundleService, anonymousLayoutService, translateService, masterLayoutService) {
23690
+ function anonymouslayoutComponent(utilityService, stylesBundleService, anonymousLayoutService, translateService, masterLayoutService, appearanceConfigurationService) {
23681
23691
  this.utilityService = utilityService;
23682
23692
  this.stylesBundleService = stylesBundleService;
23683
23693
  this.anonymousLayoutService = anonymousLayoutService;
23684
23694
  this.translateService = translateService;
23685
23695
  this.masterLayoutService = masterLayoutService;
23696
+ this.appearanceConfigurationService = appearanceConfigurationService;
23686
23697
  this.lang = "";
23698
+ this.logo = "";
23699
+ this.footer = "";
23687
23700
  this.translateService.use(this.utilityService.getCurrentLanguage());
23688
23701
  this.loadUI();
23689
23702
  this.utilityService.startBlockUI();
@@ -23693,8 +23706,10 @@
23693
23706
  this.translateService.onLangChange.subscribe(function (event) {
23694
23707
  _this.masterLayoutService.reloadComponent();
23695
23708
  });
23696
- var theme = localStorage.getItem('AnonymousLayout_Theme');
23709
+ var theme = this.appearanceConfigurationService.getLayoutTheme();
23697
23710
  this.stylesBundleService.loadThemesColor(theme, "BBSF-Anonymous.css", "BBSF-Anonymous-light.css");
23711
+ this.logo = this.appearanceConfigurationService.getLogo();
23712
+ this.footer = this.appearanceConfigurationService.getFooterText();
23698
23713
  };
23699
23714
  anonymouslayoutComponent.prototype.loadUI = function () {
23700
23715
  this.lang = this.utilityService.getCurrentLanguage();
@@ -23706,15 +23721,15 @@
23706
23721
  };
23707
23722
  return anonymouslayoutComponent;
23708
23723
  }());
23709
- anonymouslayoutComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: anonymouslayoutComponent, deps: [{ token: i1__namespace.UtilityService }, { token: i1__namespace.StylesBundleService }, { token: AnonymousLayoutService }, { token: i1__namespace.BBSFTranslateService }, { token: i1__namespace.MasterLayoutService }], target: i0__namespace.ɵɵFactoryTarget.Component });
23710
- anonymouslayoutComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: anonymouslayoutComponent, selector: "app-account", ngImport: i0__namespace, template: "\r\n<block-ui></block-ui>\r\n<div class=\"d-flex flex-column flex-root h-100\">\r\n <!--begin::Authentication - Sign-in -->\r\n <div class=\"d-flex flex-column flex-lg-row flex-column-fluid h-100\">\r\n <!--begin::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-auto w-xl-600px positon-xl-relative bg-custom\">\r\n <div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y\">\r\n <div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">\r\n <!--begin::Logo-->\r\n <img alt=\"Logo\" src=\"/BBSFAssets/logo/bnsights-logo.svg\" class=\"h-60px mt-10\">\r\n </div>\r\n </div>\r\n </div>\r\n <!--end::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-fluid py-10\">\r\n <div class=\"d-flex flex-center flex-column flex-column-fluid\">\r\n <div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\">\r\n <router-outlet></router-outlet>\r\n </div>\r\n </div>\r\n <!--begin::Footer-->\r\n <div class=\"d-flex flex-center fw-bold fs-6 justify-content-between w-100 px-10\">\r\n <div class=\"text-muted\">Bnsights \u00A9 2021</div>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang!='en'\" (click)=\"changeLanguage('en')\" >English</a>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang=='en'\" (click)=\"changeLanguage('ar')\" >\u0627\u0644\u0639\u0631\u0628\u064A\u0647</a>\r\n\r\n </div>\r\n <!--end::Footer-->\r\n </div>\r\n </div>\r\n</div>\r\n", components: [{ type: i5__namespace$1.BlockUIComponent, selector: "block-ui", inputs: ["name", "template", "message", "delayStart", "delayStop"] }], directives: [{ type: i1__namespace$1.RouterOutlet, selector: "router-outlet", outputs: ["activate", "deactivate"], exportAs: ["outlet"] }, { type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
23724
+ anonymouslayoutComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: anonymouslayoutComponent, deps: [{ token: i1__namespace.UtilityService }, { token: i1__namespace.StylesBundleService }, { token: AnonymousLayoutService }, { token: i1__namespace.BBSFTranslateService }, { token: i1__namespace.MasterLayoutService }, { token: i1__namespace.AppearanceConfigurationService }], target: i0__namespace.ɵɵFactoryTarget.Component });
23725
+ anonymouslayoutComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: anonymouslayoutComponent, selector: "app-account", ngImport: i0__namespace, template: "\r\n<block-ui></block-ui>\r\n<div class=\"d-flex flex-column flex-root h-100\">\r\n <!--begin::Authentication - Sign-in -->\r\n <div class=\"d-flex flex-column flex-lg-row flex-column-fluid h-100\">\r\n <!--begin::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-auto w-xl-600px positon-xl-relative bg-custom\">\r\n <div class=\"d-flex flex-column position-xl-fixed top-0 bottom-0 w-xl-600px scroll-y\">\r\n <div class=\"d-flex flex-row-fluid flex-column text-center p-10 pt-lg-20\">\r\n <!--begin::Logo-->\r\n <img alt=\"Logo\" src=\"{{logo}}\" class=\"h-60px mt-10\">\r\n </div>\r\n </div>\r\n </div>\r\n <!--end::Aside-->\r\n <div class=\"d-flex flex-column flex-lg-row-fluid py-10\">\r\n <div class=\"d-flex flex-center flex-column flex-column-fluid\">\r\n <div class=\"w-lg-500px p-10 p-lg-15 mx-auto w-100\">\r\n <router-outlet></router-outlet>\r\n </div>\r\n </div>\r\n <!--begin::Footer-->\r\n <div class=\"d-flex flex-center fw-bold fs-6 justify-content-between w-100 px-10\">\r\n <div class=\"text-muted\">{{footer}}</div>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang!='en'\" (click)=\"changeLanguage('en')\" >English</a>\r\n <a class=\"text-muted text-hover-primary px-2\" *ngIf=\"lang=='en'\" (click)=\"changeLanguage('ar')\" >\u0627\u0644\u0639\u0631\u0628\u064A\u0647</a>\r\n\r\n </div>\r\n <!--end::Footer-->\r\n </div>\r\n </div>\r\n</div>\r\n", components: [{ type: i5__namespace$1.BlockUIComponent, selector: "block-ui", inputs: ["name", "template", "message", "delayStart", "delayStop"] }], directives: [{ type: i1__namespace$1.RouterOutlet, selector: "router-outlet", outputs: ["activate", "deactivate"], exportAs: ["outlet"] }, { type: i9__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
23711
23726
  i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: anonymouslayoutComponent, decorators: [{
23712
23727
  type: i0.Component,
23713
23728
  args: [{
23714
23729
  selector: 'app-account',
23715
23730
  templateUrl: './anonymouslayout.component.html'
23716
23731
  }]
23717
- }], ctorParameters: function () { return [{ type: i1__namespace.UtilityService }, { type: i1__namespace.StylesBundleService }, { type: AnonymousLayoutService }, { type: i1__namespace.BBSFTranslateService }, { type: i1__namespace.MasterLayoutService }]; } });
23732
+ }], ctorParameters: function () { return [{ type: i1__namespace.UtilityService }, { type: i1__namespace.StylesBundleService }, { type: AnonymousLayoutService }, { type: i1__namespace.BBSFTranslateService }, { type: i1__namespace.MasterLayoutService }, { type: i1__namespace.AppearanceConfigurationService }]; } });
23718
23733
 
23719
23734
  var LoginComponent = /** @class */ (function () {
23720
23735
  function LoginComponent(authService, utilityService) {