@osovitny/anatoly 3.17.82 → 3.17.84
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/anatoly.module.mjs +2 -2
- package/esm2022/lib/billing/billing.module.mjs +2 -2
- package/esm2022/lib/billing/components/exports.mjs +2 -2
- package/esm2022/lib/billing/components/index.mjs +2 -2
- package/esm2022/lib/billing/components/paypal/paypal.component.mjs +2 -2
- package/esm2022/lib/billing/exports.mjs +2 -2
- package/esm2022/lib/billing/models/paypal-models.mjs +2 -2
- package/esm2022/lib/billing/services/paypal-script.service.mjs +2 -2
- package/esm2022/lib/core/browser.mjs +2 -2
- package/esm2022/lib/core/consts/core-settings.mjs +2 -2
- package/esm2022/lib/core/converts/convert.mjs +2 -2
- package/esm2022/lib/core/converts/dateConvert.mjs +2 -2
- package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +2 -2
- package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +2 -2
- package/esm2022/lib/core/converts/xmlFormatter.mjs +2 -2
- package/esm2022/lib/core/core.module.mjs +2 -2
- package/esm2022/lib/core/dom.mjs +2 -2
- package/esm2022/lib/core/exports.mjs +2 -2
- package/esm2022/lib/core/go/base-go.service.mjs +2 -2
- package/esm2022/lib/core/guards/once-import.guard.mjs +2 -2
- package/esm2022/lib/core/guards/starter.guard.mjs +2 -2
- package/esm2022/lib/core/guid.mjs +2 -2
- package/esm2022/lib/core/interceptors/httpInterceptor.mjs +2 -2
- package/esm2022/lib/core/is.mjs +2 -2
- package/esm2022/lib/core/localization/localization.module.mjs +2 -2
- package/esm2022/lib/core/localization/localization.service.mjs +2 -2
- package/esm2022/lib/core/localization/localize.pipe.mjs +2 -2
- package/esm2022/lib/core/localization/settings.module.mjs +2 -2
- package/esm2022/lib/core/localization/utils.mjs +2 -2
- package/esm2022/lib/core/logging/globalErrorHandler.mjs +2 -2
- package/esm2022/lib/core/logging/logging.service.mjs +2 -2
- package/esm2022/lib/core/models/qs.mjs +2 -2
- package/esm2022/lib/core/notifications/alerts.mjs +2 -2
- package/esm2022/lib/core/notifications/interfaces/notification.mjs +2 -2
- package/esm2022/lib/core/notifications/services/notification-service.mjs +2 -2
- package/esm2022/lib/core/performance/stopwatch.mjs +2 -2
- package/esm2022/lib/core/services/appcontext.service.mjs +3 -2
- package/esm2022/lib/core/services/dm.service.mjs +2 -2
- package/esm2022/lib/core/services/google-analytics.service.mjs +2 -2
- package/esm2022/lib/core/services/idle.service.mjs +2 -2
- package/esm2022/lib/core/services/loading.service.mjs +2 -2
- package/esm2022/lib/core/services/script.service.mjs +2 -2
- package/esm2022/lib/core/services/starter.service.mjs +1 -1
- package/esm2022/lib/core/services/web-storage.service.mjs +2 -2
- package/esm2022/lib/core/subs.mjs +2 -2
- package/esm2022/lib/core/utils/qsutils.mjs +2 -2
- package/esm2022/lib/core/utils/utils.mjs +2 -2
- package/esm2022/lib/data/base/api.service.mjs +2 -2
- package/esm2022/lib/data/base/grid/grid-edit.service.mjs +2 -2
- package/esm2022/lib/data/base/grid/grid-read.service.mjs +2 -2
- package/esm2022/lib/data/data.module.mjs +11 -2
- package/esm2022/lib/data/exports.mjs +7 -3
- package/esm2022/lib/data/services/billing/currencies-api.service.mjs +41 -0
- package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +92 -0
- package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +2 -2
- package/esm2022/lib/data/services/billing/payments-api.service.mjs +2 -2
- package/esm2022/lib/data/services/billing/transactions-api.service.mjs +43 -0
- package/esm2022/lib/data/services/core-api.service.mjs +2 -2
- package/esm2022/lib/data/services/emails-api.service.mjs +2 -2
- package/esm2022/lib/external/fa.module.mjs +2 -2
- package/esm2022/lib/external/kendo.module.mjs +2 -2
- package/esm2022/lib/iam/b2c/b2c.mjs +2 -2
- package/esm2022/lib/iam/b2c/consts.mjs +2 -2
- package/esm2022/lib/iam/b2c/index.mjs +2 -2
- package/esm2022/lib/iam/configs.mjs +2 -2
- package/esm2022/lib/iam/consts.mjs +2 -2
- package/esm2022/lib/iam/exports.mjs +2 -2
- package/esm2022/lib/iam/guards/admin.guard.mjs +2 -2
- package/esm2022/lib/iam/guards/authentication.guard.mjs +1 -1
- package/esm2022/lib/iam/guards/index.mjs +2 -2
- package/esm2022/lib/iam/iam-pages.module.mjs +2 -2
- package/esm2022/lib/iam/iam-pages.routes.mjs +2 -2
- package/esm2022/lib/iam/iam.module.mjs +2 -2
- package/esm2022/lib/iam/pages/signin.page.mjs +2 -2
- package/esm2022/lib/iam/pages/signout.page.mjs +2 -2
- package/esm2022/lib/iam/pages/signup.page.mjs +2 -2
- package/esm2022/lib/iam/redirect.mjs +2 -2
- package/esm2022/lib/iam/services/auth.service.mjs +1 -1
- package/esm2022/lib/iam/storage.mjs +2 -2
- package/esm2022/lib/iam/utils.mjs +2 -2
- package/esm2022/lib/ui/components/base/components/component.mjs +2 -2
- package/esm2022/lib/ui/components/base/components/edit.component.mjs +2 -2
- package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +2 -2
- package/esm2022/lib/ui/components/base/dialog.mjs +2 -2
- package/esm2022/lib/ui/components/base/list.mjs +2 -2
- package/esm2022/lib/ui/components/base/pages/edit.page.mjs +2 -2
- package/esm2022/lib/ui/components/base/pages/page.mjs +2 -2
- package/esm2022/lib/ui/components/base/pages/paged.page.mjs +2 -2
- package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card-body.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card-footer.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card-header.component.mjs +2 -2
- package/esm2022/lib/ui/components/card/card.component.mjs +2 -2
- package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +2 -2
- package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +2 -2
- package/esm2022/lib/ui/components/datapager/datapager.component.mjs +2 -2
- package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +2 -2
- package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +2 -2
- package/esm2022/lib/ui/components/exports.mjs +2 -2
- package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +1 -1
- package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +2 -2
- package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +2 -2
- package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +2 -2
- package/esm2022/lib/ui/components/identity/signin-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/identity/signout-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/identity/signup-button.component.mjs +2 -2
- package/esm2022/lib/ui/components/index.mjs +2 -2
- package/esm2022/lib/ui/components/nodata/nodata.component.mjs +2 -2
- package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +2 -2
- package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +2 -2
- package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +2 -2
- package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +2 -2
- package/esm2022/lib/ui/dialogs/exports.mjs +2 -2
- package/esm2022/lib/ui/dialogs/index.mjs +2 -2
- package/esm2022/lib/ui/directives/exports.mjs +2 -2
- package/esm2022/lib/ui/directives/hover.directive.mjs +2 -2
- package/esm2022/lib/ui/directives/index.mjs +2 -2
- package/esm2022/lib/ui/directives/native-element.directive.mjs +2 -2
- package/esm2022/lib/ui/exports.mjs +2 -2
- package/esm2022/lib/ui/forms/components/address/address.component.mjs +2 -2
- package/esm2022/lib/ui/forms/components/company/company.component.mjs +2 -2
- package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +2 -2
- package/esm2022/lib/ui/forms/exports.mjs +2 -2
- package/esm2022/lib/ui/forms/index.mjs +2 -2
- package/esm2022/lib/ui/pipes/exports.mjs +2 -2
- package/esm2022/lib/ui/pipes/filesize.pipe.mjs +2 -2
- package/esm2022/lib/ui/pipes/index.mjs +2 -2
- package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +2 -2
- package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +2 -2
- package/esm2022/lib/ui/ui.module.mjs +2 -2
- package/esm2022/lib/ui/validation/exports.mjs +2 -2
- package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +2 -2
- package/esm2022/lib/ui/validation/index.mjs +2 -2
- package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +2 -2
- package/esm2022/lib/ui/validation/validation-summary.component.mjs +2 -2
- package/fesm2022/osovitny-anatoly.mjs +294 -128
- package/fesm2022/osovitny-anatoly.mjs.map +1 -1
- package/lib/data/exports.d.ts +3 -0
- package/lib/data/services/billing/currencies-api.service.d.ts +12 -0
- package/lib/data/services/billing/currencies-storage.service.d.ts +22 -0
- package/lib/data/services/billing/transactions-api.service.d.ts +13 -0
- package/lib/ui/components/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -60,7 +60,7 @@ import { IconsModule } from '@progress/kendo-angular-icons';
|
|
|
60
60
|
https://github.com/microsoft/TypeScript/blob/main/src/server/editorServices.ts
|
|
61
61
|
https://github.com/microsoft/TypeScript/blob/main/src/compiler/core.ts
|
|
62
62
|
|
|
63
|
-
Copyright (c) 2016-
|
|
63
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
64
64
|
</file>
|
|
65
65
|
*/
|
|
66
66
|
const AppCoreSettings = JSON.parse((document.getElementById('appCoreSettings')).getAttribute('data-appcoresettings'));
|
|
@@ -180,7 +180,7 @@ const GABillingEvents = {
|
|
|
180
180
|
Created:
|
|
181
181
|
29 June 2020
|
|
182
182
|
|
|
183
|
-
Copyright (c) 2016-
|
|
183
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
184
184
|
</file>
|
|
185
185
|
*/
|
|
186
186
|
class Convert {
|
|
@@ -277,7 +277,7 @@ class Convert {
|
|
|
277
277
|
Created:
|
|
278
278
|
10 Feb 2024
|
|
279
279
|
|
|
280
|
-
Copyright (c) 2016-
|
|
280
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
281
281
|
</file>
|
|
282
282
|
*/
|
|
283
283
|
/**
|
|
@@ -378,7 +378,7 @@ function getDateTimeFormat(timeZone) {
|
|
|
378
378
|
Created:
|
|
379
379
|
10 Feb 2024
|
|
380
380
|
|
|
381
|
-
Copyright (c) 2016-
|
|
381
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
382
382
|
</file>
|
|
383
383
|
*/
|
|
384
384
|
function tzParseTimezone(timezoneString, date, isUtcDate) {
|
|
@@ -507,7 +507,7 @@ function isValidTimezoneIANAString(timeZoneString) {
|
|
|
507
507
|
https://github.com/marnusw/date-fns-tz/blob/master/src/utcToZonedTime/index.js
|
|
508
508
|
https://github.com/marnusw/date-fns-tz/blob/master/src/_lib/tzParseTimezone/index.js
|
|
509
509
|
|
|
510
|
-
Copyright (c) 2016-
|
|
510
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
511
511
|
</file>
|
|
512
512
|
*/
|
|
513
513
|
class DateConvert {
|
|
@@ -563,7 +563,7 @@ class DateConvert {
|
|
|
563
563
|
https://www.npmjs.com/package/js-beautify
|
|
564
564
|
https://beautifier.io
|
|
565
565
|
|
|
566
|
-
Copyright (c) 2016-
|
|
566
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
567
567
|
</file>
|
|
568
568
|
*/
|
|
569
569
|
//var beautify_html = require('js-beautify').html;
|
|
@@ -664,7 +664,7 @@ var DataViewType;
|
|
|
664
664
|
Created:
|
|
665
665
|
17 Jun 2018
|
|
666
666
|
|
|
667
|
-
Copyright (c) 2016-
|
|
667
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
668
668
|
</file>
|
|
669
669
|
*/
|
|
670
670
|
class BaseGoService {
|
|
@@ -708,7 +708,7 @@ class BaseGoService {
|
|
|
708
708
|
Created:
|
|
709
709
|
13 Nov 2017
|
|
710
710
|
|
|
711
|
-
Copyright (c) 2016-
|
|
711
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
712
712
|
</file>
|
|
713
713
|
*/
|
|
714
714
|
//Node
|
|
@@ -799,7 +799,7 @@ class ApiServiceBase {
|
|
|
799
799
|
Description:
|
|
800
800
|
Identity and Access Management
|
|
801
801
|
|
|
802
|
-
Copyright (c) 2016-
|
|
802
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
803
803
|
</file>
|
|
804
804
|
*/
|
|
805
805
|
const MSALStorageKeys = {
|
|
@@ -841,7 +841,7 @@ class MSALStorage {
|
|
|
841
841
|
Description:
|
|
842
842
|
Identity and Access Management
|
|
843
843
|
|
|
844
|
-
Copyright (c) 2016-
|
|
844
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
845
845
|
</file>
|
|
846
846
|
*/
|
|
847
847
|
class MSALRedirect {
|
|
@@ -869,7 +869,7 @@ class MSALRedirect {
|
|
|
869
869
|
Description:
|
|
870
870
|
Identity and Access Management
|
|
871
871
|
|
|
872
|
-
Copyright (c) 2016-
|
|
872
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
873
873
|
</file>
|
|
874
874
|
*/
|
|
875
875
|
let msalSettings = document.getElementById("msalSettings").getAttribute('data-msalsettings');
|
|
@@ -892,7 +892,7 @@ let MSALB2CConfig = MSALConfig?.b2c;
|
|
|
892
892
|
Description:
|
|
893
893
|
Identity and Access Management
|
|
894
894
|
|
|
895
|
-
Copyright (c) 2016-
|
|
895
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
896
896
|
</file>
|
|
897
897
|
*/
|
|
898
898
|
//Node
|
|
@@ -938,7 +938,7 @@ class MSALUtils {
|
|
|
938
938
|
Description:
|
|
939
939
|
Identity and Access Management
|
|
940
940
|
|
|
941
|
-
Copyright (c) 2016-
|
|
941
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
942
942
|
</file>
|
|
943
943
|
*/
|
|
944
944
|
//App
|
|
@@ -977,7 +977,7 @@ class MSALB2C {
|
|
|
977
977
|
Description:
|
|
978
978
|
Identity and Access Management
|
|
979
979
|
|
|
980
|
-
Copyright (c) 2016-
|
|
980
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
981
981
|
</file>
|
|
982
982
|
*/
|
|
983
983
|
const PolicyType = {
|
|
@@ -1002,7 +1002,7 @@ const PolicyType = {
|
|
|
1002
1002
|
Description:
|
|
1003
1003
|
Identity and Access Management
|
|
1004
1004
|
|
|
1005
|
-
Copyright (c) 2016-
|
|
1005
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1006
1006
|
</file>
|
|
1007
1007
|
*/
|
|
1008
1008
|
|
|
@@ -1018,7 +1018,7 @@ const PolicyType = {
|
|
|
1018
1018
|
Created:
|
|
1019
1019
|
17 Apr 2023
|
|
1020
1020
|
|
|
1021
|
-
Copyright (c) 2016-
|
|
1021
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1022
1022
|
</file>
|
|
1023
1023
|
*/
|
|
1024
1024
|
class Stopwatch {
|
|
@@ -1091,7 +1091,7 @@ const AppContextStorageKeys = {
|
|
|
1091
1091
|
Created:
|
|
1092
1092
|
26 Jun 2020
|
|
1093
1093
|
|
|
1094
|
-
Copyright (c) 2016-
|
|
1094
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1095
1095
|
</file>
|
|
1096
1096
|
*/
|
|
1097
1097
|
//Node
|
|
@@ -1155,7 +1155,7 @@ class SessionStorageService extends WebStorageService {
|
|
|
1155
1155
|
Created:
|
|
1156
1156
|
13 Nov 2017
|
|
1157
1157
|
|
|
1158
|
-
Copyright (c) 2016-
|
|
1158
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1159
1159
|
</file>
|
|
1160
1160
|
*/
|
|
1161
1161
|
//Node
|
|
@@ -1283,6 +1283,7 @@ class AppContextService extends ApiServiceBase {
|
|
|
1283
1283
|
let current = this.current;
|
|
1284
1284
|
return current?.user;
|
|
1285
1285
|
}
|
|
1286
|
+
/* Storage Caching ----------------------------------------------------------BEGIN */
|
|
1286
1287
|
//version => localStorage
|
|
1287
1288
|
get version() {
|
|
1288
1289
|
return this.localStorage.getObject(AppContextStorageKeys.version);
|
|
@@ -1763,7 +1764,7 @@ class AuthService extends ApiServiceBase {
|
|
|
1763
1764
|
Description:
|
|
1764
1765
|
Identity and Access Management
|
|
1765
1766
|
|
|
1766
|
-
Copyright (c) 2016-
|
|
1767
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1767
1768
|
</file>
|
|
1768
1769
|
*/
|
|
1769
1770
|
//Node
|
|
@@ -1827,7 +1828,7 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
1827
1828
|
Description:
|
|
1828
1829
|
Identity and Access Management
|
|
1829
1830
|
|
|
1830
|
-
Copyright (c) 2016-
|
|
1831
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1831
1832
|
</file>
|
|
1832
1833
|
*/
|
|
1833
1834
|
|
|
@@ -1843,7 +1844,7 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
1843
1844
|
Created:
|
|
1844
1845
|
27 Nov 2023
|
|
1845
1846
|
|
|
1846
|
-
Copyright (c) 2016-
|
|
1847
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1847
1848
|
</file>
|
|
1848
1849
|
*/
|
|
1849
1850
|
//guards
|
|
@@ -1860,7 +1861,7 @@ class AuthenticationGuard extends MsalGuard {
|
|
|
1860
1861
|
Created:
|
|
1861
1862
|
26 Jun 2020
|
|
1862
1863
|
|
|
1863
|
-
Copyright (c) 2016-
|
|
1864
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1864
1865
|
</file>
|
|
1865
1866
|
*/
|
|
1866
1867
|
//Node
|
|
@@ -1924,7 +1925,7 @@ class LoadingService extends BehaviorSubject {
|
|
|
1924
1925
|
Created:
|
|
1925
1926
|
26 Jun 2020
|
|
1926
1927
|
|
|
1927
|
-
Copyright (c) 2016-
|
|
1928
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1928
1929
|
</file>
|
|
1929
1930
|
*/
|
|
1930
1931
|
//Node
|
|
@@ -1962,7 +1963,7 @@ class LoggingService {
|
|
|
1962
1963
|
Created:
|
|
1963
1964
|
25 March 2020
|
|
1964
1965
|
|
|
1965
|
-
Copyright (c) 2016-
|
|
1966
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
1966
1967
|
</file>
|
|
1967
1968
|
*/
|
|
1968
1969
|
//Node
|
|
@@ -2105,7 +2106,7 @@ class AnatolyHttpInterceptor {
|
|
|
2105
2106
|
Created:
|
|
2106
2107
|
26 Jun 2020
|
|
2107
2108
|
|
|
2108
|
-
Copyright (c) 2016-
|
|
2109
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2109
2110
|
</file>
|
|
2110
2111
|
*/
|
|
2111
2112
|
function throwIfAlreadyLoaded(parentModule, moduleName) {
|
|
@@ -2131,7 +2132,7 @@ function throwIfAlreadyLoaded(parentModule, moduleName) {
|
|
|
2131
2132
|
https://github.com/date-fns/date-fns/blob/main/src/isDate/index.ts
|
|
2132
2133
|
https://github.com/date-fns/date-fns/blob/main/src/isValid/index.ts
|
|
2133
2134
|
|
|
2134
|
-
Copyright (c) 2016-
|
|
2135
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2135
2136
|
</file>
|
|
2136
2137
|
*/
|
|
2137
2138
|
class is {
|
|
@@ -2298,7 +2299,7 @@ class StarterService extends ApiServiceBase {
|
|
|
2298
2299
|
Created:
|
|
2299
2300
|
15 Nov 2023
|
|
2300
2301
|
|
|
2301
|
-
Copyright (c) 2016-
|
|
2302
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2302
2303
|
</file>
|
|
2303
2304
|
*/
|
|
2304
2305
|
//Node
|
|
@@ -2339,7 +2340,7 @@ class StarterGuard {
|
|
|
2339
2340
|
Created:
|
|
2340
2341
|
26 Jun 2020
|
|
2341
2342
|
|
|
2342
|
-
Copyright (c) 2016-
|
|
2343
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2343
2344
|
</file>
|
|
2344
2345
|
*/
|
|
2345
2346
|
class Subs {
|
|
@@ -2374,7 +2375,7 @@ class Subs {
|
|
|
2374
2375
|
https://date-fns.org/v3.3.1/docs/formatDistance
|
|
2375
2376
|
https://date-fns.org/v3.3.1/docs/formatDistanceToNow
|
|
2376
2377
|
|
|
2377
|
-
Copyright (c) 2016-
|
|
2378
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2378
2379
|
</file>
|
|
2379
2380
|
*/
|
|
2380
2381
|
//Node
|
|
@@ -2521,7 +2522,7 @@ class LocalizationService {
|
|
|
2521
2522
|
Created:
|
|
2522
2523
|
10 May 2020
|
|
2523
2524
|
|
|
2524
|
-
Copyright (c) 2016-
|
|
2525
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2525
2526
|
</file>
|
|
2526
2527
|
*/
|
|
2527
2528
|
//Node
|
|
@@ -2601,7 +2602,7 @@ class LocalizePipe {
|
|
|
2601
2602
|
Created:
|
|
2602
2603
|
05 May 2020
|
|
2603
2604
|
|
|
2604
|
-
Copyright (c) 2016-
|
|
2605
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2605
2606
|
</file>
|
|
2606
2607
|
*/
|
|
2607
2608
|
//Node
|
|
@@ -2688,7 +2689,7 @@ class LocalizationSettingsModule {
|
|
|
2688
2689
|
Created:
|
|
2689
2690
|
12 May 2020
|
|
2690
2691
|
|
|
2691
|
-
Copyright (c) 2016-
|
|
2692
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2692
2693
|
</file>
|
|
2693
2694
|
*/
|
|
2694
2695
|
//Node
|
|
@@ -2728,7 +2729,7 @@ class LocalizationModule {
|
|
|
2728
2729
|
Created:
|
|
2729
2730
|
2 July 2020
|
|
2730
2731
|
|
|
2731
|
-
Copyright (c) 2016-
|
|
2732
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2732
2733
|
</file>
|
|
2733
2734
|
*/
|
|
2734
2735
|
//App
|
|
@@ -2771,7 +2772,7 @@ class L10nUtils {
|
|
|
2771
2772
|
https://medium.com/@amcdnl/global-error-handling-with-angular2-6b992bdfb59c
|
|
2772
2773
|
https://medium.com/angular-in-depth/expecting-the-unexpected-best-practices-for-error-handling-in-angular-21c3662ef9e4
|
|
2773
2774
|
|
|
2774
|
-
Copyright (c) 2016-
|
|
2775
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2775
2776
|
</file>
|
|
2776
2777
|
*/
|
|
2777
2778
|
//Node
|
|
@@ -2804,7 +2805,7 @@ class GlobalErrorHandler {
|
|
|
2804
2805
|
Created:
|
|
2805
2806
|
3 March 2020
|
|
2806
2807
|
|
|
2807
|
-
Copyright (c) 2016-
|
|
2808
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2808
2809
|
</file>
|
|
2809
2810
|
*/
|
|
2810
2811
|
//Node
|
|
@@ -2917,7 +2918,7 @@ class Alerts {
|
|
|
2917
2918
|
Created:
|
|
2918
2919
|
2 Jun 2020
|
|
2919
2920
|
|
|
2920
|
-
Copyright (c) 2016-
|
|
2921
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2921
2922
|
</file>
|
|
2922
2923
|
*/
|
|
2923
2924
|
|
|
@@ -2933,7 +2934,7 @@ class Alerts {
|
|
|
2933
2934
|
Created:
|
|
2934
2935
|
2 Jun 2020
|
|
2935
2936
|
|
|
2936
|
-
Copyright (c) 2016-
|
|
2937
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
2937
2938
|
</file>
|
|
2938
2939
|
*/
|
|
2939
2940
|
//Node
|
|
@@ -3011,7 +3012,7 @@ class NotificationService {
|
|
|
3011
3012
|
Created:
|
|
3012
3013
|
29 Nov 2020
|
|
3013
3014
|
|
|
3014
|
-
Copyright (c) 2016-
|
|
3015
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3015
3016
|
</file>
|
|
3016
3017
|
*/
|
|
3017
3018
|
//Node
|
|
@@ -3083,7 +3084,7 @@ class DigitalMarketingService {
|
|
|
3083
3084
|
https://developers.google.com/tag-platform/gtagjs/reference
|
|
3084
3085
|
https://developers.google.com/analytics/devguides/collection/ga4/events?client_type=gtag
|
|
3085
3086
|
|
|
3086
|
-
Copyright (c) 2016-
|
|
3087
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3087
3088
|
</file>
|
|
3088
3089
|
*/
|
|
3089
3090
|
//Node
|
|
@@ -3147,7 +3148,7 @@ class GoogleAnalyticsService {
|
|
|
3147
3148
|
Created:
|
|
3148
3149
|
26 Jun 2020
|
|
3149
3150
|
|
|
3150
|
-
Copyright (c) 2016-
|
|
3151
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3151
3152
|
</file>
|
|
3152
3153
|
*/
|
|
3153
3154
|
//Node
|
|
@@ -3220,7 +3221,7 @@ class IdleService {
|
|
|
3220
3221
|
Created:
|
|
3221
3222
|
14 Jun 2024
|
|
3222
3223
|
|
|
3223
|
-
Copyright (c) 2016-
|
|
3224
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3224
3225
|
</file>
|
|
3225
3226
|
*/
|
|
3226
3227
|
//Node
|
|
@@ -3295,7 +3296,7 @@ class ScriptService {
|
|
|
3295
3296
|
Created:
|
|
3296
3297
|
2 May 2023
|
|
3297
3298
|
|
|
3298
|
-
Copyright (c) 2016-
|
|
3299
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3299
3300
|
</file>
|
|
3300
3301
|
*/
|
|
3301
3302
|
class Browser {
|
|
@@ -3319,7 +3320,7 @@ class Browser {
|
|
|
3319
3320
|
Created:
|
|
3320
3321
|
8 Aug 2022
|
|
3321
3322
|
|
|
3322
|
-
Copyright (c) 2016-
|
|
3323
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3323
3324
|
</file>
|
|
3324
3325
|
*/
|
|
3325
3326
|
class DOM {
|
|
@@ -3472,7 +3473,7 @@ class DOM {
|
|
|
3472
3473
|
Created:
|
|
3473
3474
|
26 Jun 2020
|
|
3474
3475
|
|
|
3475
|
-
Copyright (c) 2016-
|
|
3476
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3476
3477
|
</file>
|
|
3477
3478
|
*/
|
|
3478
3479
|
class Guid {
|
|
@@ -3493,7 +3494,7 @@ class Guid {
|
|
|
3493
3494
|
Created:
|
|
3494
3495
|
14 Feb 2024
|
|
3495
3496
|
|
|
3496
|
-
Copyright (c) 2016-
|
|
3497
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3497
3498
|
</file>
|
|
3498
3499
|
*/
|
|
3499
3500
|
class QSUtils {
|
|
@@ -3570,7 +3571,7 @@ class QSUtils {
|
|
|
3570
3571
|
Created:
|
|
3571
3572
|
19 March 2020
|
|
3572
3573
|
|
|
3573
|
-
Copyright (c) 2016-
|
|
3574
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3574
3575
|
</file>
|
|
3575
3576
|
*/
|
|
3576
3577
|
class Utils {
|
|
@@ -3646,7 +3647,7 @@ class Utils {
|
|
|
3646
3647
|
Created:
|
|
3647
3648
|
2 Aug 2022
|
|
3648
3649
|
|
|
3649
|
-
Copyright (c) 2016-
|
|
3650
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3650
3651
|
</file>
|
|
3651
3652
|
*/
|
|
3652
3653
|
//consts
|
|
@@ -3663,7 +3664,7 @@ class Utils {
|
|
|
3663
3664
|
Created:
|
|
3664
3665
|
28 Aug 2018
|
|
3665
3666
|
|
|
3666
|
-
Copyright (c) 2016-
|
|
3667
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3667
3668
|
</file>
|
|
3668
3669
|
*/
|
|
3669
3670
|
//Node
|
|
@@ -3740,7 +3741,7 @@ class ComponentBase {
|
|
|
3740
3741
|
Created:
|
|
3741
3742
|
20 Nov 2017
|
|
3742
3743
|
|
|
3743
|
-
Copyright (c) 2016-
|
|
3744
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3744
3745
|
</file>
|
|
3745
3746
|
*/
|
|
3746
3747
|
//Node
|
|
@@ -3877,7 +3878,7 @@ class EditComponentBase extends ComponentBase {
|
|
|
3877
3878
|
Created:
|
|
3878
3879
|
24 Jan 2022
|
|
3879
3880
|
|
|
3880
|
-
Copyright (c) 2016-
|
|
3881
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
3881
3882
|
</file>
|
|
3882
3883
|
*/
|
|
3883
3884
|
//Node
|
|
@@ -3943,7 +3944,7 @@ class DialogBase extends EditComponentBase {
|
|
|
3943
3944
|
Created:
|
|
3944
3945
|
10 Nov 2024
|
|
3945
3946
|
|
|
3946
|
-
Copyright (c) 2017-
|
|
3947
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
3947
3948
|
</file>
|
|
3948
3949
|
*/
|
|
3949
3950
|
//Node
|
|
@@ -4315,7 +4316,7 @@ class BraintreeDialog extends DialogBase {
|
|
|
4315
4316
|
Created:
|
|
4316
4317
|
14 Jun 2024
|
|
4317
4318
|
|
|
4318
|
-
Copyright (c) 2016-
|
|
4319
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4319
4320
|
</file>
|
|
4320
4321
|
*/
|
|
4321
4322
|
//Node
|
|
@@ -4396,7 +4397,7 @@ class PayPalScriptService {
|
|
|
4396
4397
|
Created:
|
|
4397
4398
|
14 Jun 2024
|
|
4398
4399
|
|
|
4399
|
-
Copyright (c) 2016-
|
|
4400
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4400
4401
|
</file>
|
|
4401
4402
|
*/
|
|
4402
4403
|
const _c0$f = ["payPalButtonContainer"];
|
|
@@ -4957,7 +4958,7 @@ class StripeDialog extends DialogBase {
|
|
|
4957
4958
|
Created:
|
|
4958
4959
|
11 Nov 2024
|
|
4959
4960
|
|
|
4960
|
-
Copyright (c) 2016-
|
|
4961
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4961
4962
|
</file>
|
|
4962
4963
|
*/
|
|
4963
4964
|
//braintree
|
|
@@ -4973,7 +4974,7 @@ class StripeDialog extends DialogBase {
|
|
|
4973
4974
|
Created:
|
|
4974
4975
|
8 Nov 2024
|
|
4975
4976
|
|
|
4976
|
-
Copyright (c) 2016-
|
|
4977
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4977
4978
|
</file>
|
|
4978
4979
|
*/
|
|
4979
4980
|
|
|
@@ -4988,7 +4989,7 @@ class StripeDialog extends DialogBase {
|
|
|
4988
4989
|
Created:
|
|
4989
4990
|
29 Apr 2018
|
|
4990
4991
|
|
|
4991
|
-
Copyright (c) 2016-
|
|
4992
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
4992
4993
|
</file>
|
|
4993
4994
|
*/
|
|
4994
4995
|
//Node
|
|
@@ -5043,7 +5044,7 @@ class GridReadServiceBase extends BehaviorSubject {
|
|
|
5043
5044
|
Created:
|
|
5044
5045
|
29 Apr 2018
|
|
5045
5046
|
|
|
5046
|
-
Copyright (c) 2016-
|
|
5047
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5047
5048
|
</file>
|
|
5048
5049
|
*/
|
|
5049
5050
|
//Node
|
|
@@ -5106,6 +5107,128 @@ class GridEditServiceBase extends GridReadServiceBase {
|
|
|
5106
5107
|
type: Injectable
|
|
5107
5108
|
}], () => [{ type: i1$1.HttpClient }], null); })();
|
|
5108
5109
|
|
|
5110
|
+
/*
|
|
5111
|
+
<file>
|
|
5112
|
+
Project:
|
|
5113
|
+
@osovitny/anatoly
|
|
5114
|
+
|
|
5115
|
+
Authors:
|
|
5116
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
5117
|
+
Leon Malyan leon.malyan@osovitny.com
|
|
5118
|
+
|
|
5119
|
+
Created:
|
|
5120
|
+
31 Jul 2024
|
|
5121
|
+
|
|
5122
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
5123
|
+
</file>
|
|
5124
|
+
*/
|
|
5125
|
+
//Node
|
|
5126
|
+
class CurrenciesApiService extends ApiServiceBase {
|
|
5127
|
+
constructor(http) {
|
|
5128
|
+
super(http);
|
|
5129
|
+
this.http = http;
|
|
5130
|
+
this.baseUrl = `${ApiUrl}/billing/currencies`;
|
|
5131
|
+
}
|
|
5132
|
+
getCurrencies() {
|
|
5133
|
+
return this.get('getCurrencies');
|
|
5134
|
+
}
|
|
5135
|
+
getRates() {
|
|
5136
|
+
return this.get('getRates');
|
|
5137
|
+
}
|
|
5138
|
+
static { this.ɵfac = function CurrenciesApiService_Factory(t) { return new (t || CurrenciesApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
|
|
5139
|
+
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CurrenciesApiService, factory: CurrenciesApiService.ɵfac }); }
|
|
5140
|
+
}
|
|
5141
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrenciesApiService, [{
|
|
5142
|
+
type: Injectable
|
|
5143
|
+
}], () => [{ type: i1$1.HttpClient }], null); })();
|
|
5144
|
+
|
|
5145
|
+
/*
|
|
5146
|
+
<file>
|
|
5147
|
+
Project:
|
|
5148
|
+
@osovitny/anatoly
|
|
5149
|
+
|
|
5150
|
+
Authors:
|
|
5151
|
+
Leon Malyan leon.malyan@osovitny.com
|
|
5152
|
+
|
|
5153
|
+
Created:
|
|
5154
|
+
8 Aug 2024
|
|
5155
|
+
|
|
5156
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
5157
|
+
</file>
|
|
5158
|
+
*/
|
|
5159
|
+
//Node
|
|
5160
|
+
class CurrenciesStorageService {
|
|
5161
|
+
constructor(appContext, api) {
|
|
5162
|
+
this.appContext = appContext;
|
|
5163
|
+
this.api = api;
|
|
5164
|
+
//Private Streams
|
|
5165
|
+
this._currencyUpdated = new BehaviorSubject('USD');
|
|
5166
|
+
this._ratesLoaded = new BehaviorSubject(null);
|
|
5167
|
+
//Public Streams
|
|
5168
|
+
this.currencyUpdated$ = this._currencyUpdated.asObservable();
|
|
5169
|
+
this.ratesLoaded$ = this._ratesLoaded.asObservable();
|
|
5170
|
+
this.defaultCurrency = 'USD';
|
|
5171
|
+
this.setValues();
|
|
5172
|
+
}
|
|
5173
|
+
setValues() {
|
|
5174
|
+
//1. Check localStorage
|
|
5175
|
+
let currency = this.appContext.currency;
|
|
5176
|
+
if (!currency) {
|
|
5177
|
+
//2. If localStorage is empty => set default
|
|
5178
|
+
currency = this.defaultCurrency;
|
|
5179
|
+
this.appContext.currency = currency;
|
|
5180
|
+
}
|
|
5181
|
+
this.changeCurrency(currency);
|
|
5182
|
+
this.appContext.updated$.subscribe((context) => {
|
|
5183
|
+
let localCurrency = this.appContext.currency;
|
|
5184
|
+
if (!localCurrency) {
|
|
5185
|
+
//3. If localStorage is empty => set account currency
|
|
5186
|
+
let accountCurrency = context?.account?.currency;
|
|
5187
|
+
this.changeCurrency(accountCurrency);
|
|
5188
|
+
}
|
|
5189
|
+
});
|
|
5190
|
+
this.api.getRates().subscribe({
|
|
5191
|
+
next: (data) => {
|
|
5192
|
+
this.rates = data;
|
|
5193
|
+
this.fireRatesLoaded(data);
|
|
5194
|
+
}
|
|
5195
|
+
});
|
|
5196
|
+
}
|
|
5197
|
+
fireUpdated(currency) {
|
|
5198
|
+
this._currencyUpdated.next(currency);
|
|
5199
|
+
}
|
|
5200
|
+
fireRatesLoaded(rates) {
|
|
5201
|
+
this._ratesLoaded.next(rates);
|
|
5202
|
+
}
|
|
5203
|
+
//Public
|
|
5204
|
+
changeCurrency(currency) {
|
|
5205
|
+
this.appContext.currency = currency;
|
|
5206
|
+
this.fireUpdated(currency);
|
|
5207
|
+
}
|
|
5208
|
+
toDisplayPrice(price) {
|
|
5209
|
+
let currencyRate = this.currentCurrencyRateOrDefault;
|
|
5210
|
+
if (currencyRate) {
|
|
5211
|
+
let convertedPrice = price * parseFloat(currencyRate.rate);
|
|
5212
|
+
convertedPrice = +convertedPrice.toFixed(0);
|
|
5213
|
+
return currencyRate.format.replace("amount", convertedPrice);
|
|
5214
|
+
}
|
|
5215
|
+
return "$ " + price;
|
|
5216
|
+
}
|
|
5217
|
+
get currentCurrencyRateOrDefault() {
|
|
5218
|
+
let currency = this.appContext.currency;
|
|
5219
|
+
let rate = this.rates?.filter(lang => lang.code == currency)[0];
|
|
5220
|
+
if (!rate) {
|
|
5221
|
+
rate = this.rates?.filter(lang => lang.code == this.defaultCurrency)[0];
|
|
5222
|
+
}
|
|
5223
|
+
return rate;
|
|
5224
|
+
}
|
|
5225
|
+
static { this.ɵfac = function CurrenciesStorageService_Factory(t) { return new (t || CurrenciesStorageService)(i0.ɵɵinject(AppContextService), i0.ɵɵinject(CurrenciesApiService)); }; }
|
|
5226
|
+
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: CurrenciesStorageService, factory: CurrenciesStorageService.ɵfac }); }
|
|
5227
|
+
}
|
|
5228
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(CurrenciesStorageService, [{
|
|
5229
|
+
type: Injectable
|
|
5230
|
+
}], () => [{ type: AppContextService }, { type: CurrenciesApiService }], null); })();
|
|
5231
|
+
|
|
5109
5232
|
/*
|
|
5110
5233
|
<file>
|
|
5111
5234
|
Project:
|
|
@@ -5117,7 +5240,7 @@ class GridEditServiceBase extends GridReadServiceBase {
|
|
|
5117
5240
|
Created:
|
|
5118
5241
|
4 Jun 2024
|
|
5119
5242
|
|
|
5120
|
-
Copyright (c) 2017-
|
|
5243
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
5121
5244
|
</file>
|
|
5122
5245
|
*/
|
|
5123
5246
|
//Node
|
|
@@ -5137,6 +5260,43 @@ class DiscountCodesApiService extends ApiServiceBase {
|
|
|
5137
5260
|
type: Injectable
|
|
5138
5261
|
}], () => [{ type: i1$1.HttpClient }], null); })();
|
|
5139
5262
|
|
|
5263
|
+
/*
|
|
5264
|
+
<file>
|
|
5265
|
+
Project:
|
|
5266
|
+
@osovitny/anatoly
|
|
5267
|
+
|
|
5268
|
+
Authors:
|
|
5269
|
+
Vadim Osovitny vadim.osovitny@osovitny.com
|
|
5270
|
+
|
|
5271
|
+
Created:
|
|
5272
|
+
4 Jun 2024
|
|
5273
|
+
|
|
5274
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
5275
|
+
</file>
|
|
5276
|
+
*/
|
|
5277
|
+
//Node
|
|
5278
|
+
class TransactionsApiService extends ApiServiceBase {
|
|
5279
|
+
constructor(http) {
|
|
5280
|
+
super(http);
|
|
5281
|
+
this.http = http;
|
|
5282
|
+
this.baseUrl = `${ApiUrl}/billing/transactions`;
|
|
5283
|
+
}
|
|
5284
|
+
getTransactionById(id) {
|
|
5285
|
+
return this.get('getTransactionById', { id });
|
|
5286
|
+
}
|
|
5287
|
+
getTransactionByReceiptNum(receiptNum) {
|
|
5288
|
+
return this.get('getTransactionByReceiptNum', { receiptNum });
|
|
5289
|
+
}
|
|
5290
|
+
getTransactions(data) {
|
|
5291
|
+
return this.get('getTransactions', data);
|
|
5292
|
+
}
|
|
5293
|
+
static { this.ɵfac = function TransactionsApiService_Factory(t) { return new (t || TransactionsApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
|
|
5294
|
+
static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TransactionsApiService, factory: TransactionsApiService.ɵfac }); }
|
|
5295
|
+
}
|
|
5296
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TransactionsApiService, [{
|
|
5297
|
+
type: Injectable
|
|
5298
|
+
}], () => [{ type: i1$1.HttpClient }], null); })();
|
|
5299
|
+
|
|
5140
5300
|
/*
|
|
5141
5301
|
<file>
|
|
5142
5302
|
Project:
|
|
@@ -5149,7 +5309,7 @@ class DiscountCodesApiService extends ApiServiceBase {
|
|
|
5149
5309
|
Created:
|
|
5150
5310
|
02 Aug 2022
|
|
5151
5311
|
|
|
5152
|
-
Copyright (c) 2017-
|
|
5312
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
5153
5313
|
</file>
|
|
5154
5314
|
*/
|
|
5155
5315
|
//Node
|
|
@@ -5187,7 +5347,7 @@ class CoreApiService extends ApiServiceBase {
|
|
|
5187
5347
|
Created:
|
|
5188
5348
|
16 Jun 2022
|
|
5189
5349
|
|
|
5190
|
-
Copyright (c) 2016-
|
|
5350
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5191
5351
|
</file>
|
|
5192
5352
|
*/
|
|
5193
5353
|
//Node
|
|
@@ -5227,7 +5387,7 @@ class EmailsApiService extends ApiServiceBase {
|
|
|
5227
5387
|
Created:
|
|
5228
5388
|
2 Aug 2022
|
|
5229
5389
|
|
|
5230
|
-
Copyright (c) 2016-
|
|
5390
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5231
5391
|
</file>
|
|
5232
5392
|
*/
|
|
5233
5393
|
//base
|
|
@@ -5244,7 +5404,7 @@ class EmailsApiService extends ApiServiceBase {
|
|
|
5244
5404
|
Created:
|
|
5245
5405
|
20 Jan 2024
|
|
5246
5406
|
|
|
5247
|
-
Copyright (c) 2016-
|
|
5407
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5248
5408
|
</file>
|
|
5249
5409
|
*/
|
|
5250
5410
|
//Node
|
|
@@ -5325,7 +5485,7 @@ class EnumEditComponentBase extends EditComponentBase {
|
|
|
5325
5485
|
Created:
|
|
5326
5486
|
20 Aug 2022
|
|
5327
5487
|
|
|
5328
|
-
Copyright (c) 2016-
|
|
5488
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5329
5489
|
</file>
|
|
5330
5490
|
*/
|
|
5331
5491
|
//Node
|
|
@@ -5353,7 +5513,7 @@ class PageBase extends ComponentBase {
|
|
|
5353
5513
|
Created:
|
|
5354
5514
|
20 Aug 2022
|
|
5355
5515
|
|
|
5356
|
-
Copyright (c) 2016-
|
|
5516
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5357
5517
|
</file>
|
|
5358
5518
|
*/
|
|
5359
5519
|
//Node
|
|
@@ -5381,7 +5541,7 @@ class EditPageBase extends EditComponentBase {
|
|
|
5381
5541
|
Created:
|
|
5382
5542
|
20 Aug 2022
|
|
5383
5543
|
|
|
5384
|
-
Copyright (c) 2016-
|
|
5544
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5385
5545
|
</file>
|
|
5386
5546
|
*/
|
|
5387
5547
|
//Node
|
|
@@ -5445,7 +5605,7 @@ class PagedPageBase extends PageBase {
|
|
|
5445
5605
|
Created:
|
|
5446
5606
|
20 Aug 2022
|
|
5447
5607
|
|
|
5448
|
-
Copyright (c) 2016-
|
|
5608
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5449
5609
|
</file>
|
|
5450
5610
|
*/
|
|
5451
5611
|
//Node
|
|
@@ -5541,7 +5701,7 @@ class ListBase extends ComponentBase {
|
|
|
5541
5701
|
Created:
|
|
5542
5702
|
4 Jul 2018
|
|
5543
5703
|
|
|
5544
|
-
Copyright (c) 2016-
|
|
5704
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5545
5705
|
</file>
|
|
5546
5706
|
*/
|
|
5547
5707
|
//Node
|
|
@@ -5638,7 +5798,7 @@ class SignUpButtonComponent extends ComponentBase {
|
|
|
5638
5798
|
Created:
|
|
5639
5799
|
14 Aug 2018
|
|
5640
5800
|
|
|
5641
|
-
Copyright (c) 2016-
|
|
5801
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5642
5802
|
</file>
|
|
5643
5803
|
*/
|
|
5644
5804
|
//Node
|
|
@@ -5741,7 +5901,7 @@ class BuyAccessButtonComponent {
|
|
|
5741
5901
|
Created:
|
|
5742
5902
|
1 Jun 2018
|
|
5743
5903
|
|
|
5744
|
-
Copyright (c) 2016-
|
|
5904
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5745
5905
|
</file>
|
|
5746
5906
|
*/
|
|
5747
5907
|
//Node
|
|
@@ -5855,7 +6015,7 @@ class SubscribePlanButtonComponent {
|
|
|
5855
6015
|
Created:
|
|
5856
6016
|
15 Aug 2022
|
|
5857
6017
|
|
|
5858
|
-
Copyright (c) 2016-
|
|
6018
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5859
6019
|
</file>
|
|
5860
6020
|
*/
|
|
5861
6021
|
//Node
|
|
@@ -5894,7 +6054,7 @@ class CheckIconComponent {
|
|
|
5894
6054
|
Created:
|
|
5895
6055
|
28 Aug 2022
|
|
5896
6056
|
|
|
5897
|
-
Copyright (c) 2016-
|
|
6057
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5898
6058
|
</file>
|
|
5899
6059
|
*/
|
|
5900
6060
|
//Node
|
|
@@ -5984,7 +6144,7 @@ class DataPagerComponent extends ComponentBase {
|
|
|
5984
6144
|
Created:
|
|
5985
6145
|
4 Jul 2018
|
|
5986
6146
|
|
|
5987
|
-
Copyright (c) 2016-
|
|
6147
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
5988
6148
|
</file>
|
|
5989
6149
|
*/
|
|
5990
6150
|
//Node
|
|
@@ -6081,7 +6241,7 @@ class SignInButtonComponent extends ComponentBase {
|
|
|
6081
6241
|
Created:
|
|
6082
6242
|
4 Jul 2018
|
|
6083
6243
|
|
|
6084
|
-
Copyright (c) 2016-
|
|
6244
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6085
6245
|
</file>
|
|
6086
6246
|
*/
|
|
6087
6247
|
//Node
|
|
@@ -6178,7 +6338,7 @@ class SignOutButtonComponent extends ComponentBase {
|
|
|
6178
6338
|
Created:
|
|
6179
6339
|
29 Jul 2022
|
|
6180
6340
|
|
|
6181
|
-
Copyright (c) 2016-
|
|
6341
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6182
6342
|
</file>
|
|
6183
6343
|
*/
|
|
6184
6344
|
//Node
|
|
@@ -6253,7 +6413,7 @@ class NodataComponent {
|
|
|
6253
6413
|
Created:
|
|
6254
6414
|
9 May 2020
|
|
6255
6415
|
|
|
6256
|
-
Copyright (c) 2016-
|
|
6416
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6257
6417
|
</file>
|
|
6258
6418
|
*/
|
|
6259
6419
|
//Node
|
|
@@ -6312,7 +6472,7 @@ const Spinkit = {
|
|
|
6312
6472
|
Created:
|
|
6313
6473
|
16 May 2020
|
|
6314
6474
|
|
|
6315
|
-
Copyright (c) 2016-
|
|
6475
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6316
6476
|
</file>
|
|
6317
6477
|
*/
|
|
6318
6478
|
//Node
|
|
@@ -6390,7 +6550,7 @@ class PageSpinnerComponent {
|
|
|
6390
6550
|
Created:
|
|
6391
6551
|
9 Jun 2020
|
|
6392
6552
|
|
|
6393
|
-
Copyright (c) 2016-
|
|
6553
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6394
6554
|
</file>
|
|
6395
6555
|
*/
|
|
6396
6556
|
//Node
|
|
@@ -6437,7 +6597,7 @@ class Copy2ClipboardComponent {
|
|
|
6437
6597
|
Created:
|
|
6438
6598
|
28 Jun 2020
|
|
6439
6599
|
|
|
6440
|
-
Copyright (c) 2016-
|
|
6600
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6441
6601
|
</file>
|
|
6442
6602
|
*/
|
|
6443
6603
|
//Node
|
|
@@ -6472,7 +6632,7 @@ class NativeElementDirective {
|
|
|
6472
6632
|
Created:
|
|
6473
6633
|
8 Dec 2017
|
|
6474
6634
|
|
|
6475
|
-
Copyright (c) 2016-
|
|
6635
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6476
6636
|
</file>
|
|
6477
6637
|
*/
|
|
6478
6638
|
//Node
|
|
@@ -6592,7 +6752,7 @@ class ValidationSummaryComponent extends EditComponentBase {
|
|
|
6592
6752
|
Created:
|
|
6593
6753
|
6 Dec 2017
|
|
6594
6754
|
|
|
6595
|
-
Copyright (c) 2016-
|
|
6755
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6596
6756
|
</file>
|
|
6597
6757
|
*/
|
|
6598
6758
|
//Node
|
|
@@ -6640,7 +6800,7 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
6640
6800
|
Created:
|
|
6641
6801
|
02 Aug 2022
|
|
6642
6802
|
|
|
6643
|
-
Copyright (c) 2017-
|
|
6803
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
6644
6804
|
</file>
|
|
6645
6805
|
*/
|
|
6646
6806
|
//Node
|
|
@@ -6759,7 +6919,7 @@ class UrlSlugComponent extends EditComponentBase {
|
|
|
6759
6919
|
Created:
|
|
6760
6920
|
2 Feb 2024
|
|
6761
6921
|
|
|
6762
|
-
Copyright (c) 2017-
|
|
6922
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
6763
6923
|
</file>
|
|
6764
6924
|
*/
|
|
6765
6925
|
//Node
|
|
@@ -6845,7 +7005,7 @@ class CountryDropdownlist extends EditComponentBase {
|
|
|
6845
7005
|
Created:
|
|
6846
7006
|
02 Aug 2022
|
|
6847
7007
|
|
|
6848
|
-
Copyright (c) 2017-
|
|
7008
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
6849
7009
|
</file>
|
|
6850
7010
|
*/
|
|
6851
7011
|
//Node
|
|
@@ -6947,7 +7107,7 @@ class TimezoneDropdownlist extends EditComponentBase {
|
|
|
6947
7107
|
Created:
|
|
6948
7108
|
29 July 2022
|
|
6949
7109
|
|
|
6950
|
-
Copyright (c) 2016-
|
|
7110
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6951
7111
|
</file>
|
|
6952
7112
|
*/
|
|
6953
7113
|
//Node
|
|
@@ -6984,7 +7144,7 @@ class CardComponent extends ComponentBase {
|
|
|
6984
7144
|
Created:
|
|
6985
7145
|
29 July 2022
|
|
6986
7146
|
|
|
6987
|
-
Copyright (c) 2016-
|
|
7147
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
6988
7148
|
</file>
|
|
6989
7149
|
*/
|
|
6990
7150
|
//Node
|
|
@@ -7029,7 +7189,7 @@ class CardHeaderComponent extends ComponentBase {
|
|
|
7029
7189
|
Created:
|
|
7030
7190
|
29 July 2022
|
|
7031
7191
|
|
|
7032
|
-
Copyright (c) 2016-
|
|
7192
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7033
7193
|
</file>
|
|
7034
7194
|
*/
|
|
7035
7195
|
//Node
|
|
@@ -7062,7 +7222,7 @@ class CardBodyComponent extends ComponentBase {
|
|
|
7062
7222
|
Created:
|
|
7063
7223
|
29 July 2022
|
|
7064
7224
|
|
|
7065
|
-
Copyright (c) 2016-
|
|
7225
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7066
7226
|
</file>
|
|
7067
7227
|
*/
|
|
7068
7228
|
//Node
|
|
@@ -7096,7 +7256,7 @@ class CardFooterComponent extends ComponentBase {
|
|
|
7096
7256
|
Created:
|
|
7097
7257
|
12 Dec 2017
|
|
7098
7258
|
|
|
7099
|
-
Copyright (c) 2016-
|
|
7259
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7100
7260
|
</file>
|
|
7101
7261
|
*/
|
|
7102
7262
|
const DefaultEditorOptions = {
|
|
@@ -7270,7 +7430,7 @@ class HtmlEditorComponentBase extends EditComponentBase {
|
|
|
7270
7430
|
Created:
|
|
7271
7431
|
12 Dec 2017
|
|
7272
7432
|
|
|
7273
|
-
Copyright (c) 2016-
|
|
7433
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7274
7434
|
</file>
|
|
7275
7435
|
*/
|
|
7276
7436
|
//Node
|
|
@@ -7325,7 +7485,7 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7325
7485
|
Created:
|
|
7326
7486
|
12 Dec 2017
|
|
7327
7487
|
|
|
7328
|
-
Copyright (c) 2016-
|
|
7488
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7329
7489
|
</file>
|
|
7330
7490
|
*/
|
|
7331
7491
|
//Node
|
|
@@ -7382,7 +7542,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7382
7542
|
Created:
|
|
7383
7543
|
2 Aug 2022
|
|
7384
7544
|
|
|
7385
|
-
Copyright (c) 2016-
|
|
7545
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7386
7546
|
</file>
|
|
7387
7547
|
*/
|
|
7388
7548
|
//base
|
|
@@ -7399,7 +7559,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
|
|
|
7399
7559
|
Created:
|
|
7400
7560
|
7 Dec 2017
|
|
7401
7561
|
|
|
7402
|
-
Copyright (c) 2016-
|
|
7562
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7403
7563
|
</file>
|
|
7404
7564
|
*/
|
|
7405
7565
|
//Node
|
|
@@ -7484,7 +7644,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
|
|
|
7484
7644
|
Created:
|
|
7485
7645
|
02 Aug 2022
|
|
7486
7646
|
|
|
7487
|
-
Copyright (c) 2017-
|
|
7647
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
7488
7648
|
</file>
|
|
7489
7649
|
*/
|
|
7490
7650
|
//Node
|
|
@@ -7684,7 +7844,7 @@ class ContactUsForm extends EditComponentBase {
|
|
|
7684
7844
|
Created:
|
|
7685
7845
|
16 July 2022
|
|
7686
7846
|
|
|
7687
|
-
Copyright (c) 2017-
|
|
7847
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
7688
7848
|
</file>
|
|
7689
7849
|
*/
|
|
7690
7850
|
//Node
|
|
@@ -7756,7 +7916,7 @@ class ContactUsDialog extends DialogBase {
|
|
|
7756
7916
|
Created:
|
|
7757
7917
|
2 Aug 2022
|
|
7758
7918
|
|
|
7759
|
-
Copyright (c) 2016-
|
|
7919
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7760
7920
|
</file>
|
|
7761
7921
|
*/
|
|
7762
7922
|
|
|
@@ -7772,7 +7932,7 @@ class ContactUsDialog extends DialogBase {
|
|
|
7772
7932
|
Created:
|
|
7773
7933
|
24 Feb 2023
|
|
7774
7934
|
|
|
7775
|
-
Copyright (c) 2016-
|
|
7935
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7776
7936
|
</file>
|
|
7777
7937
|
*/
|
|
7778
7938
|
//Node
|
|
@@ -7821,7 +7981,7 @@ class HoveringDirective {
|
|
|
7821
7981
|
Created:
|
|
7822
7982
|
2 Aug 2022
|
|
7823
7983
|
|
|
7824
|
-
Copyright (c) 2016-
|
|
7984
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
7825
7985
|
</file>
|
|
7826
7986
|
*/
|
|
7827
7987
|
|
|
@@ -7837,7 +7997,7 @@ class HoveringDirective {
|
|
|
7837
7997
|
Created:
|
|
7838
7998
|
02 Aug 2022
|
|
7839
7999
|
|
|
7840
|
-
Copyright (c) 2017-
|
|
8000
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
7841
8001
|
</file>
|
|
7842
8002
|
*/
|
|
7843
8003
|
//Node
|
|
@@ -8064,7 +8224,7 @@ class AddressComponent extends EditComponentBase {
|
|
|
8064
8224
|
Created:
|
|
8065
8225
|
02 Aug 2022
|
|
8066
8226
|
|
|
8067
|
-
Copyright (c) 2017-
|
|
8227
|
+
Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
|
|
8068
8228
|
</file>
|
|
8069
8229
|
*/
|
|
8070
8230
|
//Node
|
|
@@ -8191,7 +8351,7 @@ class CompanyComponent extends EditComponentBase {
|
|
|
8191
8351
|
Created:
|
|
8192
8352
|
2 Aug 2022
|
|
8193
8353
|
|
|
8194
|
-
Copyright (c) 2016-
|
|
8354
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8195
8355
|
</file>
|
|
8196
8356
|
*/
|
|
8197
8357
|
//Components
|
|
@@ -8208,7 +8368,7 @@ class CompanyComponent extends EditComponentBase {
|
|
|
8208
8368
|
Created:
|
|
8209
8369
|
26 Jun 2020
|
|
8210
8370
|
|
|
8211
|
-
Copyright (c) 2016-
|
|
8371
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8212
8372
|
</file>
|
|
8213
8373
|
*/
|
|
8214
8374
|
//Node
|
|
@@ -8248,7 +8408,7 @@ class FileSizePipe {
|
|
|
8248
8408
|
Created:
|
|
8249
8409
|
26 Jun 2020
|
|
8250
8410
|
|
|
8251
|
-
Copyright (c) 2016-
|
|
8411
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8252
8412
|
</file>
|
|
8253
8413
|
*/
|
|
8254
8414
|
//Node
|
|
@@ -8283,7 +8443,7 @@ class ReplaceTextPipe {
|
|
|
8283
8443
|
Created:
|
|
8284
8444
|
27 Oct 2019
|
|
8285
8445
|
|
|
8286
|
-
Copyright (c) 2016-
|
|
8446
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8287
8447
|
</file>
|
|
8288
8448
|
*/
|
|
8289
8449
|
//Node
|
|
@@ -8314,7 +8474,7 @@ class SafeHtmlPipe {
|
|
|
8314
8474
|
Created:
|
|
8315
8475
|
2 Aug 2022
|
|
8316
8476
|
|
|
8317
|
-
Copyright (c) 2016-
|
|
8477
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8318
8478
|
</file>
|
|
8319
8479
|
*/
|
|
8320
8480
|
|
|
@@ -8330,7 +8490,7 @@ class SafeHtmlPipe {
|
|
|
8330
8490
|
Created:
|
|
8331
8491
|
2 Aug 2022
|
|
8332
8492
|
|
|
8333
|
-
Copyright (c) 2016-
|
|
8493
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8334
8494
|
</file>
|
|
8335
8495
|
*/
|
|
8336
8496
|
|
|
@@ -8346,7 +8506,7 @@ class SafeHtmlPipe {
|
|
|
8346
8506
|
Created:
|
|
8347
8507
|
8 Nov 2024
|
|
8348
8508
|
|
|
8349
|
-
Copyright (c) 2016-
|
|
8509
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8350
8510
|
</file>
|
|
8351
8511
|
*/
|
|
8352
8512
|
|
|
@@ -8362,7 +8522,7 @@ class SafeHtmlPipe {
|
|
|
8362
8522
|
Created:
|
|
8363
8523
|
29 June 2020
|
|
8364
8524
|
|
|
8365
|
-
Copyright (c) 2016-
|
|
8525
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8366
8526
|
</file>
|
|
8367
8527
|
*/
|
|
8368
8528
|
//Node
|
|
@@ -8451,7 +8611,7 @@ class AnatolyCoreModule {
|
|
|
8451
8611
|
Created:
|
|
8452
8612
|
4 Mar 2020
|
|
8453
8613
|
|
|
8454
|
-
Copyright (c) 2016-
|
|
8614
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8455
8615
|
</file>
|
|
8456
8616
|
*/
|
|
8457
8617
|
//Node
|
|
@@ -8460,8 +8620,11 @@ class AnatolyDataModule {
|
|
|
8460
8620
|
static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: AnatolyDataModule }); }
|
|
8461
8621
|
static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [
|
|
8462
8622
|
//Billing
|
|
8623
|
+
CurrenciesApiService,
|
|
8624
|
+
CurrenciesStorageService,
|
|
8463
8625
|
DiscountCodesApiService,
|
|
8464
8626
|
PaymentsApiService,
|
|
8627
|
+
TransactionsApiService,
|
|
8465
8628
|
//App
|
|
8466
8629
|
CoreApiService,
|
|
8467
8630
|
EmailsApiService
|
|
@@ -8475,8 +8638,11 @@ class AnatolyDataModule {
|
|
|
8475
8638
|
],
|
|
8476
8639
|
providers: [
|
|
8477
8640
|
//Billing
|
|
8641
|
+
CurrenciesApiService,
|
|
8642
|
+
CurrenciesStorageService,
|
|
8478
8643
|
DiscountCodesApiService,
|
|
8479
8644
|
PaymentsApiService,
|
|
8645
|
+
TransactionsApiService,
|
|
8480
8646
|
//App
|
|
8481
8647
|
CoreApiService,
|
|
8482
8648
|
EmailsApiService
|
|
@@ -8504,7 +8670,7 @@ class AnatolyDataModule {
|
|
|
8504
8670
|
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib
|
|
8505
8671
|
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples
|
|
8506
8672
|
|
|
8507
|
-
Copyright (c) 2016-
|
|
8673
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8508
8674
|
</file>
|
|
8509
8675
|
*/
|
|
8510
8676
|
function MSALInterceptorConfigFactory() {
|
|
@@ -8604,7 +8770,7 @@ function loggerCallback(logLevel, message, containsPii) {
|
|
|
8604
8770
|
Description:
|
|
8605
8771
|
Identity and Access Management
|
|
8606
8772
|
|
|
8607
|
-
Copyright (c) 2016-
|
|
8773
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8608
8774
|
</file>
|
|
8609
8775
|
*/
|
|
8610
8776
|
//Node
|
|
@@ -8678,7 +8844,7 @@ class AnatolyIAMModule {
|
|
|
8678
8844
|
Description:
|
|
8679
8845
|
Identity and Access Management
|
|
8680
8846
|
|
|
8681
|
-
Copyright (c) 2016-
|
|
8847
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8682
8848
|
</file>
|
|
8683
8849
|
*/
|
|
8684
8850
|
//Node
|
|
@@ -8714,7 +8880,7 @@ class SignInPage extends PageBase {
|
|
|
8714
8880
|
Description:
|
|
8715
8881
|
Identity and Access Management
|
|
8716
8882
|
|
|
8717
|
-
Copyright (c) 2016-
|
|
8883
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8718
8884
|
</file>
|
|
8719
8885
|
*/
|
|
8720
8886
|
//Node
|
|
@@ -8750,7 +8916,7 @@ class SignOutPage extends PageBase {
|
|
|
8750
8916
|
Description:
|
|
8751
8917
|
Identity and Access Management
|
|
8752
8918
|
|
|
8753
|
-
Copyright (c) 2016-
|
|
8919
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8754
8920
|
</file>
|
|
8755
8921
|
*/
|
|
8756
8922
|
//Node
|
|
@@ -8786,7 +8952,7 @@ class SignUpPage extends PageBase {
|
|
|
8786
8952
|
Description:
|
|
8787
8953
|
Identity and Access Management
|
|
8788
8954
|
|
|
8789
|
-
Copyright (c) 2016-
|
|
8955
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8790
8956
|
</file>
|
|
8791
8957
|
*/
|
|
8792
8958
|
//Node
|
|
@@ -8826,7 +8992,7 @@ const PAGES = [
|
|
|
8826
8992
|
Description:
|
|
8827
8993
|
Identity and Access Management
|
|
8828
8994
|
|
|
8829
|
-
Copyright (c) 2016-
|
|
8995
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8830
8996
|
</file>
|
|
8831
8997
|
*/
|
|
8832
8998
|
//Node
|
|
@@ -8868,7 +9034,7 @@ class AnatolyIAMPagesModule {
|
|
|
8868
9034
|
Created:
|
|
8869
9035
|
25 Aug 2022
|
|
8870
9036
|
|
|
8871
|
-
Copyright (c) 2016-
|
|
9037
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8872
9038
|
</file>
|
|
8873
9039
|
*/
|
|
8874
9040
|
//Node
|
|
@@ -8907,7 +9073,7 @@ class FaModule {
|
|
|
8907
9073
|
Created:
|
|
8908
9074
|
28 Aug 2022
|
|
8909
9075
|
|
|
8910
|
-
Copyright (c) 2016-
|
|
9076
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8911
9077
|
</file>
|
|
8912
9078
|
*/
|
|
8913
9079
|
//Node
|
|
@@ -8985,7 +9151,7 @@ class KendoModule {
|
|
|
8985
9151
|
Created:
|
|
8986
9152
|
8 Nov 2024
|
|
8987
9153
|
|
|
8988
|
-
Copyright (c) 2016-
|
|
9154
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
8989
9155
|
</file>
|
|
8990
9156
|
*/
|
|
8991
9157
|
const COMPONENTS$1 = [
|
|
@@ -9008,7 +9174,7 @@ const COMPONENTS$1 = [
|
|
|
9008
9174
|
Created:
|
|
9009
9175
|
14 Jun 2024
|
|
9010
9176
|
|
|
9011
|
-
Copyright (c) 2016-
|
|
9177
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9012
9178
|
</file>
|
|
9013
9179
|
*/
|
|
9014
9180
|
//Node
|
|
@@ -9060,7 +9226,7 @@ class AnatolyBillingModule {
|
|
|
9060
9226
|
Created:
|
|
9061
9227
|
2 Aug 2022
|
|
9062
9228
|
|
|
9063
|
-
Copyright (c) 2016-
|
|
9229
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9064
9230
|
</file>
|
|
9065
9231
|
*/
|
|
9066
9232
|
const MAIN_COMPONENTS = [
|
|
@@ -9104,7 +9270,7 @@ const MAIN_COMPONENTS = [
|
|
|
9104
9270
|
Created:
|
|
9105
9271
|
2 Aug 2022
|
|
9106
9272
|
|
|
9107
|
-
Copyright (c) 2016-
|
|
9273
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9108
9274
|
</file>
|
|
9109
9275
|
*/
|
|
9110
9276
|
const DIALOGS = [
|
|
@@ -9123,7 +9289,7 @@ const DIALOGS = [
|
|
|
9123
9289
|
Created:
|
|
9124
9290
|
2 Aug 2022
|
|
9125
9291
|
|
|
9126
|
-
Copyright (c) 2016-
|
|
9292
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9127
9293
|
</file>
|
|
9128
9294
|
*/
|
|
9129
9295
|
const DIRECTIVES = [
|
|
@@ -9143,7 +9309,7 @@ const DIRECTIVES = [
|
|
|
9143
9309
|
Created:
|
|
9144
9310
|
2 Aug 2022
|
|
9145
9311
|
|
|
9146
|
-
Copyright (c) 2016-
|
|
9312
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9147
9313
|
</file>
|
|
9148
9314
|
*/
|
|
9149
9315
|
const FORMS = [
|
|
@@ -9164,7 +9330,7 @@ const FORMS = [
|
|
|
9164
9330
|
Created:
|
|
9165
9331
|
2 Aug 2022
|
|
9166
9332
|
|
|
9167
|
-
Copyright (c) 2016-
|
|
9333
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9168
9334
|
</file>
|
|
9169
9335
|
*/
|
|
9170
9336
|
const PIPES = [
|
|
@@ -9185,7 +9351,7 @@ const PIPES = [
|
|
|
9185
9351
|
Created:
|
|
9186
9352
|
2 Aug 2022
|
|
9187
9353
|
|
|
9188
|
-
Copyright (c) 2016-
|
|
9354
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9189
9355
|
</file>
|
|
9190
9356
|
*/
|
|
9191
9357
|
const VALIDATION_COMPONENTS = [
|
|
@@ -9205,7 +9371,7 @@ const VALIDATION_COMPONENTS = [
|
|
|
9205
9371
|
Created:
|
|
9206
9372
|
26 Jun 2020
|
|
9207
9373
|
|
|
9208
|
-
Copyright (c) 2016-
|
|
9374
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9209
9375
|
</file>
|
|
9210
9376
|
*/
|
|
9211
9377
|
//Node
|
|
@@ -9270,7 +9436,7 @@ class AnatolyUIModule {
|
|
|
9270
9436
|
Created:
|
|
9271
9437
|
29 Aug 2022
|
|
9272
9438
|
|
|
9273
|
-
Copyright (c) 2016-
|
|
9439
|
+
Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
|
|
9274
9440
|
</file>
|
|
9275
9441
|
*/
|
|
9276
9442
|
//Node
|
|
@@ -9322,5 +9488,5 @@ class AnatolyModule {
|
|
|
9322
9488
|
* Generated bundle index. Do not edit.
|
|
9323
9489
|
*/
|
|
9324
9490
|
|
|
9325
|
-
export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AuthService, AuthenticationGuard, BaseGoService, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10NUrl, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, NativeElementDirective, NodataComponent, NotificationService, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
|
|
9491
|
+
export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AuthService, AuthenticationGuard, BaseGoService, BraintreeDialog, Browser, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, ClientApps, CompanyComponent, ComponentBase, ContactUsDialog, ContactUsForm, Convert, Copy2ClipboardComponent, CoreApiService, CountryDropdownlist, CurrenciesApiService, CurrenciesStorageService, DOM, DataPagerComponent, DataViewType, DateConvert, DefaultEditorOptions, DialogBase, DigitalMarketingService, DiscountCodeStatus, DiscountCodeType, DiscountCodesApiService, EditComponentBase, EditPageBase, EmailsApiService, EnumEditComponentBase, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, GABillingEvents, GAEvents, GlobalErrorHandler, GoogleAnalyticsService, GridEditServiceBase, GridReadServiceBase, Guid, HoveringDirective, HtmlEditorComponent, HtmlEditorComponentBase, IdleService, InjectorInstance, IsDevMode, IsProdMode, ItemValidationSummaryComponent, L10NUrl, L10nUtils, ListBase, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, MSALUtils, NativeElementDirective, NodataComponent, NotificationService, PageBase, PageSpinnerComponent, PagedPageBase, PayPalComponent, PayPalScriptService, PaymentMethod, PaymentStage, PaymentType, PaymentsApiService, PaymentsService, PaypalButtonComponent, QSUtils, ReplaceTextPipe, SafeHtmlPipe, ScriptService, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, StarterGuard, StarterService, Stopwatch, StripeDialog, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TransactionsApiService, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
|
|
9326
9492
|
//# sourceMappingURL=osovitny-anatoly.mjs.map
|