@osovitny/anatoly 3.17.83 → 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.
Files changed (142) 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 +2 -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/core/browser.mjs +2 -2
  10. package/esm2022/lib/core/consts/core-settings.mjs +2 -2
  11. package/esm2022/lib/core/converts/convert.mjs +2 -2
  12. package/esm2022/lib/core/converts/dateConvert.mjs +2 -2
  13. package/esm2022/lib/core/converts/tz/tzParseTimezone.mjs +2 -2
  14. package/esm2022/lib/core/converts/tz/tzTokenizeDate.mjs +2 -2
  15. package/esm2022/lib/core/converts/xmlFormatter.mjs +2 -2
  16. package/esm2022/lib/core/core.module.mjs +2 -2
  17. package/esm2022/lib/core/dom.mjs +2 -2
  18. package/esm2022/lib/core/exports.mjs +2 -2
  19. package/esm2022/lib/core/go/base-go.service.mjs +2 -2
  20. package/esm2022/lib/core/guards/once-import.guard.mjs +2 -2
  21. package/esm2022/lib/core/guards/starter.guard.mjs +2 -2
  22. package/esm2022/lib/core/guid.mjs +2 -2
  23. package/esm2022/lib/core/interceptors/httpInterceptor.mjs +2 -2
  24. package/esm2022/lib/core/is.mjs +2 -2
  25. package/esm2022/lib/core/localization/localization.module.mjs +2 -2
  26. package/esm2022/lib/core/localization/localization.service.mjs +2 -2
  27. package/esm2022/lib/core/localization/localize.pipe.mjs +2 -2
  28. package/esm2022/lib/core/localization/settings.module.mjs +2 -2
  29. package/esm2022/lib/core/localization/utils.mjs +2 -2
  30. package/esm2022/lib/core/logging/globalErrorHandler.mjs +2 -2
  31. package/esm2022/lib/core/logging/logging.service.mjs +2 -2
  32. package/esm2022/lib/core/models/qs.mjs +2 -2
  33. package/esm2022/lib/core/notifications/alerts.mjs +2 -2
  34. package/esm2022/lib/core/notifications/interfaces/notification.mjs +2 -2
  35. package/esm2022/lib/core/notifications/services/notification-service.mjs +2 -2
  36. package/esm2022/lib/core/performance/stopwatch.mjs +2 -2
  37. package/esm2022/lib/core/services/appcontext.service.mjs +2 -2
  38. package/esm2022/lib/core/services/dm.service.mjs +2 -2
  39. package/esm2022/lib/core/services/google-analytics.service.mjs +2 -2
  40. package/esm2022/lib/core/services/idle.service.mjs +2 -2
  41. package/esm2022/lib/core/services/loading.service.mjs +2 -2
  42. package/esm2022/lib/core/services/script.service.mjs +2 -2
  43. package/esm2022/lib/core/services/starter.service.mjs +1 -1
  44. package/esm2022/lib/core/services/web-storage.service.mjs +2 -2
  45. package/esm2022/lib/core/subs.mjs +2 -2
  46. package/esm2022/lib/core/utils/qsutils.mjs +2 -2
  47. package/esm2022/lib/core/utils/utils.mjs +2 -2
  48. package/esm2022/lib/data/base/api.service.mjs +2 -2
  49. package/esm2022/lib/data/base/grid/grid-edit.service.mjs +2 -2
  50. package/esm2022/lib/data/base/grid/grid-read.service.mjs +2 -2
  51. package/esm2022/lib/data/data.module.mjs +5 -2
  52. package/esm2022/lib/data/exports.mjs +5 -3
  53. package/esm2022/lib/data/services/billing/currencies-api.service.mjs +2 -2
  54. package/esm2022/lib/data/services/billing/currencies-storage.service.mjs +2 -2
  55. package/esm2022/lib/data/services/billing/discountcodes-api.service.mjs +2 -2
  56. package/esm2022/lib/data/services/billing/payments-api.service.mjs +2 -2
  57. package/esm2022/lib/data/services/billing/transactions-api.service.mjs +43 -0
  58. package/esm2022/lib/data/services/core-api.service.mjs +2 -2
  59. package/esm2022/lib/data/services/emails-api.service.mjs +2 -2
  60. package/esm2022/lib/external/fa.module.mjs +2 -2
  61. package/esm2022/lib/external/kendo.module.mjs +2 -2
  62. package/esm2022/lib/iam/b2c/b2c.mjs +2 -2
  63. package/esm2022/lib/iam/b2c/consts.mjs +2 -2
  64. package/esm2022/lib/iam/b2c/index.mjs +2 -2
  65. package/esm2022/lib/iam/configs.mjs +2 -2
  66. package/esm2022/lib/iam/consts.mjs +2 -2
  67. package/esm2022/lib/iam/exports.mjs +2 -2
  68. package/esm2022/lib/iam/guards/admin.guard.mjs +2 -2
  69. package/esm2022/lib/iam/guards/authentication.guard.mjs +1 -1
  70. package/esm2022/lib/iam/guards/index.mjs +2 -2
  71. package/esm2022/lib/iam/iam-pages.module.mjs +2 -2
  72. package/esm2022/lib/iam/iam-pages.routes.mjs +2 -2
  73. package/esm2022/lib/iam/iam.module.mjs +2 -2
  74. package/esm2022/lib/iam/pages/signin.page.mjs +2 -2
  75. package/esm2022/lib/iam/pages/signout.page.mjs +2 -2
  76. package/esm2022/lib/iam/pages/signup.page.mjs +2 -2
  77. package/esm2022/lib/iam/redirect.mjs +2 -2
  78. package/esm2022/lib/iam/services/auth.service.mjs +1 -1
  79. package/esm2022/lib/iam/storage.mjs +2 -2
  80. package/esm2022/lib/iam/utils.mjs +2 -2
  81. package/esm2022/lib/ui/components/base/components/component.mjs +2 -2
  82. package/esm2022/lib/ui/components/base/components/edit.component.mjs +2 -2
  83. package/esm2022/lib/ui/components/base/components/enum-edit.component.mjs +2 -2
  84. package/esm2022/lib/ui/components/base/dialog.mjs +2 -2
  85. package/esm2022/lib/ui/components/base/list.mjs +2 -2
  86. package/esm2022/lib/ui/components/base/pages/edit.page.mjs +2 -2
  87. package/esm2022/lib/ui/components/base/pages/page.mjs +2 -2
  88. package/esm2022/lib/ui/components/base/pages/paged.page.mjs +2 -2
  89. package/esm2022/lib/ui/components/billing/buyaccess-button.component.mjs +2 -2
  90. package/esm2022/lib/ui/components/billing/subscribe-plan-button.component.mjs +2 -2
  91. package/esm2022/lib/ui/components/card/card-body.component.mjs +2 -2
  92. package/esm2022/lib/ui/components/card/card-footer.component.mjs +2 -2
  93. package/esm2022/lib/ui/components/card/card-header.component.mjs +2 -2
  94. package/esm2022/lib/ui/components/card/card.component.mjs +2 -2
  95. package/esm2022/lib/ui/components/check-icon/check-icon.component.mjs +2 -2
  96. package/esm2022/lib/ui/components/copy-2-clipboard/copy-2-clipboard.component.mjs +2 -2
  97. package/esm2022/lib/ui/components/datapager/datapager.component.mjs +2 -2
  98. package/esm2022/lib/ui/components/dropdownlists/country/country.dropdownlist.mjs +2 -2
  99. package/esm2022/lib/ui/components/dropdownlists/timezone/timezone.dropdownlist.mjs +2 -2
  100. package/esm2022/lib/ui/components/exports.mjs +2 -2
  101. package/esm2022/lib/ui/components/html-editor/base-html-editor.component.mjs +1 -1
  102. package/esm2022/lib/ui/components/html-editor/forms-html-editor.component.mjs +2 -2
  103. package/esm2022/lib/ui/components/html-editor/html-editor.component.mjs +2 -2
  104. package/esm2022/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +2 -2
  105. package/esm2022/lib/ui/components/identity/signin-button.component.mjs +2 -2
  106. package/esm2022/lib/ui/components/identity/signout-button.component.mjs +2 -2
  107. package/esm2022/lib/ui/components/identity/signup-button.component.mjs +2 -2
  108. package/esm2022/lib/ui/components/index.mjs +2 -2
  109. package/esm2022/lib/ui/components/nodata/nodata.component.mjs +2 -2
  110. package/esm2022/lib/ui/components/spinners/loading/loading.component.mjs +2 -2
  111. package/esm2022/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +2 -2
  112. package/esm2022/lib/ui/components/urlslug/urlslug.component.mjs +2 -2
  113. package/esm2022/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +2 -2
  114. package/esm2022/lib/ui/dialogs/exports.mjs +2 -2
  115. package/esm2022/lib/ui/dialogs/index.mjs +2 -2
  116. package/esm2022/lib/ui/directives/exports.mjs +2 -2
  117. package/esm2022/lib/ui/directives/hover.directive.mjs +2 -2
  118. package/esm2022/lib/ui/directives/index.mjs +2 -2
  119. package/esm2022/lib/ui/directives/native-element.directive.mjs +2 -2
  120. package/esm2022/lib/ui/exports.mjs +2 -2
  121. package/esm2022/lib/ui/forms/components/address/address.component.mjs +2 -2
  122. package/esm2022/lib/ui/forms/components/company/company.component.mjs +2 -2
  123. package/esm2022/lib/ui/forms/contact-us/contact-us.mjs +2 -2
  124. package/esm2022/lib/ui/forms/exports.mjs +2 -2
  125. package/esm2022/lib/ui/forms/index.mjs +2 -2
  126. package/esm2022/lib/ui/pipes/exports.mjs +2 -2
  127. package/esm2022/lib/ui/pipes/filesize.pipe.mjs +2 -2
  128. package/esm2022/lib/ui/pipes/index.mjs +2 -2
  129. package/esm2022/lib/ui/pipes/replace-text.pipe.mjs +2 -2
  130. package/esm2022/lib/ui/pipes/safeHtml.pipe.mjs +2 -2
  131. package/esm2022/lib/ui/ui.module.mjs +2 -2
  132. package/esm2022/lib/ui/validation/exports.mjs +2 -2
  133. package/esm2022/lib/ui/validation/form-validation-summary.component.mjs +2 -2
  134. package/esm2022/lib/ui/validation/index.mjs +2 -2
  135. package/esm2022/lib/ui/validation/item-validation-summary.component.mjs +2 -2
  136. package/esm2022/lib/ui/validation/validation-summary.component.mjs +2 -2
  137. package/fesm2022/osovitny-anatoly.mjs +169 -130
  138. package/fesm2022/osovitny-anatoly.mjs.map +1 -1
  139. package/lib/data/exports.d.ts +1 -0
  140. package/lib/data/services/billing/transactions-api.service.d.ts +13 -0
  141. package/lib/ui/forms/index.d.ts +1 -1
  142. 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,7 +4958,7 @@ 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
@@ -4974,7 +4974,7 @@ class StripeDialog extends DialogBase {
4974
4974
  Created:
4975
4975
  8 Nov 2024
4976
4976
 
4977
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4977
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4978
4978
  </file>
4979
4979
  */
4980
4980
 
@@ -4989,7 +4989,7 @@ class StripeDialog extends DialogBase {
4989
4989
  Created:
4990
4990
  29 Apr 2018
4991
4991
 
4992
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4992
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
4993
4993
  </file>
4994
4994
  */
4995
4995
  //Node
@@ -5044,7 +5044,7 @@ class GridReadServiceBase extends BehaviorSubject {
5044
5044
  Created:
5045
5045
  29 Apr 2018
5046
5046
 
5047
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5047
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5048
5048
  </file>
5049
5049
  */
5050
5050
  //Node
@@ -5119,7 +5119,7 @@ class GridEditServiceBase extends GridReadServiceBase {
5119
5119
  Created:
5120
5120
  31 Jul 2024
5121
5121
 
5122
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5122
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5123
5123
  </file>
5124
5124
  */
5125
5125
  //Node
@@ -5153,7 +5153,7 @@ class CurrenciesApiService extends ApiServiceBase {
5153
5153
  Created:
5154
5154
  8 Aug 2024
5155
5155
 
5156
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5156
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5157
5157
  </file>
5158
5158
  */
5159
5159
  //Node
@@ -5240,7 +5240,7 @@ class CurrenciesStorageService {
5240
5240
  Created:
5241
5241
  4 Jun 2024
5242
5242
 
5243
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5243
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5244
5244
  </file>
5245
5245
  */
5246
5246
  //Node
@@ -5260,6 +5260,43 @@ class DiscountCodesApiService extends ApiServiceBase {
5260
5260
  type: Injectable
5261
5261
  }], () => [{ type: i1$1.HttpClient }], null); })();
5262
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
+
5263
5300
  /*
5264
5301
  <file>
5265
5302
  Project:
@@ -5272,7 +5309,7 @@ class DiscountCodesApiService extends ApiServiceBase {
5272
5309
  Created:
5273
5310
  02 Aug 2022
5274
5311
 
5275
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
5312
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
5276
5313
  </file>
5277
5314
  */
5278
5315
  //Node
@@ -5310,7 +5347,7 @@ class CoreApiService extends ApiServiceBase {
5310
5347
  Created:
5311
5348
  16 Jun 2022
5312
5349
 
5313
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5350
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5314
5351
  </file>
5315
5352
  */
5316
5353
  //Node
@@ -5350,7 +5387,7 @@ class EmailsApiService extends ApiServiceBase {
5350
5387
  Created:
5351
5388
  2 Aug 2022
5352
5389
 
5353
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5390
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5354
5391
  </file>
5355
5392
  */
5356
5393
  //base
@@ -5367,7 +5404,7 @@ class EmailsApiService extends ApiServiceBase {
5367
5404
  Created:
5368
5405
  20 Jan 2024
5369
5406
 
5370
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5407
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5371
5408
  </file>
5372
5409
  */
5373
5410
  //Node
@@ -5448,7 +5485,7 @@ class EnumEditComponentBase extends EditComponentBase {
5448
5485
  Created:
5449
5486
  20 Aug 2022
5450
5487
 
5451
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5488
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5452
5489
  </file>
5453
5490
  */
5454
5491
  //Node
@@ -5476,7 +5513,7 @@ class PageBase extends ComponentBase {
5476
5513
  Created:
5477
5514
  20 Aug 2022
5478
5515
 
5479
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5516
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5480
5517
  </file>
5481
5518
  */
5482
5519
  //Node
@@ -5504,7 +5541,7 @@ class EditPageBase extends EditComponentBase {
5504
5541
  Created:
5505
5542
  20 Aug 2022
5506
5543
 
5507
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5544
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5508
5545
  </file>
5509
5546
  */
5510
5547
  //Node
@@ -5568,7 +5605,7 @@ class PagedPageBase extends PageBase {
5568
5605
  Created:
5569
5606
  20 Aug 2022
5570
5607
 
5571
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5608
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5572
5609
  </file>
5573
5610
  */
5574
5611
  //Node
@@ -5664,7 +5701,7 @@ class ListBase extends ComponentBase {
5664
5701
  Created:
5665
5702
  4 Jul 2018
5666
5703
 
5667
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5704
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5668
5705
  </file>
5669
5706
  */
5670
5707
  //Node
@@ -5761,7 +5798,7 @@ class SignUpButtonComponent extends ComponentBase {
5761
5798
  Created:
5762
5799
  14 Aug 2018
5763
5800
 
5764
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5801
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5765
5802
  </file>
5766
5803
  */
5767
5804
  //Node
@@ -5864,7 +5901,7 @@ class BuyAccessButtonComponent {
5864
5901
  Created:
5865
5902
  1 Jun 2018
5866
5903
 
5867
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
5904
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5868
5905
  </file>
5869
5906
  */
5870
5907
  //Node
@@ -5978,7 +6015,7 @@ class SubscribePlanButtonComponent {
5978
6015
  Created:
5979
6016
  15 Aug 2022
5980
6017
 
5981
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6018
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
5982
6019
  </file>
5983
6020
  */
5984
6021
  //Node
@@ -6017,7 +6054,7 @@ class CheckIconComponent {
6017
6054
  Created:
6018
6055
  28 Aug 2022
6019
6056
 
6020
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6057
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6021
6058
  </file>
6022
6059
  */
6023
6060
  //Node
@@ -6107,7 +6144,7 @@ class DataPagerComponent extends ComponentBase {
6107
6144
  Created:
6108
6145
  4 Jul 2018
6109
6146
 
6110
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6147
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6111
6148
  </file>
6112
6149
  */
6113
6150
  //Node
@@ -6204,7 +6241,7 @@ class SignInButtonComponent extends ComponentBase {
6204
6241
  Created:
6205
6242
  4 Jul 2018
6206
6243
 
6207
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6244
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6208
6245
  </file>
6209
6246
  */
6210
6247
  //Node
@@ -6301,7 +6338,7 @@ class SignOutButtonComponent extends ComponentBase {
6301
6338
  Created:
6302
6339
  29 Jul 2022
6303
6340
 
6304
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6341
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6305
6342
  </file>
6306
6343
  */
6307
6344
  //Node
@@ -6376,7 +6413,7 @@ class NodataComponent {
6376
6413
  Created:
6377
6414
  9 May 2020
6378
6415
 
6379
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6416
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6380
6417
  </file>
6381
6418
  */
6382
6419
  //Node
@@ -6435,7 +6472,7 @@ const Spinkit = {
6435
6472
  Created:
6436
6473
  16 May 2020
6437
6474
 
6438
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6475
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6439
6476
  </file>
6440
6477
  */
6441
6478
  //Node
@@ -6513,7 +6550,7 @@ class PageSpinnerComponent {
6513
6550
  Created:
6514
6551
  9 Jun 2020
6515
6552
 
6516
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6553
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6517
6554
  </file>
6518
6555
  */
6519
6556
  //Node
@@ -6560,7 +6597,7 @@ class Copy2ClipboardComponent {
6560
6597
  Created:
6561
6598
  28 Jun 2020
6562
6599
 
6563
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6600
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6564
6601
  </file>
6565
6602
  */
6566
6603
  //Node
@@ -6595,7 +6632,7 @@ class NativeElementDirective {
6595
6632
  Created:
6596
6633
  8 Dec 2017
6597
6634
 
6598
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6635
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6599
6636
  </file>
6600
6637
  */
6601
6638
  //Node
@@ -6715,7 +6752,7 @@ class ValidationSummaryComponent extends EditComponentBase {
6715
6752
  Created:
6716
6753
  6 Dec 2017
6717
6754
 
6718
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
6755
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
6719
6756
  </file>
6720
6757
  */
6721
6758
  //Node
@@ -6763,7 +6800,7 @@ class ItemValidationSummaryComponent extends ValidationSummaryComponent {
6763
6800
  Created:
6764
6801
  02 Aug 2022
6765
6802
 
6766
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
6803
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
6767
6804
  </file>
6768
6805
  */
6769
6806
  //Node
@@ -6882,7 +6919,7 @@ class UrlSlugComponent extends EditComponentBase {
6882
6919
  Created:
6883
6920
  2 Feb 2024
6884
6921
 
6885
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
6922
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
6886
6923
  </file>
6887
6924
  */
6888
6925
  //Node
@@ -6968,7 +7005,7 @@ class CountryDropdownlist extends EditComponentBase {
6968
7005
  Created:
6969
7006
  02 Aug 2022
6970
7007
 
6971
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
7008
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
6972
7009
  </file>
6973
7010
  */
6974
7011
  //Node
@@ -7070,7 +7107,7 @@ class TimezoneDropdownlist extends EditComponentBase {
7070
7107
  Created:
7071
7108
  29 July 2022
7072
7109
 
7073
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7110
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7074
7111
  </file>
7075
7112
  */
7076
7113
  //Node
@@ -7107,7 +7144,7 @@ class CardComponent extends ComponentBase {
7107
7144
  Created:
7108
7145
  29 July 2022
7109
7146
 
7110
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7147
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7111
7148
  </file>
7112
7149
  */
7113
7150
  //Node
@@ -7152,7 +7189,7 @@ class CardHeaderComponent extends ComponentBase {
7152
7189
  Created:
7153
7190
  29 July 2022
7154
7191
 
7155
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7192
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7156
7193
  </file>
7157
7194
  */
7158
7195
  //Node
@@ -7185,7 +7222,7 @@ class CardBodyComponent extends ComponentBase {
7185
7222
  Created:
7186
7223
  29 July 2022
7187
7224
 
7188
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7225
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7189
7226
  </file>
7190
7227
  */
7191
7228
  //Node
@@ -7219,7 +7256,7 @@ class CardFooterComponent extends ComponentBase {
7219
7256
  Created:
7220
7257
  12 Dec 2017
7221
7258
 
7222
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7259
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7223
7260
  </file>
7224
7261
  */
7225
7262
  const DefaultEditorOptions = {
@@ -7393,7 +7430,7 @@ class HtmlEditorComponentBase extends EditComponentBase {
7393
7430
  Created:
7394
7431
  12 Dec 2017
7395
7432
 
7396
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7433
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7397
7434
  </file>
7398
7435
  */
7399
7436
  //Node
@@ -7448,7 +7485,7 @@ class FormsHtmlEditorComponent extends HtmlEditorComponentBase {
7448
7485
  Created:
7449
7486
  12 Dec 2017
7450
7487
 
7451
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7488
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7452
7489
  </file>
7453
7490
  */
7454
7491
  //Node
@@ -7505,7 +7542,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7505
7542
  Created:
7506
7543
  2 Aug 2022
7507
7544
 
7508
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7545
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7509
7546
  </file>
7510
7547
  */
7511
7548
  //base
@@ -7522,7 +7559,7 @@ class HtmlEditorComponent extends HtmlEditorComponentBase {
7522
7559
  Created:
7523
7560
  7 Dec 2017
7524
7561
 
7525
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7562
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7526
7563
  </file>
7527
7564
  */
7528
7565
  //Node
@@ -7607,7 +7644,7 @@ class FormValidationSummaryComponent extends ValidationSummaryComponent {
7607
7644
  Created:
7608
7645
  02 Aug 2022
7609
7646
 
7610
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
7647
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
7611
7648
  </file>
7612
7649
  */
7613
7650
  //Node
@@ -7807,7 +7844,7 @@ class ContactUsForm extends EditComponentBase {
7807
7844
  Created:
7808
7845
  16 July 2022
7809
7846
 
7810
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
7847
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
7811
7848
  </file>
7812
7849
  */
7813
7850
  //Node
@@ -7879,7 +7916,7 @@ class ContactUsDialog extends DialogBase {
7879
7916
  Created:
7880
7917
  2 Aug 2022
7881
7918
 
7882
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7919
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7883
7920
  </file>
7884
7921
  */
7885
7922
 
@@ -7895,7 +7932,7 @@ class ContactUsDialog extends DialogBase {
7895
7932
  Created:
7896
7933
  24 Feb 2023
7897
7934
 
7898
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7935
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7899
7936
  </file>
7900
7937
  */
7901
7938
  //Node
@@ -7944,7 +7981,7 @@ class HoveringDirective {
7944
7981
  Created:
7945
7982
  2 Aug 2022
7946
7983
 
7947
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
7984
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
7948
7985
  </file>
7949
7986
  */
7950
7987
 
@@ -7960,7 +7997,7 @@ class HoveringDirective {
7960
7997
  Created:
7961
7998
  02 Aug 2022
7962
7999
 
7963
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
8000
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
7964
8001
  </file>
7965
8002
  */
7966
8003
  //Node
@@ -8187,7 +8224,7 @@ class AddressComponent extends EditComponentBase {
8187
8224
  Created:
8188
8225
  02 Aug 2022
8189
8226
 
8190
- Copyright (c) 2017-2022 Osovitny Inc. All rights reserved.
8227
+ Copyright (c) 2017-2025 Osovitny Inc. All rights reserved.
8191
8228
  </file>
8192
8229
  */
8193
8230
  //Node
@@ -8314,7 +8351,7 @@ class CompanyComponent extends EditComponentBase {
8314
8351
  Created:
8315
8352
  2 Aug 2022
8316
8353
 
8317
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8354
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8318
8355
  </file>
8319
8356
  */
8320
8357
  //Components
@@ -8331,7 +8368,7 @@ class CompanyComponent extends EditComponentBase {
8331
8368
  Created:
8332
8369
  26 Jun 2020
8333
8370
 
8334
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8371
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8335
8372
  </file>
8336
8373
  */
8337
8374
  //Node
@@ -8371,7 +8408,7 @@ class FileSizePipe {
8371
8408
  Created:
8372
8409
  26 Jun 2020
8373
8410
 
8374
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8411
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8375
8412
  </file>
8376
8413
  */
8377
8414
  //Node
@@ -8406,7 +8443,7 @@ class ReplaceTextPipe {
8406
8443
  Created:
8407
8444
  27 Oct 2019
8408
8445
 
8409
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8446
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8410
8447
  </file>
8411
8448
  */
8412
8449
  //Node
@@ -8437,7 +8474,7 @@ class SafeHtmlPipe {
8437
8474
  Created:
8438
8475
  2 Aug 2022
8439
8476
 
8440
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8477
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8441
8478
  </file>
8442
8479
  */
8443
8480
 
@@ -8453,7 +8490,7 @@ class SafeHtmlPipe {
8453
8490
  Created:
8454
8491
  2 Aug 2022
8455
8492
 
8456
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8493
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8457
8494
  </file>
8458
8495
  */
8459
8496
 
@@ -8469,7 +8506,7 @@ class SafeHtmlPipe {
8469
8506
  Created:
8470
8507
  8 Nov 2024
8471
8508
 
8472
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8509
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8473
8510
  </file>
8474
8511
  */
8475
8512
 
@@ -8485,7 +8522,7 @@ class SafeHtmlPipe {
8485
8522
  Created:
8486
8523
  29 June 2020
8487
8524
 
8488
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8525
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8489
8526
  </file>
8490
8527
  */
8491
8528
  //Node
@@ -8574,7 +8611,7 @@ class AnatolyCoreModule {
8574
8611
  Created:
8575
8612
  4 Mar 2020
8576
8613
 
8577
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8614
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8578
8615
  </file>
8579
8616
  */
8580
8617
  //Node
@@ -8587,6 +8624,7 @@ class AnatolyDataModule {
8587
8624
  CurrenciesStorageService,
8588
8625
  DiscountCodesApiService,
8589
8626
  PaymentsApiService,
8627
+ TransactionsApiService,
8590
8628
  //App
8591
8629
  CoreApiService,
8592
8630
  EmailsApiService
@@ -8604,6 +8642,7 @@ class AnatolyDataModule {
8604
8642
  CurrenciesStorageService,
8605
8643
  DiscountCodesApiService,
8606
8644
  PaymentsApiService,
8645
+ TransactionsApiService,
8607
8646
  //App
8608
8647
  CoreApiService,
8609
8648
  EmailsApiService
@@ -8631,7 +8670,7 @@ class AnatolyDataModule {
8631
8670
  https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib
8632
8671
  https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-angular-v3-samples
8633
8672
 
8634
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8673
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8635
8674
  </file>
8636
8675
  */
8637
8676
  function MSALInterceptorConfigFactory() {
@@ -8731,7 +8770,7 @@ function loggerCallback(logLevel, message, containsPii) {
8731
8770
  Description:
8732
8771
  Identity and Access Management
8733
8772
 
8734
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8773
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8735
8774
  </file>
8736
8775
  */
8737
8776
  //Node
@@ -8805,7 +8844,7 @@ class AnatolyIAMModule {
8805
8844
  Description:
8806
8845
  Identity and Access Management
8807
8846
 
8808
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8847
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8809
8848
  </file>
8810
8849
  */
8811
8850
  //Node
@@ -8841,7 +8880,7 @@ class SignInPage extends PageBase {
8841
8880
  Description:
8842
8881
  Identity and Access Management
8843
8882
 
8844
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8883
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8845
8884
  </file>
8846
8885
  */
8847
8886
  //Node
@@ -8877,7 +8916,7 @@ class SignOutPage extends PageBase {
8877
8916
  Description:
8878
8917
  Identity and Access Management
8879
8918
 
8880
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8919
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8881
8920
  </file>
8882
8921
  */
8883
8922
  //Node
@@ -8913,7 +8952,7 @@ class SignUpPage extends PageBase {
8913
8952
  Description:
8914
8953
  Identity and Access Management
8915
8954
 
8916
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8955
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8917
8956
  </file>
8918
8957
  */
8919
8958
  //Node
@@ -8953,7 +8992,7 @@ const PAGES = [
8953
8992
  Description:
8954
8993
  Identity and Access Management
8955
8994
 
8956
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
8995
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8957
8996
  </file>
8958
8997
  */
8959
8998
  //Node
@@ -8995,7 +9034,7 @@ class AnatolyIAMPagesModule {
8995
9034
  Created:
8996
9035
  25 Aug 2022
8997
9036
 
8998
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9037
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
8999
9038
  </file>
9000
9039
  */
9001
9040
  //Node
@@ -9034,7 +9073,7 @@ class FaModule {
9034
9073
  Created:
9035
9074
  28 Aug 2022
9036
9075
 
9037
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9076
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9038
9077
  </file>
9039
9078
  */
9040
9079
  //Node
@@ -9112,7 +9151,7 @@ class KendoModule {
9112
9151
  Created:
9113
9152
  8 Nov 2024
9114
9153
 
9115
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9154
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9116
9155
  </file>
9117
9156
  */
9118
9157
  const COMPONENTS$1 = [
@@ -9135,7 +9174,7 @@ const COMPONENTS$1 = [
9135
9174
  Created:
9136
9175
  14 Jun 2024
9137
9176
 
9138
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9177
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9139
9178
  </file>
9140
9179
  */
9141
9180
  //Node
@@ -9187,7 +9226,7 @@ class AnatolyBillingModule {
9187
9226
  Created:
9188
9227
  2 Aug 2022
9189
9228
 
9190
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9229
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9191
9230
  </file>
9192
9231
  */
9193
9232
  const MAIN_COMPONENTS = [
@@ -9231,7 +9270,7 @@ const MAIN_COMPONENTS = [
9231
9270
  Created:
9232
9271
  2 Aug 2022
9233
9272
 
9234
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9273
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9235
9274
  </file>
9236
9275
  */
9237
9276
  const DIALOGS = [
@@ -9250,7 +9289,7 @@ const DIALOGS = [
9250
9289
  Created:
9251
9290
  2 Aug 2022
9252
9291
 
9253
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9292
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9254
9293
  </file>
9255
9294
  */
9256
9295
  const DIRECTIVES = [
@@ -9270,7 +9309,7 @@ const DIRECTIVES = [
9270
9309
  Created:
9271
9310
  2 Aug 2022
9272
9311
 
9273
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9312
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9274
9313
  </file>
9275
9314
  */
9276
9315
  const FORMS = [
@@ -9291,7 +9330,7 @@ const FORMS = [
9291
9330
  Created:
9292
9331
  2 Aug 2022
9293
9332
 
9294
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9333
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9295
9334
  </file>
9296
9335
  */
9297
9336
  const PIPES = [
@@ -9312,7 +9351,7 @@ const PIPES = [
9312
9351
  Created:
9313
9352
  2 Aug 2022
9314
9353
 
9315
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9354
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9316
9355
  </file>
9317
9356
  */
9318
9357
  const VALIDATION_COMPONENTS = [
@@ -9332,7 +9371,7 @@ const VALIDATION_COMPONENTS = [
9332
9371
  Created:
9333
9372
  26 Jun 2020
9334
9373
 
9335
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9374
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9336
9375
  </file>
9337
9376
  */
9338
9377
  //Node
@@ -9397,7 +9436,7 @@ class AnatolyUIModule {
9397
9436
  Created:
9398
9437
  29 Aug 2022
9399
9438
 
9400
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
9439
+ Copyright (c) 2016-2025 Osovitny Inc. All rights reserved.
9401
9440
  </file>
9402
9441
  */
9403
9442
  //Node
@@ -9449,5 +9488,5 @@ class AnatolyModule {
9449
9488
  * Generated bundle index. Do not edit.
9450
9489
  */
9451
9490
 
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 };
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 };
9453
9492
  //# sourceMappingURL=osovitny-anatoly.mjs.map