@osovitny/anatoly 2.14.72 → 2.14.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/ui/components/check-icon/check-icon.component.mjs +5 -4
- package/esm2020/lib/ui/components/index.mjs +8 -13
- package/esm2020/lib/ui/external/fa.module.mjs +45 -0
- package/esm2020/lib/ui/ui.module.mjs +36 -48
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/osovitny-anatoly.mjs +414 -389
- package/fesm2015/osovitny-anatoly.mjs.map +1 -1
- package/fesm2020/osovitny-anatoly.mjs +412 -385
- package/fesm2020/osovitny-anatoly.mjs.map +1 -1
- package/lib/ui/components/check-icon/check-icon.component.d.ts +0 -1
- package/lib/ui/components/index.d.ts +7 -7
- package/lib/ui/external/fa.module.d.ts +10 -0
- package/lib/ui/ui.module.d.ts +23 -22
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Injectable, Pipe, APP_INITIALIZER, Injector, NgModule, Inject, Component, Input, EventEmitter, Output,
|
|
2
|
+
import { Injectable, Pipe, APP_INITIALIZER, Injector, NgModule, Inject, Component, Input, EventEmitter, Output, ViewEncapsulation, Directive, ViewChild, Optional, SkipSelf } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/router';
|
|
4
4
|
import { NavigationEnd, NavigationStart, NavigationCancel, NavigationError } from '@angular/router';
|
|
5
5
|
import * as i1$3 from '@angular/common/http';
|
|
@@ -18,15 +18,18 @@ import Swal from 'sweetalert2';
|
|
|
18
18
|
import { v4 } from 'uuid';
|
|
19
19
|
import * as i1$2 from 'ngx-toastr';
|
|
20
20
|
import * as i1$4 from '@angular/platform-browser';
|
|
21
|
-
import * as i1$6 from '@angular
|
|
21
|
+
import * as i1$6 from '@fortawesome/angular-fontawesome';
|
|
22
|
+
import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
|
|
23
|
+
import * as i1$7 from '@angular/forms';
|
|
22
24
|
import { FormControl, Validators, ReactiveFormsModule, FormsModule } from '@angular/forms';
|
|
23
|
-
import * as i1$
|
|
25
|
+
import * as i1$8 from 'angular-froala-wysiwyg';
|
|
24
26
|
import { FroalaEditorModule, FroalaViewModule } from 'angular-froala-wysiwyg';
|
|
25
|
-
import * as i1$
|
|
27
|
+
import * as i1$9 from '@progress/kendo-angular-dialog';
|
|
26
28
|
import { DialogsModule } from '@progress/kendo-angular-dialog';
|
|
27
29
|
import * as i6 from 'ngx-captcha';
|
|
28
30
|
import { NgxCaptchaModule } from 'ngx-captcha';
|
|
29
31
|
import { ButtonsModule } from '@progress/kendo-angular-buttons';
|
|
32
|
+
import { faCheckCircle, faCircleXmark } from '@fortawesome/free-solid-svg-icons';
|
|
30
33
|
|
|
31
34
|
/*
|
|
32
35
|
<file>
|
|
@@ -2370,6 +2373,240 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
2370
2373
|
type: Output
|
|
2371
2374
|
}] } });
|
|
2372
2375
|
|
|
2376
|
+
/*
|
|
2377
|
+
<file>
|
|
2378
|
+
Project:
|
|
2379
|
+
@osovitny/anatoly
|
|
2380
|
+
|
|
2381
|
+
Authors:
|
|
2382
|
+
Vadim Osovitny
|
|
2383
|
+
Anatoly Osovitny
|
|
2384
|
+
|
|
2385
|
+
Created:
|
|
2386
|
+
15 Aug 2022
|
|
2387
|
+
|
|
2388
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2389
|
+
</file>
|
|
2390
|
+
*/
|
|
2391
|
+
class CheckIconComponent {
|
|
2392
|
+
constructor() {
|
|
2393
|
+
//Inputs
|
|
2394
|
+
this.checked = true;
|
|
2395
|
+
}
|
|
2396
|
+
}
|
|
2397
|
+
CheckIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2398
|
+
CheckIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: CheckIconComponent, selector: "anatoly-check-icon", inputs: { checked: "checked" }, ngImport: i0, template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i1$6.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
|
|
2399
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, decorators: [{
|
|
2400
|
+
type: Component,
|
|
2401
|
+
args: [{ selector: 'anatoly-check-icon', template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n" }]
|
|
2402
|
+
}], propDecorators: { checked: [{
|
|
2403
|
+
type: Input
|
|
2404
|
+
}] } });
|
|
2405
|
+
|
|
2406
|
+
/*
|
|
2407
|
+
<file>
|
|
2408
|
+
Project:
|
|
2409
|
+
@osovitny/anatoly
|
|
2410
|
+
|
|
2411
|
+
Authors:
|
|
2412
|
+
Vadim Osovitny
|
|
2413
|
+
Anatoly Osovitny
|
|
2414
|
+
|
|
2415
|
+
Created:
|
|
2416
|
+
4 Jul 2018
|
|
2417
|
+
|
|
2418
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2419
|
+
</file>
|
|
2420
|
+
*/
|
|
2421
|
+
class SignInButtonComponent {
|
|
2422
|
+
constructor() { }
|
|
2423
|
+
}
|
|
2424
|
+
SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2425
|
+
SignInButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignInButtonComponent, selector: "anatoly-signin-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" });
|
|
2426
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
|
|
2427
|
+
type: Component,
|
|
2428
|
+
args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
|
|
2429
|
+
}], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
|
|
2430
|
+
type: Input
|
|
2431
|
+
}] } });
|
|
2432
|
+
|
|
2433
|
+
/*
|
|
2434
|
+
<file>
|
|
2435
|
+
Project:
|
|
2436
|
+
@osovitny/anatoly
|
|
2437
|
+
|
|
2438
|
+
Authors:
|
|
2439
|
+
Vadim Osovitny
|
|
2440
|
+
Anatoly Osovitny
|
|
2441
|
+
|
|
2442
|
+
Created:
|
|
2443
|
+
4 Jul 2018
|
|
2444
|
+
|
|
2445
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2446
|
+
</file>
|
|
2447
|
+
*/
|
|
2448
|
+
class SignOutButtonComponent {
|
|
2449
|
+
constructor() { }
|
|
2450
|
+
}
|
|
2451
|
+
SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2452
|
+
SignOutButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignOutButtonComponent, selector: "anatoly-signout-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" });
|
|
2453
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
|
|
2454
|
+
type: Component,
|
|
2455
|
+
args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
|
|
2456
|
+
}], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
|
|
2457
|
+
type: Input
|
|
2458
|
+
}] } });
|
|
2459
|
+
|
|
2460
|
+
/*
|
|
2461
|
+
<file>
|
|
2462
|
+
Project:
|
|
2463
|
+
@osovitny/anatoly
|
|
2464
|
+
|
|
2465
|
+
Authors:
|
|
2466
|
+
Vadim Osovitny
|
|
2467
|
+
Anatoly Osovitny
|
|
2468
|
+
|
|
2469
|
+
Created:
|
|
2470
|
+
29 Jul 2022
|
|
2471
|
+
|
|
2472
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2473
|
+
</file>
|
|
2474
|
+
*/
|
|
2475
|
+
class NodataComponent {
|
|
2476
|
+
constructor() {
|
|
2477
|
+
this.dataLoading = false;
|
|
2478
|
+
this.dataLoaded = false;
|
|
2479
|
+
this.dataFound = false;
|
|
2480
|
+
this.icon = 'fas fa-cubes fa-w-16 fa-9x';
|
|
2481
|
+
this.heading = 'No data found';
|
|
2482
|
+
this.headingClass = 'text-uppercase text-primary';
|
|
2483
|
+
}
|
|
2484
|
+
}
|
|
2485
|
+
NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2486
|
+
NodataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: NodataComponent, selector: "anatoly-nodata", inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", icon: "icon", heading: "heading", headingClass: "headingClass" }, ngImport: i0, template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded'>\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2487
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
|
|
2488
|
+
type: Component,
|
|
2489
|
+
args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded'>\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
|
|
2490
|
+
}], ctorParameters: function () { return []; }, propDecorators: { dataLoading: [{
|
|
2491
|
+
type: Input
|
|
2492
|
+
}], dataLoaded: [{
|
|
2493
|
+
type: Input
|
|
2494
|
+
}], dataFound: [{
|
|
2495
|
+
type: Input
|
|
2496
|
+
}], icon: [{
|
|
2497
|
+
type: Input
|
|
2498
|
+
}], heading: [{
|
|
2499
|
+
type: Input
|
|
2500
|
+
}], headingClass: [{
|
|
2501
|
+
type: Input
|
|
2502
|
+
}] } });
|
|
2503
|
+
|
|
2504
|
+
/*
|
|
2505
|
+
<file>
|
|
2506
|
+
Project:
|
|
2507
|
+
@osovitny/anatoly
|
|
2508
|
+
|
|
2509
|
+
Authors:
|
|
2510
|
+
Vadim Osovitny
|
|
2511
|
+
Anatoly Osovitny
|
|
2512
|
+
|
|
2513
|
+
Created:
|
|
2514
|
+
9 May 2020
|
|
2515
|
+
|
|
2516
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2517
|
+
</file>
|
|
2518
|
+
*/
|
|
2519
|
+
class LoadingComponent {
|
|
2520
|
+
constructor(loadingService) {
|
|
2521
|
+
this.loadingService = loadingService;
|
|
2522
|
+
// Private
|
|
2523
|
+
this.subs = new Subs();
|
|
2524
|
+
// Public
|
|
2525
|
+
this.show = false;
|
|
2526
|
+
}
|
|
2527
|
+
ngOnInit() {
|
|
2528
|
+
this.subs.sink = this.loadingService.subscribe({
|
|
2529
|
+
next: (data) => {
|
|
2530
|
+
this.show = data;
|
|
2531
|
+
}
|
|
2532
|
+
});
|
|
2533
|
+
}
|
|
2534
|
+
ngOnDestroy() {
|
|
2535
|
+
this.subs.unsubscribe();
|
|
2536
|
+
}
|
|
2537
|
+
}
|
|
2538
|
+
LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2539
|
+
LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2540
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
|
|
2541
|
+
type: Component,
|
|
2542
|
+
args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
|
|
2543
|
+
}], ctorParameters: function () { return [{ type: LoadingService }]; } });
|
|
2544
|
+
|
|
2545
|
+
const Spinkit = {
|
|
2546
|
+
skChasingDots: 'sk-chasing-dots',
|
|
2547
|
+
skCubeGrid: 'sk-cube-grid',
|
|
2548
|
+
skDoubleBounce: 'sk-double-bounce',
|
|
2549
|
+
skRotatingPlane: 'sk-rotationg-plane',
|
|
2550
|
+
skSpinnerPulse: 'sk-spinner-pulse',
|
|
2551
|
+
skThreeBounce: 'sk-three-bounce',
|
|
2552
|
+
skWanderingCubes: 'sk-wandering-cubes',
|
|
2553
|
+
skWave: 'sk-wave',
|
|
2554
|
+
skLine: 'sk-line-material'
|
|
2555
|
+
};
|
|
2556
|
+
|
|
2557
|
+
/*
|
|
2558
|
+
<file>
|
|
2559
|
+
Project:
|
|
2560
|
+
@osovitny/anatoly
|
|
2561
|
+
|
|
2562
|
+
Authors:
|
|
2563
|
+
Vadim Osovitny
|
|
2564
|
+
Anatoly Osovitny
|
|
2565
|
+
|
|
2566
|
+
Created:
|
|
2567
|
+
16 May 2020
|
|
2568
|
+
|
|
2569
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2570
|
+
</file>
|
|
2571
|
+
*/
|
|
2572
|
+
class PageSpinnerComponent {
|
|
2573
|
+
constructor(router) {
|
|
2574
|
+
this.router = router;
|
|
2575
|
+
this.isSpinnerVisible = true;
|
|
2576
|
+
this.Spinkit = Spinkit;
|
|
2577
|
+
this.backgroundColor = '#2196f3';
|
|
2578
|
+
this.spinner = Spinkit.skLine;
|
|
2579
|
+
router.events.subscribe({
|
|
2580
|
+
next: (routerEvent) => {
|
|
2581
|
+
this.checkRouterEvent(routerEvent);
|
|
2582
|
+
}
|
|
2583
|
+
});
|
|
2584
|
+
}
|
|
2585
|
+
checkRouterEvent(routerEvent) {
|
|
2586
|
+
if (routerEvent instanceof NavigationStart) {
|
|
2587
|
+
this.isSpinnerVisible = true;
|
|
2588
|
+
}
|
|
2589
|
+
if (routerEvent instanceof NavigationEnd ||
|
|
2590
|
+
routerEvent instanceof NavigationCancel ||
|
|
2591
|
+
routerEvent instanceof NavigationError) {
|
|
2592
|
+
this.isSpinnerVisible = false;
|
|
2593
|
+
}
|
|
2594
|
+
}
|
|
2595
|
+
ngOnDestroy() {
|
|
2596
|
+
this.isSpinnerVisible = false;
|
|
2597
|
+
}
|
|
2598
|
+
}
|
|
2599
|
+
PageSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
|
|
2600
|
+
PageSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: PageSpinnerComponent, selector: "anatoly-pagespinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
2601
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
|
|
2602
|
+
type: Component,
|
|
2603
|
+
args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
|
|
2604
|
+
}], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { backgroundColor: [{
|
|
2605
|
+
type: Input
|
|
2606
|
+
}], spinner: [{
|
|
2607
|
+
type: Input
|
|
2608
|
+
}] } });
|
|
2609
|
+
|
|
2373
2610
|
/*
|
|
2374
2611
|
<file>
|
|
2375
2612
|
Project:
|
|
@@ -2489,36 +2726,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
2489
2726
|
type: Input
|
|
2490
2727
|
}] } });
|
|
2491
2728
|
|
|
2492
|
-
/*
|
|
2493
|
-
<file>
|
|
2494
|
-
Project:
|
|
2495
|
-
@osovitny/anatoly
|
|
2496
|
-
|
|
2497
|
-
Authors:
|
|
2498
|
-
Vadim Osovitny
|
|
2499
|
-
Anatoly Osovitny
|
|
2500
|
-
|
|
2501
|
-
Created:
|
|
2502
|
-
15 Aug 2022
|
|
2503
|
-
|
|
2504
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
2505
|
-
</file>
|
|
2506
|
-
*/
|
|
2507
|
-
class CheckIconComponent {
|
|
2508
|
-
constructor() {
|
|
2509
|
-
//Inputs
|
|
2510
|
-
this.checked = true;
|
|
2511
|
-
}
|
|
2512
|
-
}
|
|
2513
|
-
CheckIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2514
|
-
CheckIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: CheckIconComponent, selector: "anatoly-check-icon", inputs: { checked: "checked" }, ngImport: i0, template: "<i class='fas' [ngClass]=\"{ 'fa-check-circle text-success': checked, 'fa-times-circle text-danger':!checked }\"></i>\r\n<ng-content></ng-content>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
|
|
2515
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, decorators: [{
|
|
2516
|
-
type: Component,
|
|
2517
|
-
args: [{ selector: 'anatoly-check-icon', template: "<i class='fas' [ngClass]=\"{ 'fa-check-circle text-success': checked, 'fa-times-circle text-danger':!checked }\"></i>\r\n<ng-content></ng-content>\r\n" }]
|
|
2518
|
-
}], ctorParameters: function () { return []; }, propDecorators: { checked: [{
|
|
2519
|
-
type: Input
|
|
2520
|
-
}] } });
|
|
2521
|
-
|
|
2522
2729
|
/*
|
|
2523
2730
|
<file>
|
|
2524
2731
|
Project:
|
|
@@ -2914,14 +3121,14 @@ class NativeElementDirective {
|
|
|
2914
3121
|
this.control.control.nativeElement = this.el.nativeElement;
|
|
2915
3122
|
}
|
|
2916
3123
|
}
|
|
2917
|
-
NativeElementDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NativeElementDirective, deps: [{ token: i0.ElementRef }, { token: i1$
|
|
3124
|
+
NativeElementDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NativeElementDirective, deps: [{ token: i0.ElementRef }, { token: i1$7.NgControl }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2918
3125
|
NativeElementDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "14.0.6", type: NativeElementDirective, selector: "[formControl], [formControlName]", ngImport: i0 });
|
|
2919
3126
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NativeElementDirective, decorators: [{
|
|
2920
3127
|
type: Directive,
|
|
2921
3128
|
args: [{
|
|
2922
3129
|
selector: '[formControl], [formControlName]'
|
|
2923
3130
|
}]
|
|
2924
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$
|
|
3131
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1$7.NgControl }]; } });
|
|
2925
3132
|
|
|
2926
3133
|
/*
|
|
2927
3134
|
<file>
|
|
@@ -3002,210 +3209,47 @@ class ValidationSummaryComponent extends BaseEditComponent {
|
|
|
3002
3209
|
* Retrieve tilte of control
|
|
3003
3210
|
* @param control
|
|
3004
3211
|
*/
|
|
3005
|
-
getControlTitle(control) {
|
|
3006
|
-
if (control === null || control === void 0 ? void 0 : control.nativeElement) {
|
|
3007
|
-
let controlTitle = this.getTitleAttribute(control.nativeElement);
|
|
3008
|
-
if (controlTitle) {
|
|
3009
|
-
return controlTitle;
|
|
3010
|
-
}
|
|
3011
|
-
}
|
|
3012
|
-
return undefined;
|
|
3013
|
-
}
|
|
3014
|
-
/**
|
|
3015
|
-
* Return title attribute of form control
|
|
3016
|
-
*/
|
|
3017
|
-
getTitleAttribute(nativeElement) {
|
|
3018
|
-
var _a, _b, _c, _d, _e, _f;
|
|
3019
|
-
let title;
|
|
3020
|
-
switch (nativeElement.tagName) {
|
|
3021
|
-
// For Kendo time and date picker element title is assigned to the 4th child control.
|
|
3022
|
-
case "KENDO-TIMEPICKER":
|
|
3023
|
-
case "KENDO-DATEPICKER":
|
|
3024
|
-
title =
|
|
3025
|
-
(_d = (_c = (_b = (_a = nativeElement.children[0]) === null || _a === void 0 ? void 0 : _a.children[0]) === null || _b === void 0 ? void 0 : _b.children[0]) === null || _c === void 0 ? void 0 : _c.children[0]) === null || _d === void 0 ? void 0 : _d.getAttribute("title");
|
|
3026
|
-
break;
|
|
3027
|
-
// For Kendo numaric element title is assigned to the 2nd child control.
|
|
3028
|
-
case "KENDO-NUMERICTEXTBOX":
|
|
3029
|
-
title = (_f = (_e = nativeElement.children[0]) === null || _e === void 0 ? void 0 : _e.children[0]) === null || _f === void 0 ? void 0 : _f.getAttribute("title");
|
|
3030
|
-
break;
|
|
3031
|
-
default:
|
|
3032
|
-
title = nativeElement.getAttribute("title");
|
|
3033
|
-
break;
|
|
3034
|
-
}
|
|
3035
|
-
return title;
|
|
3036
|
-
}
|
|
3037
|
-
}
|
|
3038
|
-
ValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3039
|
-
ValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ValidationSummaryComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
3040
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ValidationSummaryComponent, decorators: [{
|
|
3041
|
-
type: Component,
|
|
3042
|
-
args: [{
|
|
3043
|
-
template: "",
|
|
3044
|
-
}]
|
|
3045
|
-
}], ctorParameters: function () { return []; } });
|
|
3046
|
-
|
|
3047
|
-
/*
|
|
3048
|
-
<file>
|
|
3049
|
-
Project:
|
|
3050
|
-
@osovitny/anatoly
|
|
3051
|
-
|
|
3052
|
-
Authors:
|
|
3053
|
-
Vadim Osovitny
|
|
3054
|
-
Anatoly Osovitny
|
|
3055
|
-
|
|
3056
|
-
Created:
|
|
3057
|
-
6 Dec 2017
|
|
3058
|
-
|
|
3059
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3060
|
-
</file>
|
|
3061
|
-
*/
|
|
3062
|
-
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3063
|
-
constructor() {
|
|
3064
|
-
super();
|
|
3065
|
-
}
|
|
3066
|
-
}
|
|
3067
|
-
ItemValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ItemValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3068
|
-
ItemValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: { controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3069
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ItemValidationSummaryComponent, decorators: [{
|
|
3070
|
-
type: Component,
|
|
3071
|
-
args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
|
|
3072
|
-
}], ctorParameters: function () { return []; }, propDecorators: { controlName: [{
|
|
3073
|
-
type: Input
|
|
3074
|
-
}], controlTitle: [{
|
|
3075
|
-
type: Input
|
|
3076
|
-
}] } });
|
|
3077
|
-
|
|
3078
|
-
/*
|
|
3079
|
-
<file>
|
|
3080
|
-
Project:
|
|
3081
|
-
@osovitny/anatoly
|
|
3082
|
-
|
|
3083
|
-
Authors:
|
|
3084
|
-
Vadim Osovitny
|
|
3085
|
-
Anatoly Osovitny
|
|
3086
|
-
|
|
3087
|
-
Created:
|
|
3088
|
-
12 Dec 2017
|
|
3089
|
-
|
|
3090
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3091
|
-
</file>
|
|
3092
|
-
*/
|
|
3093
|
-
class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3094
|
-
constructor() {
|
|
3095
|
-
super();
|
|
3096
|
-
this.editorFormKey = "html";
|
|
3097
|
-
}
|
|
3098
|
-
setFormValueAfterInitialized(name, value) {
|
|
3099
|
-
this.doAfterInitialized(function (that) {
|
|
3100
|
-
that.setFormValue(name, value);
|
|
3101
|
-
});
|
|
3102
|
-
}
|
|
3103
|
-
}
|
|
3104
|
-
FormsHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormsHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3105
|
-
FormsHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: FormsHtmlEditorComponent, selector: "anatoly-forms-html-editor", inputs: { editorFormKey: "editorFormKey" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$6.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$6.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$6.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$7.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
3106
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormsHtmlEditorComponent, decorators: [{
|
|
3107
|
-
type: Component,
|
|
3108
|
-
args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
|
|
3109
|
-
}], ctorParameters: function () { return []; }, propDecorators: { editorFormKey: [{
|
|
3110
|
-
type: Input
|
|
3111
|
-
}] } });
|
|
3112
|
-
|
|
3113
|
-
/*
|
|
3114
|
-
<file>
|
|
3115
|
-
Project:
|
|
3116
|
-
@osovitny/anatoly
|
|
3117
|
-
|
|
3118
|
-
Authors:
|
|
3119
|
-
Vadim Osovitny
|
|
3120
|
-
Anatoly Osovitny
|
|
3121
|
-
|
|
3122
|
-
Created:
|
|
3123
|
-
12 Dec 2017
|
|
3124
|
-
|
|
3125
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3126
|
-
</file>
|
|
3127
|
-
*/
|
|
3128
|
-
class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3129
|
-
constructor() {
|
|
3130
|
-
super();
|
|
3131
|
-
}
|
|
3132
|
-
setHtml(content) {
|
|
3133
|
-
this.doAfterInitialized(function (that) {
|
|
3134
|
-
let editor = that.getEditor();
|
|
3135
|
-
if (typeof editor == "undefined" || editor == null) {
|
|
3136
|
-
return;
|
|
3137
|
-
}
|
|
3138
|
-
editor.html.set(content);
|
|
3139
|
-
});
|
|
3140
|
-
}
|
|
3141
|
-
getHtml() {
|
|
3142
|
-
let editor = this.getEditor();
|
|
3143
|
-
if (typeof editor == "undefined" || editor == null) {
|
|
3144
|
-
return;
|
|
3145
|
-
}
|
|
3146
|
-
return editor.html.get(false);
|
|
3147
|
-
}
|
|
3148
|
-
}
|
|
3149
|
-
HtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: HtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3150
|
-
HtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: HtmlEditorComponent, selector: "anatoly-html-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$7.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }] });
|
|
3151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: HtmlEditorComponent, decorators: [{
|
|
3152
|
-
type: Component,
|
|
3153
|
-
args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
|
|
3154
|
-
}], ctorParameters: function () { return []; } });
|
|
3155
|
-
|
|
3156
|
-
/*
|
|
3157
|
-
<file>
|
|
3158
|
-
Project:
|
|
3159
|
-
@osovitny/anatoly
|
|
3160
|
-
|
|
3161
|
-
Authors:
|
|
3162
|
-
Vadim Osovitny
|
|
3163
|
-
Anatoly Osovitny
|
|
3164
|
-
|
|
3165
|
-
Created:
|
|
3166
|
-
4 Jul 2018
|
|
3167
|
-
|
|
3168
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3169
|
-
</file>
|
|
3170
|
-
*/
|
|
3171
|
-
class SignInButtonComponent {
|
|
3172
|
-
constructor() { }
|
|
3173
|
-
}
|
|
3174
|
-
SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3175
|
-
SignInButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignInButtonComponent, selector: "anatoly-signin-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" });
|
|
3176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
|
|
3177
|
-
type: Component,
|
|
3178
|
-
args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
|
|
3179
|
-
}], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
|
|
3180
|
-
type: Input
|
|
3181
|
-
}] } });
|
|
3182
|
-
|
|
3183
|
-
/*
|
|
3184
|
-
<file>
|
|
3185
|
-
Project:
|
|
3186
|
-
@osovitny/anatoly
|
|
3187
|
-
|
|
3188
|
-
Authors:
|
|
3189
|
-
Vadim Osovitny
|
|
3190
|
-
Anatoly Osovitny
|
|
3191
|
-
|
|
3192
|
-
Created:
|
|
3193
|
-
4 Jul 2018
|
|
3194
|
-
|
|
3195
|
-
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3196
|
-
</file>
|
|
3197
|
-
*/
|
|
3198
|
-
class SignOutButtonComponent {
|
|
3199
|
-
constructor() { }
|
|
3212
|
+
getControlTitle(control) {
|
|
3213
|
+
if (control === null || control === void 0 ? void 0 : control.nativeElement) {
|
|
3214
|
+
let controlTitle = this.getTitleAttribute(control.nativeElement);
|
|
3215
|
+
if (controlTitle) {
|
|
3216
|
+
return controlTitle;
|
|
3217
|
+
}
|
|
3218
|
+
}
|
|
3219
|
+
return undefined;
|
|
3220
|
+
}
|
|
3221
|
+
/**
|
|
3222
|
+
* Return title attribute of form control
|
|
3223
|
+
*/
|
|
3224
|
+
getTitleAttribute(nativeElement) {
|
|
3225
|
+
var _a, _b, _c, _d, _e, _f;
|
|
3226
|
+
let title;
|
|
3227
|
+
switch (nativeElement.tagName) {
|
|
3228
|
+
// For Kendo time and date picker element title is assigned to the 4th child control.
|
|
3229
|
+
case "KENDO-TIMEPICKER":
|
|
3230
|
+
case "KENDO-DATEPICKER":
|
|
3231
|
+
title =
|
|
3232
|
+
(_d = (_c = (_b = (_a = nativeElement.children[0]) === null || _a === void 0 ? void 0 : _a.children[0]) === null || _b === void 0 ? void 0 : _b.children[0]) === null || _c === void 0 ? void 0 : _c.children[0]) === null || _d === void 0 ? void 0 : _d.getAttribute("title");
|
|
3233
|
+
break;
|
|
3234
|
+
// For Kendo numaric element title is assigned to the 2nd child control.
|
|
3235
|
+
case "KENDO-NUMERICTEXTBOX":
|
|
3236
|
+
title = (_f = (_e = nativeElement.children[0]) === null || _e === void 0 ? void 0 : _e.children[0]) === null || _f === void 0 ? void 0 : _f.getAttribute("title");
|
|
3237
|
+
break;
|
|
3238
|
+
default:
|
|
3239
|
+
title = nativeElement.getAttribute("title");
|
|
3240
|
+
break;
|
|
3241
|
+
}
|
|
3242
|
+
return title;
|
|
3243
|
+
}
|
|
3200
3244
|
}
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type:
|
|
3245
|
+
ValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3246
|
+
ValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ValidationSummaryComponent, selector: "ng-component", usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
3247
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ValidationSummaryComponent, decorators: [{
|
|
3204
3248
|
type: Component,
|
|
3205
|
-
args: [{
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
|
|
3249
|
+
args: [{
|
|
3250
|
+
template: "",
|
|
3251
|
+
}]
|
|
3252
|
+
}], ctorParameters: function () { return []; } });
|
|
3209
3253
|
|
|
3210
3254
|
/*
|
|
3211
3255
|
<file>
|
|
@@ -3217,37 +3261,24 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
3217
3261
|
Anatoly Osovitny
|
|
3218
3262
|
|
|
3219
3263
|
Created:
|
|
3220
|
-
|
|
3221
|
-
|
|
3264
|
+
6 Dec 2017
|
|
3265
|
+
|
|
3222
3266
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3223
3267
|
</file>
|
|
3224
3268
|
*/
|
|
3225
|
-
class
|
|
3269
|
+
class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
3226
3270
|
constructor() {
|
|
3227
|
-
|
|
3228
|
-
this.dataLoaded = false;
|
|
3229
|
-
this.dataFound = false;
|
|
3230
|
-
this.icon = 'fas fa-cubes fa-w-16 fa-9x';
|
|
3231
|
-
this.heading = 'No data found';
|
|
3232
|
-
this.headingClass = 'text-uppercase text-primary';
|
|
3271
|
+
super();
|
|
3233
3272
|
}
|
|
3234
3273
|
}
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type:
|
|
3274
|
+
ItemValidationSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ItemValidationSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3275
|
+
ItemValidationSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: { controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
3276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ItemValidationSummaryComponent, decorators: [{
|
|
3238
3277
|
type: Component,
|
|
3239
|
-
args: [{ selector:
|
|
3240
|
-
}], ctorParameters: function () { return []; }, propDecorators: {
|
|
3241
|
-
type: Input
|
|
3242
|
-
}], dataLoaded: [{
|
|
3243
|
-
type: Input
|
|
3244
|
-
}], dataFound: [{
|
|
3245
|
-
type: Input
|
|
3246
|
-
}], icon: [{
|
|
3247
|
-
type: Input
|
|
3248
|
-
}], heading: [{
|
|
3278
|
+
args: [{ selector: "anatoly-item-validation-summary", template: "<ul class=\"list-unstyled\" *ngIf=\"isControlInvalid(controlName)\">\r\n <li *ngFor=\"let error of getValidationMessages(formGroup.get(controlName), controlTitle)\">\r\n <span class=\"help-block\">{{ error }}</span>\r\n </li>\r\n</ul>\r\n\r\n" }]
|
|
3279
|
+
}], ctorParameters: function () { return []; }, propDecorators: { controlName: [{
|
|
3249
3280
|
type: Input
|
|
3250
|
-
}],
|
|
3281
|
+
}], controlTitle: [{
|
|
3251
3282
|
type: Input
|
|
3252
3283
|
}] } });
|
|
3253
3284
|
|
|
@@ -3261,48 +3292,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
3261
3292
|
Anatoly Osovitny
|
|
3262
3293
|
|
|
3263
3294
|
Created:
|
|
3264
|
-
|
|
3265
|
-
|
|
3295
|
+
12 Dec 2017
|
|
3296
|
+
|
|
3266
3297
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3267
3298
|
</file>
|
|
3268
3299
|
*/
|
|
3269
|
-
class
|
|
3270
|
-
constructor(
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
this.subs = new Subs();
|
|
3274
|
-
// Public
|
|
3275
|
-
this.show = false;
|
|
3300
|
+
class FormsHtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3301
|
+
constructor() {
|
|
3302
|
+
super();
|
|
3303
|
+
this.editorFormKey = "html";
|
|
3276
3304
|
}
|
|
3277
|
-
|
|
3278
|
-
this.
|
|
3279
|
-
|
|
3280
|
-
this.show = data;
|
|
3281
|
-
}
|
|
3305
|
+
setFormValueAfterInitialized(name, value) {
|
|
3306
|
+
this.doAfterInitialized(function (that) {
|
|
3307
|
+
that.setFormValue(name, value);
|
|
3282
3308
|
});
|
|
3283
3309
|
}
|
|
3284
|
-
ngOnDestroy() {
|
|
3285
|
-
this.subs.unsubscribe();
|
|
3286
|
-
}
|
|
3287
3310
|
}
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type:
|
|
3311
|
+
FormsHtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormsHtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3312
|
+
FormsHtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: FormsHtmlEditorComponent, selector: "anatoly-forms-html-editor", inputs: { editorFormKey: "editorFormKey" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i1$8.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
3313
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FormsHtmlEditorComponent, decorators: [{
|
|
3291
3314
|
type: Component,
|
|
3292
|
-
args: [{ selector:
|
|
3293
|
-
}], ctorParameters: function () { return [
|
|
3294
|
-
|
|
3295
|
-
|
|
3296
|
-
skChasingDots: 'sk-chasing-dots',
|
|
3297
|
-
skCubeGrid: 'sk-cube-grid',
|
|
3298
|
-
skDoubleBounce: 'sk-double-bounce',
|
|
3299
|
-
skRotatingPlane: 'sk-rotationg-plane',
|
|
3300
|
-
skSpinnerPulse: 'sk-spinner-pulse',
|
|
3301
|
-
skThreeBounce: 'sk-three-bounce',
|
|
3302
|
-
skWanderingCubes: 'sk-wandering-cubes',
|
|
3303
|
-
skWave: 'sk-wave',
|
|
3304
|
-
skLine: 'sk-line-material'
|
|
3305
|
-
};
|
|
3315
|
+
args: [{ selector: "anatoly-forms-html-editor", template: "<div [formGroup]=\"formGroup\" [ngClass]=\"{'has-error': isControlInvalid(editorFormKey) }\" class=\"form-group\" >\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [formControlName]=\"editorFormKey\" [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n <anatoly-item-validation-summary [formGroup]=\"formGroup\"\r\n [formSubmitted]=\"formSubmitted\"\r\n [controlName]=\"editorFormKey\"\r\n [controlTitle]=\"editorLabelText\">\r\n </anatoly-item-validation-summary>\r\n</div>\r\n" }]
|
|
3316
|
+
}], ctorParameters: function () { return []; }, propDecorators: { editorFormKey: [{
|
|
3317
|
+
type: Input
|
|
3318
|
+
}] } });
|
|
3306
3319
|
|
|
3307
3320
|
/*
|
|
3308
3321
|
<file>
|
|
@@ -3314,48 +3327,38 @@ const Spinkit = {
|
|
|
3314
3327
|
Anatoly Osovitny
|
|
3315
3328
|
|
|
3316
3329
|
Created:
|
|
3317
|
-
|
|
3330
|
+
12 Dec 2017
|
|
3318
3331
|
|
|
3319
3332
|
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
3320
3333
|
</file>
|
|
3321
3334
|
*/
|
|
3322
|
-
class
|
|
3323
|
-
constructor(
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
this.
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
this.checkRouterEvent(routerEvent);
|
|
3335
|
+
class HtmlEditorComponent extends BaseHtmlEditorComponent {
|
|
3336
|
+
constructor() {
|
|
3337
|
+
super();
|
|
3338
|
+
}
|
|
3339
|
+
setHtml(content) {
|
|
3340
|
+
this.doAfterInitialized(function (that) {
|
|
3341
|
+
let editor = that.getEditor();
|
|
3342
|
+
if (typeof editor == "undefined" || editor == null) {
|
|
3343
|
+
return;
|
|
3332
3344
|
}
|
|
3345
|
+
editor.html.set(content);
|
|
3333
3346
|
});
|
|
3334
3347
|
}
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
if (routerEvent instanceof NavigationEnd ||
|
|
3340
|
-
routerEvent instanceof NavigationCancel ||
|
|
3341
|
-
routerEvent instanceof NavigationError) {
|
|
3342
|
-
this.isSpinnerVisible = false;
|
|
3348
|
+
getHtml() {
|
|
3349
|
+
let editor = this.getEditor();
|
|
3350
|
+
if (typeof editor == "undefined" || editor == null) {
|
|
3351
|
+
return;
|
|
3343
3352
|
}
|
|
3344
|
-
|
|
3345
|
-
ngOnDestroy() {
|
|
3346
|
-
this.isSpinnerVisible = false;
|
|
3353
|
+
return editor.html.get(false);
|
|
3347
3354
|
}
|
|
3348
3355
|
}
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type:
|
|
3356
|
+
HtmlEditorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: HtmlEditorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3357
|
+
HtmlEditorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: HtmlEditorComponent, selector: "anatoly-html-editor", usesInheritance: true, ngImport: i0, template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$8.FroalaEditorDirective, selector: "[froalaEditor]", inputs: ["froalaEditor", "froalaModel"], outputs: ["froalaModelChange", "froalaInit"], exportAs: ["froalaEditor"] }] });
|
|
3358
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: HtmlEditorComponent, decorators: [{
|
|
3352
3359
|
type: Component,
|
|
3353
|
-
args: [{ selector:
|
|
3354
|
-
}], ctorParameters: function () { return [
|
|
3355
|
-
type: Input
|
|
3356
|
-
}], spinner: [{
|
|
3357
|
-
type: Input
|
|
3358
|
-
}] } });
|
|
3360
|
+
args: [{ selector: "anatoly-html-editor", template: "<div class=\"form-group\">\r\n <label class=\"col-form-label\">{{ editorLabelText }}</label>\r\n <textarea [froalaEditor]=\"options\" (froalaInit)=\"initializeControl($event)\"></textarea>\r\n</div>\r\n" }]
|
|
3361
|
+
}], ctorParameters: function () { return []; } });
|
|
3359
3362
|
|
|
3360
3363
|
/*
|
|
3361
3364
|
<file>
|
|
@@ -3730,12 +3733,12 @@ class ContactUsForm extends BaseEditComponent {
|
|
|
3730
3733
|
this.selectedTopic = event.target.value;
|
|
3731
3734
|
}
|
|
3732
3735
|
}
|
|
3733
|
-
ContactUsForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsForm, deps: [{ token: i1$
|
|
3734
|
-
ContactUsForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ContactUsForm, selector: "anatoly-forms-contactus-form", inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, viewQueries: [{ propertyName: "recaptcha", first: true, predicate: ["recaptcha"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col-6\">\r\n <div style='transform:scale(0.8);transform-origin:0;'>\r\n <ngx-recaptcha2 #recaptcha [siteKey]='siteKey' formControlName='captcha'></ngx-recaptcha2>\r\n </div>\r\n </div>\r\n <div class=\"col-6\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success float-right m-t-20'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$
|
|
3736
|
+
ContactUsForm.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsForm, deps: [{ token: i1$7.FormBuilder }, { token: AppContextService }, { token: EmailsApiService }, { token: NotificationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3737
|
+
ContactUsForm.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ContactUsForm, selector: "anatoly-forms-contactus-form", inputs: { showActionButtons: "showActionButtons" }, outputs: { submit: "submit" }, viewQueries: [{ propertyName: "recaptcha", first: true, predicate: ["recaptcha"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col-6\">\r\n <div style='transform:scale(0.8);transform-origin:0;'>\r\n <ngx-recaptcha2 #recaptcha [siteKey]='siteKey' formControlName='captcha'></ngx-recaptcha2>\r\n </div>\r\n </div>\r\n <div class=\"col-6\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success float-right m-t-20'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$7.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1$7.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: i6.ReCaptcha2Component, selector: "ngx-recaptcha2", inputs: ["theme", "size", "hl"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: FormValidationSummaryComponent, selector: "anatoly-form-validation-summary", inputs: ["visible", "customerrors", "viewtype"] }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
3735
3738
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsForm, decorators: [{
|
|
3736
3739
|
type: Component,
|
|
3737
3740
|
args: [{ selector: 'anatoly-forms-contactus-form', template: "<form (ngSubmit)='onSubmit()' [formGroup]='formGroup' novalidate>\r\n <anatoly-form-validation-summary [formGroup]='formGroup'\r\n [visible]='formSubmitted && formGroup.invalid'></anatoly-form-validation-summary>\r\n\r\n <div class='contact-us'>\r\n <div class=\"row\">\r\n <div class='form-fields col-6'>\r\n <p>What can we help you with?</p>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('topic') }\" class='form-topic'>\r\n <div class='form-select-wrapper'>\r\n <label class='assistive-text'>Topic *</label>\r\n <select (change)='onTopicChange($event)' class='form-select' formControlName='topic'>\r\n <option *ngFor='let topic of topicList' [value]='topic.value'>{{ topic.value }} </option>\r\n </select>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='topic'\r\n controlTitle='topic'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('name') }\" class='form-name'>\r\n <label class='assistive-text'>Name *</label>\r\n <input class='form-control' formControlName='name' placeholder='Name *' type='text'>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='name'\r\n controlTitle='name'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('email') }\" class='form-email'>\r\n <label class='assistive-text'>E-mail * </label>\r\n <input class='form-control' formControlName='email' placeholder='E-mail *' type='text' />\r\n <p *ngIf='!isUserSignedIn'>Please indicate the email used for your MailEx login if you already have an account</p>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='email'\r\n controlTitle='email'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('subject') }\" class='form-subject'>\r\n <label class='assistive-text'>Subject *</label>\r\n <input class='form-control' formControlName='subject' placeholder='Subject *' type='text' />\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='subject'\r\n controlTitle='subject'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n <div class='col-6'>\r\n <div [ngClass]=\"{'has-error': isControlInvalid('message') }\" class='form-message'>\r\n <label class='assistive-text'>Message *</label>\r\n <textarea formControlName='message' name='message' placeholder='Message *' rows='4'\r\n type='text'></textarea>\r\n <anatoly-item-validation-summary [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'\r\n controlName='message'\r\n controlTitle='message'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"row form-footer\">\r\n <div class=\"col-6\">\r\n <div style='transform:scale(0.8);transform-origin:0;'>\r\n <ngx-recaptcha2 #recaptcha [siteKey]='siteKey' formControlName='captcha'></ngx-recaptcha2>\r\n </div>\r\n </div>\r\n <div class=\"col-6\">\r\n <button *ngIf='showActionButtons'\r\n [class.btn-primary]='!formGroup.invalid'\r\n class='btn btn-success float-right m-t-20'\r\n type='submit'>\r\n Submit\r\n </button>\r\n </div>\r\n </div>\r\n </div>\r\n</form>\r\n" }]
|
|
3738
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
3741
|
+
}], ctorParameters: function () { return [{ type: i1$7.FormBuilder }, { type: AppContextService }, { type: EmailsApiService }, { type: NotificationService }]; }, propDecorators: { showActionButtons: [{
|
|
3739
3742
|
type: Input
|
|
3740
3743
|
}], submit: [{
|
|
3741
3744
|
type: Output
|
|
@@ -3776,7 +3779,7 @@ class ContactUsDialog extends BaseDialog {
|
|
|
3776
3779
|
}
|
|
3777
3780
|
}
|
|
3778
3781
|
ContactUsDialog.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsDialog, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3779
|
-
ContactUsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ContactUsDialog, selector: "anatoly-contactus-dialog", viewQueries: [{ propertyName: "contactUsForm", first: true, predicate: ["contactusform"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='800' title='Contact Us' class=\"k-dialog-wrapper\">\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-dialog-buttongroup k-actions k-actions-stretched\">\r\n <button (click)='onSubmitFire()' class='btn btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-danger' type='button'>Cancel</button>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>\r\n", dependencies: [{ kind: "component", type: i1$
|
|
3782
|
+
ContactUsDialog.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: ContactUsDialog, selector: "anatoly-contactus-dialog", viewQueries: [{ propertyName: "contactUsForm", first: true, predicate: ["contactusform"], descendants: true }], usesInheritance: true, ngImport: i0, template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='800' title='Contact Us' class=\"k-dialog-wrapper\">\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-dialog-buttongroup k-actions k-actions-stretched\">\r\n <button (click)='onSubmitFire()' class='btn btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-danger' type='button'>Cancel</button>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>\r\n", dependencies: [{ kind: "component", type: i1$9.DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: i1$9.DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ContactUsForm, selector: "anatoly-forms-contactus-form", inputs: ["showActionButtons"], outputs: ["submit"] }] });
|
|
3780
3783
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: ContactUsDialog, decorators: [{
|
|
3781
3784
|
type: Component,
|
|
3782
3785
|
args: [{ selector: 'anatoly-contactus-dialog', template: "<kendo-dialog (close)='onClose()' *ngIf='isOpen' [width]='800' title='Contact Us' class=\"k-dialog-wrapper\">\r\n <div class=\"k-content k-window-content k-dialog-content\">\r\n <anatoly-forms-contactus-form #contactusform [showActionButtons]='false' (submit)='onSubmit()'>\r\n </anatoly-forms-contactus-form>\r\n </div>\r\n <kendo-dialog-actions class=\"k-dialog-buttongroup k-actions k-actions-stretched\">\r\n <button (click)='onSubmitFire()' class='btn btn-success' type='button'>Submit</button>\r\n <button (click)='onClose()' class='btn btn-danger' type='button'>Cancel</button>\r\n </kendo-dialog-actions>\r\n</kendo-dialog>\r\n" }]
|
|
@@ -3922,12 +3925,12 @@ class AddressComponent extends BaseEditComponent {
|
|
|
3922
3925
|
this.change.emit(usState);
|
|
3923
3926
|
}
|
|
3924
3927
|
}
|
|
3925
|
-
AddressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AddressComponent, deps: [{ token: i1$
|
|
3926
|
-
AddressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: AddressComponent, selector: "anatoly-forms-address", inputs: { title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired", address: "address" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: "<anatoly-card [class]=\"'card-primary card-outline'\">\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$
|
|
3928
|
+
AddressComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AddressComponent, deps: [{ token: i1$7.FormBuilder }, { token: CoreApiService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3929
|
+
AddressComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: AddressComponent, selector: "anatoly-forms-address", inputs: { title: "title", isTitleVisible: "isTitleVisible", isRequired: "isRequired", address: "address" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: "<anatoly-card [class]=\"'card-primary card-outline'\">\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$7.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CardComponent, selector: "anatoly-card", inputs: ["class"] }, { kind: "component", type: CardHeaderComponent, selector: "anatoly-card-header", inputs: ["class", "title"] }, { kind: "component", type: CardBodyComponent, selector: "anatoly-card-body", inputs: ["class"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
3927
3930
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AddressComponent, decorators: [{
|
|
3928
3931
|
type: Component,
|
|
3929
3932
|
args: [{ selector: 'anatoly-forms-address', template: "<anatoly-card [class]=\"'card-primary card-outline'\">\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div class='row' [formGroup]='formGroup'>\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street')}\" >\r\n <label class='col-form-label required'>Street Address</label>\r\n <input type='text' class='form-control' formControlName='address_street' placeholder='Street Address'>\r\n <anatoly-item-validation-summary controlName='address_street'\r\n controlTitle='Street'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-12' [ngClass]=\"{'has-error': isControlInvalid('address_street2')}\" >\r\n <input type='text' class='form-control' formControlName='address_street2' placeholder='Apartment, suite, unit, building, floor, etc.'>\r\n <anatoly-item-validation-summary controlName='address_street2'\r\n controlTitle='Street2'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_city')}\">\r\n <label class='col-form-label required'>City</label>\r\n <input type='text' class='form-control' formControlName='address_city' placeholder='City'>\r\n <anatoly-item-validation-summary controlName='address_city'\r\n controlTitle='City'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' *ngIf=\"formGroup.value.address_country == 'US'\" [ngClass]=\"{'has-error': isControlInvalid('address_stateOrRegion')}\">\r\n <label class='col-form-label required'>State</label>\r\n <select class='form-control' (change)='onUSStateChange($event)' formControlName='address_stateOrRegion'>\r\n <option *ngFor='let state of usStateData' [value]='state.code'>{{state.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_stateOrRegion'\r\n controlTitle='State'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_zipcode')}\" >\r\n <label class='col-form-label required'>zipcode</label>\r\n <input type='text' class='form-control' formControlName='address_zipcode' placeholder='zipcode'>\r\n <anatoly-item-validation-summary controlName='address_zipcode'\r\n controlTitle='zipcode'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n <div class='form-group col-3' [ngClass]=\"{'has-error': isControlInvalid('address_country')}\">\r\n <label class='col-form-label required'>Country</label>\r\n <select class='form-control' (change)='onCountryChange($event)' formControlName='address_country' data-placeholder='Select a Country'>\r\n <option *ngFor='let country of countryData' [value]='country.code'>{{country.name}}</option>\r\n </select>\r\n <anatoly-item-validation-summary controlName='address_country'\r\n controlTitle='Country'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
3930
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
3933
|
+
}], ctorParameters: function () { return [{ type: i1$7.FormBuilder }, { type: CoreApiService }]; }, propDecorators: { title: [{
|
|
3931
3934
|
type: Input
|
|
3932
3935
|
}], isTitleVisible: [{
|
|
3933
3936
|
type: Input
|
|
@@ -4005,12 +4008,12 @@ class CompanyComponent extends BaseEditComponent {
|
|
|
4005
4008
|
return JSON.stringify(data);
|
|
4006
4009
|
}
|
|
4007
4010
|
}
|
|
4008
|
-
CompanyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CompanyComponent, deps: [{ token: i1$
|
|
4009
|
-
CompanyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: CompanyComponent, selector: "anatoly-forms-company", inputs: { title: "title", isTitleVisible: "isTitleVisible", company: "company" }, usesInheritance: true, ngImport: i0, template: "<anatoly-card [class]=\"'card-primary card-outline'\">\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$
|
|
4011
|
+
CompanyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CompanyComponent, deps: [{ token: i1$7.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
4012
|
+
CompanyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: CompanyComponent, selector: "anatoly-forms-company", inputs: { title: "title", isTitleVisible: "isTitleVisible", company: "company" }, usesInheritance: true, ngImport: i0, template: "<anatoly-card [class]=\"'card-primary card-outline'\">\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.PatternValidator, selector: "[pattern][formControlName],[pattern][formControl],[pattern][ngModel]", inputs: ["pattern"] }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "component", type: CardComponent, selector: "anatoly-card", inputs: ["class"] }, { kind: "component", type: CardHeaderComponent, selector: "anatoly-card-header", inputs: ["class", "title"] }, { kind: "component", type: CardBodyComponent, selector: "anatoly-card-body", inputs: ["class"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
4010
4013
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CompanyComponent, decorators: [{
|
|
4011
4014
|
type: Component,
|
|
4012
4015
|
args: [{ selector: 'anatoly-forms-company', template: "<anatoly-card [class]=\"'card-primary card-outline'\">\r\n <anatoly-card-header *ngIf='isTitleVisible' [title]='title'></anatoly-card-header>\r\n <anatoly-card-body>\r\n <div [formGroup]='formGroup' class='row'>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_name') }\">\r\n <label class='col-form-label'>Name</label>\r\n <input type='text' class='form-control' formControlName='company_name' placeholder='Company Name'>\r\n <anatoly-item-validation-summary controlName='company_name'\r\n controlTitle='Company Name'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_phone') }\">\r\n <label class='col-form-label'>Phone</label>\r\n <input type='tel' class='form-control' formControlName='company_phone' placeholder='Company Phone'>\r\n <anatoly-item-validation-summary controlName='company_phone'\r\n controlTitle='Company Phone'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_email') }\">\r\n <label class='col-form-label'>Email</label>\r\n <input type='email' class='form-control' formControlName='company_email' placeholder='Company Email'>\r\n <anatoly-item-validation-summary controlName='company_email'\r\n controlTitle='Company Email'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n <div class='form-group col-6' [ngClass]=\"{'has-error': isControlInvalid('company_websiteUrl') }\">\r\n <label class='col-form-label'>Website Url</label>\r\n <input type='url' placeholder='https://example.com' pattern='https://.*' size='30'\r\n class='form-control' formControlName='company_websiteUrl'>\r\n <anatoly-item-validation-summary controlName='company_websiteUrl'\r\n controlTitle='Company website url'\r\n [formGroup]='formGroup'\r\n [formSubmitted]='formSubmitted'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n\r\n </div>\r\n </anatoly-card-body>\r\n</anatoly-card>\r\n" }]
|
|
4013
|
-
}], ctorParameters: function () { return [{ type: i1$
|
|
4016
|
+
}], ctorParameters: function () { return [{ type: i1$7.FormBuilder }]; }, propDecorators: { title: [{
|
|
4014
4017
|
type: Input
|
|
4015
4018
|
}], isTitleVisible: [{
|
|
4016
4019
|
type: Input
|
|
@@ -4076,7 +4079,7 @@ class UrlSlugComponent extends BaseEditComponent {
|
|
|
4076
4079
|
}
|
|
4077
4080
|
}
|
|
4078
4081
|
UrlSlugComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: UrlSlugComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4079
|
-
UrlSlugComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: UrlSlugComponent, selector: "anatoly-forms-urlslug", inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle", class: "class", watchedControlName: "watchedControlName", urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible" }, outputs: { generating: "generating" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">\r\n {{ urlPrefix }}\r\n </span>\r\n </label>\r\n </div>\r\n <div class='form-group flex-fill'>\r\n <input [formControlName]='controlName' type='text' placeholder='Type url slug here' (focusout)='onUrlSlugChange()'\r\n class='form-control' />\r\n </div>\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$
|
|
4082
|
+
UrlSlugComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: UrlSlugComponent, selector: "anatoly-forms-urlslug", inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle", class: "class", watchedControlName: "watchedControlName", urlPrefix: "urlPrefix", isGoButtonVisible: "isGoButtonVisible" }, outputs: { generating: "generating" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">\r\n {{ urlPrefix }}\r\n </span>\r\n </label>\r\n </div>\r\n <div class='form-group flex-fill'>\r\n <input [formControlName]='controlName' type='text' placeholder='Type url slug here' (focusout)='onUrlSlugChange()'\r\n class='form-control' />\r\n </div>\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$7.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }, { kind: "component", type: ItemValidationSummaryComponent, selector: "anatoly-item-validation-summary", inputs: ["controlName", "controlTitle"] }] });
|
|
4080
4083
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: UrlSlugComponent, decorators: [{
|
|
4081
4084
|
type: Component,
|
|
4082
4085
|
args: [{ selector: 'anatoly-forms-urlslug', template: "<div [formGroup]='formGroup' [ngClass]=\"{'has-error': isControlInvalid(controlName)}\"\r\n class=\"permalink form-group {{class}}\">\r\n <div class=\"d-flex align-items-end\">\r\n\r\n <div class=\"form-group\">\r\n <label *ngIf='isTitleVisible' class='col-form-label'>\r\n {{ title }}\r\n <span class=\"urlPrefix\">\r\n {{ urlPrefix }}\r\n </span>\r\n </label>\r\n </div>\r\n <div class='form-group flex-fill'>\r\n <input [formControlName]='controlName' type='text' placeholder='Type url slug here' (focusout)='onUrlSlugChange()'\r\n class='form-control' />\r\n </div>\r\n <div class=\"form-group flex-shrink-1\" *ngIf=\"isGoButtonVisible\">\r\n <a href=\"{{urlPrefix}}{{hrefGo}}\" target=\"_blank\" class=\"btn btn-primary\">Go</a>\r\n </div>\r\n <anatoly-item-validation-summary [formGroup]='formGroup' [formSubmitted]='formSubmitted' [controlName]='controlName'\r\n [controlTitle]='controlTitle'>\r\n </anatoly-item-validation-summary>\r\n </div>\r\n</div>\r\n" }]
|
|
@@ -4147,7 +4150,7 @@ class TimezoneDropdownlist extends BaseEditComponent {
|
|
|
4147
4150
|
}
|
|
4148
4151
|
}
|
|
4149
4152
|
TimezoneDropdownlist.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: TimezoneDropdownlist, deps: [{ token: CoreApiService }, { token: AppContextService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4150
|
-
TimezoneDropdownlist.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: TimezoneDropdownlist, selector: "anatoly-forms-timezone-dropdownlist", inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$
|
|
4153
|
+
TimezoneDropdownlist.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: TimezoneDropdownlist, selector: "anatoly-forms-timezone-dropdownlist", inputs: { title: "title", isTitleVisible: "isTitleVisible", controlName: "controlName", controlTitle: "controlTitle" }, usesInheritance: true, ngImport: i0, template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1$7.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i1$7.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i1$7.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1$7.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1$7.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i1$7.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NativeElementDirective, selector: "[formControl], [formControlName]" }] });
|
|
4151
4154
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: TimezoneDropdownlist, decorators: [{
|
|
4152
4155
|
type: Component,
|
|
4153
4156
|
args: [{ selector: 'anatoly-forms-timezone-dropdownlist', template: "<div [formGroup]='formGroup' class='form-group'>\r\n <label *ngIf='isTitleVisible' class='col-form-label'>Timezone</label>\r\n <select [formControlName]='controlName' class='form-control'>\r\n <option *ngFor='let timezone of timezoneListItems'\r\n [value]='timezone.code'>\r\n ({{timezone.offset}}) {{timezone.name}}\r\n </option>\r\n </select>\r\n</div>\r\n" }]
|
|
@@ -4416,6 +4419,44 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
4416
4419
|
}] }];
|
|
4417
4420
|
} });
|
|
4418
4421
|
|
|
4422
|
+
/*
|
|
4423
|
+
<file>
|
|
4424
|
+
Project:
|
|
4425
|
+
MailEx
|
|
4426
|
+
|
|
4427
|
+
Authors:
|
|
4428
|
+
Vadim Osovitny vadim@osovitny.com
|
|
4429
|
+
Anatoly Osovitny anatoly@osovitny.com
|
|
4430
|
+
|
|
4431
|
+
Created:
|
|
4432
|
+
18 Aug 2022
|
|
4433
|
+
|
|
4434
|
+
Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
|
|
4435
|
+
</file>
|
|
4436
|
+
*/
|
|
4437
|
+
class FaModule {
|
|
4438
|
+
constructor(library) {
|
|
4439
|
+
library.addIcons(faCheckCircle, faCircleXmark);
|
|
4440
|
+
}
|
|
4441
|
+
}
|
|
4442
|
+
FaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, deps: [{ token: i1$6.FaIconLibrary }], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4443
|
+
FaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
4444
|
+
FontAwesomeModule], exports: [FontAwesomeModule] });
|
|
4445
|
+
FaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, imports: [CommonModule,
|
|
4446
|
+
FontAwesomeModule, FontAwesomeModule] });
|
|
4447
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, decorators: [{
|
|
4448
|
+
type: NgModule,
|
|
4449
|
+
args: [{
|
|
4450
|
+
imports: [
|
|
4451
|
+
CommonModule,
|
|
4452
|
+
FontAwesomeModule
|
|
4453
|
+
],
|
|
4454
|
+
exports: [
|
|
4455
|
+
FontAwesomeModule
|
|
4456
|
+
]
|
|
4457
|
+
}]
|
|
4458
|
+
}], ctorParameters: function () { return [{ type: i1$6.FaIconLibrary }]; } });
|
|
4459
|
+
|
|
4419
4460
|
/*
|
|
4420
4461
|
<file>
|
|
4421
4462
|
Project:
|
|
@@ -4434,28 +4475,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
4434
4475
|
const FroalaEditorModuleWithProviders = FroalaEditorModule.forRoot();
|
|
4435
4476
|
const FroalaViewModuleWithProviders = FroalaViewModule.forRoot();
|
|
4436
4477
|
const COMPONENTS = [
|
|
4437
|
-
//billing
|
|
4438
4478
|
BuyAccessButtonComponent,
|
|
4439
4479
|
SubscribePlanButtonComponent,
|
|
4480
|
+
CheckIconComponent,
|
|
4481
|
+
SignInButtonComponent,
|
|
4482
|
+
SignUpButtonComponent,
|
|
4483
|
+
SignOutButtonComponent,
|
|
4484
|
+
NodataComponent,
|
|
4485
|
+
PageSpinnerComponent,
|
|
4486
|
+
LoadingComponent,
|
|
4440
4487
|
//Cards
|
|
4441
4488
|
CardComponent,
|
|
4442
4489
|
CardHeaderComponent,
|
|
4443
4490
|
CardBodyComponent,
|
|
4444
4491
|
CardFooterComponent,
|
|
4445
|
-
//Check
|
|
4446
|
-
CheckIconComponent,
|
|
4447
4492
|
//HtmlEditor
|
|
4448
4493
|
HtmlEditorComponent,
|
|
4449
4494
|
FormsHtmlEditorComponent,
|
|
4450
|
-
//
|
|
4451
|
-
|
|
4452
|
-
SignUpButtonComponent,
|
|
4453
|
-
SignOutButtonComponent,
|
|
4454
|
-
///
|
|
4455
|
-
NodataComponent,
|
|
4456
|
-
//Spinners
|
|
4457
|
-
PageSpinnerComponent,
|
|
4458
|
-
LoadingComponent,
|
|
4495
|
+
//Dialogs
|
|
4496
|
+
ContactUsDialog,
|
|
4459
4497
|
//Directives
|
|
4460
4498
|
NativeElementDirective,
|
|
4461
4499
|
//Forms
|
|
@@ -4464,8 +4502,6 @@ const COMPONENTS = [
|
|
|
4464
4502
|
UrlSlugComponent,
|
|
4465
4503
|
TimezoneDropdownlist,
|
|
4466
4504
|
ContactUsForm,
|
|
4467
|
-
//Dialogs
|
|
4468
|
-
ContactUsDialog,
|
|
4469
4505
|
//Pipes
|
|
4470
4506
|
SafeHtmlPipe,
|
|
4471
4507
|
ReplaceTextPipe,
|
|
@@ -4477,29 +4513,25 @@ const COMPONENTS = [
|
|
|
4477
4513
|
class AnatolyUIModule {
|
|
4478
4514
|
}
|
|
4479
4515
|
AnatolyUIModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4480
|
-
AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [
|
|
4481
|
-
//billing
|
|
4482
|
-
BuyAccessButtonComponent,
|
|
4516
|
+
AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [BuyAccessButtonComponent,
|
|
4483
4517
|
SubscribePlanButtonComponent,
|
|
4518
|
+
CheckIconComponent,
|
|
4519
|
+
SignInButtonComponent,
|
|
4520
|
+
SignUpButtonComponent,
|
|
4521
|
+
SignOutButtonComponent,
|
|
4522
|
+
NodataComponent,
|
|
4523
|
+
PageSpinnerComponent,
|
|
4524
|
+
LoadingComponent,
|
|
4484
4525
|
//Cards
|
|
4485
4526
|
CardComponent,
|
|
4486
4527
|
CardHeaderComponent,
|
|
4487
4528
|
CardBodyComponent,
|
|
4488
4529
|
CardFooterComponent,
|
|
4489
|
-
//Check
|
|
4490
|
-
CheckIconComponent,
|
|
4491
4530
|
//HtmlEditor
|
|
4492
4531
|
HtmlEditorComponent,
|
|
4493
4532
|
FormsHtmlEditorComponent,
|
|
4494
|
-
//
|
|
4495
|
-
|
|
4496
|
-
SignUpButtonComponent,
|
|
4497
|
-
SignOutButtonComponent,
|
|
4498
|
-
///
|
|
4499
|
-
NodataComponent,
|
|
4500
|
-
//Spinners
|
|
4501
|
-
PageSpinnerComponent,
|
|
4502
|
-
LoadingComponent,
|
|
4533
|
+
//Dialogs
|
|
4534
|
+
ContactUsDialog,
|
|
4503
4535
|
//Directives
|
|
4504
4536
|
NativeElementDirective,
|
|
4505
4537
|
//Forms
|
|
@@ -4508,43 +4540,37 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
4508
4540
|
UrlSlugComponent,
|
|
4509
4541
|
TimezoneDropdownlist,
|
|
4510
4542
|
ContactUsForm,
|
|
4511
|
-
//Dialogs
|
|
4512
|
-
ContactUsDialog,
|
|
4513
4543
|
//Pipes
|
|
4514
4544
|
SafeHtmlPipe,
|
|
4515
4545
|
ReplaceTextPipe,
|
|
4516
4546
|
FileSizePipe,
|
|
4517
4547
|
//Validation
|
|
4518
4548
|
FormValidationSummaryComponent,
|
|
4519
|
-
ItemValidationSummaryComponent
|
|
4520
|
-
], imports: [DialogsModule,
|
|
4549
|
+
ItemValidationSummaryComponent], imports: [DialogsModule,
|
|
4521
4550
|
ButtonsModule,
|
|
4522
4551
|
CommonModule,
|
|
4523
4552
|
ReactiveFormsModule,
|
|
4524
4553
|
FormsModule,
|
|
4525
|
-
NgxCaptchaModule,
|
|
4526
|
-
|
|
4527
|
-
BuyAccessButtonComponent,
|
|
4554
|
+
NgxCaptchaModule,
|
|
4555
|
+
FaModule, i1$8.FroalaEditorModule, i1$8.FroalaViewModule], exports: [BuyAccessButtonComponent,
|
|
4528
4556
|
SubscribePlanButtonComponent,
|
|
4557
|
+
CheckIconComponent,
|
|
4558
|
+
SignInButtonComponent,
|
|
4559
|
+
SignUpButtonComponent,
|
|
4560
|
+
SignOutButtonComponent,
|
|
4561
|
+
NodataComponent,
|
|
4562
|
+
PageSpinnerComponent,
|
|
4563
|
+
LoadingComponent,
|
|
4529
4564
|
//Cards
|
|
4530
4565
|
CardComponent,
|
|
4531
4566
|
CardHeaderComponent,
|
|
4532
4567
|
CardBodyComponent,
|
|
4533
4568
|
CardFooterComponent,
|
|
4534
|
-
//Check
|
|
4535
|
-
CheckIconComponent,
|
|
4536
4569
|
//HtmlEditor
|
|
4537
4570
|
HtmlEditorComponent,
|
|
4538
4571
|
FormsHtmlEditorComponent,
|
|
4539
|
-
//
|
|
4540
|
-
|
|
4541
|
-
SignUpButtonComponent,
|
|
4542
|
-
SignOutButtonComponent,
|
|
4543
|
-
///
|
|
4544
|
-
NodataComponent,
|
|
4545
|
-
//Spinners
|
|
4546
|
-
PageSpinnerComponent,
|
|
4547
|
-
LoadingComponent,
|
|
4572
|
+
//Dialogs
|
|
4573
|
+
ContactUsDialog,
|
|
4548
4574
|
//Directives
|
|
4549
4575
|
NativeElementDirective,
|
|
4550
4576
|
//Forms
|
|
@@ -4553,22 +4579,20 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
|
|
|
4553
4579
|
UrlSlugComponent,
|
|
4554
4580
|
TimezoneDropdownlist,
|
|
4555
4581
|
ContactUsForm,
|
|
4556
|
-
//Dialogs
|
|
4557
|
-
ContactUsDialog,
|
|
4558
4582
|
//Pipes
|
|
4559
4583
|
SafeHtmlPipe,
|
|
4560
4584
|
ReplaceTextPipe,
|
|
4561
4585
|
FileSizePipe,
|
|
4562
4586
|
//Validation
|
|
4563
4587
|
FormValidationSummaryComponent,
|
|
4564
|
-
ItemValidationSummaryComponent
|
|
4565
|
-
] });
|
|
4588
|
+
ItemValidationSummaryComponent] });
|
|
4566
4589
|
AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, imports: [DialogsModule,
|
|
4567
4590
|
ButtonsModule,
|
|
4568
4591
|
CommonModule,
|
|
4569
4592
|
ReactiveFormsModule,
|
|
4570
4593
|
FormsModule,
|
|
4571
4594
|
NgxCaptchaModule,
|
|
4595
|
+
FaModule,
|
|
4572
4596
|
FroalaEditorModuleWithProviders,
|
|
4573
4597
|
FroalaViewModuleWithProviders] });
|
|
4574
4598
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, decorators: [{
|
|
@@ -4581,6 +4605,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
4581
4605
|
ReactiveFormsModule,
|
|
4582
4606
|
FormsModule,
|
|
4583
4607
|
NgxCaptchaModule,
|
|
4608
|
+
FaModule,
|
|
4584
4609
|
FroalaEditorModuleWithProviders,
|
|
4585
4610
|
FroalaViewModuleWithProviders,
|
|
4586
4611
|
],
|
|
@@ -4601,5 +4626,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
|
|
|
4601
4626
|
* Generated bundle index. Do not edit.
|
|
4602
4627
|
*/
|
|
4603
4628
|
|
|
4604
|
-
export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, CoreApiService, DOM, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
|
|
4629
|
+
export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, CoreApiService, DOM, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FaModule, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
|
|
4605
4630
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|