Commit 2a045c2cdc58dda34aa4c1ed518961dee13ab90e

Authored by Ashish Jain
1 parent c98e8519

changed directory structure

Showing 270 changed files with 1144 additions and 1192 deletions

Too many changes.

To preserve performance only 100 of 270 files are displayed.

400-SOURCECODE/.vs/config/applicationhost.config
... ... @@ -162,7 +162,7 @@
162 162 </site>
163 163 <site name="AIAHTML5.API" id="2">
164 164 <application path="/" applicationPool="Clr4IntegratedAppPool">
165   - <virtualDirectory path="/" physicalPath="D:\100-Projects\100-AIAHTML500-SOURCECODE\AIAHTML5.API" />
  165 + <virtualDirectory path="/" physicalPath="D:\100-PROJECTS\003-AIAHTML500-SOURCECODE\AIAHTML5.API" />
166 166 </application>
167 167 <bindings>
168 168 <binding protocol="http" bindingInformation="*:63874:localhost" />
... ... @@ -170,7 +170,7 @@
170 170 </site>
171 171 <site name="AIAHTML5.Web" id="3">
172 172 <application path="/" applicationPool="Clr4IntegratedAppPool">
173   - <virtualDirectory path="/" physicalPath="D:\100-Projects\100-AIAHTML500-SOURCECODE\AIAHTML5.Web" />
  173 + <virtualDirectory path="/" physicalPath="D:\100-PROJECTS\003-AIAHTML500-SOURCECODE\AIAHTML5.Web" />
174 174 </application>
175 175 <bindings>
176 176 <binding protocol="http" bindingInformation="*:55837:localhost" />
... ... @@ -178,7 +178,7 @@
178 178 </site>
179 179 <site name="AIAHTML5.Admin" id="4">
180 180 <application path="/" applicationPool="Clr4IntegratedAppPool">
181   - <virtualDirectory path="/" physicalPath="D:\100-Projects\100-AIAHTML500-SOURCECODE\AIAHTML5.Admin" />
  181 + <virtualDirectory path="/" physicalPath="D:\100-PROJECTS\003-AIAHTML500-SOURCECODE\AIAHTML5.Admin" />
182 182 </application>
183 183 <bindings>
184 184 <binding protocol="http" bindingInformation="*:61106:localhost" />
... ... @@ -186,7 +186,7 @@
186 186 </site>
187 187 <site name="AIAHTML5.Server" id="5">
188 188 <application path="/" applicationPool="Clr4IntegratedAppPool">
189   - <virtualDirectory path="/" physicalPath="D:\100-Projects\100-AIAHTML500-SOURCECODE\AIAHTML5.Server" />
  189 + <virtualDirectory path="/" physicalPath="D:\100-PROJECTS\003-AIAHTML500-SOURCECODE\AIAHTML5.Server" />
190 190 </application>
191 191 <bindings>
192 192 <binding protocol="http" bindingInformation="*:1830:localhost" />
... ...
400-SOURCECODE/AIAHTML5.Admin/app/app.module.js
... ... @@ -14,35 +14,35 @@ var router_1 = require(&#39;@angular/router&#39;);
14 14 var http_1 = require('@angular/http');
15 15 var forms_1 = require('@angular/forms');
16 16 var app_component_1 = require('./app.component');
17   -var site_menu_component_1 = require('./shared/site-menu.component');
18   -var site_footer_component_1 = require('./shared/site-footer.component');
19   -var update_password_component_1 = require('./pages/update-password.component');
20   -var dashboard_component_1 = require('./pages/dashboard.component');
21   -var update_profile_component_1 = require('./pages/update-profile.component');
22   -var change_password_component_1 = require('./pages/change-password.component');
23   -var change_user_id_component_1 = require('./pages/change-user-id.component');
24   -var search_license_component_1 = require('./pages/search-license.component');
25   -var add_new_license_component_1 = require('./pages/add-new-license.component');
26   -var setup_test_account_component_1 = require('./pages/setup-test-account.component');
27   -var manage_discount_code_component_1 = require('./pages/manage-discount-code.component');
28   -var subscription_price_component_1 = require('./pages/subscription-price.component');
29   -var list_user_component_1 = require('./pages/list-user.component');
30   -var add_user_component_1 = require('./pages/add-user.component');
31   -var unblock_user_component_1 = require('./pages/unblock-user.component');
32   -var user_group_component_1 = require('./pages/user-group.component');
33   -var usage_report_component_1 = require('./pages/usage-report.component');
34   -var customer_summary_report_component_1 = require('./pages/customer-summary-report.component');
35   -var expiring_subscription_report_component_1 = require('./pages/expiring-subscription-report.component');
36   -var new_subscription_report_component_1 = require('./pages/new-subscription-report.component');
37   -var subscription_cancellation_report_component_1 = require('./pages/subscription-cancellation-report.component');
38   -var net_ad_subscription_report_component_1 = require('./pages/net-ad-subscription-report.component');
39   -var site_license_usage_report_component_1 = require('./pages/site-license-usage-report.component');
40   -var discount_code_report_component_1 = require('./pages/discount-code-report.component');
41   -var image_export_report_component_1 = require('./pages/image-export-report.component');
42   -var add_building_level_account_component_1 = require('./pages/add-building-level-account.component');
43   -var view_update_profile_component_1 = require('./pages/view-update-profile.component');
44   -var manage_modesty_settings_component_1 = require('./pages/manage-modesty-settings.component');
45   -var manage_module_component_1 = require('./pages/manage-module.component');
  17 +var site_menu_component_1 = require('./components/shared/site-menu.component');
  18 +var site_footer_component_1 = require('./components/shared/site-footer.component');
  19 +var update_password_component_1 = require('./components/update-password.component');
  20 +var dashboard_component_1 = require('./components/dashboard.component');
  21 +var update_profile_component_1 = require('./components/update-profile.component');
  22 +var change_password_component_1 = require('./components/change-password.component');
  23 +var change_user_id_component_1 = require('./components/change-user-id.component');
  24 +var search_license_component_1 = require('./components/search-license.component');
  25 +var add_new_license_component_1 = require('./components/add-new-license.component');
  26 +var setup_test_account_component_1 = require('./components/setup-test-account.component');
  27 +var manage_discount_code_component_1 = require('./components/manage-discount-code.component');
  28 +var subscription_price_component_1 = require('./components/subscription-price.component');
  29 +var list_user_component_1 = require('./components/list-user.component');
  30 +var add_user_component_1 = require('./components/add-user.component');
  31 +var unblock_user_component_1 = require('./components/unblock-user.component');
  32 +var user_group_component_1 = require('./components/user-group.component');
  33 +var usage_report_component_1 = require('./components/usage-report.component');
  34 +var customer_summary_report_component_1 = require('./components/customer-summary-report.component');
  35 +var expiring_subscription_report_component_1 = require('./components/expiring-subscription-report.component');
  36 +var new_subscription_report_component_1 = require('./components/new-subscription-report.component');
  37 +var subscription_cancellation_report_component_1 = require('./components/subscription-cancellation-report.component');
  38 +var net_ad_subscription_report_component_1 = require('./components/net-ad-subscription-report.component');
  39 +var site_license_usage_report_component_1 = require('./components/site-license-usage-report.component');
  40 +var discount_code_report_component_1 = require('./components/discount-code-report.component');
  41 +var image_export_report_component_1 = require('./components/image-export-report.component');
  42 +var add_building_level_account_component_1 = require('./components/add-building-level-account.component');
  43 +var view_update_profile_component_1 = require('./components/view-update-profile.component');
  44 +var manage_modesty_settings_component_1 = require('./components/manage-modesty-settings.component');
  45 +var manage_module_component_1 = require('./components/manage-module.component');
46 46 var appRoutes = [
47 47 { path: '', component: dashboard_component_1.DashboardComponent },
48 48 { path: 'dashboard', redirectTo: '', pathMatch: 'full' },
... ...
400-SOURCECODE/AIAHTML5.Admin/app/app.module.js.map
1   -{"version":3,"file":"app.module.js","sourceRoot":"","sources":["app.module.ts"],"names":[],"mappings":"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"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"app.module.js","sourceRoot":"","sources":["app.module.ts"],"names":[],"mappings":"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"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/app.module.ts
... ... @@ -5,43 +5,43 @@ import {HttpModule} from &#39;@angular/http&#39;;
5 5 import { FormsModule } from '@angular/forms';
6 6  
7 7 import { AppComponent } from './app.component';
8   -import {SiteMenuComponent} from './shared/site-menu.component';
9   -import {SiteFooterComponent} from './shared/site-footer.component';
10   -import {LoginComponent} from './pages/login.component';
11   -import {UpdatePasswordComponent} from './pages/update-password.component';
12   -import { DashboardComponent } from './pages/dashboard.component';
13   -
14   -import { UpdateProfileComponent } from './pages/update-profile.component';
15   -import { ChangePasswordComponent } from './pages/change-password.component';
16   -import { ChangeUserIdComponent } from './pages/change-user-id.component';
17   -
18   -import { SearchLicenseComponent } from './pages/search-license.component';
19   -import { AddNewLicenseComponent } from './pages/add-new-license.component';
20   -import { SetupTestAccountComponent } from './pages/setup-test-account.component';
21   -
22   -import { ManageDiscountCodeComponent } from './pages/manage-discount-code.component';
23   -import { SubscriptionPriceComponent } from './pages/subscription-price.component';
24   -
25   -import { ListUserComponent } from './pages/list-user.component';
26   -import { AddUserComponent } from './pages/add-user.component';
27   -import { UnblockUserComponent } from './pages/unblock-user.component';
28   -import { UserGroupComponent } from './pages/user-group.component';
29   -
30   -import { UsageReportComponent } from './pages/usage-report.component';
31   -import { CustomerSummaryReportComponent } from './pages/customer-summary-report.component';
32   -import { ExpiringSubscriptionReportComponent } from './pages/expiring-subscription-report.component';
33   -import { NewSubscriptionReportComponent } from './pages/new-subscription-report.component';
34   -import { SubscriptionCancellationReportComponent } from './pages/subscription-cancellation-report.component';
35   -import { NetAdSubscriptionReportComponent } from './pages/net-ad-subscription-report.component';
36   -import { SiteLicenseUsageReportComponent } from './pages/site-license-usage-report.component';
37   -import { DiscountCodeReportComponent } from './pages/discount-code-report.component';
38   -import { ImageExportReportComponent } from './pages/image-export-report.component';
39   -
40   -import { AddBuildingLevelAccountComponent } from './pages/add-building-level-account.component';
41   -
42   -import { ViewUpdateProfileComponent } from './pages/view-update-profile.component';
43   -import { ManageModestySettingsComponent } from './pages/manage-modesty-settings.component';
44   -import { ManageModuleComponent } from './pages/manage-module.component';
  8 +import {SiteMenuComponent} from './components/shared/site-menu.component';
  9 +import {SiteFooterComponent} from './components/shared/site-footer.component';
  10 +import {LoginComponent} from './components/login.component';
  11 +import {UpdatePasswordComponent} from './components/update-password.component';
  12 +import { DashboardComponent } from './components/dashboard.component';
  13 +
  14 +import { UpdateProfileComponent } from './components/update-profile.component';
  15 +import { ChangePasswordComponent } from './components/change-password.component';
  16 +import { ChangeUserIdComponent } from './components/change-user-id.component';
  17 +
  18 +import { SearchLicenseComponent } from './components/search-license.component';
  19 +import { AddNewLicenseComponent } from './components/add-new-license.component';
  20 +import { SetupTestAccountComponent } from './components/setup-test-account.component';
  21 +
  22 +import { ManageDiscountCodeComponent } from './components/manage-discount-code.component';
  23 +import { SubscriptionPriceComponent } from './components/subscription-price.component';
  24 +
  25 +import { ListUserComponent } from './components/list-user.component';
  26 +import { AddUserComponent } from './components/add-user.component';
  27 +import { UnblockUserComponent } from './components/unblock-user.component';
  28 +import { UserGroupComponent } from './components/user-group.component';
  29 +
  30 +import { UsageReportComponent } from './components/usage-report.component';
  31 +import { CustomerSummaryReportComponent } from './components/customer-summary-report.component';
  32 +import { ExpiringSubscriptionReportComponent } from './components/expiring-subscription-report.component';
  33 +import { NewSubscriptionReportComponent } from './components/new-subscription-report.component';
  34 +import { SubscriptionCancellationReportComponent } from './components/subscription-cancellation-report.component';
  35 +import { NetAdSubscriptionReportComponent } from './components/net-ad-subscription-report.component';
  36 +import { SiteLicenseUsageReportComponent } from './components/site-license-usage-report.component';
  37 +import { DiscountCodeReportComponent } from './components/discount-code-report.component';
  38 +import { ImageExportReportComponent } from './components/image-export-report.component';
  39 +
  40 +import { AddBuildingLevelAccountComponent } from './components/add-building-level-account.component';
  41 +
  42 +import { ViewUpdateProfileComponent } from './components/view-update-profile.component';
  43 +import { ManageModestySettingsComponent } from './components/manage-modesty-settings.component';
  44 +import { ManageModuleComponent } from './components/manage-module.component';
45 45  
46 46 const appRoutes: Routes = [
47 47 { path: '', component: DashboardComponent },
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-building-level-account.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-building-level-account.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-building-level-account.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-building-level-account.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var AddBuildingLevelAccountComponent = (function () {
15   - function AddBuildingLevelAccountComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - AddBuildingLevelAccountComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - AddBuildingLevelAccountComponent.prototype.initializeUIElements = function () {
23   - };
24   - AddBuildingLevelAccountComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - AddBuildingLevelAccountComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - AddBuildingLevelAccountComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/add-building-level-account.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], AddBuildingLevelAccountComponent);
38   - return AddBuildingLevelAccountComponent;
39   -}());
40   -exports.AddBuildingLevelAccountComponent = AddBuildingLevelAccountComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var AddBuildingLevelAccountComponent = (function () {
  15 + function AddBuildingLevelAccountComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + AddBuildingLevelAccountComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + AddBuildingLevelAccountComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + AddBuildingLevelAccountComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + AddBuildingLevelAccountComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + AddBuildingLevelAccountComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/add-building-level-account.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], AddBuildingLevelAccountComponent);
  38 + return AddBuildingLevelAccountComponent;
  39 +}());
  40 +exports.AddBuildingLevelAccountComponent = AddBuildingLevelAccountComponent;
41 41 //# sourceMappingURL=add-building-level-account.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-building-level-account.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-building-level-account.component.js.map
1   -{"version":3,"file":"add-building-level-account.component.js","sourceRoot":"","sources":["add-building-level-account.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,0CAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,0DAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,+DAAoB,GAApB;IAIA,CAAC;IAED,mDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,oDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,uDAAuD;SACvE,CAAC;;wCAAA;IA2BF,uCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wCAAgC,mCA0B5C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"add-building-level-account.component.js","sourceRoot":"","sources":["add-building-level-account.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,0CAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,0DAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,+DAAoB,GAApB;IAIA,CAAC;IAED,mDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,oDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,4DAA4D;SAC5E,CAAC;;wCAAA;IA2BF,uCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wCAAgC,mCA0B5C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-building-level-account.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-building-level-account.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/add-building-level-account.component.html'
  8 + templateUrl: './app/components/add-building-level-account.component.html'
9 9 })
10 10 export class AddBuildingLevelAccountComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-discount-code.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-discount-code.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-discount-code.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-discount-code.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var AddDiscountCodeComponent = (function () {
15   - function AddDiscountCodeComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - AddDiscountCodeComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - AddDiscountCodeComponent.prototype.initializeUIElements = function () {
23   - };
24   - AddDiscountCodeComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - AddDiscountCodeComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - AddDiscountCodeComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/add-discount-code.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], AddDiscountCodeComponent);
38   - return AddDiscountCodeComponent;
39   -}());
40   -exports.AddDiscountCodeComponent = AddDiscountCodeComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var AddDiscountCodeComponent = (function () {
  15 + function AddDiscountCodeComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + AddDiscountCodeComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + AddDiscountCodeComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + AddDiscountCodeComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + AddDiscountCodeComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + AddDiscountCodeComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/add-discount-code.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], AddDiscountCodeComponent);
  38 + return AddDiscountCodeComponent;
  39 +}());
  40 +exports.AddDiscountCodeComponent = AddDiscountCodeComponent;
41 41 //# sourceMappingURL=add-discount-code.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-discount-code.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-discount-code.component.js.map
1   -{"version":3,"file":"add-discount-code.component.js","sourceRoot":"","sources":["add-discount-code.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,kCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,kDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,uDAAoB,GAApB;IAIA,CAAC;IAED,2CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,4CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,8CAA8C;SAC9D,CAAC;;gCAAA;IA2BF,+BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,gCAAwB,2BA0BpC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"add-discount-code.component.js","sourceRoot":"","sources":["add-discount-code.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,kCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,kDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,uDAAoB,GAApB;IAIA,CAAC;IAED,2CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,4CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,mDAAmD;SACnE,CAAC;;gCAAA;IA2BF,+BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,gCAAwB,2BA0BpC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-discount-code.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-discount-code.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/add-discount-code.component.html'
  8 + templateUrl: './app/components/add-discount-code.component.html'
9 9 })
10 10 export class AddDiscountCodeComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-new-license.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-new-license.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-new-license.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-new-license.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var AddNewLicenseComponent = (function () {
15   - function AddNewLicenseComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - AddNewLicenseComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - AddNewLicenseComponent.prototype.initializeUIElements = function () {
23   - };
24   - AddNewLicenseComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - AddNewLicenseComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - AddNewLicenseComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/add-new-license.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], AddNewLicenseComponent);
38   - return AddNewLicenseComponent;
39   -}());
40   -exports.AddNewLicenseComponent = AddNewLicenseComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var AddNewLicenseComponent = (function () {
  15 + function AddNewLicenseComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + AddNewLicenseComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + AddNewLicenseComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + AddNewLicenseComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + AddNewLicenseComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + AddNewLicenseComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/add-new-license.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], AddNewLicenseComponent);
  38 + return AddNewLicenseComponent;
  39 +}());
  40 +exports.AddNewLicenseComponent = AddNewLicenseComponent;
41 41 //# sourceMappingURL=add-new-license.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-new-license.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-new-license.component.js.map
1   -{"version":3,"file":"add-new-license.component.js","sourceRoot":"","sources":["add-new-license.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,gCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,gDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,qDAAoB,GAApB;IAIA,CAAC;IAED,yCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,0CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,4CAA4C;SAC5D,CAAC;;8BAAA;IA2BF,6BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,8BAAsB,yBA0BlC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"add-new-license.component.js","sourceRoot":"","sources":["add-new-license.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,gCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,gDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,qDAAoB,GAApB;IAIA,CAAC;IAED,yCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,0CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,iDAAiD;SACjE,CAAC;;8BAAA;IA2BF,6BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,8BAAsB,yBA0BlC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-new-license.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-new-license.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/add-new-license.component.html'
  8 + templateUrl: './app/components/add-new-license.component.html'
9 9 })
10 10 export class AddNewLicenseComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-user.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-user.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-user.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-user.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var AddUserComponent = (function () {
15   - function AddUserComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - AddUserComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - AddUserComponent.prototype.initializeUIElements = function () {
23   - };
24   - AddUserComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - AddUserComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - AddUserComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/add-user.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], AddUserComponent);
38   - return AddUserComponent;
39   -}());
40   -exports.AddUserComponent = AddUserComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var AddUserComponent = (function () {
  15 + function AddUserComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + AddUserComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + AddUserComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + AddUserComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + AddUserComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + AddUserComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/add-user.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], AddUserComponent);
  38 + return AddUserComponent;
  39 +}());
  40 +exports.AddUserComponent = AddUserComponent;
41 41 //# sourceMappingURL=add-user.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-user.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-user.component.js.map
1   -{"version":3,"file":"add-user.component.js","sourceRoot":"","sources":["add-user.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,0BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,0CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,+CAAoB,GAApB;IAIA,CAAC;IAED,mCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,oCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,qCAAqC;SACrD,CAAC;;wBAAA;IA2BF,uBAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wBAAgB,mBA0B5B,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"add-user.component.js","sourceRoot":"","sources":["add-user.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,0BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,0CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,+CAAoB,GAApB;IAIA,CAAC;IAED,mCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,oCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,0CAA0C;SAC1D,CAAC;;wBAAA;IA2BF,uBAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wBAAgB,mBA0B5B,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/add-user.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/add-user.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/add-user.component.html'
  8 + templateUrl: './app/components/add-user.component.html'
9 9 })
10 10 export class AddUserComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-password.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-password.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-password.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-password.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ChangePasswordComponent = (function () {
15   - function ChangePasswordComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ChangePasswordComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ChangePasswordComponent.prototype.initializeUIElements = function () {
23   - };
24   - ChangePasswordComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ChangePasswordComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ChangePasswordComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/change-password.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ChangePasswordComponent);
38   - return ChangePasswordComponent;
39   -}());
40   -exports.ChangePasswordComponent = ChangePasswordComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ChangePasswordComponent = (function () {
  15 + function ChangePasswordComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ChangePasswordComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ChangePasswordComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ChangePasswordComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ChangePasswordComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ChangePasswordComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/change-password.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ChangePasswordComponent);
  38 + return ChangePasswordComponent;
  39 +}());
  40 +exports.ChangePasswordComponent = ChangePasswordComponent;
41 41 //# sourceMappingURL=change-password.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-password.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-password.component.js.map
1   -{"version":3,"file":"change-password.component.js","sourceRoot":"","sources":["change-password.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,iCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,iDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,sDAAoB,GAApB;IAIA,CAAC;IAED,0CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,2CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,4CAA4C;SAC5D,CAAC;;+BAAA;IA2BF,8BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,+BAAuB,0BA0BnC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"change-password.component.js","sourceRoot":"","sources":["change-password.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,iCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,iDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,sDAAoB,GAApB;IAIA,CAAC;IAED,0CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,2CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,iDAAiD;SACjE,CAAC;;+BAAA;IA2BF,8BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,+BAAuB,0BA0BnC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-password.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-password.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/change-password.component.html'
  8 + templateUrl: './app/components/change-password.component.html'
9 9 })
10 10 export class ChangePasswordComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-user-id.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-user-id.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-user-id.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-user-id.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ChangeUserIdComponent = (function () {
15   - function ChangeUserIdComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ChangeUserIdComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ChangeUserIdComponent.prototype.initializeUIElements = function () {
23   - };
24   - ChangeUserIdComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ChangeUserIdComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ChangeUserIdComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/change-user-id.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ChangeUserIdComponent);
38   - return ChangeUserIdComponent;
39   -}());
40   -exports.ChangeUserIdComponent = ChangeUserIdComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ChangeUserIdComponent = (function () {
  15 + function ChangeUserIdComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ChangeUserIdComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ChangeUserIdComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ChangeUserIdComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ChangeUserIdComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ChangeUserIdComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/change-user-id.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ChangeUserIdComponent);
  38 + return ChangeUserIdComponent;
  39 +}());
  40 +exports.ChangeUserIdComponent = ChangeUserIdComponent;
41 41 //# sourceMappingURL=change-user-id.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-user-id.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-user-id.component.js.map
1   -{"version":3,"file":"change-user-id.component.js","sourceRoot":"","sources":["change-user-id.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,+BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,+CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,oDAAoB,GAApB;IAIA,CAAC;IAED,wCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,yCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,2CAA2C;SAC3D,CAAC;;6BAAA;IA2BF,4BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,6BAAqB,wBA0BjC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"change-user-id.component.js","sourceRoot":"","sources":["change-user-id.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,+BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,+CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,oDAAoB,GAApB;IAIA,CAAC;IAED,wCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,yCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,gDAAgD;SAChE,CAAC;;6BAAA;IA2BF,4BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,6BAAqB,wBA0BjC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/change-user-id.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/change-user-id.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/change-user-id.component.html'
  8 + templateUrl: './app/components/change-user-id.component.html'
9 9 })
10 10 export class ChangeUserIdComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/customer-summary-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/customer-summary-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/customer-summary-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/customer-summary-report.component.js
... ... @@ -31,7 +31,7 @@ var CustomerSummaryReportComponent = (function () {
31 31 };
32 32 CustomerSummaryReportComponent = __decorate([
33 33 core_1.Component({
34   - templateUrl: './app/pages/customer-summary-report.component.html'
  34 + templateUrl: './app/components/customer-summary-report.component.html'
35 35 }),
36 36 __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37 37 ], CustomerSummaryReportComponent);
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/customer-summary-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/customer-summary-report.component.js.map
1   -{"version":3,"file":"customer-summary-report.component.js","sourceRoot":"","sources":["customer-summary-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,wCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,wDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,6DAAoB,GAApB;IAIA,CAAC;IAED,iDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,kDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,oDAAoD;SACpE,CAAC;;sCAAA;IA2BF,qCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,sCAA8B,iCA0B1C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"customer-summary-report.component.js","sourceRoot":"","sources":["customer-summary-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,wCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,wDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,6DAAoB,GAApB;IAIA,CAAC;IAED,iDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,kDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,yDAAyD;SACzE,CAAC;;sCAAA;IA2BF,qCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,sCAA8B,iCA0B1C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/customer-summary-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/customer-summary-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/customer-summary-report.component.html'
  8 + templateUrl: './app/components/customer-summary-report.component.html'
9 9 })
10 10 export class CustomerSummaryReportComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/dashboard.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/dashboard.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/dashboard.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/dashboard.component.js
... ... @@ -73,7 +73,7 @@ var DashboardComponent = (function () {
73 73 };
74 74 DashboardComponent = __decorate([
75 75 core_1.Component({
76   - templateUrl: './app/pages/dashboard.component.html'
  76 + templateUrl: './app/components/dashboard.component.html'
77 77 }),
78 78 __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
79 79 ], DashboardComponent);
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/dashboard.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/dashboard.component.js.map
1   -{"version":3,"file":"dashboard.component.js","sourceRoot":"","sources":["dashboard.component.ts"],"names":[],"mappings":"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"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"dashboard.component.js","sourceRoot":"","sources":["dashboard.component.ts"],"names":[],"mappings":"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"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/dashboard.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/dashboard.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/dashboard.component.html'
  8 + templateUrl: './app/components/dashboard.component.html'
9 9 })
10 10 export class DashboardComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/discount-code-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/discount-code-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/discount-code-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/discount-code-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var DiscountCodeReportComponent = (function () {
15   - function DiscountCodeReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - DiscountCodeReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - DiscountCodeReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - DiscountCodeReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - DiscountCodeReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - DiscountCodeReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/discount-code-report.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], DiscountCodeReportComponent);
38   - return DiscountCodeReportComponent;
39   -}());
40   -exports.DiscountCodeReportComponent = DiscountCodeReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var DiscountCodeReportComponent = (function () {
  15 + function DiscountCodeReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + DiscountCodeReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + DiscountCodeReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + DiscountCodeReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + DiscountCodeReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + DiscountCodeReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/discount-code-report.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], DiscountCodeReportComponent);
  38 + return DiscountCodeReportComponent;
  39 +}());
  40 +exports.DiscountCodeReportComponent = DiscountCodeReportComponent;
41 41 //# sourceMappingURL=discount-code-report.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/discount-code-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/discount-code-report.component.js.map
1   -{"version":3,"file":"discount-code-report.component.js","sourceRoot":"","sources":["discount-code-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,qCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,qDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,0DAAoB,GAApB;IAIA,CAAC;IAED,8CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,+CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,iDAAiD;SACjE,CAAC;;mCAAA;IA2BF,kCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,mCAA2B,8BA0BvC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"discount-code-report.component.js","sourceRoot":"","sources":["discount-code-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,qCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,qDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,0DAAoB,GAApB;IAIA,CAAC;IAED,8CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,+CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,sDAAsD;SACtE,CAAC;;mCAAA;IA2BF,kCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,mCAA2B,8BA0BvC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/discount-code-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/discount-code-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/discount-code-report.component.html'
  8 + templateUrl: './app/components/discount-code-report.component.html'
9 9 })
10 10 export class DiscountCodeReportComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/expiring-subscription-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/expiring-subscription-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/expiring-subscription-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/expiring-subscription-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ExpiringSubscriptionReportComponent = (function () {
15   - function ExpiringSubscriptionReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ExpiringSubscriptionReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ExpiringSubscriptionReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - ExpiringSubscriptionReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ExpiringSubscriptionReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ExpiringSubscriptionReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/expiring-subscription-report.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ExpiringSubscriptionReportComponent);
38   - return ExpiringSubscriptionReportComponent;
39   -}());
40   -exports.ExpiringSubscriptionReportComponent = ExpiringSubscriptionReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ExpiringSubscriptionReportComponent = (function () {
  15 + function ExpiringSubscriptionReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ExpiringSubscriptionReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ExpiringSubscriptionReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ExpiringSubscriptionReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ExpiringSubscriptionReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ExpiringSubscriptionReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/expiring-subscription-report.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ExpiringSubscriptionReportComponent);
  38 + return ExpiringSubscriptionReportComponent;
  39 +}());
  40 +exports.ExpiringSubscriptionReportComponent = ExpiringSubscriptionReportComponent;
41 41 //# sourceMappingURL=expiring-subscription-report.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/expiring-subscription-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/expiring-subscription-report.component.js.map
1   -{"version":3,"file":"expiring-subscription-report.component.js","sourceRoot":"","sources":["expiring-subscription-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,6CAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,6DAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,kEAAoB,GAApB;IAIA,CAAC;IAED,sDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,uDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,yDAAyD;SACzE,CAAC;;2CAAA;IA2BF,0CAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,2CAAmC,sCA0B/C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"expiring-subscription-report.component.js","sourceRoot":"","sources":["expiring-subscription-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,6CAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,6DAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,kEAAoB,GAApB;IAIA,CAAC;IAED,sDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,uDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,8DAA8D;SAC9E,CAAC;;2CAAA;IA2BF,0CAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,2CAAmC,sCA0B/C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/expiring-subscription-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/expiring-subscription-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/expiring-subscription-report.component.html'
  8 + templateUrl: './app/components/expiring-subscription-report.component.html'
9 9 })
10 10 export class ExpiringSubscriptionReportComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/image-export-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/image-export-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/image-export-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/image-export-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ImageExportReportComponent = (function () {
15   - function ImageExportReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ImageExportReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ImageExportReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - ImageExportReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ImageExportReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ImageExportReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/image-export-report.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ImageExportReportComponent);
38   - return ImageExportReportComponent;
39   -}());
40   -exports.ImageExportReportComponent = ImageExportReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ImageExportReportComponent = (function () {
  15 + function ImageExportReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ImageExportReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ImageExportReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ImageExportReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ImageExportReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ImageExportReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/image-export-report.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ImageExportReportComponent);
  38 + return ImageExportReportComponent;
  39 +}());
  40 +exports.ImageExportReportComponent = ImageExportReportComponent;
41 41 //# sourceMappingURL=image-export-report.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/image-export-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/image-export-report.component.js.map
1   -{"version":3,"file":"image-export-report.component.js","sourceRoot":"","sources":["image-export-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,oCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,oDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,yDAAoB,GAApB;IAIA,CAAC;IAED,6CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,8CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,gDAAgD;SAChE,CAAC;;kCAAA;IA2BF,iCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,kCAA0B,6BA0BtC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"image-export-report.component.js","sourceRoot":"","sources":["image-export-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,oCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,oDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,yDAAoB,GAApB;IAIA,CAAC;IAED,6CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,8CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,qDAAqD;SACrE,CAAC;;kCAAA;IA2BF,iCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,kCAA0B,6BA0BtC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/image-export-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/image-export-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/image-export-report.component.html'
  8 + templateUrl: './app/components/image-export-report.component.html'
9 9 })
10 10 export class ImageExportReportComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/list-user.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/list-user.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/list-user.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/list-user.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ListUserComponent = (function () {
15   - function ListUserComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ListUserComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ListUserComponent.prototype.initializeUIElements = function () {
23   - };
24   - ListUserComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ListUserComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ListUserComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/list-user.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ListUserComponent);
38   - return ListUserComponent;
39   -}());
40   -exports.ListUserComponent = ListUserComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ListUserComponent = (function () {
  15 + function ListUserComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ListUserComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ListUserComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ListUserComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ListUserComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ListUserComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/list-user.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ListUserComponent);
  38 + return ListUserComponent;
  39 +}());
  40 +exports.ListUserComponent = ListUserComponent;
41 41 //# sourceMappingURL=list-user.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/list-user.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/list-user.component.js.map
1   -{"version":3,"file":"list-user.component.js","sourceRoot":"","sources":["list-user.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,2BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,2CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,gDAAoB,GAApB;IAIA,CAAC;IAED,oCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,qCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,sCAAsC;SACtD,CAAC;;yBAAA;IA2BF,wBAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,yBAAiB,oBA0B7B,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"list-user.component.js","sourceRoot":"","sources":["list-user.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,2BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,2CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,gDAAoB,GAApB;IAIA,CAAC;IAED,oCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,qCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,2CAA2C;SAC3D,CAAC;;yBAAA;IA2BF,wBAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,yBAAiB,oBA0B7B,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/list-user.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/list-user.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/list-user.component.html'
  8 + templateUrl: './app/components/list-user.component.html'
9 9 })
10 10 export class ListUserComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/login.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/login.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/login.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/login.component.js
... ... @@ -35,7 +35,7 @@ var LoginComponent = (function () {
35 35 };
36 36 LoginComponent = __decorate([
37 37 core_1.Component({
38   - templateUrl: './app/pages/login.component.html',
  38 + templateUrl: './app/components/login.component.html',
39 39 styles: [" \n .child {\n position: relative;\n margin-left:20%;\n margin-right:20%;\n }\n\n @media only screen and (max-width: 700px) {\n .child {\n margin-left: 0;\n margin-right: 0;\n }\n }\n "]
40 40 }),
41 41 __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router, router_1.ActivatedRoute])
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/login.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/login.component.js.map
1   -{"version":3,"file":"login.component.js","sourceRoot":"","sources":["login.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAyC,iBAAiB,CAAC,CAAA;AAC3D,oCAAiC,iCAAiC,CAAC,CAAA;AAqBnE;IAUI,wBAAmB,WAA+B,EAAU,MAAc,EAAU,WAA2B;QAA5F,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;QAAU,gBAAW,GAAX,WAAW,CAAgB;QAC3G,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;IACtB,CAAC;IAED,wCAAe,GAAf;IAEA,CAAC;IAED,gDAAuB,GAAvB;QACI,MAAM,CAAC,iBAAiB,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5C,CAAC;IAED,sCAAa,GAAb;QAAA,iBAMC;QALG,IAAI,CAAC,2BAA2B,GAAG,IAAI,CAAC;QACxC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,UAAC,QAAQ;YAC7D,KAAI,CAAC,oBAAoB,GAAG,QAAQ,CAAC,OAAO,CAAC;YAC7C,KAAI,CAAC,2BAA2B,GAAG,KAAK,CAAC;QAC7C,CAAC,CAAC,CAAC;IACP,CAAC;IA/CL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,kCAAkC;YAC/C,MAAM,EAAE,CAAC,kZAaI,CAAC;SACjB,CAAC;;sBAAA;IAqEF,qBAAC;AAAD,CAAC,AApED,IAoEC;AApEY,sBAAc,iBAoE1B,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"login.component.js","sourceRoot":"","sources":["login.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAyC,iBAAiB,CAAC,CAAA;AAC3D,oCAAiC,iCAAiC,CAAC,CAAA;AAqBnE;IAUI,wBAAmB,WAA+B,EAAU,MAAc,EAAU,WAA2B;QAA5F,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;QAAU,gBAAW,GAAX,WAAW,CAAgB;QAC3G,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,OAAO,GAAG,EAAE,CAAC;IACtB,CAAC;IAED,wCAAe,GAAf;IAEA,CAAC;IAED,gDAAuB,GAAvB;QACI,MAAM,CAAC,iBAAiB,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5C,CAAC;IAED,sCAAa,GAAb;QAAA,iBAMC;QALG,IAAI,CAAC,2BAA2B,GAAG,IAAI,CAAC;QACxC,IAAI,CAAC,WAAW,CAAC,aAAa,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,SAAS,CAAC,UAAC,QAAQ;YAC7D,KAAI,CAAC,oBAAoB,GAAG,QAAQ,CAAC,OAAO,CAAC;YAC7C,KAAI,CAAC,2BAA2B,GAAG,KAAK,CAAC;QAC7C,CAAC,CAAC,CAAC;IACP,CAAC;IA/CL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,uCAAuC;YACpD,MAAM,EAAE,CAAC,kZAaI,CAAC;SACjB,CAAC;;sBAAA;IAqEF,qBAAC;AAAD,CAAC,AApED,IAoEC;AApEY,sBAAc,iBAoE1B,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/login.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/login.component.ts
... ... @@ -5,7 +5,7 @@ import {ApplicationService} from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/login.component.html',
  8 + templateUrl: './app/components/login.component.html',
9 9 styles: [`
10 10 .child {
11 11 position: relative;
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/login.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/login.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-discount-code.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-discount-code.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-discount-code.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-discount-code.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ManageDiscountCodeComponent = (function () {
15   - function ManageDiscountCodeComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ManageDiscountCodeComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ManageDiscountCodeComponent.prototype.initializeUIElements = function () {
23   - };
24   - ManageDiscountCodeComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ManageDiscountCodeComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ManageDiscountCodeComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/manage-discount-code.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ManageDiscountCodeComponent);
38   - return ManageDiscountCodeComponent;
39   -}());
40   -exports.ManageDiscountCodeComponent = ManageDiscountCodeComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ManageDiscountCodeComponent = (function () {
  15 + function ManageDiscountCodeComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ManageDiscountCodeComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ManageDiscountCodeComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ManageDiscountCodeComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ManageDiscountCodeComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ManageDiscountCodeComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/manage-discount-code.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ManageDiscountCodeComponent);
  38 + return ManageDiscountCodeComponent;
  39 +}());
  40 +exports.ManageDiscountCodeComponent = ManageDiscountCodeComponent;
41 41 //# sourceMappingURL=manage-discount-code.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-discount-code.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-discount-code.component.js.map
1   -{"version":3,"file":"manage-discount-code.component.js","sourceRoot":"","sources":["manage-discount-code.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,qCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,qDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,0DAAoB,GAApB;IAIA,CAAC;IAED,8CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,+CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,iDAAiD;SACjE,CAAC;;mCAAA;IA2BF,kCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,mCAA2B,8BA0BvC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"manage-discount-code.component.js","sourceRoot":"","sources":["manage-discount-code.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,qCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,qDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,0DAAoB,GAApB;IAIA,CAAC;IAED,8CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,+CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,sDAAsD;SACtE,CAAC;;mCAAA;IA2BF,kCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,mCAA2B,8BA0BvC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-discount-code.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-discount-code.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/manage-discount-code.component.html'
  8 + templateUrl: './app/components/manage-discount-code.component.html'
9 9 })
10 10 export class ManageDiscountCodeComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-modesty-settings.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-modesty-settings.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-modesty-settings.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-modesty-settings.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ManageModestySettingsComponent = (function () {
15   - function ManageModestySettingsComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ManageModestySettingsComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ManageModestySettingsComponent.prototype.initializeUIElements = function () {
23   - };
24   - ManageModestySettingsComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ManageModestySettingsComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ManageModestySettingsComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/manage-modesty-settings.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ManageModestySettingsComponent);
38   - return ManageModestySettingsComponent;
39   -}());
40   -exports.ManageModestySettingsComponent = ManageModestySettingsComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ManageModestySettingsComponent = (function () {
  15 + function ManageModestySettingsComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ManageModestySettingsComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ManageModestySettingsComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ManageModestySettingsComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ManageModestySettingsComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ManageModestySettingsComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/manage-modesty-settings.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ManageModestySettingsComponent);
  38 + return ManageModestySettingsComponent;
  39 +}());
  40 +exports.ManageModestySettingsComponent = ManageModestySettingsComponent;
41 41 //# sourceMappingURL=manage-modesty-settings.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-modesty-settings.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-modesty-settings.component.js.map
1   -{"version":3,"file":"manage-modesty-settings.component.js","sourceRoot":"","sources":["manage-modesty-settings.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,wCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,wDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,6DAAoB,GAApB;IAIA,CAAC;IAED,iDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,kDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,oDAAoD;SACpE,CAAC;;sCAAA;IA2BF,qCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,sCAA8B,iCA0B1C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"manage-modesty-settings.component.js","sourceRoot":"","sources":["manage-modesty-settings.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,wCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,wDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,6DAAoB,GAApB;IAIA,CAAC;IAED,iDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,kDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,yDAAyD;SACzE,CAAC;;sCAAA;IA2BF,qCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,sCAA8B,iCA0B1C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-modesty-settings.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-modesty-settings.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/manage-modesty-settings.component.html'
  8 + templateUrl: './app/components/manage-modesty-settings.component.html'
9 9 })
10 10 export class ManageModestySettingsComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-module.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-module.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-module.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-module.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var ManageModuleComponent = (function () {
15   - function ManageModuleComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - ManageModuleComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - ManageModuleComponent.prototype.initializeUIElements = function () {
23   - };
24   - ManageModuleComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - ManageModuleComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - ManageModuleComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/manage-module.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], ManageModuleComponent);
38   - return ManageModuleComponent;
39   -}());
40   -exports.ManageModuleComponent = ManageModuleComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var ManageModuleComponent = (function () {
  15 + function ManageModuleComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + ManageModuleComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + ManageModuleComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + ManageModuleComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + ManageModuleComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + ManageModuleComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/manage-module.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], ManageModuleComponent);
  38 + return ManageModuleComponent;
  39 +}());
  40 +exports.ManageModuleComponent = ManageModuleComponent;
41 41 //# sourceMappingURL=manage-module.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-module.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-module.component.js.map
1   -{"version":3,"file":"manage-module.component.js","sourceRoot":"","sources":["manage-module.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,+BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,+CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,oDAAoB,GAApB;IAIA,CAAC;IAED,wCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,yCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,0CAA0C;SAC1D,CAAC;;6BAAA;IA2BF,4BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,6BAAqB,wBA0BjC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"manage-module.component.js","sourceRoot":"","sources":["manage-module.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,+BAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,+CAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,oDAAoB,GAApB;IAIA,CAAC;IAED,wCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,yCAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,+CAA+C;SAC/D,CAAC;;6BAAA;IA2BF,4BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,6BAAqB,wBA0BjC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/manage-module.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/manage-module.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/manage-module.component.html'
  8 + templateUrl: './app/components/manage-module.component.html'
9 9 })
10 10 export class ManageModuleComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/net-ad-subscription-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/net-ad-subscription-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/net-ad-subscription-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/net-ad-subscription-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var NetAdSubscriptionReportComponent = (function () {
15   - function NetAdSubscriptionReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - NetAdSubscriptionReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - NetAdSubscriptionReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - NetAdSubscriptionReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - NetAdSubscriptionReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - NetAdSubscriptionReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/net-ad-subscription-report.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], NetAdSubscriptionReportComponent);
38   - return NetAdSubscriptionReportComponent;
39   -}());
40   -exports.NetAdSubscriptionReportComponent = NetAdSubscriptionReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var NetAdSubscriptionReportComponent = (function () {
  15 + function NetAdSubscriptionReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + NetAdSubscriptionReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + NetAdSubscriptionReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + NetAdSubscriptionReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + NetAdSubscriptionReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + NetAdSubscriptionReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/net-ad-subscription-report.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], NetAdSubscriptionReportComponent);
  38 + return NetAdSubscriptionReportComponent;
  39 +}());
  40 +exports.NetAdSubscriptionReportComponent = NetAdSubscriptionReportComponent;
41 41 //# sourceMappingURL=net-ad-subscription-report.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/net-ad-subscription-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/net-ad-subscription-report.component.js.map
1   -{"version":3,"file":"net-ad-subscription-report.component.js","sourceRoot":"","sources":["net-ad-subscription-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,0CAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,0DAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,+DAAoB,GAApB;IAIA,CAAC;IAED,mDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,oDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,uDAAuD;SACvE,CAAC;;wCAAA;IA2BF,uCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wCAAgC,mCA0B5C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"net-ad-subscription-report.component.js","sourceRoot":"","sources":["net-ad-subscription-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,0CAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,0DAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,+DAAoB,GAApB;IAIA,CAAC;IAED,mDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,oDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,4DAA4D;SAC5E,CAAC;;wCAAA;IA2BF,uCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,wCAAgC,mCA0B5C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/net-ad-subscription-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/net-ad-subscription-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/net-ad-subscription-report.component.html'
  8 + templateUrl: './app/components/net-ad-subscription-report.component.html'
9 9 })
10 10 export class NetAdSubscriptionReportComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/new-subscription-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/new-subscription-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/new-subscription-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/new-subscription-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var NewSubscriptionReportComponent = (function () {
15   - function NewSubscriptionReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - NewSubscriptionReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - NewSubscriptionReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - NewSubscriptionReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - NewSubscriptionReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - NewSubscriptionReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/new-subscription-report.component.html'
35   - }),
36   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
37   - ], NewSubscriptionReportComponent);
38   - return NewSubscriptionReportComponent;
39   -}());
40   -exports.NewSubscriptionReportComponent = NewSubscriptionReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var NewSubscriptionReportComponent = (function () {
  15 + function NewSubscriptionReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + NewSubscriptionReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + NewSubscriptionReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + NewSubscriptionReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + NewSubscriptionReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + NewSubscriptionReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/new-subscription-report.component.html'
  35 + }),
  36 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  37 + ], NewSubscriptionReportComponent);
  38 + return NewSubscriptionReportComponent;
  39 +}());
  40 +exports.NewSubscriptionReportComponent = NewSubscriptionReportComponent;
41 41 //# sourceMappingURL=new-subscription-report.component.js.map
42 42 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/new-subscription-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/new-subscription-report.component.js.map
1   -{"version":3,"file":"new-subscription-report.component.js","sourceRoot":"","sources":["new-subscription-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,wCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,wDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,6DAAoB,GAApB;IAIA,CAAC;IAED,iDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,kDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,oDAAoD;SACpE,CAAC;;sCAAA;IA2BF,qCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,sCAA8B,iCA0B1C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"new-subscription-report.component.js","sourceRoot":"","sources":["new-subscription-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAOrE;IAGI,wCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,wDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,6DAAoB,GAApB;IAIA,CAAC;IAED,iDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,kDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA5BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,yDAAyD;SACzE,CAAC;;sCAAA;IA2BF,qCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,sCAA8B,iCA0B1C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/new-subscription-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/new-subscription-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/new-subscription-report.component.html'
  8 + templateUrl: './app/components/new-subscription-report.component.html'
9 9 })
10 10 export class NewSubscriptionReportComponent implements AfterViewInit, OnInit {
11 11  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/search-license.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/search-license.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/search-license.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/search-license.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var SearchLicenseComponent = (function () {
15   - function SearchLicenseComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - SearchLicenseComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - SearchLicenseComponent.prototype.initializeUIElements = function () {
23   - };
24   - SearchLicenseComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - SearchLicenseComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - SearchLicenseComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/search-license.component.html',
35   - styleUrls: ['./styles/bootstrap-datetimepicker.min.css',
36   - './styles/fixed_table_rc.css']
37   - }),
38   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
39   - ], SearchLicenseComponent);
40   - return SearchLicenseComponent;
41   -}());
42   -exports.SearchLicenseComponent = SearchLicenseComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var SearchLicenseComponent = (function () {
  15 + function SearchLicenseComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + SearchLicenseComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + SearchLicenseComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + SearchLicenseComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + SearchLicenseComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + SearchLicenseComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/search-license.component.html',
  35 + styleUrls: ['./styles/bootstrap-datetimepicker.min.css',
  36 + './styles/fixed_table_rc.css']
  37 + }),
  38 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  39 + ], SearchLicenseComponent);
  40 + return SearchLicenseComponent;
  41 +}());
  42 +exports.SearchLicenseComponent = SearchLicenseComponent;
43 43 //# sourceMappingURL=search-license.component.js.map
44 44 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/search-license.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/search-license.component.js.map
1   -{"version":3,"file":"search-license.component.js","sourceRoot":"","sources":["search-license.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AASrE;IAGI,gCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,gDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,qDAAoB,GAApB;IAIA,CAAC;IAED,yCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,0CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA9BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,2CAA2C;YACxD,SAAS,EAAE,CAAC,2CAA2C;gBACnD,6BAA6B,CAAC;SACrC,CAAC;;8BAAA;IA2BF,6BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,8BAAsB,yBA0BlC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"search-license.component.js","sourceRoot":"","sources":["search-license.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AASrE;IAGI,gCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,gDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,qDAAoB,GAApB;IAIA,CAAC;IAED,yCAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,0CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA9BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,gDAAgD;YAC7D,SAAS,EAAE,CAAC,2CAA2C;gBACnD,6BAA6B,CAAC;SACrC,CAAC;;8BAAA;IA2BF,6BAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,8BAAsB,yBA0BlC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/search-license.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/search-license.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/search-license.component.html',
  8 + templateUrl: './app/components/search-license.component.html',
9 9 styleUrls: ['./styles/bootstrap-datetimepicker.min.css',
10 10 './styles/fixed_table_rc.css']
11 11 })
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/setup-test-account.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/setup-test-account.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/setup-test-account.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/setup-test-account.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var SetupTestAccountComponent = (function () {
15   - function SetupTestAccountComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - SetupTestAccountComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - SetupTestAccountComponent.prototype.initializeUIElements = function () {
23   - };
24   - SetupTestAccountComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - SetupTestAccountComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - SetupTestAccountComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/setup-test-account.component.html',
35   - styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
36   - }),
37   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
38   - ], SetupTestAccountComponent);
39   - return SetupTestAccountComponent;
40   -}());
41   -exports.SetupTestAccountComponent = SetupTestAccountComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var SetupTestAccountComponent = (function () {
  15 + function SetupTestAccountComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + SetupTestAccountComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + SetupTestAccountComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + SetupTestAccountComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + SetupTestAccountComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + SetupTestAccountComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/setup-test-account.component.html',
  35 + styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
  36 + }),
  37 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  38 + ], SetupTestAccountComponent);
  39 + return SetupTestAccountComponent;
  40 +}());
  41 +exports.SetupTestAccountComponent = SetupTestAccountComponent;
42 42 //# sourceMappingURL=setup-test-account.component.js.map
43 43 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/setup-test-account.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/setup-test-account.component.js.map
1   -{"version":3,"file":"setup-test-account.component.js","sourceRoot":"","sources":["setup-test-account.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAQrE;IAGI,mCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,mDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,wDAAoB,GAApB;IAIA,CAAC;IAED,4CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,6CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA7BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,+CAA+C;YAC5D,SAAS,EAAE,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;SAC1F,CAAC;;iCAAA;IA2BF,gCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,iCAAyB,4BA0BrC,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"setup-test-account.component.js","sourceRoot":"","sources":["setup-test-account.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAQrE;IAGI,mCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,mDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,wDAAoB,GAApB;IAIA,CAAC;IAED,4CAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,6CAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA7BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,oDAAoD;YACjE,SAAS,EAAE,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;SAC1F,CAAC;;iCAAA;IA2BF,gCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,iCAAyB,4BA0BrC,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/setup-test-account.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/setup-test-account.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/setup-test-account.component.html',
  8 + templateUrl: './app/components/setup-test-account.component.html',
9 9 styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
10 10 })
11 11 export class SetupTestAccountComponent implements AfterViewInit, OnInit {
... ...
400-SOURCECODE/AIAHTML5.Admin/app/shared/site-footer.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/shared/site-footer.component.js
... ... @@ -9,7 +9,7 @@ var __metadata = (this &amp;&amp; this.__metadata) || function (k, v) {
9 9 if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10 10 };
11 11 var core_1 = require('@angular/core');
12   -var application_service_1 = require('../services/application.service');
  12 +var application_service_1 = require('../../services/application.service');
13 13 var SiteFooterComponent = (function () {
14 14 function SiteFooterComponent(application) {
15 15 this.application = application;
... ...
400-SOURCECODE/AIAHTML5.Admin/app/shared/site-footer.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/shared/site-footer.component.js.map
1   -{"version":3,"file":"site-footer.component.js","sourceRoot":"","sources":["site-footer.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAwD,eAAe,CAAC,CAAA;AACxE,oCAAiC,iCAAiC,CAAC,CAAA;AAsBnE;IACI,6BAAmB,WAA+B;QAA/B,gBAAW,GAAX,WAAW,CAAoB;IAAI,CAAC;IAnB3D;QAAC,gBAAS,CAAC;YACP,QAAQ,EAAE,aAAa;YACvB,QAAQ,EAAE,u3BAcT;SACJ,CAAC;;2BAAA;IAGF,0BAAC;AAAD,CAAC,AAFD,IAEC;AAFY,2BAAmB,sBAE/B,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"site-footer.component.js","sourceRoot":"","sources":["site-footer.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAwD,eAAe,CAAC,CAAA;AACxE,oCAAiC,oCAAoC,CAAC,CAAA;AAsBtE;IACI,6BAAmB,WAA+B;QAA/B,gBAAW,GAAX,WAAW,CAAoB;IAAI,CAAC;IAnB3D;QAAC,gBAAS,CAAC;YACP,QAAQ,EAAE,aAAa;YACvB,QAAQ,EAAE,u3BAcT;SACJ,CAAC;;2BAAA;IAGF,0BAAC;AAAD,CAAC,AAFD,IAEC;AAFY,2BAAmB,sBAE/B,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/shared/site-footer.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/shared/site-footer.component.ts
1 1 ๏ปฟimport { Component, AfterViewInit, Input, OnInit } from '@angular/core';
2   -import {ApplicationService} from '../services/application.service';
  2 +import {ApplicationService} from '../../services/application.service';
3 3  
4 4 declare var jQuery: any;
5 5  
... ...
400-SOURCECODE/AIAHTML5.Admin/app/shared/site-menu.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/shared/site-menu.component.js
... ... @@ -9,7 +9,7 @@ var __metadata = (this &amp;&amp; this.__metadata) || function (k, v) {
9 9 if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10 10 };
11 11 var core_1 = require('@angular/core');
12   -var application_service_1 = require('../services/application.service');
  12 +var application_service_1 = require('../../services/application.service');
13 13 var router_1 = require('@angular/router');
14 14 var SiteMenuComponent = (function () {
15 15 function SiteMenuComponent(application, router) {
... ...
400-SOURCECODE/AIAHTML5.Admin/app/shared/site-menu.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/shared/site-menu.component.js.map
1   -{"version":3,"file":"site-menu.component.js","sourceRoot":"","sources":["site-menu.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAwD,eAAe,CAAC,CAAA;AACxE,oCAAmC,iCAAiC,CAAC,CAAA;AACrE,uBAAuB,iBAAiB,CAAC,CAAA;AAyHzC;IAQI,2BAAmB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;QAL1E,SAAI,GAAW,OAAO,CAAC;QAGvB,WAAM,GAAY,IAAI,CAAC;IAEuD,CAAC;IAE/E,uCAAW,GAAX;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACZ,MAAM,CAAC,QAAQ,CAAC;QACpB,IAAI;YACA,EAAE,CAAC;IACX,CAAC;IAED,2CAAe,GAAf;QAAA,iBAEC;QADG,UAAU,CAAC,cAAM,OAAA,KAAI,CAAC,aAAa,EAAE,EAApB,CAAoB,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IAED,6CAAiB,GAAjB,UAAkB,QAAa;QAC3B,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;YACtB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;QACzB,IAAI;YACA,MAAM,CAAC,kBAAkB,GAAG,QAAQ,CAAC,IAAI,GAAG,aAAa,CAAC;IAClE,CAAC;IAED,sCAAU,GAAV,UAAW,KAAa;QACpB,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC;YACX,MAAM,CAAC,QAAQ,CAAC;QACpB,IAAI;YACA,MAAM,CAAC,EAAE,CAAC;IAClB,CAAC;IAED,yCAAa,GAAb;QACI,EAAE,CAAC,CAAC,MAAM,IAAI,IAAI,CAAC,CAAC,CAAC;YACjB,MAAM,CAAC,aAAa,CAAC;iBAChB,OAAO,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC;YAE3C,MAAM,CAAC,cAAc,CAAC;iBACjB,QAAQ,EAAE,CAAC;QACpB,CAAC;IACL,CAAC;IAED,yCAAa,GAAb,UAAc,GAAW;QACrB,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAChC,CAAC;IA7CD;QAAC,YAAK,CAAC,MAAM,CAAC;;mDAAA;IAGd;QAAC,YAAK,CAAC,QAAQ,CAAC;;qDAAA;IA1HpB;QAAC,gBAAS,CAAC;YACP,QAAQ,EAAE,WAAW;YACrB,QAAQ,EAAE,qkRAiHb;SACA,CAAC;;yBAAA;IAkDF,wBAAC;AAAD,CAAC,AAjDD,IAiDC;AAjDY,yBAAiB,oBAiD7B,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"site-menu.component.js","sourceRoot":"","sources":["site-menu.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAwD,eAAe,CAAC,CAAA;AACxE,oCAAmC,oCAAoC,CAAC,CAAA;AACxE,uBAAuB,iBAAiB,CAAC,CAAA;AAyHzC;IAQI,2BAAmB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;QAL1E,SAAI,GAAW,OAAO,CAAC;QAGvB,WAAM,GAAY,IAAI,CAAC;IAEuD,CAAC;IAE/E,uCAAW,GAAX;QACI,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC;YACZ,MAAM,CAAC,QAAQ,CAAC;QACpB,IAAI;YACA,EAAE,CAAC;IACX,CAAC;IAED,2CAAe,GAAf;QAAA,iBAEC;QADG,UAAU,CAAC,cAAM,OAAA,KAAI,CAAC,aAAa,EAAE,EAApB,CAAoB,EAAE,IAAI,CAAC,CAAC;IACjD,CAAC;IAED,6CAAiB,GAAjB,UAAkB,QAAa;QAC3B,EAAE,CAAC,CAAC,QAAQ,CAAC,IAAI,IAAI,IAAI,CAAC;YACtB,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC;QACzB,IAAI;YACA,MAAM,CAAC,kBAAkB,GAAG,QAAQ,CAAC,IAAI,GAAG,aAAa,CAAC;IAClE,CAAC;IAED,sCAAU,GAAV,UAAW,KAAa;QACpB,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC;YACX,MAAM,CAAC,QAAQ,CAAC;QACpB,IAAI;YACA,MAAM,CAAC,EAAE,CAAC;IAClB,CAAC;IAED,yCAAa,GAAb;QACI,EAAE,CAAC,CAAC,MAAM,IAAI,IAAI,CAAC,CAAC,CAAC;YACjB,MAAM,CAAC,aAAa,CAAC;iBAChB,OAAO,CAAC,eAAe,EAAE,WAAW,CAAC,CAAC;YAE3C,MAAM,CAAC,cAAc,CAAC;iBACjB,QAAQ,EAAE,CAAC;QACpB,CAAC;IACL,CAAC;IAED,yCAAa,GAAb,UAAc,GAAW;QACrB,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;IAChC,CAAC;IA7CD;QAAC,YAAK,CAAC,MAAM,CAAC;;mDAAA;IAGd;QAAC,YAAK,CAAC,QAAQ,CAAC;;qDAAA;IA1HpB;QAAC,gBAAS,CAAC;YACP,QAAQ,EAAE,WAAW;YACrB,QAAQ,EAAE,qkRAiHb;SACA,CAAC;;yBAAA;IAkDF,wBAAC;AAAD,CAAC,AAjDD,IAiDC;AAjDY,yBAAiB,oBAiD7B,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/shared/site-menu.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/shared/site-menu.component.ts
1 1 ๏ปฟimport { Component, AfterViewInit, Input, OnInit } from '@angular/core';
2   -import { ApplicationService } from '../services/application.service';
  2 +import { ApplicationService } from '../../services/application.service';
3 3 import { Router } from '@angular/router';
4 4  
5 5 declare var jQuery: any;
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/site-license-usage-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/site-license-usage-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/site-license-usage-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/site-license-usage-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var SiteLicenseUsageReportComponent = (function () {
15   - function SiteLicenseUsageReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - SiteLicenseUsageReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - SiteLicenseUsageReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - SiteLicenseUsageReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - SiteLicenseUsageReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - SiteLicenseUsageReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/site-license-usage-report.component.html',
35   - styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
36   - }),
37   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
38   - ], SiteLicenseUsageReportComponent);
39   - return SiteLicenseUsageReportComponent;
40   -}());
41   -exports.SiteLicenseUsageReportComponent = SiteLicenseUsageReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var SiteLicenseUsageReportComponent = (function () {
  15 + function SiteLicenseUsageReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + SiteLicenseUsageReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + SiteLicenseUsageReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + SiteLicenseUsageReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + SiteLicenseUsageReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + SiteLicenseUsageReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/site-license-usage-report.component.html',
  35 + styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
  36 + }),
  37 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  38 + ], SiteLicenseUsageReportComponent);
  39 + return SiteLicenseUsageReportComponent;
  40 +}());
  41 +exports.SiteLicenseUsageReportComponent = SiteLicenseUsageReportComponent;
42 42 //# sourceMappingURL=site-license-usage-report.component.js.map
43 43 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/site-license-usage-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/site-license-usage-report.component.js.map
1   -{"version":3,"file":"site-license-usage-report.component.js","sourceRoot":"","sources":["site-license-usage-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAQrE;IAGI,yCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,yDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,8DAAoB,GAApB;IAIA,CAAC;IAED,kDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,mDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA7BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,sDAAsD;YACnE,SAAS,EAAE,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;SAC1F,CAAC;;uCAAA;IA2BF,sCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,uCAA+B,kCA0B3C,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"site-license-usage-report.component.js","sourceRoot":"","sources":["site-license-usage-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAQrE;IAGI,yCAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,yDAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,8DAAoB,GAApB;IAIA,CAAC;IAED,kDAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,mDAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA7BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,2DAA2D;YACxE,SAAS,EAAE,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;SAC1F,CAAC;;uCAAA;IA2BF,sCAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,uCAA+B,kCA0B3C,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/site-license-usage-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/site-license-usage-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/site-license-usage-report.component.html',
  8 + templateUrl: './app/components/site-license-usage-report.component.html',
9 9 styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
10 10 })
11 11 export class SiteLicenseUsageReportComponent implements AfterViewInit, OnInit {
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/subscription-cancellation-report.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/subscription-cancellation-report.component.html
400-SOURCECODE/AIAHTML5.Admin/app/pages/subscription-cancellation-report.component.js renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/subscription-cancellation-report.component.js
1   -"use strict";
2   -var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3   - var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4   - if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5   - else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6   - return c > 3 && r && Object.defineProperty(target, key, r), r;
7   -};
8   -var __metadata = (this && this.__metadata) || function (k, v) {
9   - if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10   -};
11   -var core_1 = require('@angular/core');
12   -var router_1 = require('@angular/router');
13   -var application_service_1 = require('../services/application.service');
14   -var SubscriptionCancellationReportComponent = (function () {
15   - function SubscriptionCancellationReportComponent(application, router) {
16   - this.application = application;
17   - this.router = router;
18   - }
19   - SubscriptionCancellationReportComponent.prototype.ngAfterViewInit = function () {
20   - this.initializeUIElements();
21   - };
22   - SubscriptionCancellationReportComponent.prototype.initializeUIElements = function () {
23   - };
24   - SubscriptionCancellationReportComponent.prototype.ngOnInit = function () {
25   - /*if (this.application.currentUser == null) {
26   - this.router.navigate(['/login']);
27   - }*/
28   - };
29   - SubscriptionCancellationReportComponent.prototype.showAlert = function (id) {
30   - jQuery('#' + id).modal('show');
31   - };
32   - SubscriptionCancellationReportComponent = __decorate([
33   - core_1.Component({
34   - templateUrl: './app/pages/subscription-cancellation-report.component.html',
35   - styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
36   - }),
37   - __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
38   - ], SubscriptionCancellationReportComponent);
39   - return SubscriptionCancellationReportComponent;
40   -}());
41   -exports.SubscriptionCancellationReportComponent = SubscriptionCancellationReportComponent;
  1 +"use strict";
  2 +var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
  3 + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
  4 + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
  5 + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
  6 + return c > 3 && r && Object.defineProperty(target, key, r), r;
  7 +};
  8 +var __metadata = (this && this.__metadata) || function (k, v) {
  9 + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
  10 +};
  11 +var core_1 = require('@angular/core');
  12 +var router_1 = require('@angular/router');
  13 +var application_service_1 = require('../services/application.service');
  14 +var SubscriptionCancellationReportComponent = (function () {
  15 + function SubscriptionCancellationReportComponent(application, router) {
  16 + this.application = application;
  17 + this.router = router;
  18 + }
  19 + SubscriptionCancellationReportComponent.prototype.ngAfterViewInit = function () {
  20 + this.initializeUIElements();
  21 + };
  22 + SubscriptionCancellationReportComponent.prototype.initializeUIElements = function () {
  23 + };
  24 + SubscriptionCancellationReportComponent.prototype.ngOnInit = function () {
  25 + /*if (this.application.currentUser == null) {
  26 + this.router.navigate(['/login']);
  27 + }*/
  28 + };
  29 + SubscriptionCancellationReportComponent.prototype.showAlert = function (id) {
  30 + jQuery('#' + id).modal('show');
  31 + };
  32 + SubscriptionCancellationReportComponent = __decorate([
  33 + core_1.Component({
  34 + templateUrl: './app/components/subscription-cancellation-report.component.html',
  35 + styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
  36 + }),
  37 + __metadata('design:paramtypes', [application_service_1.ApplicationService, router_1.Router])
  38 + ], SubscriptionCancellationReportComponent);
  39 + return SubscriptionCancellationReportComponent;
  40 +}());
  41 +exports.SubscriptionCancellationReportComponent = SubscriptionCancellationReportComponent;
42 42 //# sourceMappingURL=subscription-cancellation-report.component.js.map
43 43 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/subscription-cancellation-report.component.js.map renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/subscription-cancellation-report.component.js.map
1   -{"version":3,"file":"subscription-cancellation-report.component.js","sourceRoot":"","sources":["subscription-cancellation-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAQrE;IAGI,iDAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,iEAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,sEAAoB,GAApB;IAIA,CAAC;IAED,0DAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,2DAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA7BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,6DAA6D;YAC1E,SAAS,EAAE,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;SAC1F,CAAC;;+CAAA;IA2BF,8CAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,+CAAuC,0CA0BnD,CAAA"}
2 1 \ No newline at end of file
  2 +{"version":3,"file":"subscription-cancellation-report.component.js","sourceRoot":"","sources":["subscription-cancellation-report.component.ts"],"names":[],"mappings":";;;;;;;;;;AAAA,qBAAiD,eAAe,CAAC,CAAA;AACjE,uBAAuB,iBAAiB,CAAC,CAAA;AACzC,oCAAmC,iCAAiC,CAAC,CAAA;AAQrE;IAGI,iDAAoB,WAA+B,EAAU,MAAc;QAAvD,gBAAW,GAAX,WAAW,CAAoB;QAAU,WAAM,GAAN,MAAM,CAAQ;IAE3E,CAAC;IAED,iEAAe,GAAf;QACI,IAAI,CAAC,oBAAoB,EAAE,CAAC;IAChC,CAAC;IAED,sEAAoB,GAApB;IAIA,CAAC;IAED,0DAAQ,GAAR;QACI;;WAEG;IACP,CAAC;IAED,2DAAS,GAAT,UAAU,EAAU;QAChB,MAAM,CAAC,GAAG,GAAG,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACnC,CAAC;IA7BL;QAAC,gBAAS,CAAC;YACP,WAAW,EAAE,kEAAkE;YAC/E,SAAS,EAAE,CAAC,2CAA2C,EAAE,6BAA6B,CAAC;SAC1F,CAAC;;+CAAA;IA2BF,8CAAC;AAAD,CAAC,AA1BD,IA0BC;AA1BY,+CAAuC,0CA0BnD,CAAA"}
3 3 \ No newline at end of file
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/subscription-cancellation-report.component.ts renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/subscription-cancellation-report.component.ts
... ... @@ -5,7 +5,7 @@ import { ApplicationService } from &#39;../services/application.service&#39;;
5 5 declare var jQuery: any;
6 6  
7 7 @Component({
8   - templateUrl: './app/pages/subscription-cancellation-report.component.html',
  8 + templateUrl: './app/components/subscription-cancellation-report.component.html',
9 9 styleUrls: ['./styles/bootstrap-datetimepicker.min.css', './styles/fixed_table_rc.css']
10 10 })
11 11 export class SubscriptionCancellationReportComponent implements AfterViewInit, OnInit {
... ...
400-SOURCECODE/AIAHTML5.Admin/app/pages/subscription-price.component.html renamed to 400-SOURCECODE/AIAHTML5.Admin/app/components/subscription-price.component.html