@osovitny/anatoly 3.17.83 → 3.17.85

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.
Files changed (145) hide show
  1. package/esm2022/lib/anatoly.module.mjs +2 -2
  2. package/esm2022/lib/billing/billing.module.mjs +2 -2
  3. package/esm2022/lib/billing/components/exports.mjs +2 -2
  4. package/esm2022/lib/billing/components/index.mjs +2 -2
  5. package/esm2022/lib/billing/components/paypal/paypal.component.mjs +2 -2
  6. package/esm2022/lib/billing/exports.mjs +3 -2
  7. package/esm2022/lib/billing/models/paypal-models.mjs +2 -2
  8. package/esm2022/lib/billing/services/paypal-script.service.mjs +2 -2
  9. package/esm2022/lib/billing/utils.mjs +28 -0
  10. package/esm2022/lib/core/browser.mjs +2 -2
  11. package/esm2022/lib/core/consts/core-settings.mjs +2 -2
  12. package/esm2022/lib/core/converts/convert.mjs +2 -2
  13. package/esm2022/lib/core/converts/dateConvert.mjs +2 -2
  14. package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +2 -2
  15. package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +2 -2
  16. package/esm2022/lib/core/converts/xmlFormatter.mjs +2 -2
  17. package/esm2022/lib/core/core.module.mjs +2 -2
  18. package/esm2022/lib/core/dom.mjs +2 -2
  19. package/esm2022/lib/core/exports.mjs +2 -2
  20. package/esm2022/lib/core/go/base-go.service.mjs +2 -2
  21. package/esm2022/lib/core/guards/once-import.guard.mjs +2 -2
  22. package/esm2022/lib/core/guards/starter.guard.mjs +2 -2
  23. package/esm2022/lib/core/guid.mjs +2 -2
  24. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +2 -2
  25. package/esm2022/lib/core/is.mjs +2 -2
  26. package/esm2022/lib/core/localization/localization.module.mjs +2 -2
  27. package/esm2022/lib/core/localization/localization.service.mjs +2 -2
  28. package/esm2022/lib/core/localization/localize.pipe.mjs +2 -2
  29. package/esm2022/lib/core/localization/settings.module.mjs +2 -2
  30. package/esm2022/lib/core/localization/utils.mjs +2 -2
  31. package/esm2022/lib/core/logging/globalErrorHandler.mjs +2 -2
  32. package/esm2022/lib/core/logging/logging.service.mjs +2 -2
  33. package/esm2022/lib/core/models/qs.mjs +2 -2
  34. package/esm2022/lib/core/notifications/alerts.mjs +2 -2
  35. package/esm2022/lib/core/notifications/interfaces/notification.mjs +2 -2
  36. package/esm2022/lib/core/notifications/services/notification-service.mjs +2 -2
  37. package/esm2022/lib/core/performance/stopwatch.mjs +2 -2
  38. package/esm2022/lib/core/services/appcontext.service.mjs +2 -2
  39. package/esm2022/lib/core/services/dm.service.mjs +2 -2
  40. package/esm2022/lib/core/services/google-analytics.service.mjs +2 -2
  41. package/esm2022/lib/core/services/idle.service.mjs +2 -2
  42. package/esm2022/lib/core/services/loading.service.mjs +2 -2
  43. package/esm2022/lib/core/services/script.service.mjs +2 -2
  44. package/esm2022/lib/core/services/starter.service.mjs +1 -1
  45. package/esm2022/lib/core/services/web-storage.service.mjs +2 -2
  46. package/esm2022/lib/core/subs.mjs +2 -2
  47. package/esm2022/lib/core/utils/qsutils.mjs +2 -2
  48. package/esm2022/lib/core/utils/utils.mjs +2 -2
  49. package/esm2022/lib/data/base/api.service.mjs +2 -2
  50. package/esm2022/lib/data/base/grid/grid-edit.service.mjs +2 -2
  51. package/esm2022/lib/data/base/grid/grid-read.service.mjs +2 -2
  52. package/esm2022/lib/data/data.module.mjs +5 -2
  53. package/esm2022/lib/data/exports.mjs +5 -3
  54. package/esm2022/lib/data/services/billing/currencies-api.service.mjs +2 -2
  55. package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +2 -2
  56. package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +2 -2
  57. package/esm2022/lib/data/services/billing/payments-api.service.mjs +2 -2
  58. package/esm2022/lib/data/services/billing/transactions-api.service.mjs +43 -0
  59. package/esm2022/lib/data/services/core-api.service.mjs +2 -2
  60. package/esm2022/lib/data/services/emails-api.service.mjs +2 -2
  61. package/esm2022/lib/external/fa.module.mjs +2 -2
  62. package/esm2022/lib/external/kendo.module.mjs +2 -2
  63. package/esm2022/lib/iam/b2c/b2c.mjs +2 -2
  64. package/esm2022/lib/iam/b2c/consts.mjs +2 -2
  65. package/esm2022/lib/iam/b2c/index.mjs +2 -2
  66. package/esm2022/lib/iam/configs.mjs +2 -2
  67. package/esm2022/lib/iam/consts.mjs +2 -2
  68. package/esm2022/lib/iam/exports.mjs +2 -2
  69. package/esm2022/lib/iam/guards/admin.guard.mjs +2 -2
  70. package/esm2022/lib/iam/guards/authentication.guard.mjs +1 -1
  71. package/esm2022/lib/iam/guards/index.mjs +2 -2
  72. package/esm2022/lib/iam/iam-pages.module.mjs +2 -2
  73. package/esm2022/lib/iam/iam-pages.routes.mjs +2 -2
  74. package/esm2022/lib/iam/iam.module.mjs +2 -2
  75. package/esm2022/lib/iam/pages/signin.page.mjs +2 -2
  76. package/esm2022/lib/iam/pages/signout.page.mjs +2 -2
  77. package/esm2022/lib/iam/pages/signup.page.mjs +2 -2
  78. package/esm2022/lib/iam/redirect.mjs +2 -2
  79. package/esm2022/lib/iam/services/auth.service.mjs +1 -1
  80. package/esm2022/lib/iam/storage.mjs +2 -2
  81. package/esm2022/lib/iam/utils.mjs +2 -2
  82. package/esm2022/lib/ui/components/base/components/component.mjs +2 -2
  83. package/esm2022/lib/ui/components/base/components/edit.component.mjs +2 -2
  84. package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +2 -2
  85. package/esm2022/lib/ui/components/base/dialog.mjs +2 -2
  86. package/esm2022/lib/ui/components/base/list.mjs +2 -2
  87. package/esm2022/lib/ui/components/base/pages/edit.page.mjs +2 -2
  88. package/esm2022/lib/ui/components/base/pages/page.mjs +2 -2
  89. package/esm2022/lib/ui/components/base/pages/paged.page.mjs +2 -2
  90. package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +2 -2
  91. package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +2 -2
  92. package/esm2022/lib/ui/components/card/card-body.component.mjs +2 -2
  93. package/esm2022/lib/ui/components/card/card-footer.component.mjs +2 -2
  94. package/esm2022/lib/ui/components/card/card-header.component.mjs +2 -2
  95. package/esm2022/lib/ui/components/card/card.component.mjs +2 -2
  96. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +2 -2
  97. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +2 -2
  98. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +2 -2
  99. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +2 -2
  100. package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +2 -2
  101. package/esm2022/lib/ui/components/exports.mjs +2 -2
  102. package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +1 -1
  103. package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +2 -2
  104. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +2 -2
  105. package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +2 -2
  106. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +2 -2
  107. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +2 -2
  108. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +2 -2
  109. package/esm2022/lib/ui/components/index.mjs +2 -2
  110. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +2 -2
  111. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +2 -2
  112. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +2 -2
  113. package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +2 -2
  114. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +2 -2
  115. package/esm2022/lib/ui/dialogs/exports.mjs +2 -2
  116. package/esm2022/lib/ui/dialogs/index.mjs +2 -2
  117. package/esm2022/lib/ui/directives/exports.mjs +2 -2
  118. package/esm2022/lib/ui/directives/hover.directive.mjs +2 -2
  119. package/esm2022/lib/ui/directives/index.mjs +2 -2
  120. package/esm2022/lib/ui/directives/native-element.directive.mjs +2 -2
  121. package/esm2022/lib/ui/exports.mjs +2 -2
  122. package/esm2022/lib/ui/forms/components/address/address.component.mjs +2 -2
  123. package/esm2022/lib/ui/forms/components/company/company.component.mjs +2 -2
  124. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +2 -2
  125. package/esm2022/lib/ui/forms/exports.mjs +2 -2
  126. package/esm2022/lib/ui/forms/index.mjs +2 -2
  127. package/esm2022/lib/ui/pipes/exports.mjs +2 -2
  128. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +2 -2
  129. package/esm2022/lib/ui/pipes/index.mjs +2 -2
  130. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +2 -2
  131. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +2 -2
  132. package/esm2022/lib/ui/ui.module.mjs +2 -2
  133. package/esm2022/lib/ui/validation/exports.mjs +2 -2
  134. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +2 -2
  135. package/esm2022/lib/ui/validation/index.mjs +2 -2
  136. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +2 -2
  137. package/esm2022/lib/ui/validation/validation-summary.component.mjs +2 -2
  138. package/fesm2022/osovitny-anatoly.mjs +197 -130
  139. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  140. package/lib/billing/exports.d.ts +1 -0
  141. package/lib/billing/utils.d.ts +3 -0
  142. package/lib/data/exports.d.ts +1 -0
  143. package/lib/data/services/billing/transactions-api.service.d.ts +13 -0
  144. package/lib/ui/forms/index.d.ts +1 -1
  145. 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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
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-2022 Osovitny Inc. All rights reserved.
1158
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1159
1159
  </file>
1160
1160
  */
1161
1161
  //Node
@@ -1764,7 +1764,7 @@ class AuthService extends ApiServiceBase {
1764
1764
  Description:
1765
1765
  Identity and Access Management
1766
1766
 
1767
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1767
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1768
1768
  </file>
1769
1769
  */
1770
1770
  //Node
@@ -1828,7 +1828,7 @@ class AuthenticationGuard extends MsalGuard {
1828
1828
  Description:
1829
1829
  Identity and Access Management
1830
1830
 
1831
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1831
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1832
1832
  </file>
1833
1833
  */
1834
1834
 
@@ -1844,7 +1844,7 @@ class AuthenticationGuard extends MsalGuard {
1844
1844
  Created:
1845
1845
  27 Nov 2023
1846
1846
 
1847
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1847
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1848
1848
  </file>
1849
1849
  */
1850
1850
  //guards
@@ -1861,7 +1861,7 @@ class AuthenticationGuard extends MsalGuard {
1861
1861
  Created:
1862
1862
  26 Jun 2020
1863
1863
 
1864
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1864
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1865
1865
  </file>
1866
1866
  */
1867
1867
  //Node
@@ -1925,7 +1925,7 @@ class LoadingService extends BehaviorSubject {
1925
1925
  Created:
1926
1926
  26 Jun 2020
1927
1927
 
1928
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1928
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1929
1929
  </file>
1930
1930
  */
1931
1931
  //Node
@@ -1963,7 +1963,7 @@ class LoggingService {
1963
1963
  Created:
1964
1964
  25 March 2020
1965
1965
 
1966
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
1966
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
1967
1967
  </file>
1968
1968
  */
1969
1969
  //Node
@@ -2106,7 +2106,7 @@ class AnatolyHttpInterceptor {
2106
2106
  Created:
2107
2107
  26 Jun 2020
2108
2108
 
2109
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2109
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2110
2110
  </file>
2111
2111
  */
2112
2112
  function throwIfAlreadyLoaded(parentModule, moduleName) {
@@ -2132,7 +2132,7 @@ function throwIfAlreadyLoaded(parentModule, moduleName) {
2132
2132
  https://github.com/date-fns/date-fns/blob/main/src/isDate/index.ts
2133
2133
  https://github.com/date-fns/date-fns/blob/main/src/isValid/index.ts
2134
2134
 
2135
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2135
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2136
2136
  </file>
2137
2137
  */
2138
2138
  class is {
@@ -2299,7 +2299,7 @@ class StarterService extends ApiServiceBase {
2299
2299
  Created:
2300
2300
  15 Nov 2023
2301
2301
 
2302
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2302
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2303
2303
  </file>
2304
2304
  */
2305
2305
  //Node
@@ -2340,7 +2340,7 @@ class StarterGuard {
2340
2340
  Created:
2341
2341
  26 Jun 2020
2342
2342
 
2343
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2343
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2344
2344
  </file>
2345
2345
  */
2346
2346
  class Subs {
@@ -2375,7 +2375,7 @@ class Subs {
2375
2375
  https://date-fns.org/v3.3.1/docs/formatDistance
2376
2376
  https://date-fns.org/v3.3.1/docs/formatDistanceToNow
2377
2377
 
2378
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2378
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2379
2379
  </file>
2380
2380
  */
2381
2381
  //Node
@@ -2522,7 +2522,7 @@ class LocalizationService {
2522
2522
  Created:
2523
2523
  10 May 2020
2524
2524
 
2525
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2525
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2526
2526
  </file>
2527
2527
  */
2528
2528
  //Node
@@ -2602,7 +2602,7 @@ class LocalizePipe {
2602
2602
  Created:
2603
2603
  05 May 2020
2604
2604
 
2605
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2605
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2606
2606
  </file>
2607
2607
  */
2608
2608
  //Node
@@ -2689,7 +2689,7 @@ class LocalizationSettingsModule {
2689
2689
  Created:
2690
2690
  12 May 2020
2691
2691
 
2692
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2692
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2693
2693
  </file>
2694
2694
  */
2695
2695
  //Node
@@ -2729,7 +2729,7 @@ class LocalizationModule {
2729
2729
  Created:
2730
2730
  2 July 2020
2731
2731
 
2732
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2732
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2733
2733
  </file>
2734
2734
  */
2735
2735
  //App
@@ -2772,7 +2772,7 @@ class L10nUtils {
2772
2772
  https://medium.com/@amcdnl/global-error-handling-with-angular2-6b992bdfb59c
2773
2773
  https://medium.com/angular-in-depth/expecting-the-unexpected-best-practices-for-error-handling-in-angular-21c3662ef9e4
2774
2774
 
2775
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2775
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2776
2776
  </file>
2777
2777
  */
2778
2778
  //Node
@@ -2805,7 +2805,7 @@ class GlobalErrorHandler {
2805
2805
  Created:
2806
2806
  3 March 2020
2807
2807
 
2808
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2808
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2809
2809
  </file>
2810
2810
  */
2811
2811
  //Node
@@ -2918,7 +2918,7 @@ class Alerts {
2918
2918
  Created:
2919
2919
  2 Jun 2020
2920
2920
 
2921
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2921
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2922
2922
  </file>
2923
2923
  */
2924
2924
 
@@ -2934,7 +2934,7 @@ class Alerts {
2934
2934
  Created:
2935
2935
  2 Jun 2020
2936
2936
 
2937
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2937
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
2938
2938
  </file>
2939
2939
  */
2940
2940
  //Node
@@ -3012,7 +3012,7 @@ class NotificationService {
3012
3012
  Created:
3013
3013
  29 Nov 2020
3014
3014
 
3015
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3015
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3016
3016
  </file>
3017
3017
  */
3018
3018
  //Node
@@ -3084,7 +3084,7 @@ class DigitalMarketingService {
3084
3084
  https://developers.google.com/tag-platform/gtagjs/reference
3085
3085
  https://developers.google.com/analytics/devguides/collection/ga4/events?client_type=gtag
3086
3086
 
3087
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3087
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3088
3088
  </file>
3089
3089
  */
3090
3090
  //Node
@@ -3148,7 +3148,7 @@ class GoogleAnalyticsService {
3148
3148
  Created:
3149
3149
  26 Jun 2020
3150
3150
 
3151
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3151
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3152
3152
  </file>
3153
3153
  */
3154
3154
  //Node
@@ -3221,7 +3221,7 @@ class IdleService {
3221
3221
  Created:
3222
3222
  14 Jun 2024
3223
3223
 
3224
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3224
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3225
3225
  </file>
3226
3226
  */
3227
3227
  //Node
@@ -3296,7 +3296,7 @@ class ScriptService {
3296
3296
  Created:
3297
3297
  2 May 2023
3298
3298
 
3299
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3299
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3300
3300
  </file>
3301
3301
  */
3302
3302
  class Browser {
@@ -3320,7 +3320,7 @@ class Browser {
3320
3320
  Created:
3321
3321
  8 Aug 2022
3322
3322
 
3323
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3323
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3324
3324
  </file>
3325
3325
  */
3326
3326
  class DOM {
@@ -3473,7 +3473,7 @@ class DOM {
3473
3473
  Created:
3474
3474
  26 Jun 2020
3475
3475
 
3476
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3476
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3477
3477
  </file>
3478
3478
  */
3479
3479
  class Guid {
@@ -3494,7 +3494,7 @@ class Guid {
3494
3494
  Created:
3495
3495
  14 Feb 2024
3496
3496
 
3497
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3497
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3498
3498
  </file>
3499
3499
  */
3500
3500
  class QSUtils {
@@ -3571,7 +3571,7 @@ class QSUtils {
3571
3571
  Created:
3572
3572
  19 March 2020
3573
3573
 
3574
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3574
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3575
3575
  </file>
3576
3576
  */
3577
3577
  class Utils {
@@ -3647,7 +3647,7 @@ class Utils {
3647
3647
  Created:
3648
3648
  2 Aug 2022
3649
3649
 
3650
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3650
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3651
3651
  </file>
3652
3652
  */
3653
3653
  //consts
@@ -3664,7 +3664,7 @@ class Utils {
3664
3664
  Created:
3665
3665
  28 Aug 2018
3666
3666
 
3667
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3667
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3668
3668
  </file>
3669
3669
  */
3670
3670
  //Node
@@ -3741,7 +3741,7 @@ class ComponentBase {
3741
3741
  Created:
3742
3742
  20 Nov 2017
3743
3743
 
3744
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3744
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3745
3745
  </file>
3746
3746
  */
3747
3747
  //Node
@@ -3878,7 +3878,7 @@ class EditComponentBase extends ComponentBase {
3878
3878
  Created:
3879
3879
  24 Jan 2022
3880
3880
 
3881
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3881
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
3882
3882
  </file>
3883
3883
  */
3884
3884
  //Node
@@ -3944,7 +3944,7 @@ class DialogBase extends EditComponentBase {
3944
3944
  Created:
3945
3945
  10 Nov 2024
3946
3946
 
3947
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
3947
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
3948
3948
  </file>
3949
3949
  */
3950
3950
  //Node
@@ -4316,7 +4316,7 @@ class BraintreeDialog extends DialogBase {
4316
4316
  Created:
4317
4317
  14 Jun 2024
4318
4318
 
4319
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4319
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4320
4320
  </file>
4321
4321
  */
4322
4322
  //Node
@@ -4397,7 +4397,7 @@ class PayPalScriptService {
4397
4397
  Created:
4398
4398
  14 Jun 2024
4399
4399
 
4400
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4400
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4401
4401
  </file>
4402
4402
  */
4403
4403
  const _c0$f = ["payPalButtonContainer"];
@@ -4958,11 +4958,39 @@ class StripeDialog extends DialogBase {
4958
4958
  Created:
4959
4959
  11 Nov 2024
4960
4960
 
4961
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4961
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4962
4962
  </file>
4963
4963
  */
4964
4964
  //braintree
4965
4965
 
4966
+ /*
4967
+ <file>
4968
+ Project:
4969
+ Atlas Cross
4970
+
4971
+ Authors:
4972
+ Leon Malyan leon.malyan@atlascross.io
4973
+
4974
+ Created:
4975
+ 25 May 2024
4976
+
4977
+ Copyright (c) 2023-2024 Atlas Cross Inc. All rights reserved.
4978
+ </file>
4979
+ */
4980
+ class BillingUtils {
4981
+ static convert2AmountWithCurrency(amount, currency) {
4982
+ switch (currency) {
4983
+ case 'GBP':
4984
+ return '£' + amount;
4985
+ case 'EUR':
4986
+ return '€' + amount;
4987
+ case 'USD':
4988
+ return '$' + amount;
4989
+ }
4990
+ return amount;
4991
+ }
4992
+ }
4993
+
4966
4994
  /*
4967
4995
  <file>
4968
4996
  Project:
@@ -4974,7 +5002,7 @@ class StripeDialog extends DialogBase {
4974
5002
  Created:
4975
5003
  8 Nov 2024
4976
5004
 
4977
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5005
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4978
5006
  </file>
4979
5007
  */
4980
5008
 
@@ -4989,7 +5017,7 @@ class StripeDialog extends DialogBase {
4989
5017
  Created:
4990
5018
  29 Apr 2018
4991
5019
 
4992
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5020
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4993
5021
  </file>
4994
5022
  */
4995
5023
  //Node
@@ -5044,7 +5072,7 @@ class GridReadServiceBase extends BehaviorSubject {
5044
5072
  Created:
5045
5073
  29 Apr 2018
5046
5074
 
5047
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5075
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5048
5076
  </file>
5049
5077
  */
5050
5078
  //Node
@@ -5119,7 +5147,7 @@ class GridEditServiceBase extends GridReadServiceBase {
5119
5147
  Created:
5120
5148
  31 Jul 2024
5121
5149
 
5122
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5150
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5123
5151
  </file>
5124
5152
  */
5125
5153
  //Node
@@ -5153,7 +5181,7 @@ class CurrenciesApiService extends ApiServiceBase {
5153
5181
  Created:
5154
5182
  8 Aug 2024
5155
5183
 
5156
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5184
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5157
5185
  </file>
5158
5186
  */
5159
5187
  //Node
@@ -5240,7 +5268,7 @@ class CurrenciesStorageService {
5240
5268
  Created:
5241
5269
  4 Jun 2024
5242
5270
 
5243
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5271
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5244
5272
  </file>
5245
5273
  */
5246
5274
  //Node
@@ -5260,6 +5288,43 @@ class DiscountCodesApiService extends ApiServiceBase {
5260
5288
  type: Injectable
5261
5289
  }], () => [{ type: i1$1.HttpClient }], null); })();
5262
5290
 
5291
+ /*
5292
+ <file>
5293
+ Project:
5294
+ @osovitny/anatoly
5295
+
5296
+ Authors:
5297
+ Vadim Osovitny vadim.osovitny@osovitny.com
5298
+
5299
+ Created:
5300
+ 4 Jun 2024
5301
+
5302
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5303
+ </file>
5304
+ */
5305
+ //Node
5306
+ class TransactionsApiService extends ApiServiceBase {
5307
+ constructor(http) {
5308
+ super(http);
5309
+ this.http = http;
5310
+ this.baseUrl = `${ApiUrl}/billing/transactions`;
5311
+ }
5312
+ getTransactionById(id) {
5313
+ return this.get('getTransactionById', { id });
5314
+ }
5315
+ getTransactionByReceiptNum(receiptNum) {
5316
+ return this.get('getTransactionByReceiptNum', { receiptNum });
5317
+ }
5318
+ getTransactions(data) {
5319
+ return this.get('getTransactions', data);
5320
+ }
5321
+ static { this.ɵfac = function TransactionsApiService_Factory(t) { return new (t || TransactionsApiService)(i0.ɵɵinject(i1$1.HttpClient)); }; }
5322
+ static { this.ɵprov = /*@__PURE__*/ i0.ɵɵdefineInjectable({ token: TransactionsApiService, factory: TransactionsApiService.ɵfac }); }
5323
+ }
5324
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TransactionsApiService, [{
5325
+ type: Injectable
5326
+ }], () => [{ type: i1$1.HttpClient }], null); })();
5327
+
5263
5328
  /*
5264
5329
  <file>
5265
5330
  Project:
@@ -5272,7 +5337,7 @@ class DiscountCodesApiService extends ApiServiceBase {
5272
5337
  Created:
5273
5338
  02 Aug 2022
5274
5339
 
5275
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5340
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5276
5341
  </file>
5277
5342
  */
5278
5343
  //Node
@@ -5310,7 +5375,7 @@ class CoreApiService extends ApiServiceBase {
5310
5375
  Created:
5311
5376
  16 Jun 2022
5312
5377
 
5313
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5378
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5314
5379
  </file>
5315
5380
  */
5316
5381
  //Node
@@ -5350,7 +5415,7 @@ class EmailsApiService extends ApiServiceBase {
5350
5415
  Created:
5351
5416
  2 Aug 2022
5352
5417
 
5353
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5418
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5354
5419
  </file>
5355
5420
  */
5356
5421
  //base
@@ -5367,7 +5432,7 @@ class EmailsApiService extends ApiServiceBase {
5367
5432
  Created:
5368
5433
  20 Jan 2024
5369
5434
 
5370
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5435
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5371
5436
  </file>
5372
5437
  */
5373
5438
  //Node
@@ -5448,7 +5513,7 @@ class EnumEditComponentBase extends EditComponentBase {
5448
5513
  Created:
5449
5514
  20 Aug 2022
5450
5515
 
5451
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5516
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5452
5517
  </file>
5453
5518
  */
5454
5519
  //Node
@@ -5476,7 +5541,7 @@ class PageBase extends ComponentBase {
5476
5541
  Created:
5477
5542
  20 Aug 2022
5478
5543
 
5479
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5544
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5480
5545
  </file>
5481
5546
  */
5482
5547
  //Node
@@ -5504,7 +5569,7 @@ class EditPageBase extends EditComponentBase {
5504
5569
  Created:
5505
5570
  20 Aug 2022
5506
5571
 
5507
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5572
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5508
5573
  </file>
5509
5574
  */
5510
5575
  //Node
@@ -5568,7 +5633,7 @@ class PagedPageBase extends PageBase {
5568
5633
  Created:
5569
5634
  20 Aug 2022
5570
5635
 
5571
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5636
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5572
5637
  </file>
5573
5638
  */
5574
5639
  //Node
@@ -5664,7 +5729,7 @@ class ListBase extends ComponentBase {
5664
5729
  Created:
5665
5730
  4 Jul 2018
5666
5731
 
5667
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5732
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5668
5733
  </file>
5669
5734
  */
5670
5735
  //Node
@@ -5761,7 +5826,7 @@ class SignUpButtonComponent extends ComponentBase {
5761
5826
  Created:
5762
5827
  14 Aug 2018
5763
5828
 
5764
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5829
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5765
5830
  </file>
5766
5831
  */
5767
5832
  //Node
@@ -5864,7 +5929,7 @@ class BuyAccessButtonComponent {
5864
5929
  Created:
5865
5930
  1 Jun 2018
5866
5931
 
5867
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5932
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5868
5933
  </file>
5869
5934
  */
5870
5935
  //Node
@@ -5978,7 +6043,7 @@ class SubscribePlanButtonComponent {
5978
6043
  Created:
5979
6044
  15 Aug 2022
5980
6045
 
5981
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6046
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5982
6047
  </file>
5983
6048
  */
5984
6049
  //Node
@@ -6017,7 +6082,7 @@ class CheckIconComponent {
6017
6082
  Created:
6018
6083
  28 Aug 2022
6019
6084
 
6020
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6085
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6021
6086
  </file>
6022
6087
  */
6023
6088
  //Node
@@ -6107,7 +6172,7 @@ class DataPagerComponent extends ComponentBase {
6107
6172
  Created:
6108
6173
  4 Jul 2018
6109
6174
 
6110
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6175
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6111
6176
  </file>
6112
6177
  */
6113
6178
  //Node
@@ -6204,7 +6269,7 @@ class SignInButtonComponent extends ComponentBase {
6204
6269
  Created:
6205
6270
  4 Jul 2018
6206
6271
 
6207
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6272
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6208
6273
  </file>
6209
6274
  */
6210
6275
  //Node
@@ -6301,7 +6366,7 @@ class SignOutButtonComponent extends ComponentBase {
6301
6366
  Created:
6302
6367
  29 Jul 2022
6303
6368
 
6304
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6369
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6305
6370
  </file>
6306
6371
  */
6307
6372
  //Node
@@ -6376,7 +6441,7 @@ class NodataComponent {
6376
6441
  Created:
6377
6442
  9 May 2020
6378
6443
 
6379
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6444
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6380
6445
  </file>
6381
6446
  */
6382
6447
  //Node
@@ -6435,7 +6500,7 @@ const Spinkit = {
6435
6500
  Created:
6436
6501
  16 May 2020
6437
6502
 
6438
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6503
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6439
6504
  </file>
6440
6505
  */
6441
6506
  //Node
@@ -6513,7 +6578,7 @@ class PageSpinnerComponent {
6513
6578
  Created:
6514
6579
  9 Jun 2020
6515
6580
 
6516
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6581
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6517
6582
  </file>
6518
6583
  */
6519
6584
  //Node
@@ -6560,7 +6625,7 @@ class Copy2ClipboardComponent {
6560
6625
  Created:
6561
6626
  28 Jun 2020
6562
6627
 
6563
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6628
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6564
6629
  </file>
6565
6630
  */
6566
6631
  //Node
@@ -6595,7 +6660,7 @@ class NativeElementDirective {
6595
6660
  Created:
6596
6661
  8 Dec 2017
6597
6662
 
6598
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6663
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6599
6664
  </file>
6600
6665
  */
6601
6666
  //Node
@@ -6715,7 +6780,7 @@ class ValidationSummaryComponent extends EditComponentBase {
6715
6780
  Created:
6716
6781
  6 Dec 2017
6717
6782
 
6718
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6783
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6719
6784
  </file>
6720
6785
  */
6721
6786
  //Node
@@ -6763,7 +6828,7 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
6763
6828
  Created:
6764
6829
  02 Aug 2022
6765
6830
 
6766
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
6831
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
6767
6832
  </file>
6768
6833
  */
6769
6834
  //Node
@@ -6882,7 +6947,7 @@ class UrlSlugComponent extends EditComponentBase {
6882
6947
  Created:
6883
6948
  2 Feb 2024
6884
6949
 
6885
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
6950
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
6886
6951
  </file>
6887
6952
  */
6888
6953
  //Node
@@ -6968,7 +7033,7 @@ class CountryDropdownlist extends EditComponentBase {
6968
7033
  Created:
6969
7034
  02 Aug 2022
6970
7035
 
6971
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
7036
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
6972
7037
  </file>
6973
7038
  */
6974
7039
  //Node
@@ -7070,7 +7135,7 @@ class TimezoneDropdownlist extends EditComponentBase {
7070
7135
  Created:
7071
7136
  29 July 2022
7072
7137
 
7073
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7138
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7074
7139
  </file>
7075
7140
  */
7076
7141
  //Node
@@ -7107,7 +7172,7 @@ class CardComponent extends ComponentBase {
7107
7172
  Created:
7108
7173
  29 July 2022
7109
7174
 
7110
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7175
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7111
7176
  </file>
7112
7177
  */
7113
7178
  //Node
@@ -7152,7 +7217,7 @@ class CardHeaderComponent extends ComponentBase {
7152
7217
  Created:
7153
7218
  29 July 2022
7154
7219
 
7155
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7220
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7156
7221
  </file>
7157
7222
  */
7158
7223
  //Node
@@ -7185,7 +7250,7 @@ class CardBodyComponent extends ComponentBase {
7185
7250
  Created:
7186
7251
  29 July 2022
7187
7252
 
7188
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7253
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7189
7254
  </file>
7190
7255
  */
7191
7256
  //Node
@@ -7219,7 +7284,7 @@ class CardFooterComponent extends ComponentBase {
7219
7284
  Created:
7220
7285
  12 Dec 2017
7221
7286
 
7222
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7287
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7223
7288
  </file>
7224
7289
  */
7225
7290
  const DefaultEditorOptions = {
@@ -7393,7 +7458,7 @@ class HtmlEditorComponentBase extends EditComponentBase {
7393
7458
  Created:
7394
7459
  12 Dec 2017
7395
7460
 
7396
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7461
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7397
7462
  </file>
7398
7463
  */
7399
7464
  //Node
@@ -7448,7 +7513,7 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
7448
7513
  Created:
7449
7514
  12 Dec 2017
7450
7515
 
7451
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7516
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7452
7517
  </file>
7453
7518
  */
7454
7519
  //Node
@@ -7505,7 +7570,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7505
7570
  Created:
7506
7571
  2 Aug 2022
7507
7572
 
7508
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7573
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7509
7574
  </file>
7510
7575
  */
7511
7576
  //base
@@ -7522,7 +7587,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7522
7587
  Created:
7523
7588
  7 Dec 2017
7524
7589
 
7525
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7590
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7526
7591
  </file>
7527
7592
  */
7528
7593
  //Node
@@ -7607,7 +7672,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
7607
7672
  Created:
7608
7673
  02 Aug 2022
7609
7674
 
7610
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
7675
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
7611
7676
  </file>
7612
7677
  */
7613
7678
  //Node
@@ -7807,7 +7872,7 @@ class ContactUsForm extends EditComponentBase {
7807
7872
  Created:
7808
7873
  16 July 2022
7809
7874
 
7810
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
7875
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
7811
7876
  </file>
7812
7877
  */
7813
7878
  //Node
@@ -7879,7 +7944,7 @@ class ContactUsDialog extends DialogBase {
7879
7944
  Created:
7880
7945
  2 Aug 2022
7881
7946
 
7882
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7947
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7883
7948
  </file>
7884
7949
  */
7885
7950
 
@@ -7895,7 +7960,7 @@ class ContactUsDialog extends DialogBase {
7895
7960
  Created:
7896
7961
  24 Feb 2023
7897
7962
 
7898
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7963
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7899
7964
  </file>
7900
7965
  */
7901
7966
  //Node
@@ -7944,7 +8009,7 @@ class HoveringDirective {
7944
8009
  Created:
7945
8010
  2 Aug 2022
7946
8011
 
7947
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8012
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7948
8013
  </file>
7949
8014
  */
7950
8015
 
@@ -7960,7 +8025,7 @@ class HoveringDirective {
7960
8025
  Created:
7961
8026
  02 Aug 2022
7962
8027
 
7963
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
8028
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
7964
8029
  </file>
7965
8030
  */
7966
8031
  //Node
@@ -8187,7 +8252,7 @@ class AddressComponent extends EditComponentBase {
8187
8252
  Created:
8188
8253
  02 Aug 2022
8189
8254
 
8190
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
8255
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
8191
8256
  </file>
8192
8257
  */
8193
8258
  //Node
@@ -8314,7 +8379,7 @@ class CompanyComponent extends EditComponentBase {
8314
8379
  Created:
8315
8380
  2 Aug 2022
8316
8381
 
8317
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8382
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8318
8383
  </file>
8319
8384
  */
8320
8385
  //Components
@@ -8331,7 +8396,7 @@ class CompanyComponent extends EditComponentBase {
8331
8396
  Created:
8332
8397
  26 Jun 2020
8333
8398
 
8334
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8399
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8335
8400
  </file>
8336
8401
  */
8337
8402
  //Node
@@ -8371,7 +8436,7 @@ class FileSizePipe {
8371
8436
  Created:
8372
8437
  26 Jun 2020
8373
8438
 
8374
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8439
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8375
8440
  </file>
8376
8441
  */
8377
8442
  //Node
@@ -8406,7 +8471,7 @@ class ReplaceTextPipe {
8406
8471
  Created:
8407
8472
  27 Oct 2019
8408
8473
 
8409
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8474
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8410
8475
  </file>
8411
8476
  */
8412
8477
  //Node
@@ -8437,7 +8502,7 @@ class SafeHtmlPipe {
8437
8502
  Created:
8438
8503
  2 Aug 2022
8439
8504
 
8440
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8505
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8441
8506
  </file>
8442
8507
  */
8443
8508
 
@@ -8453,7 +8518,7 @@ class SafeHtmlPipe {
8453
8518
  Created:
8454
8519
  2 Aug 2022
8455
8520
 
8456
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8521
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8457
8522
  </file>
8458
8523
  */
8459
8524
 
@@ -8469,7 +8534,7 @@ class SafeHtmlPipe {
8469
8534
  Created:
8470
8535
  8 Nov 2024
8471
8536
 
8472
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8537
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8473
8538
  </file>
8474
8539
  */
8475
8540
 
@@ -8485,7 +8550,7 @@ class SafeHtmlPipe {
8485
8550
  Created:
8486
8551
  29 June 2020
8487
8552
 
8488
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8553
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8489
8554
  </file>
8490
8555
  */
8491
8556
  //Node
@@ -8574,7 +8639,7 @@ class AnatolyCoreModule {
8574
8639
  Created:
8575
8640
  4 Mar 2020
8576
8641
 
8577
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8642
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8578
8643
  </file>
8579
8644
  */
8580
8645
  //Node
@@ -8587,6 +8652,7 @@ class AnatolyDataModule {
8587
8652
  CurrenciesStorageService,
8588
8653
  DiscountCodesApiService,
8589
8654
  PaymentsApiService,
8655
+ TransactionsApiService,
8590
8656
  //App
8591
8657
  CoreApiService,
8592
8658
  EmailsApiService
@@ -8604,6 +8670,7 @@ class AnatolyDataModule {
8604
8670
  CurrenciesStorageService,
8605
8671
  DiscountCodesApiService,
8606
8672
  PaymentsApiService,
8673
+ TransactionsApiService,
8607
8674
  //App
8608
8675
  CoreApiService,
8609
8676
  EmailsApiService
@@ -8631,7 +8698,7 @@ class AnatolyDataModule {
8631
8698
  https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib
8632
8699
  https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples
8633
8700
 
8634
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8701
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8635
8702
  </file>
8636
8703
  */
8637
8704
  function MSALInterceptorConfigFactory() {
@@ -8731,7 +8798,7 @@ function loggerCallback(logLevel, message, containsPii) {
8731
8798
  Description:
8732
8799
  Identity and Access Management
8733
8800
 
8734
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8801
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8735
8802
  </file>
8736
8803
  */
8737
8804
  //Node
@@ -8805,7 +8872,7 @@ class AnatolyIAMModule {
8805
8872
  Description:
8806
8873
  Identity and Access Management
8807
8874
 
8808
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8875
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8809
8876
  </file>
8810
8877
  */
8811
8878
  //Node
@@ -8841,7 +8908,7 @@ class SignInPage extends PageBase {
8841
8908
  Description:
8842
8909
  Identity and Access Management
8843
8910
 
8844
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8911
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8845
8912
  </file>
8846
8913
  */
8847
8914
  //Node
@@ -8877,7 +8944,7 @@ class SignOutPage extends PageBase {
8877
8944
  Description:
8878
8945
  Identity and Access Management
8879
8946
 
8880
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8947
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8881
8948
  </file>
8882
8949
  */
8883
8950
  //Node
@@ -8913,7 +8980,7 @@ class SignUpPage extends PageBase {
8913
8980
  Description:
8914
8981
  Identity and Access Management
8915
8982
 
8916
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8983
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8917
8984
  </file>
8918
8985
  */
8919
8986
  //Node
@@ -8953,7 +9020,7 @@ const PAGES = [
8953
9020
  Description:
8954
9021
  Identity and Access Management
8955
9022
 
8956
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9023
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8957
9024
  </file>
8958
9025
  */
8959
9026
  //Node
@@ -8995,7 +9062,7 @@ class AnatolyIAMPagesModule {
8995
9062
  Created:
8996
9063
  25 Aug 2022
8997
9064
 
8998
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9065
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8999
9066
  </file>
9000
9067
  */
9001
9068
  //Node
@@ -9034,7 +9101,7 @@ class FaModule {
9034
9101
  Created:
9035
9102
  28 Aug 2022
9036
9103
 
9037
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9104
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9038
9105
  </file>
9039
9106
  */
9040
9107
  //Node
@@ -9112,7 +9179,7 @@ class KendoModule {
9112
9179
  Created:
9113
9180
  8 Nov 2024
9114
9181
 
9115
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9182
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9116
9183
  </file>
9117
9184
  */
9118
9185
  const COMPONENTS$1 = [
@@ -9135,7 +9202,7 @@ const COMPONENTS$1 = [
9135
9202
  Created:
9136
9203
  14 Jun 2024
9137
9204
 
9138
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9205
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9139
9206
  </file>
9140
9207
  */
9141
9208
  //Node
@@ -9187,7 +9254,7 @@ class AnatolyBillingModule {
9187
9254
  Created:
9188
9255
  2 Aug 2022
9189
9256
 
9190
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9257
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9191
9258
  </file>
9192
9259
  */
9193
9260
  const MAIN_COMPONENTS = [
@@ -9231,7 +9298,7 @@ const MAIN_COMPONENTS = [
9231
9298
  Created:
9232
9299
  2 Aug 2022
9233
9300
 
9234
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9301
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9235
9302
  </file>
9236
9303
  */
9237
9304
  const DIALOGS = [
@@ -9250,7 +9317,7 @@ const DIALOGS = [
9250
9317
  Created:
9251
9318
  2 Aug 2022
9252
9319
 
9253
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9320
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9254
9321
  </file>
9255
9322
  */
9256
9323
  const DIRECTIVES = [
@@ -9270,7 +9337,7 @@ const DIRECTIVES = [
9270
9337
  Created:
9271
9338
  2 Aug 2022
9272
9339
 
9273
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9340
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9274
9341
  </file>
9275
9342
  */
9276
9343
  const FORMS = [
@@ -9291,7 +9358,7 @@ const FORMS = [
9291
9358
  Created:
9292
9359
  2 Aug 2022
9293
9360
 
9294
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9361
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9295
9362
  </file>
9296
9363
  */
9297
9364
  const PIPES = [
@@ -9312,7 +9379,7 @@ const PIPES = [
9312
9379
  Created:
9313
9380
  2 Aug 2022
9314
9381
 
9315
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9382
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9316
9383
  </file>
9317
9384
  */
9318
9385
  const VALIDATION_COMPONENTS = [
@@ -9332,7 +9399,7 @@ const VALIDATION_COMPONENTS = [
9332
9399
  Created:
9333
9400
  26 Jun 2020
9334
9401
 
9335
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9402
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9336
9403
  </file>
9337
9404
  */
9338
9405
  //Node
@@ -9397,7 +9464,7 @@ class AnatolyUIModule {
9397
9464
  Created:
9398
9465
  29 Aug 2022
9399
9466
 
9400
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9467
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9401
9468
  </file>
9402
9469
  */
9403
9470
  //Node
@@ -9449,5 +9516,5 @@ class AnatolyModule {
9449
9516
  * Generated bundle index. Do not edit.
9450
9517
  */
9451
9518
 
9452
- 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, UrlSlugComponent, Utils, ValidationSummaryComponent, XmlFormatter, dateFormats, dateTimeFormats, getAppSettingsById, getAppSettingsByName, is, localizationInitializerFactory, throwIfAlreadyLoaded, timeFormats, translateLoaderFactory };
9519
+ export { AddressComponent, AdminGuard, Alerts, AnatolyBillingModule, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyIAMModule, AnatolyIAMPagesModule, AnatolyModule, AnatolyUIModule, ApiServiceBase, ApiUrl, AppContextService, AppCoreSettings, AppName, AppSettings, AppVersion, AuthService, AuthenticationGuard, BaseGoService, BillingUtils, 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 };
9453
9520
  //# sourceMappingURL=osovitny-anatoly.mjs.map