@osovitny/anatoly 3.17.157 → 3.17.159
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/esm2022/lib/billing/components/payment-methods/payment-methods.component.mjs +2 -2
- package/esm2022/lib/core/interceptors/httpInterceptor.mjs +32 -25
- package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +3 -2
- package/esm2022/lib/ui/components/data-grid/control-panel.component.mjs +3 -2
- package/esm2022/lib/ui/components/identity/signin-button.component.mjs +3 -2
- package/esm2022/lib/ui/components/identity/signout-button.component.mjs +3 -2
- package/esm2022/lib/ui/components/identity/signup-button.component.mjs +3 -2
- package/esm2022/lib/ui/components/no-mobile-support/no-mobile-support.component.mjs +2 -2
- package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +5 -4
- package/esm2022/lib/ui/components/you-agree-to-our-terms/you-agree-to-our-terms.component.mjs +3 -2
- package/esm2022/lib/ui/directives/exports.mjs +3 -2
- package/esm2022/lib/ui/directives/index.mjs +4 -3
- package/esm2022/lib/ui/directives/replacer/a-replacer.directive.mjs +48 -0
- package/esm2022/lib/ui/directives/replacer/image-replacer.directive.mjs +44 -0
- package/esm2022/lib/ui/directives/replacer/replacer.base.directive.mjs +44 -0
- package/esm2022/lib/ui/ui.module.mjs +14 -13
- package/fesm2022/osovitny-anatoly.mjs +134 -56
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/core/interceptors/httpInterceptor.d.ts +1 -0
- package/lib/ui/components/index.d.ts +1 -1
- package/lib/ui/directives/exports.d.ts +2 -1
- package/lib/ui/directives/index.d.ts +2 -2
- package/lib/ui/directives/replacer/a-replacer.directive.d.ts +11 -0
- package/lib/ui/directives/replacer/image-replacer.directive.d.ts +11 -0
- package/lib/ui/directives/replacer/replacer.base.directive.d.ts +10 -0
- package/lib/ui/forms/index.d.ts +1 -1
- package/lib/ui/pipes/index.d.ts +1 -1
- package/lib/ui/ui.module.d.ts +19 -18
- package/package.json +1 -1
- package/esm2022/lib/ui/directives/image-src-replacer.directive.mjs +0 -56
- package/lib/ui/directives/image-src-replacer.directive.d.ts +0 -13
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
/*
|
|
2
|
+
<file>
|
|
3
|
+
Project:
|
|
4
|
+
@osovitny/anatoly
|
|
5
|
+
|
|
6
|
+
Authors:
|
|
7
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
8
|
+
|
|
9
|
+
Created:
|
|
10
|
+
19 May 2025
|
|
11
|
+
|
|
12
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
13
|
+
</file>
|
|
14
|
+
*/
|
|
15
|
+
//Node
|
|
16
|
+
import { Directive, Input } from '@angular/core';
|
|
17
|
+
//App
|
|
18
|
+
import { ReplacerDirectiveBase } from './replacer.base.directive';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
export class AReplacerDirective extends ReplacerDirectiveBase {
|
|
21
|
+
ngOnInit() {
|
|
22
|
+
this.setHref(this.href);
|
|
23
|
+
}
|
|
24
|
+
ngOnChanges(changes) {
|
|
25
|
+
if (changes['href']) {
|
|
26
|
+
this.setHref(changes['href'].currentValue);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
setHref(value) {
|
|
30
|
+
if (value) {
|
|
31
|
+
if (value.startsWith("assets")) {
|
|
32
|
+
this.setAttribute('href', value);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAReplacerDirective_BaseFactory; return function AReplacerDirective_Factory(t) { return (ɵAReplacerDirective_BaseFactory || (ɵAReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(AReplacerDirective)))(t || AReplacerDirective); }; })(); }
|
|
37
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AReplacerDirective, selectors: [["a"]], inputs: { href: "href" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
|
|
38
|
+
}
|
|
39
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AReplacerDirective, [{
|
|
40
|
+
type: Directive,
|
|
41
|
+
args: [{
|
|
42
|
+
selector: 'a'
|
|
43
|
+
}]
|
|
44
|
+
}], null, { href: [{
|
|
45
|
+
type: Input,
|
|
46
|
+
args: ['href']
|
|
47
|
+
}] }); })();
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYS1yZXBsYWNlci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmF0b2x5L3NyYy9saWIvdWkvZGlyZWN0aXZlcy9yZXBsYWNlci9hLXJlcGxhY2VyLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7OztFQWFFO0FBRUYsTUFBTTtBQUNOLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFvQyxNQUFNLGVBQWUsQ0FBQztBQUVuRixLQUFLO0FBQ0wsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBS2xFLE1BQU0sT0FBTyxrQkFBbUIsU0FBUSxxQkFBcUI7SUFHM0QsUUFBUTtRQUNOLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzFCLENBQUM7SUFFRCxXQUFXLENBQUMsT0FBc0I7UUFDaEMsSUFBSSxPQUFPLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztZQUNwQixJQUFJLENBQUMsT0FBTyxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsQ0FBQyxZQUFZLENBQUMsQ0FBQztRQUM3QyxDQUFDO0lBQ0gsQ0FBQztJQUVPLE9BQU8sQ0FBQyxLQUFLO1FBQ25CLElBQUksS0FBSyxFQUFFLENBQUM7WUFDVixJQUFJLEtBQUssQ0FBQyxVQUFVLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQztnQkFDL0IsSUFBSSxDQUFDLFlBQVksQ0FBQyxNQUFNLEVBQUUsS0FBSyxDQUFDLENBQUM7WUFDbkMsQ0FBQztRQUNILENBQUM7SUFDSCxDQUFDOzRPQW5CVSxrQkFBa0IsU0FBbEIsa0JBQWtCO29FQUFsQixrQkFBa0I7O2lGQUFsQixrQkFBa0I7Y0FIOUIsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxHQUFHO2FBQ2Q7Z0JBRWdCLElBQUk7a0JBQWxCLEtBQUs7bUJBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbjxmaWxlPlxyXG4gIFByb2plY3Q6XHJcbiAgICBAb3Nvdml0bnkvYW5hdG9seVxyXG5cclxuICBBdXRob3JzOlxyXG4gICAgVmFkaW0gT3Nvdml0bnkgdmFkaW0ub3Nvdml0bnlAb3Nvdml0bnkuY29tXHJcblxyXG4gIENyZWF0ZWQ6XHJcbiAgICAxOSBNYXkgMjAyNVxyXG5cclxuICBDb3B5cmlnaHQgKGMpIDIwMTYtMjAyNSBPc292aXRueSBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXHJcbjwvZmlsZT5cclxuKi9cclxuXHJcbi8vTm9kZVxyXG5pbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0LCBPbkNoYW5nZXMsIE9uSW5pdCwgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuLy9BcHBcclxuaW1wb3J0IHsgUmVwbGFjZXJEaXJlY3RpdmVCYXNlIH0gZnJvbSAnLi9yZXBsYWNlci5iYXNlLmRpcmVjdGl2ZSc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICBzZWxlY3RvcjogJ2EnIFxyXG59KVxyXG5leHBvcnQgY2xhc3MgQVJlcGxhY2VyRGlyZWN0aXZlIGV4dGVuZHMgUmVwbGFjZXJEaXJlY3RpdmVCYXNlIGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMge1xyXG4gIEBJbnB1dCgnaHJlZicpIGhyZWY6IHN0cmluZztcclxuXHJcbiAgbmdPbkluaXQoKSB7XHJcbiAgICB0aGlzLnNldEhyZWYodGhpcy5ocmVmKTtcclxuICB9XHJcblxyXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpIHtcclxuICAgIGlmIChjaGFuZ2VzWydocmVmJ10pIHtcclxuICAgICAgdGhpcy5zZXRIcmVmKGNoYW5nZXNbJ2hyZWYnXS5jdXJyZW50VmFsdWUpO1xyXG4gICAgfVxyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBzZXRIcmVmKHZhbHVlKSB7XHJcbiAgICBpZiAodmFsdWUpIHtcclxuICAgICAgaWYgKHZhbHVlLnN0YXJ0c1dpdGgoXCJhc3NldHNcIikpIHtcclxuICAgICAgICB0aGlzLnNldEF0dHJpYnV0ZSgnaHJlZicsIHZhbHVlKTtcclxuICAgICAgfSAgICBcclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
<file>
|
|
3
|
+
Project:
|
|
4
|
+
@osovitny/anatoly
|
|
5
|
+
|
|
6
|
+
Authors:
|
|
7
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
8
|
+
|
|
9
|
+
Created:
|
|
10
|
+
11 Apr 2025
|
|
11
|
+
|
|
12
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
13
|
+
</file>
|
|
14
|
+
*/
|
|
15
|
+
//Node
|
|
16
|
+
import { Directive, Input } from '@angular/core';
|
|
17
|
+
//App
|
|
18
|
+
import { ReplacerDirectiveBase } from './replacer.base.directive';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
export class ImageReplacerDirective extends ReplacerDirectiveBase {
|
|
21
|
+
ngOnInit() {
|
|
22
|
+
this.setSrc(this.src);
|
|
23
|
+
}
|
|
24
|
+
ngOnChanges(changes) {
|
|
25
|
+
if (changes['src']) {
|
|
26
|
+
this.setSrc(changes['src'].currentValue);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
setSrc(value) {
|
|
30
|
+
this.setAttribute('src', value);
|
|
31
|
+
}
|
|
32
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵImageReplacerDirective_BaseFactory; return function ImageReplacerDirective_Factory(t) { return (ɵImageReplacerDirective_BaseFactory || (ɵImageReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(ImageReplacerDirective)))(t || ImageReplacerDirective); }; })(); }
|
|
33
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ImageReplacerDirective, selectors: [["img"]], inputs: { src: "src" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
|
|
34
|
+
}
|
|
35
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ImageReplacerDirective, [{
|
|
36
|
+
type: Directive,
|
|
37
|
+
args: [{
|
|
38
|
+
selector: 'img'
|
|
39
|
+
}]
|
|
40
|
+
}], null, { src: [{
|
|
41
|
+
type: Input,
|
|
42
|
+
args: ['src']
|
|
43
|
+
}] }); })();
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW1hZ2UtcmVwbGFjZXIuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5hdG9seS9zcmMvbGliL3VpL2RpcmVjdGl2ZXMvcmVwbGFjZXIvaW1hZ2UtcmVwbGFjZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7O0VBYUU7QUFFRixNQUFNO0FBQ04sT0FBTyxFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQW9DLE1BQU0sZUFBZSxDQUFDO0FBRW5GLEtBQUs7QUFDTCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQzs7QUFLbEUsTUFBTSxPQUFPLHNCQUF1QixTQUFRLHFCQUFxQjtJQUcvRCxRQUFRO1FBQ04sSUFBSSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7SUFDeEIsQ0FBQztJQUVELFdBQVcsQ0FBQyxPQUFzQjtRQUNoQyxJQUFJLE9BQU8sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQ25CLElBQUksQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDLFlBQVksQ0FBQyxDQUFDO1FBQzNDLENBQUM7SUFDSCxDQUFDO0lBRU8sTUFBTSxDQUFDLEtBQUs7UUFDbEIsSUFBSSxDQUFDLFlBQVksQ0FBQyxLQUFLLEVBQUUsS0FBSyxDQUFDLENBQUM7SUFDbEMsQ0FBQzs0UEFmVSxzQkFBc0IsU0FBdEIsc0JBQXNCO29FQUF0QixzQkFBc0I7O2lGQUF0QixzQkFBc0I7Y0FIbEMsU0FBUztlQUFDO2dCQUNULFFBQVEsRUFBRSxLQUFLO2FBQ2hCO2dCQUVlLEdBQUc7a0JBQWhCLEtBQUs7bUJBQUMsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbjxmaWxlPlxyXG4gIFByb2plY3Q6XHJcbiAgICBAb3Nvdml0bnkvYW5hdG9seVxyXG5cclxuICBBdXRob3JzOlxyXG4gICAgVmFkaW0gT3Nvdml0bnkgdmFkaW0ub3Nvdml0bnlAb3Nvdml0bnkuY29tXHJcblxyXG4gIENyZWF0ZWQ6XHJcbiAgICAxMSBBcHIgMjAyNVxyXG5cclxuICBDb3B5cmlnaHQgKGMpIDIwMTYtMjAyNSBPc292aXRueSBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXHJcbjwvZmlsZT5cclxuKi9cclxuXHJcbi8vTm9kZVxyXG5pbXBvcnQgeyBEaXJlY3RpdmUsIElucHV0LCBPbkNoYW5nZXMsIE9uSW5pdCwgU2ltcGxlQ2hhbmdlcyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5cclxuLy9BcHBcclxuaW1wb3J0IHsgUmVwbGFjZXJEaXJlY3RpdmVCYXNlIH0gZnJvbSAnLi9yZXBsYWNlci5iYXNlLmRpcmVjdGl2ZSc7XHJcblxyXG5ARGlyZWN0aXZlKHtcclxuICBzZWxlY3RvcjogJ2ltZycgXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBJbWFnZVJlcGxhY2VyRGlyZWN0aXZlIGV4dGVuZHMgUmVwbGFjZXJEaXJlY3RpdmVCYXNlIGltcGxlbWVudHMgT25Jbml0LCBPbkNoYW5nZXMge1xyXG4gIEBJbnB1dCgnc3JjJykgc3JjOiBzdHJpbmc7XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5zZXRTcmModGhpcy5zcmMpO1xyXG4gIH1cclxuXHJcbiAgbmdPbkNoYW5nZXMoY2hhbmdlczogU2ltcGxlQ2hhbmdlcykge1xyXG4gICAgaWYgKGNoYW5nZXNbJ3NyYyddKSB7XHJcbiAgICAgIHRoaXMuc2V0U3JjKGNoYW5nZXNbJ3NyYyddLmN1cnJlbnRWYWx1ZSk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBwcml2YXRlIHNldFNyYyh2YWx1ZSkge1xyXG4gICAgdGhpcy5zZXRBdHRyaWJ1dGUoJ3NyYycsIHZhbHVlKTtcclxuICB9XHJcbn1cclxuIl19
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
<file>
|
|
3
|
+
Project:
|
|
4
|
+
@osovitny/anatoly
|
|
5
|
+
|
|
6
|
+
Authors:
|
|
7
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
8
|
+
|
|
9
|
+
Created:
|
|
10
|
+
19 May 2025
|
|
11
|
+
|
|
12
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
13
|
+
</file>
|
|
14
|
+
*/
|
|
15
|
+
//Node
|
|
16
|
+
import { Directive } from '@angular/core';
|
|
17
|
+
//App
|
|
18
|
+
import { AppCoreSettings } from '../../../core/consts/core-settings';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
export class ReplacerDirectiveBase {
|
|
21
|
+
constructor(el, renderer) {
|
|
22
|
+
this.el = el;
|
|
23
|
+
this.renderer = renderer;
|
|
24
|
+
}
|
|
25
|
+
setAttribute(name, value) {
|
|
26
|
+
if (value) {
|
|
27
|
+
if (value.startsWith("http")) {
|
|
28
|
+
this.renderer.setAttribute(this.el.nativeElement, name, value);
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
const isCDNEnabled = AppCoreSettings.cdn.enabled;
|
|
32
|
+
const cdnUrl = AppCoreSettings.cdn.url;
|
|
33
|
+
const newSrc = isCDNEnabled ? cdnUrl + value : value;
|
|
34
|
+
this.renderer.setAttribute(this.el.nativeElement, name, newSrc);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
static { this.ɵfac = function ReplacerDirectiveBase_Factory(t) { return new (t || ReplacerDirectiveBase)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
38
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ReplacerDirectiveBase }); }
|
|
39
|
+
}
|
|
40
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplacerDirectiveBase, [{
|
|
41
|
+
type: Directive,
|
|
42
|
+
args: [{}]
|
|
43
|
+
}], () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], null); })();
|
|
44
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVwbGFjZXIuYmFzZS5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9hbmF0b2x5L3NyYy9saWIvdWkvZGlyZWN0aXZlcy9yZXBsYWNlci9yZXBsYWNlci5iYXNlLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7OztFQWFFO0FBRUYsTUFBTTtBQUNOLE9BQU8sRUFBRSxTQUFTLEVBQXlCLE1BQU0sZUFBZSxDQUFDO0FBRWpFLEtBQUs7QUFDTCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sb0NBQW9DLENBQUM7O0FBSXJFLE1BQU0sT0FBZ0IscUJBQXFCO0lBQ3pDLFlBQW9CLEVBQWMsRUFBVSxRQUFtQjtRQUEzQyxPQUFFLEdBQUYsRUFBRSxDQUFZO1FBQVUsYUFBUSxHQUFSLFFBQVEsQ0FBVztJQUMvRCxDQUFDO0lBRVMsWUFBWSxDQUFDLElBQVksRUFBRSxLQUFLO1FBQ3hDLElBQUksS0FBSyxFQUFFLENBQUM7WUFDVixJQUFJLEtBQUssQ0FBQyxVQUFVLENBQUMsTUFBTSxDQUFDLEVBQUUsQ0FBQztnQkFDN0IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLEVBQUUsQ0FBQyxhQUFhLEVBQUUsSUFBSSxFQUFFLEtBQUssQ0FBQyxDQUFDO2dCQUMvRCxPQUFPO1lBQ1QsQ0FBQztZQUVELE1BQU0sWUFBWSxHQUFHLGVBQWUsQ0FBQyxHQUFHLENBQUMsT0FBTyxDQUFDO1lBQ2pELE1BQU0sTUFBTSxHQUFHLGVBQWUsQ0FBQyxHQUFHLENBQUMsR0FBRyxDQUFDO1lBQ3ZDLE1BQU0sTUFBTSxHQUFHLFlBQVksQ0FBQyxDQUFDLENBQUMsTUFBTSxHQUFHLEtBQUssQ0FBQyxDQUFDLENBQUMsS0FBSyxDQUFDO1lBRXJELElBQUksQ0FBQyxRQUFRLENBQUMsWUFBWSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsYUFBYSxFQUFFLElBQUksRUFBRSxNQUFNLENBQUMsQ0FBQztRQUNsRSxDQUFDO0lBQ0gsQ0FBQztzRkFqQm1CLHFCQUFxQjtvRUFBckIscUJBQXFCOztpRkFBckIscUJBQXFCO2NBRjFDLFNBQVM7ZUFBQyxFQUNWIiwic291cmNlc0NvbnRlbnQiOlsiLypcclxuPGZpbGU+XHJcbiAgUHJvamVjdDpcclxuICAgIEBvc292aXRueS9hbmF0b2x5XHJcblxyXG4gIEF1dGhvcnM6XHJcbiAgICBWYWRpbSBPc292aXRueSB2YWRpbS5vc292aXRueUBvc292aXRueS5jb21cclxuXHJcbiAgQ3JlYXRlZDpcclxuICAgIDE5IE1heSAyMDI1XHJcblxyXG4gIENvcHlyaWdodCAoYykgMjAxNi0yMDI1IE9zb3ZpdG55IEluYy4gQWxsIHJpZ2h0cyByZXNlcnZlZC5cclxuPC9maWxlPlxyXG4qL1xyXG5cclxuLy9Ob2RlXHJcbmltcG9ydCB7IERpcmVjdGl2ZSwgRWxlbWVudFJlZiwgUmVuZGVyZXIyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG4vL0FwcFxyXG5pbXBvcnQgeyBBcHBDb3JlU2V0dGluZ3MgfSBmcm9tICcuLi8uLi8uLi9jb3JlL2NvbnN0cy9jb3JlLXNldHRpbmdzJztcclxuXHJcbkBEaXJlY3RpdmUoe1xyXG59KVxyXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgUmVwbGFjZXJEaXJlY3RpdmVCYXNlIHtcclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIGVsOiBFbGVtZW50UmVmLCBwcml2YXRlIHJlbmRlcmVyOiBSZW5kZXJlcjIpIHtcclxuICB9XHJcblxyXG4gIHByb3RlY3RlZCBzZXRBdHRyaWJ1dGUobmFtZTogc3RyaW5nLCB2YWx1ZSkge1xyXG4gICAgaWYgKHZhbHVlKSB7XHJcbiAgICAgIGlmICh2YWx1ZS5zdGFydHNXaXRoKFwiaHR0cFwiKSkge1xyXG4gICAgICAgIHRoaXMucmVuZGVyZXIuc2V0QXR0cmlidXRlKHRoaXMuZWwubmF0aXZlRWxlbWVudCwgbmFtZSwgdmFsdWUpO1xyXG4gICAgICAgIHJldHVybjtcclxuICAgICAgfVxyXG5cclxuICAgICAgY29uc3QgaXNDRE5FbmFibGVkID0gQXBwQ29yZVNldHRpbmdzLmNkbi5lbmFibGVkO1xyXG4gICAgICBjb25zdCBjZG5VcmwgPSBBcHBDb3JlU2V0dGluZ3MuY2RuLnVybDtcclxuICAgICAgY29uc3QgbmV3U3JjID0gaXNDRE5FbmFibGVkID8gY2RuVXJsICsgdmFsdWUgOiB2YWx1ZTtcclxuXHJcbiAgICAgIHRoaXMucmVuZGVyZXIuc2V0QXR0cmlidXRlKHRoaXMuZWwubmF0aXZlRWxlbWVudCwgbmFtZSwgbmV3U3JjKTtcclxuICAgIH1cclxuICB9XHJcbn1cclxuIl19
|
|
@@ -56,16 +56,17 @@ import * as i22 from "./components/feature-will-be-ready/feature-will-be-ready.c
|
|
|
56
56
|
import * as i23 from "./components/you-agree-to-our-terms/you-agree-to-our-terms.component";
|
|
57
57
|
import * as i24 from "./dialogs/contact-us/contact-us.dialog";
|
|
58
58
|
import * as i25 from "./directives/hover.directive";
|
|
59
|
-
import * as i26 from "./directives/
|
|
60
|
-
import * as i27 from "./directives/
|
|
61
|
-
import * as i28 from "./
|
|
62
|
-
import * as i29 from "./forms/components/
|
|
63
|
-
import * as i30 from "./forms/
|
|
64
|
-
import * as i31 from "./
|
|
65
|
-
import * as i32 from "./pipes/
|
|
66
|
-
import * as i33 from "./pipes/
|
|
67
|
-
import * as i34 from "./
|
|
68
|
-
import * as i35 from "./validation/
|
|
59
|
+
import * as i26 from "./directives/replacer/a-replacer.directive";
|
|
60
|
+
import * as i27 from "./directives/replacer/image-replacer.directive";
|
|
61
|
+
import * as i28 from "./directives/native-element.directive";
|
|
62
|
+
import * as i29 from "./forms/components/address/address.component";
|
|
63
|
+
import * as i30 from "./forms/components/company/company.component";
|
|
64
|
+
import * as i31 from "./forms/contact-us/contact-us";
|
|
65
|
+
import * as i32 from "./pipes/safeHtml.pipe";
|
|
66
|
+
import * as i33 from "./pipes/replace-text.pipe";
|
|
67
|
+
import * as i34 from "./pipes/filesize.pipe";
|
|
68
|
+
import * as i35 from "./validation/form-validation-summary.component";
|
|
69
|
+
import * as i36 from "./validation/item-validation-summary.component";
|
|
69
70
|
const COMPONENTS = [
|
|
70
71
|
MAIN_COMPONENTS,
|
|
71
72
|
DIALOGS,
|
|
@@ -109,7 +110,7 @@ export class AnatolyUIModule {
|
|
|
109
110
|
]
|
|
110
111
|
}]
|
|
111
112
|
}], null, null); })();
|
|
112
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [i1.CardComponent, i2.CardHeaderComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CheckIconComponent, i6.Copy2ClipboardComponent, i7.ControlPanelComponent, i8.DataPagerComponent, i9.CountryDropdownlist, i10.ModerationStatusDropdownlist, i11.PublishStatusDropdownlist, i12.TimezoneDropdownlist, i13.HtmlEditorComponent, i14.SignInButtonComponent, i15.SignUpButtonComponent, i16.SignOutButtonComponent, i17.NodataComponent, i18.NoMobileSupportComponent, i19.PageSpinnerComponent, i20.LoadingComponent, i21.UrlSlugComponent, i22.FeatureWillBeReadyComponent, i23.YouAgreeToOurTermsComponent, i24.ContactUsDialog, i25.HoveringDirective, i26.
|
|
113
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [i1.CardComponent, i2.CardHeaderComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CheckIconComponent, i6.Copy2ClipboardComponent, i7.ControlPanelComponent, i8.DataPagerComponent, i9.CountryDropdownlist, i10.ModerationStatusDropdownlist, i11.PublishStatusDropdownlist, i12.TimezoneDropdownlist, i13.HtmlEditorComponent, i14.SignInButtonComponent, i15.SignUpButtonComponent, i16.SignOutButtonComponent, i17.NodataComponent, i18.NoMobileSupportComponent, i19.PageSpinnerComponent, i20.LoadingComponent, i21.UrlSlugComponent, i22.FeatureWillBeReadyComponent, i23.YouAgreeToOurTermsComponent, i24.ContactUsDialog, i25.HoveringDirective, i26.AReplacerDirective, i27.ImageReplacerDirective, i28.NativeElementDirective, i29.AddressComponent, i30.CompanyComponent, i31.ContactUsForm, i32.SafeHtmlPipe, i33.ReplaceTextPipe, i34.FileSizePipe, i35.FormValidationSummaryComponent, i36.ItemValidationSummaryComponent], imports: [CommonModule,
|
|
113
114
|
RouterModule,
|
|
114
115
|
ReactiveFormsModule,
|
|
115
116
|
FormsModule,
|
|
@@ -117,5 +118,5 @@ export class AnatolyUIModule {
|
|
|
117
118
|
FERootModule,
|
|
118
119
|
//Modules
|
|
119
120
|
FaModule,
|
|
120
|
-
KendoModule], exports: [i1.CardComponent, i2.CardHeaderComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CheckIconComponent, i6.Copy2ClipboardComponent, i7.ControlPanelComponent, i8.DataPagerComponent, i9.CountryDropdownlist, i10.ModerationStatusDropdownlist, i11.PublishStatusDropdownlist, i12.TimezoneDropdownlist, i13.HtmlEditorComponent, i14.SignInButtonComponent, i15.SignUpButtonComponent, i16.SignOutButtonComponent, i17.NodataComponent, i18.NoMobileSupportComponent, i19.PageSpinnerComponent, i20.LoadingComponent, i21.UrlSlugComponent, i22.FeatureWillBeReadyComponent, i23.YouAgreeToOurTermsComponent, i24.ContactUsDialog, i25.HoveringDirective, i26.
|
|
121
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
121
|
+
KendoModule], exports: [i1.CardComponent, i2.CardHeaderComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CheckIconComponent, i6.Copy2ClipboardComponent, i7.ControlPanelComponent, i8.DataPagerComponent, i9.CountryDropdownlist, i10.ModerationStatusDropdownlist, i11.PublishStatusDropdownlist, i12.TimezoneDropdownlist, i13.HtmlEditorComponent, i14.SignInButtonComponent, i15.SignUpButtonComponent, i16.SignOutButtonComponent, i17.NodataComponent, i18.NoMobileSupportComponent, i19.PageSpinnerComponent, i20.LoadingComponent, i21.UrlSlugComponent, i22.FeatureWillBeReadyComponent, i23.YouAgreeToOurTermsComponent, i24.ContactUsDialog, i25.HoveringDirective, i26.AReplacerDirective, i27.ImageReplacerDirective, i28.NativeElementDirective, i29.AddressComponent, i30.CompanyComponent, i31.ContactUsForm, i32.SafeHtmlPipe, i33.ReplaceTextPipe, i34.FileSizePipe, i35.FormValidationSummaryComponent, i36.ItemValidationSummaryComponent] }); })();
|
|
122
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidWkubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5hdG9seS9zcmMvbGliL3VpL3VpLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7RUFjRTtBQUVGLE1BQU07QUFDTixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGFBQWEsQ0FBQztBQUMvQyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFFdEQsU0FBUztBQUNULE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSx1QkFBdUIsQ0FBQTtBQUNoRCxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sMEJBQTBCLENBQUE7QUFFdEQsWUFBWTtBQUNaLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDL0MsT0FBTyxFQUFFLE9BQU8sRUFBRSxNQUFNLFdBQVcsQ0FBQTtBQUNuQyxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQzFDLE9BQU8sRUFBRSxLQUFLLEVBQUMsTUFBTSxTQUFTLENBQUE7QUFDOUIsT0FBTyxFQUFFLEtBQUssRUFBRSxNQUFNLFNBQVMsQ0FBQztBQUNoQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxjQUFjLENBQUM7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRXJELE1BQU0sVUFBVSxHQUFHO0lBQ2pCLGVBQWU7SUFDZixPQUFPO0lBQ1AsVUFBVTtJQUNWLEtBQUs7SUFDTCxLQUFLO0lBQ0wscUJBQXFCO0NBQ3RCLENBQUM7QUFzQkYsTUFBTSxPQUFPLGVBQWU7Z0ZBQWYsZUFBZTttRUFBZixlQUFlO3VFQWxCeEIsWUFBWTtZQUNaLFlBQVk7WUFDWixtQkFBbUI7WUFDbkIsV0FBVztZQUNYLGdCQUFnQjtZQUNoQixZQUFZO1lBRVosU0FBUztZQUNULFFBQVE7WUFDUixXQUFXOztpRkFTRixlQUFlO2NBcEIzQixRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFO29CQUNQLFlBQVk7b0JBQ1osWUFBWTtvQkFDWixtQkFBbUI7b0JBQ25CLFdBQVc7b0JBQ1gsZ0JBQWdCO29CQUNoQixZQUFZO29CQUVaLFNBQVM7b0JBQ1QsUUFBUTtvQkFDUixXQUFXO2lCQUNaO2dCQUNELE9BQU8sRUFBRTtvQkFDUCxHQUFHLFVBQVU7aUJBQ2Q7Z0JBQ0QsWUFBWSxFQUFFO29CQUNaLEdBQUcsVUFBVTtpQkFDZDthQUNGOzt3RkFDWSxlQUFlLCs2QkFsQnhCLFlBQVk7UUFDWixZQUFZO1FBQ1osbUJBQW1CO1FBQ25CLFdBQVc7UUFDWCxnQkFBZ0I7UUFDaEIsWUFBWTtRQUVaLFNBQVM7UUFDVCxRQUFRO1FBQ1IsV0FBVyIsInNvdXJjZXNDb250ZW50IjpbIi8qXHJcbjxmaWxlPlxyXG4gIFByb2plY3Q6XHJcbiAgICBAb3Nvdml0bnkvYW5hdG9seVxyXG5cclxuICBBdXRob3JzOlxyXG4gICAgVmFkaW0gT3Nvdml0bnkgdmFkaW0ub3Nvdml0bnlAb3Nvdml0bnkuY29tXHJcbiAgICBBbmF0b2x5IE9zb3ZpdG55IGFuYXRvbHkub3Nvdml0bnlAb3Nvdml0bnkuY29tXHJcblxyXG4gIENyZWF0ZWQ6XHJcbiAgICAyNiBKdW4gMjAyMFxyXG5cclxuICBDb3B5cmlnaHQgKGMpIDIwMTYtMjAyNSBPc292aXRueSBJbmMuIEFsbCByaWdodHMgcmVzZXJ2ZWQuXHJcbjwvZmlsZT5cclxuKi9cclxuXHJcbi8vTm9kZVxyXG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uXCI7XHJcbmltcG9ydCB7IFJvdXRlck1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XHJcbmltcG9ydCB7IE5neENhcHRjaGFNb2R1bGUgfSBmcm9tICduZ3gtY2FwdGNoYSc7XHJcbmltcG9ydCB7IEZFUm9vdE1vZHVsZSB9IGZyb20gXCJhbmd1bGFyLWZyb2FsYS13eXNpd3lnXCI7XHJcblxyXG4vL01vZHVsZXNcclxuaW1wb3J0IHsgRmFNb2R1bGUgfSBmcm9tICcuLi9leHRlcm5hbC9mYS5tb2R1bGUnXHJcbmltcG9ydCB7IEtlbmRvTW9kdWxlIH0gZnJvbSAnLi4vZXh0ZXJuYWwva2VuZG8ubW9kdWxlJ1xyXG5cclxuLy9Db21wb25lbnRzXHJcbmltcG9ydCB7IE1BSU5fQ09NUE9ORU5UUyB9IGZyb20gJy4vY29tcG9uZW50cyc7XHJcbmltcG9ydCB7IERJQUxPR1MgfSBmcm9tICcuL2RpYWxvZ3MnXHJcbmltcG9ydCB7IERJUkVDVElWRVMgfSBmcm9tICcuL2RpcmVjdGl2ZXMnO1xyXG5pbXBvcnQgeyBGT1JNU30gZnJvbSAnLi9mb3JtcydcclxuaW1wb3J0IHsgUElQRVMgfSBmcm9tICcuL3BpcGVzJztcclxuaW1wb3J0IHsgVkFMSURBVElPTl9DT01QT05FTlRTIH0gZnJvbSAnLi92YWxpZGF0aW9uJztcclxuXHJcbmNvbnN0IENPTVBPTkVOVFMgPSBbXHJcbiAgTUFJTl9DT01QT05FTlRTLFxyXG4gIERJQUxPR1MsXHJcbiAgRElSRUNUSVZFUyxcclxuICBGT1JNUyxcclxuICBQSVBFUyxcclxuICBWQUxJREFUSU9OX0NPTVBPTkVOVFNcclxuXTtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgUm91dGVyTW9kdWxlLFxyXG4gICAgUmVhY3RpdmVGb3Jtc01vZHVsZSxcclxuICAgIEZvcm1zTW9kdWxlLFxyXG4gICAgTmd4Q2FwdGNoYU1vZHVsZSxcclxuICAgIEZFUm9vdE1vZHVsZSxcclxuXHJcbiAgICAvL01vZHVsZXNcclxuICAgIEZhTW9kdWxlLFxyXG4gICAgS2VuZG9Nb2R1bGVcclxuICBdLFxyXG4gIGV4cG9ydHM6IFtcclxuICAgIC4uLkNPTVBPTkVOVFNcclxuICBdLFxyXG4gIGRlY2xhcmF0aW9uczogW1xyXG4gICAgLi4uQ09NUE9ORU5UU1xyXG4gIF1cclxufSlcclxuZXhwb3J0IGNsYXNzIEFuYXRvbHlVSU1vZHVsZSB7XHJcbn1cclxuIl19
|
|
@@ -2481,6 +2481,12 @@ class AnatolyHttpInterceptor {
|
|
|
2481
2481
|
}
|
|
2482
2482
|
}));
|
|
2483
2483
|
}
|
|
2484
|
+
setQS(url, value) {
|
|
2485
|
+
if (url.indexOf('?') > -1) {
|
|
2486
|
+
return url + '&' + value;
|
|
2487
|
+
}
|
|
2488
|
+
return url + '?' + value;
|
|
2489
|
+
}
|
|
2484
2490
|
intercept(req, next) {
|
|
2485
2491
|
let isCDNEnabled = AppCoreSettings.IsCDNEnabled;
|
|
2486
2492
|
let cdnSasToken = AppCoreSettings.CDNSASToken;
|
|
@@ -2499,23 +2505,14 @@ class AnatolyHttpInterceptor {
|
|
|
2499
2505
|
}
|
|
2500
2506
|
}
|
|
2501
2507
|
}
|
|
2502
|
-
//2. Check
|
|
2503
|
-
if (isCDNEnabled) {
|
|
2504
|
-
for (const i of this.autoCDNSASTokenUrls) {
|
|
2505
|
-
if (url.indexOf(this.autoCDNSASTokenUrls[i]) >= 0) {
|
|
2506
|
-
req = req.clone({ url: originalUrl + cdnSasToken });
|
|
2507
|
-
break;
|
|
2508
|
-
}
|
|
2509
|
-
}
|
|
2510
|
-
}
|
|
2511
|
-
//3. Check is site External?
|
|
2508
|
+
//2. Check is site External?
|
|
2512
2509
|
for (const i of this.externalSiteUrls) {
|
|
2513
2510
|
if (url.indexOf(this.externalSiteUrls[i]) >= 0) {
|
|
2514
2511
|
isExternalSite = true;
|
|
2515
2512
|
break;
|
|
2516
2513
|
}
|
|
2517
2514
|
}
|
|
2518
|
-
//
|
|
2515
|
+
//3. Is Authorization Token Required
|
|
2519
2516
|
if (isExternalSite) {
|
|
2520
2517
|
authorizationTokenRequired = false;
|
|
2521
2518
|
}
|
|
@@ -2527,22 +2524,31 @@ class AnatolyHttpInterceptor {
|
|
|
2527
2524
|
}
|
|
2528
2525
|
}
|
|
2529
2526
|
}
|
|
2530
|
-
//
|
|
2531
|
-
if (url.indexOf('/api/') > -1 || url.indexOf('api.') > -1) {
|
|
2532
|
-
let newUrl = '';
|
|
2533
|
-
const t = new Date().getTime().toString();
|
|
2534
|
-
if (url.indexOf('?') > -1) {
|
|
2535
|
-
newUrl = originalUrl + '&t=' + t;
|
|
2536
|
-
}
|
|
2537
|
-
else {
|
|
2538
|
-
newUrl = originalUrl + '?t=' + t;
|
|
2539
|
-
}
|
|
2540
|
-
req = req.clone({ url: newUrl });
|
|
2541
|
-
}
|
|
2542
|
-
//6. appContext
|
|
2527
|
+
//4. appContext
|
|
2543
2528
|
if (url.indexOf('/appcontext/') > -1) {
|
|
2544
2529
|
authorizationTokenRequired = this.authService.isUserAuthenticated();
|
|
2545
2530
|
}
|
|
2531
|
+
// Change Url if need it -------------------------------------------->
|
|
2532
|
+
let newUrl = originalUrl;
|
|
2533
|
+
//5. Check should we add CDN SAS tokens
|
|
2534
|
+
if (isCDNEnabled) {
|
|
2535
|
+
for (const i of this.autoCDNSASTokenUrls) {
|
|
2536
|
+
if (url.indexOf(this.autoCDNSASTokenUrls[i]) >= 0) {
|
|
2537
|
+
newUrl = newUrl + cdnSasToken;
|
|
2538
|
+
break;
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
}
|
|
2542
|
+
//6. no caching for API calls
|
|
2543
|
+
if (url.indexOf('/api/') > -1 || url.indexOf('api.') > -1) {
|
|
2544
|
+
const t = new Date().getTime().toString();
|
|
2545
|
+
newUrl = this.setQS(newUrl, 't=' + t);
|
|
2546
|
+
}
|
|
2547
|
+
//7. set ca
|
|
2548
|
+
let app = getCurrentApp();
|
|
2549
|
+
newUrl = this.setQS(newUrl, 'ca=' + app.type);
|
|
2550
|
+
//8. set new url
|
|
2551
|
+
req = req.clone({ url: newUrl });
|
|
2546
2552
|
req = req.clone({ headers: req.headers.set('Accept', 'application/json') });
|
|
2547
2553
|
req = req.clone({ headers: req.headers.set('Accept', 'application/text') });
|
|
2548
2554
|
this.onRequestStart(loadingRequired);
|
|
@@ -4538,46 +4544,73 @@ class OrderSummaryComponent extends ComponentBase {
|
|
|
4538
4544
|
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
4539
4545
|
|
|
4540
4546
|
Created:
|
|
4541
|
-
|
|
4547
|
+
19 May 2025
|
|
4542
4548
|
|
|
4543
4549
|
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4544
4550
|
</file>
|
|
4545
4551
|
*/
|
|
4546
4552
|
//Node
|
|
4547
|
-
class
|
|
4553
|
+
class ReplacerDirectiveBase {
|
|
4548
4554
|
constructor(el, renderer) {
|
|
4549
4555
|
this.el = el;
|
|
4550
4556
|
this.renderer = renderer;
|
|
4551
4557
|
}
|
|
4558
|
+
setAttribute(name, value) {
|
|
4559
|
+
if (value) {
|
|
4560
|
+
if (value.startsWith("http")) {
|
|
4561
|
+
this.renderer.setAttribute(this.el.nativeElement, name, value);
|
|
4562
|
+
return;
|
|
4563
|
+
}
|
|
4564
|
+
const isCDNEnabled = AppCoreSettings.cdn.enabled;
|
|
4565
|
+
const cdnUrl = AppCoreSettings.cdn.url;
|
|
4566
|
+
const newSrc = isCDNEnabled ? cdnUrl + value : value;
|
|
4567
|
+
this.renderer.setAttribute(this.el.nativeElement, name, newSrc);
|
|
4568
|
+
}
|
|
4569
|
+
}
|
|
4570
|
+
static { this.ɵfac = function ReplacerDirectiveBase_Factory(t) { return new (t || ReplacerDirectiveBase)(i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.Renderer2)); }; }
|
|
4571
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ReplacerDirectiveBase }); }
|
|
4572
|
+
}
|
|
4573
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ReplacerDirectiveBase, [{
|
|
4574
|
+
type: Directive,
|
|
4575
|
+
args: [{}]
|
|
4576
|
+
}], () => [{ type: i0.ElementRef }, { type: i0.Renderer2 }], null); })();
|
|
4577
|
+
|
|
4578
|
+
/*
|
|
4579
|
+
<file>
|
|
4580
|
+
Project:
|
|
4581
|
+
@osovitny/anatoly
|
|
4582
|
+
|
|
4583
|
+
Authors:
|
|
4584
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
4585
|
+
|
|
4586
|
+
Created:
|
|
4587
|
+
11 Apr 2025
|
|
4588
|
+
|
|
4589
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4590
|
+
</file>
|
|
4591
|
+
*/
|
|
4592
|
+
//Node
|
|
4593
|
+
class ImageReplacerDirective extends ReplacerDirectiveBase {
|
|
4552
4594
|
ngOnInit() {
|
|
4553
|
-
this.
|
|
4595
|
+
this.setSrc(this.src);
|
|
4554
4596
|
}
|
|
4555
4597
|
ngOnChanges(changes) {
|
|
4556
4598
|
if (changes['src']) {
|
|
4557
|
-
this.
|
|
4599
|
+
this.setSrc(changes['src'].currentValue);
|
|
4558
4600
|
}
|
|
4559
4601
|
}
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
if (src.startsWith("http")) {
|
|
4563
|
-
this.renderer.setAttribute(this.el.nativeElement, 'src', src);
|
|
4564
|
-
return;
|
|
4565
|
-
}
|
|
4566
|
-
const isCDNEnabled = AppCoreSettings.cdn.enabled;
|
|
4567
|
-
const cdnUrl = AppCoreSettings.cdn.url;
|
|
4568
|
-
const newSrc = isCDNEnabled ? cdnUrl + src : src;
|
|
4569
|
-
this.renderer.setAttribute(this.el.nativeElement, 'src', newSrc);
|
|
4570
|
-
}
|
|
4602
|
+
setSrc(value) {
|
|
4603
|
+
this.setAttribute('src', value);
|
|
4571
4604
|
}
|
|
4572
|
-
static { this.ɵfac =
|
|
4573
|
-
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type:
|
|
4605
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵImageReplacerDirective_BaseFactory; return function ImageReplacerDirective_Factory(t) { return (ɵImageReplacerDirective_BaseFactory || (ɵImageReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(ImageReplacerDirective)))(t || ImageReplacerDirective); }; })(); }
|
|
4606
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: ImageReplacerDirective, selectors: [["img"]], inputs: { src: "src" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
|
|
4574
4607
|
}
|
|
4575
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(
|
|
4608
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ImageReplacerDirective, [{
|
|
4576
4609
|
type: Directive,
|
|
4577
4610
|
args: [{
|
|
4578
4611
|
selector: 'img'
|
|
4579
4612
|
}]
|
|
4580
|
-
}],
|
|
4613
|
+
}], null, { src: [{
|
|
4581
4614
|
type: Input,
|
|
4582
4615
|
args: ['src']
|
|
4583
4616
|
}] }); })();
|
|
@@ -4673,7 +4706,7 @@ class PaymentMethodsComponent extends ComponentBase {
|
|
|
4673
4706
|
} if (rf & 2) {
|
|
4674
4707
|
i0.ɵɵadvance(8);
|
|
4675
4708
|
i0.ɵɵrepeater(ctx.paymentMethods);
|
|
4676
|
-
} }, dependencies: [
|
|
4709
|
+
} }, dependencies: [ImageReplacerDirective], encapsulation: 2 }); }
|
|
4677
4710
|
}
|
|
4678
4711
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PaymentMethodsComponent, [{
|
|
4679
4712
|
type: Component,
|
|
@@ -7741,6 +7774,50 @@ class CheckIconComponent {
|
|
|
7741
7774
|
}] }); })();
|
|
7742
7775
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(CheckIconComponent, { className: "CheckIconComponent", filePath: "lib\\ui\\components\\check-icon\\check-icon.component.ts", lineNumber: 24 }); })();
|
|
7743
7776
|
|
|
7777
|
+
/*
|
|
7778
|
+
<file>
|
|
7779
|
+
Project:
|
|
7780
|
+
@osovitny/anatoly
|
|
7781
|
+
|
|
7782
|
+
Authors:
|
|
7783
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
7784
|
+
|
|
7785
|
+
Created:
|
|
7786
|
+
19 May 2025
|
|
7787
|
+
|
|
7788
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7789
|
+
</file>
|
|
7790
|
+
*/
|
|
7791
|
+
//Node
|
|
7792
|
+
class AReplacerDirective extends ReplacerDirectiveBase {
|
|
7793
|
+
ngOnInit() {
|
|
7794
|
+
this.setHref(this.href);
|
|
7795
|
+
}
|
|
7796
|
+
ngOnChanges(changes) {
|
|
7797
|
+
if (changes['href']) {
|
|
7798
|
+
this.setHref(changes['href'].currentValue);
|
|
7799
|
+
}
|
|
7800
|
+
}
|
|
7801
|
+
setHref(value) {
|
|
7802
|
+
if (value) {
|
|
7803
|
+
if (value.startsWith("assets")) {
|
|
7804
|
+
this.setAttribute('href', value);
|
|
7805
|
+
}
|
|
7806
|
+
}
|
|
7807
|
+
}
|
|
7808
|
+
static { this.ɵfac = /*@__PURE__*/ (() => { let ɵAReplacerDirective_BaseFactory; return function AReplacerDirective_Factory(t) { return (ɵAReplacerDirective_BaseFactory || (ɵAReplacerDirective_BaseFactory = i0.ɵɵgetInheritedFactory(AReplacerDirective)))(t || AReplacerDirective); }; })(); }
|
|
7809
|
+
static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: AReplacerDirective, selectors: [["a"]], inputs: { href: "href" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature] }); }
|
|
7810
|
+
}
|
|
7811
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(AReplacerDirective, [{
|
|
7812
|
+
type: Directive,
|
|
7813
|
+
args: [{
|
|
7814
|
+
selector: 'a'
|
|
7815
|
+
}]
|
|
7816
|
+
}], null, { href: [{
|
|
7817
|
+
type: Input,
|
|
7818
|
+
args: ['href']
|
|
7819
|
+
}] }); })();
|
|
7820
|
+
|
|
7744
7821
|
/*
|
|
7745
7822
|
<file>
|
|
7746
7823
|
Project:
|
|
@@ -7908,7 +7985,7 @@ class ControlPanelComponent extends ComponentBase {
|
|
|
7908
7985
|
i0.ɵɵconditional(7, ctx.viewTypesVisible ? 7 : -1);
|
|
7909
7986
|
i0.ɵɵadvance();
|
|
7910
7987
|
i0.ɵɵconditional(8, ctx.addButtonVisible ? 8 : -1);
|
|
7911
|
-
} }, dependencies: [i1$1.NgClass, i2.NgControlStatus, i2.NgModel, i1$6.FaIconComponent, i3.DropDownListComponent], encapsulation: 2 }); }
|
|
7988
|
+
} }, dependencies: [i1$1.NgClass, i2.NgControlStatus, i2.NgModel, i1$6.FaIconComponent, i3.DropDownListComponent, AReplacerDirective], encapsulation: 2 }); }
|
|
7912
7989
|
}
|
|
7913
7990
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ControlPanelComponent, [{
|
|
7914
7991
|
type: Component,
|
|
@@ -8109,7 +8186,7 @@ class SignInButtonComponent extends ComponentBase {
|
|
|
8109
8186
|
i0.ɵɵproperty("ngIf", ctx.external);
|
|
8110
8187
|
i0.ɵɵadvance();
|
|
8111
8188
|
i0.ɵɵproperty("ngIf", !ctx.external);
|
|
8112
|
-
} }, dependencies: [i1$1.NgIf, i1$1.NgTemplateOutlet, i1$2.RouterLink], encapsulation: 2 }); }
|
|
8189
|
+
} }, dependencies: [i1$1.NgIf, i1$1.NgTemplateOutlet, i1$2.RouterLink, AReplacerDirective], encapsulation: 2 }); }
|
|
8113
8190
|
}
|
|
8114
8191
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignInButtonComponent, [{
|
|
8115
8192
|
type: Component,
|
|
@@ -8206,7 +8283,7 @@ class SignOutButtonComponent extends ComponentBase {
|
|
|
8206
8283
|
i0.ɵɵproperty("ngIf", ctx.external);
|
|
8207
8284
|
i0.ɵɵadvance();
|
|
8208
8285
|
i0.ɵɵproperty("ngIf", !ctx.external);
|
|
8209
|
-
} }, dependencies: [i1$1.NgIf, i1$1.NgTemplateOutlet, i1$2.RouterLink], encapsulation: 2 }); }
|
|
8286
|
+
} }, dependencies: [i1$1.NgIf, i1$1.NgTemplateOutlet, i1$2.RouterLink, AReplacerDirective], encapsulation: 2 }); }
|
|
8210
8287
|
}
|
|
8211
8288
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignOutButtonComponent, [{
|
|
8212
8289
|
type: Component,
|
|
@@ -8303,7 +8380,7 @@ class SignUpButtonComponent extends ComponentBase {
|
|
|
8303
8380
|
i0.ɵɵproperty("ngIf", ctx.external);
|
|
8304
8381
|
i0.ɵɵadvance();
|
|
8305
8382
|
i0.ɵɵproperty("ngIf", !ctx.external);
|
|
8306
|
-
} }, dependencies: [i1$1.NgIf, i1$1.NgTemplateOutlet, i1$2.RouterLink], encapsulation: 2 }); }
|
|
8383
|
+
} }, dependencies: [i1$1.NgIf, i1$1.NgTemplateOutlet, i1$2.RouterLink, AReplacerDirective], encapsulation: 2 }); }
|
|
8307
8384
|
}
|
|
8308
8385
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SignUpButtonComponent, [{
|
|
8309
8386
|
type: Component,
|
|
@@ -8415,7 +8492,7 @@ class NoMobileSupportComponent extends ComponentBase {
|
|
|
8415
8492
|
} if (rf & 2) {
|
|
8416
8493
|
i0.ɵɵadvance();
|
|
8417
8494
|
i0.ɵɵproperty("src", ctx.logo, i0.ɵɵsanitizeUrl);
|
|
8418
|
-
} }, dependencies: [
|
|
8495
|
+
} }, dependencies: [ImageReplacerDirective], encapsulation: 2 }); }
|
|
8419
8496
|
}
|
|
8420
8497
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(NoMobileSupportComponent, [{
|
|
8421
8498
|
type: Component,
|
|
@@ -8600,7 +8677,7 @@ class Copy2ClipboardComponent extends ComponentBase {
|
|
|
8600
8677
|
i0.ɵɵelementEnd();
|
|
8601
8678
|
} if (rf & 2) {
|
|
8602
8679
|
i0.ɵɵclassMapInterpolate1("btn btn-icon ", ctx.classes, "");
|
|
8603
|
-
} }, dependencies: [i1$6.FaIconComponent], encapsulation: 2 }); }
|
|
8680
|
+
} }, dependencies: [i1$6.FaIconComponent, AReplacerDirective], encapsulation: 2 }); }
|
|
8604
8681
|
}
|
|
8605
8682
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(Copy2ClipboardComponent, [{
|
|
8606
8683
|
type: Component,
|
|
@@ -8715,7 +8792,7 @@ class UrlSlugComponent extends EditComponentBase {
|
|
|
8715
8792
|
i0.ɵɵproperty("formControlName", ctx.controlName);
|
|
8716
8793
|
i0.ɵɵadvance();
|
|
8717
8794
|
i0.ɵɵproperty("ngIf", ctx.isGoButtonVisible);
|
|
8718
|
-
} }, dependencies: [i1$1.NgClass, i1$1.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$1.LabelDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
8795
|
+
} }, dependencies: [i1$1.NgClass, i1$1.NgIf, i2.DefaultValueAccessor, i2.NgControlStatus, i2.NgControlStatusGroup, i2.FormGroupDirective, i2.FormControlName, i4$1.LabelDirective, AReplacerDirective, NativeElementDirective, ItemValidationSummaryComponent], encapsulation: 2 }); }
|
|
8719
8796
|
}
|
|
8720
8797
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(UrlSlugComponent, [{
|
|
8721
8798
|
type: Component,
|
|
@@ -8827,7 +8904,7 @@ class YouAgreeToOurTermsComponent extends ComponentBase {
|
|
|
8827
8904
|
i0.ɵɵproperty("href", ctx.currentApp.oneUrl + "legal/terms", i0.ɵɵsanitizeUrl);
|
|
8828
8905
|
i0.ɵɵadvance(3);
|
|
8829
8906
|
i0.ɵɵproperty("href", ctx.currentApp.oneUrl + "legal/privacy", i0.ɵɵsanitizeUrl);
|
|
8830
|
-
} }, encapsulation: 2 }); }
|
|
8907
|
+
} }, dependencies: [AReplacerDirective], encapsulation: 2 }); }
|
|
8831
8908
|
}
|
|
8832
8909
|
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(YouAgreeToOurTermsComponent, [{
|
|
8833
8910
|
type: Component,
|
|
@@ -10603,7 +10680,8 @@ const DIALOGS = [
|
|
|
10603
10680
|
*/
|
|
10604
10681
|
const DIRECTIVES = [
|
|
10605
10682
|
HoveringDirective,
|
|
10606
|
-
|
|
10683
|
+
AReplacerDirective,
|
|
10684
|
+
ImageReplacerDirective,
|
|
10607
10685
|
NativeElementDirective
|
|
10608
10686
|
];
|
|
10609
10687
|
|
|
@@ -10727,7 +10805,7 @@ class AnatolyUIModule {
|
|
|
10727
10805
|
]
|
|
10728
10806
|
}]
|
|
10729
10807
|
}], null, null); })();
|
|
10730
|
-
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, HoveringDirective,
|
|
10808
|
+
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(AnatolyUIModule, { declarations: [CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent], imports: [CommonModule,
|
|
10731
10809
|
RouterModule,
|
|
10732
10810
|
ReactiveFormsModule,
|
|
10733
10811
|
FormsModule,
|
|
@@ -10735,7 +10813,7 @@ class AnatolyUIModule {
|
|
|
10735
10813
|
FERootModule,
|
|
10736
10814
|
//Modules
|
|
10737
10815
|
FaModule,
|
|
10738
|
-
KendoModule], exports: [CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, HoveringDirective,
|
|
10816
|
+
KendoModule], exports: [CardComponent, CardHeaderComponent, CardBodyComponent, CardFooterComponent, CheckIconComponent, Copy2ClipboardComponent, ControlPanelComponent, DataPagerComponent, CountryDropdownlist, ModerationStatusDropdownlist, PublishStatusDropdownlist, TimezoneDropdownlist, HtmlEditorComponent, SignInButtonComponent, SignUpButtonComponent, SignOutButtonComponent, NodataComponent, NoMobileSupportComponent, PageSpinnerComponent, LoadingComponent, UrlSlugComponent, FeatureWillBeReadyComponent, YouAgreeToOurTermsComponent, ContactUsDialog, HoveringDirective, AReplacerDirective, ImageReplacerDirective, NativeElementDirective, AddressComponent, CompanyComponent, ContactUsForm, SafeHtmlPipe, ReplaceTextPipe, FileSizePipe, FormValidationSummaryComponent, ItemValidationSummaryComponent] }); })();
|
|
10739
10817
|
|
|
10740
10818
|
/*
|
|
10741
10819
|
<file>
|
|
@@ -10887,5 +10965,5 @@ class AnatolyModule {
|
|
|
10887
10965
|
* Generated bundle index. Do not edit.
|
|
10888
10966
|
*/
|
|
10889
10967
|
|
|
10890
|
-
export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingUtils, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService,
|
|
10968
|
+
export { AReplacerDirective, AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AppsGoServiceBase, AuthService, AuthenticationGuard, BillingUtils, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, ControlPanelComponent, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FeatureWillBeReadyComponent, FileSizePipe, FormValidationSummaryComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoServiceBase, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, ImageReplacerDirective, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, ModerationStatus, ModerationStatusDropdownlist, NativeElementDirective, NoMobileSupportComponent, NodataComponent, NotificationService, OrderSummaryComponent, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentMethodsComponent, PaymentOptionsComponent, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, PaypalSubscribeButtonComponent, PublishStatus, PublishStatusDropdownlist, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, SubscriptionProvider, SubscriptionsApiService, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, YouAgreeToOurTermsComponent, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, getCurrentApp, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
|
|
10891
10969
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|