@osovitny/anatoly 2.0.40 → 2.0.41

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 (63) hide show
  1. package/bundles/osovitny-anatoly.umd.js +125 -59
  2. package/bundles/osovitny-anatoly.umd.js.map +1 -1
  3. package/bundles/osovitny-anatoly.umd.min.js +2 -2
  4. package/bundles/osovitny-anatoly.umd.min.js.map +1 -1
  5. package/esm2015/lib/core/consts/settings.js +2 -2
  6. package/esm2015/lib/core/convert.js +2 -2
  7. package/esm2015/lib/core/go/base-go.service.js +2 -2
  8. package/esm2015/lib/core/guards/once-import.guard.js +2 -2
  9. package/esm2015/lib/core/guid.js +2 -2
  10. package/esm2015/lib/core/interceptors/httpInterceptor.js +2 -2
  11. package/esm2015/lib/core/localization/localization.module.js +2 -2
  12. package/esm2015/lib/core/localization/localization.service.js +74 -20
  13. package/esm2015/lib/core/localization/localizationSettings.module.js +3 -3
  14. package/esm2015/lib/core/localization/localize.pipe.js +13 -7
  15. package/esm2015/lib/core/localization/utils.js +2 -2
  16. package/esm2015/lib/core/logging/globalErrorHandler.js +2 -2
  17. package/esm2015/lib/core/logging/logging.service.js +2 -2
  18. package/esm2015/lib/core/notifications/alerts.js +2 -2
  19. package/esm2015/lib/core/notifications/interfaces/notification.js +2 -2
  20. package/esm2015/lib/core/notifications/services/notification-service.js +2 -2
  21. package/esm2015/lib/core/services/appcontext.service.js +2 -2
  22. package/esm2015/lib/core/services/dm.service.js +2 -2
  23. package/esm2015/lib/core/services/google-analytics.service.js +8 -3
  24. package/esm2015/lib/core/services/idle.service.js +2 -2
  25. package/esm2015/lib/core/services/loading.service.js +2 -2
  26. package/esm2015/lib/core/services/web-storage.service.js +2 -2
  27. package/esm2015/lib/core/subs.js +2 -2
  28. package/esm2015/lib/core/utils.js +2 -2
  29. package/esm2015/lib/data/base/base-api.service.js +2 -2
  30. package/esm2015/lib/data/base/grid/base-grid-edit.service.js +2 -2
  31. package/esm2015/lib/data/base/grid/base-grid-read.service.js +2 -2
  32. package/esm2015/lib/data/consts.js +2 -2
  33. package/esm2015/lib/data/data.module.js +2 -2
  34. package/esm2015/lib/data/services/billing-api.service.js +2 -2
  35. package/esm2015/lib/data/services/notifications/notifications-api-service.js +2 -2
  36. package/esm2015/lib/ui/components/base-edit.component.js +2 -2
  37. package/esm2015/lib/ui/components/base.component.js +2 -2
  38. package/esm2015/lib/ui/components/billing/buyaccess-button.component.js +2 -2
  39. package/esm2015/lib/ui/components/billing/subscribe-plan-button.component.js +2 -2
  40. package/esm2015/lib/ui/components/billing/upgrade-plan-button.component.js +2 -2
  41. package/esm2015/lib/ui/components/content-header/content-header.component.js +2 -2
  42. package/esm2015/lib/ui/components/html-editor/base-html-editor.component.js +2 -2
  43. package/esm2015/lib/ui/components/html-editor/forms-html-editor.component.js +2 -2
  44. package/esm2015/lib/ui/components/html-editor/html-editor.component.js +2 -2
  45. package/esm2015/lib/ui/components/html-editor/html-editor.defaultoptions.js +2 -2
  46. package/esm2015/lib/ui/components/identity/signin-button.component.js +2 -2
  47. package/esm2015/lib/ui/components/identity/signout-button.component.js +2 -2
  48. package/esm2015/lib/ui/components/identity/signup-button.component.js +2 -2
  49. package/esm2015/lib/ui/components/loading/loading.component.js +2 -2
  50. package/esm2015/lib/ui/components/spinner/spinner.component.js +2 -2
  51. package/esm2015/lib/ui/directives/native-element.directive.js +2 -2
  52. package/esm2015/lib/ui/pipes/filesize.pipe.js +2 -2
  53. package/esm2015/lib/ui/pipes/replace-text.pipe.js +2 -2
  54. package/esm2015/lib/ui/pipes/safeHtml.pipe.js +2 -2
  55. package/esm2015/lib/ui/ui.module.js +2 -2
  56. package/esm2015/lib/ui/validation/form-validation-summary.component.js +2 -2
  57. package/esm2015/lib/ui/validation/item-validation-summary.component.js +2 -2
  58. package/esm2015/lib/ui/validation/validation-summary.component.js +2 -2
  59. package/fesm2015/osovitny-anatoly.js +140 -73
  60. package/fesm2015/osovitny-anatoly.js.map +1 -1
  61. package/lib/core/localization/localization.service.d.ts +3 -0
  62. package/osovitny-anatoly.metadata.json +1 -1
  63. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common/http'), require('rxjs/operators'), require('rxjs'), require('@ngx-translate/core'), require('date-fns'), require('date-fns/locale/en-US'), require('@angular/common'), require('@ngx-translate/http-loader'), require('sweetalert2'), require('ngx-toastr'), require('uuid'), require('@angular/platform-browser'), require('@angular/forms'), require('angular-froala-wysiwyg')) :
3
- typeof define === 'function' && define.amd ? define('@osovitny/anatoly', ['exports', '@angular/core', '@angular/router', '@angular/common/http', 'rxjs/operators', 'rxjs', '@ngx-translate/core', 'date-fns', 'date-fns/locale/en-US', '@angular/common', '@ngx-translate/http-loader', 'sweetalert2', 'ngx-toastr', 'uuid', '@angular/platform-browser', '@angular/forms', 'angular-froala-wysiwyg'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.osovitny = global.osovitny || {}, global.osovitny.anatoly = {}), global.ng.core, global.ng.router, global.ng.common.http, global.rxjs.operators, global.rxjs, global.i1$1, global.dateFns, global.enUS, global.ng.common, global.httpLoader, global.Swal, global.i1$2, global.uuid, global.ng.platformBrowser, global.ng.forms, global.angularFroalaWysiwyg));
5
- }(this, (function (exports, i0, router, i1, operators, rxjs, i1$1, dateFns, enUS, i2, httpLoader, Swal, i1$2, uuid, i1$3, forms, angularFroalaWysiwyg) { 'use strict';
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/router'), require('@angular/common/http'), require('rxjs/operators'), require('rxjs'), require('@ngx-translate/core'), require('date-fns'), require('date-fns-tz'), require('date-fns/locale/en-US'), require('@angular/common'), require('@ngx-translate/http-loader'), require('sweetalert2'), require('ngx-toastr'), require('uuid'), require('@angular/platform-browser'), require('@angular/forms'), require('angular-froala-wysiwyg')) :
3
+ typeof define === 'function' && define.amd ? define('@osovitny/anatoly', ['exports', '@angular/core', '@angular/router', '@angular/common/http', 'rxjs/operators', 'rxjs', '@ngx-translate/core', 'date-fns', 'date-fns-tz', 'date-fns/locale/en-US', '@angular/common', '@ngx-translate/http-loader', 'sweetalert2', 'ngx-toastr', 'uuid', '@angular/platform-browser', '@angular/forms', 'angular-froala-wysiwyg'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.osovitny = global.osovitny || {}, global.osovitny.anatoly = {}), global.ng.core, global.ng.router, global.ng.common.http, global.rxjs.operators, global.rxjs, global.i1$1, global.dateFns, global.dateFnsTz, global.enUS, global.ng.common, global.httpLoader, global.Swal, global.i1$2, global.uuid, global.ng.platformBrowser, global.ng.forms, global.angularFroalaWysiwyg));
5
+ }(this, (function (exports, i0, router, i1, operators, rxjs, i1$1, dateFns, dateFnsTz, enUS, i2, httpLoader, Swal, i1$2, uuid, i1$3, forms, angularFroalaWysiwyg) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -24,7 +24,7 @@
24
24
  Version:
25
25
  1.0
26
26
 
27
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
27
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
28
28
  </file>
29
29
  */
30
30
  var ContextInitState = JSON.parse((document.getElementById('contextInitState')).getAttribute('data-contextinitstate'));
@@ -67,7 +67,7 @@
67
67
  Version:
68
68
  1.0
69
69
 
70
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
70
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
71
71
  </file>
72
72
  */
73
73
  var BaseGoService = /** @class */ (function () {
@@ -104,7 +104,7 @@
104
104
  Version:
105
105
  1.0
106
106
 
107
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
107
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
108
108
  </file>
109
109
  */
110
110
  function throwIfAlreadyLoaded(parentModule, moduleName) {
@@ -481,7 +481,7 @@
481
481
  Version:
482
482
  1.0
483
483
 
484
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
484
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
485
485
  </file>
486
486
  */
487
487
  var LoggingService = /** @class */ (function () {
@@ -633,7 +633,7 @@
633
633
  Version:
634
634
  1.0
635
635
 
636
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
636
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
637
637
  </file>
638
638
  */
639
639
  var Convert = /** @class */ (function () {
@@ -658,12 +658,12 @@
658
658
  Anatoly Osovitny
659
659
 
660
660
  Created:
661
- 05 May 2020
661
+ 05 May 2020
662
662
 
663
663
  Version:
664
664
  1.0
665
665
 
666
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
666
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
667
667
  </file>
668
668
  */
669
669
  var LocalizationService = /** @class */ (function () {
@@ -672,12 +672,16 @@
672
672
  this.setSupportedLanguages(['en']);
673
673
  }
674
674
  LocalizationService.prototype.format = function (str, args) {
675
- // tslint:disable-next-line:variable-name
676
- return str.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] !== 'undefined' ? args[number] : match; });
675
+ return str.replace(/{(\d+)}/g, function (match, number) {
676
+ return typeof args[number] != 'undefined'
677
+ ? args[number]
678
+ : match;
679
+ });
677
680
  };
678
681
  ;
679
682
  LocalizationService.prototype.configureTranslationSettings = function (translate) {
680
683
  var languageToSet = 'en';
684
+ this.dateFnsLocale = { locale: enUS__default['default'] };
681
685
  translate.setDefaultLang(languageToSet);
682
686
  return languageToSet;
683
687
  };
@@ -713,31 +717,82 @@
713
717
  };
714
718
  LocalizationService.prototype.getLocalizedDate = function (key) {
715
719
  if (dateFns.isValid(new Date(key))) {
716
- return dateFns.format(new Date(key), AppCoreSettings.DATE_FORMATS.angular, this.dateFnsLocale);
720
+ return dateFns.format(new Date(key), 'd.M.yyyy', this.dateFnsLocale);
717
721
  }
718
- return 'Invalid Date';
722
+ return "Invalid Date";
719
723
  };
720
724
  LocalizationService.prototype.getLocalizedDateTime = function (key) {
721
- // To Do Manoj: Test in IE and make TimeZone specific changes accordingly
725
+ //To Do Manoj: Test in IE and make TimeZone specific changes accordingly
722
726
  var dateValue = new Date(key);
723
727
  if (dateFns.isValid(dateValue)) {
724
728
  var localDate = Convert.toLocalizedDateTime(dateValue);
725
- return dateFns.format(localDate, AppCoreSettings.DATE_FORMATS.angularWithTime, this.dateFnsLocale);
729
+ return dateFns.format(localDate, 'd.M.yyyy HH:mm', this.dateFnsLocale);
726
730
  }
727
- return 'Invalid Date';
731
+ return "Invalid Date";
732
+ };
733
+ LocalizationService.prototype.getUTCToLocalizedDateTime = function (key) {
734
+ var browserTimeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
735
+ if (key) {
736
+ if (key.indexOf("T") == -1) {
737
+ key = key.replace(" ", "T");
738
+ }
739
+ if (key.indexOf("Z") == -1) {
740
+ key = key + "Z";
741
+ }
742
+ }
743
+ if (browserTimeZone) {
744
+ var localDateTime = dateFnsTz.utcToZonedTime(key, browserTimeZone);
745
+ return dateFns.format(localDateTime, 'd.M.yyyy HH:mm', this.dateFnsLocale);
746
+ }
747
+ else {
748
+ return dateFns.format(new Date(key), 'd.M.yyyy HH:mm', this.dateFnsLocale);
749
+ }
750
+ };
751
+ //https://date-fns.org/v1.30.1/docs/distanceInWords
752
+ LocalizationService.prototype.getUTCToLocalizedDistanceToNowInWords = function (date) {
753
+ date = this.safeUtcToZonedTime(date);
754
+ if (dateFns.isValid(new Date(date))) {
755
+ return dateFns.formatDistanceToNow(new Date(date), this.dateFnsLocale);
756
+ }
757
+ return "Invalid Date";
728
758
  };
729
759
  LocalizationService.prototype.getLocalizedDistanceToNowInWords = function (date) {
730
- // https://date-fns.org/v1.30.1/docs/distanceInWords
731
760
  if (dateFns.isValid(new Date(date))) {
732
761
  return dateFns.formatDistanceToNow(new Date(date), this.dateFnsLocale);
733
762
  }
734
- return 'Invalid Date';
763
+ return "Invalid Date";
735
764
  };
736
765
  LocalizationService.prototype.getLocalizedDistanceInWords = function (endedDate, startedDate) {
737
766
  if (dateFns.isValid(new Date(endedDate)) && dateFns.isValid(new Date(startedDate))) {
738
767
  return dateFns.formatDistance(new Date(endedDate), new Date(startedDate), this.dateFnsLocale);
739
768
  }
740
- return 'Invalid Date';
769
+ return "Invalid Date";
770
+ };
771
+ LocalizationService.prototype.safeUtcToZonedTime = function (date) {
772
+ var result = date;
773
+ try {
774
+ if (date) {
775
+ if (date.indexOf("T") == -1) {
776
+ date = date.replace(" ", "T");
777
+ }
778
+ if (date.indexOf("Z") == -1) {
779
+ date = date + "Z";
780
+ }
781
+ }
782
+ var browserTimeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
783
+ if (browserTimeZone) {
784
+ result = dateFnsTz.utcToZonedTime(date, browserTimeZone).toString();
785
+ }
786
+ else {
787
+ result = new Date(date).toString();
788
+ }
789
+ }
790
+ catch (_a) {
791
+ if (date) {
792
+ console.log("UTC to Local conversion failed for :" + date.toString());
793
+ }
794
+ }
795
+ return result;
741
796
  };
742
797
  return LocalizationService;
743
798
  }());
@@ -766,7 +821,7 @@
766
821
  Version:
767
822
  1.0
768
823
 
769
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
824
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
770
825
  </file>
771
826
  */
772
827
  var LocalizePipe = /** @class */ (function () {
@@ -780,23 +835,29 @@
780
835
  if (!type) {
781
836
  type = 't';
782
837
  }
783
- // Translate
838
+ //Translate
784
839
  if (type === 't') {
785
840
  return this.localizeService.getLocalizedValue(inputData);
786
841
  }
787
- // Date
842
+ //Date
788
843
  if (type === 'd') {
789
844
  return this.localizeService.getLocalizedDate(inputData);
790
845
  }
791
- // DateTime
846
+ //DateTime
792
847
  if (type === 'dt') {
793
848
  return this.localizeService.getLocalizedDateTime(inputData);
794
849
  }
795
- // DistanceToNowInWords
850
+ if (type === 'uldt') {
851
+ return this.localizeService.getUTCToLocalizedDateTime(inputData);
852
+ }
853
+ //DistanceToNowInWords
854
+ if (type === 'uldis2now') {
855
+ return this.localizeService.getUTCToLocalizedDistanceToNowInWords(inputData);
856
+ }
796
857
  if (type === 'dis2now') {
797
858
  return this.localizeService.getLocalizedDistanceToNowInWords(inputData);
798
859
  }
799
- // DistanceInWords
860
+ //DistanceInWords
800
861
  if (type === 'dis') {
801
862
  return this.localizeService.getLocalizedDistanceInWords(inputData, param2);
802
863
  }
@@ -828,7 +889,7 @@
828
889
  Version:
829
890
  1.0
830
891
 
831
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
892
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
832
893
  </file>
833
894
  */
834
895
  function customTranslateLoaderFactory(http) {
@@ -897,7 +958,7 @@
897
958
  Version:
898
959
  1.0
899
960
 
900
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
961
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
901
962
  </file>
902
963
  */
903
964
  var LocalizationModule = /** @class */ (function () {
@@ -936,7 +997,7 @@
936
997
  Version:
937
998
  1.0
938
999
 
939
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1000
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
940
1001
  </file>
941
1002
  */
942
1003
  var GlobalErrorHandler = /** @class */ (function () {
@@ -973,7 +1034,7 @@
973
1034
  Version:
974
1035
  1.0
975
1036
 
976
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1037
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
977
1038
  </file>
978
1039
  */
979
1040
  var L10nUtils = /** @class */ (function () {
@@ -1022,7 +1083,7 @@
1022
1083
  Version:
1023
1084
  1.0
1024
1085
 
1025
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1086
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1026
1087
  </file>
1027
1088
  */
1028
1089
  var Alerts = /** @class */ (function () {
@@ -1132,7 +1193,7 @@
1132
1193
  Version:
1133
1194
  1.0
1134
1195
 
1135
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1196
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1136
1197
  </file>
1137
1198
  */
1138
1199
 
@@ -1151,7 +1212,7 @@
1151
1212
  Version:
1152
1213
  1.0
1153
1214
 
1154
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1215
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1155
1216
  </file>
1156
1217
  */
1157
1218
  var Guid = /** @class */ (function () {
@@ -1390,7 +1451,7 @@
1390
1451
  Version:
1391
1452
  1.0
1392
1453
 
1393
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1454
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1394
1455
  </file>
1395
1456
  */
1396
1457
  var BaseApiService = /** @class */ (function () {
@@ -1534,7 +1595,7 @@
1534
1595
  Version:
1535
1596
  1.0
1536
1597
 
1537
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1598
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1538
1599
  </file>
1539
1600
  */
1540
1601
  var IdleService = /** @class */ (function () {
@@ -1646,7 +1707,7 @@
1646
1707
  Version:
1647
1708
  1.0
1648
1709
 
1649
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1710
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1650
1711
  </file>
1651
1712
  */
1652
1713
  var DigitalMarketingService = /** @class */ (function () {
@@ -1710,17 +1771,22 @@
1710
1771
  Anatoly Osovitny
1711
1772
 
1712
1773
  Created:
1713
- 29 Щсе 2020
1774
+ 29 Nov 2020
1714
1775
 
1715
1776
  Version:
1716
1777
  1.0
1717
1778
 
1718
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1779
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1719
1780
  </file>
1720
1781
  */
1721
1782
  var GoogleAnalyticsService = /** @class */ (function () {
1722
1783
  function GoogleAnalyticsService(router) {
1723
1784
  this.router = router;
1785
+ /*
1786
+ https://yashints.dev/blog/2019/02/12/angular-ga-tagmanager
1787
+ https://developers.google.com/analytics/devguides/collection/gtagjs/pages
1788
+ https://developers.google.com/analytics/devguides/collection/upgrade/analyticsjs
1789
+ */
1724
1790
  }
1725
1791
  GoogleAnalyticsService.prototype.subscribe = function () {
1726
1792
  this.subscription = this.router.events.subscribe(function (event) {
@@ -1788,7 +1854,7 @@
1788
1854
  Version:
1789
1855
  1.0
1790
1856
 
1791
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1857
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1792
1858
  </file>
1793
1859
  */
1794
1860
  var Subs = /** @class */ (function () {
@@ -1831,7 +1897,7 @@
1831
1897
  Version:
1832
1898
  1.0
1833
1899
 
1834
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
1900
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1835
1901
  </file>
1836
1902
  */
1837
1903
  var Utils = /** @class */ (function () {
@@ -1993,7 +2059,7 @@
1993
2059
  Version:
1994
2060
  1.0
1995
2061
 
1996
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2062
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
1997
2063
  </file>
1998
2064
  */
1999
2065
  var consts = {
@@ -2084,7 +2150,7 @@
2084
2150
  Version:
2085
2151
  1.0
2086
2152
 
2087
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2153
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2088
2154
  </file>
2089
2155
  */
2090
2156
  var AnatolyDataModule = /** @class */ (function () {
@@ -2122,7 +2188,7 @@
2122
2188
  Version:
2123
2189
  1.0
2124
2190
 
2125
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2191
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2126
2192
  </file>
2127
2193
  */
2128
2194
  var BuyAccessButtonComponent = /** @class */ (function () {
@@ -2192,7 +2258,7 @@
2192
2258
  Version:
2193
2259
  1.0
2194
2260
 
2195
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2261
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2196
2262
  </file>
2197
2263
  */
2198
2264
  var SubscribePlanButtonComponent = /** @class */ (function () {
@@ -2253,7 +2319,7 @@
2253
2319
  Version:
2254
2320
  1.0
2255
2321
 
2256
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2322
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2257
2323
  </file>
2258
2324
  */
2259
2325
  // Services
@@ -2304,7 +2370,7 @@
2304
2370
  Version:
2305
2371
  1.0
2306
2372
 
2307
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2373
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2308
2374
  </file>
2309
2375
  */
2310
2376
  var ContentHeaderComponent = /** @class */ (function () {
@@ -2342,7 +2408,7 @@
2342
2408
  Version:
2343
2409
  1.0
2344
2410
 
2345
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2411
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2346
2412
  </file>
2347
2413
  */
2348
2414
  var DefaultEditorOptions = {
@@ -2431,7 +2497,7 @@
2431
2497
  Version:
2432
2498
  1.0
2433
2499
 
2434
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2500
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2435
2501
  </file>
2436
2502
  */
2437
2503
  var BaseComponent = /** @class */ (function () {
@@ -2731,7 +2797,7 @@
2731
2797
  Version:
2732
2798
  1.0
2733
2799
 
2734
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2800
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2735
2801
  </file>
2736
2802
  */
2737
2803
  var SignInButtonComponent = /** @class */ (function () {
@@ -2765,7 +2831,7 @@
2765
2831
  Version:
2766
2832
  1.0
2767
2833
 
2768
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2834
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2769
2835
  </file>
2770
2836
  */
2771
2837
  var SignOutButtonComponent = /** @class */ (function () {
@@ -2799,7 +2865,7 @@
2799
2865
  Version:
2800
2866
  1.0
2801
2867
 
2802
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2868
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2803
2869
  </file>
2804
2870
  */
2805
2871
  var SignUpButtonComponent = /** @class */ (function () {
@@ -2832,7 +2898,7 @@
2832
2898
  Version:
2833
2899
  1.0
2834
2900
 
2835
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2901
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2836
2902
  </file>
2837
2903
  */
2838
2904
  var LoadingComponent = /** @class */ (function () {
@@ -2879,7 +2945,7 @@
2879
2945
  Version:
2880
2946
  1.0
2881
2947
 
2882
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
2948
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2883
2949
  </file>
2884
2950
  */
2885
2951
  var SpinnerSpinKit = {
@@ -2950,7 +3016,7 @@
2950
3016
  Version:
2951
3017
  1.0
2952
3018
 
2953
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
3019
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2954
3020
  </file>
2955
3021
  */
2956
3022
  var NativeElementDirective = /** @class */ (function () {
@@ -2989,7 +3055,7 @@
2989
3055
  Version:
2990
3056
  1.0
2991
3057
 
2992
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
3058
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
2993
3059
  </file>
2994
3060
  */
2995
3061
  var ReplaceTextPipe = /** @class */ (function () {
@@ -3026,7 +3092,7 @@
3026
3092
  Version:
3027
3093
  1.0
3028
3094
 
3029
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
3095
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
3030
3096
  </file>
3031
3097
  */
3032
3098
  var FileSizePipe = /** @class */ (function () {
@@ -3068,7 +3134,7 @@
3068
3134
  Version:
3069
3135
  1.0
3070
3136
 
3071
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
3137
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
3072
3138
  </file>
3073
3139
  */
3074
3140
  var SafeHtmlPipe = /** @class */ (function () {
@@ -3267,7 +3333,7 @@
3267
3333
  Version:
3268
3334
  1.0
3269
3335
 
3270
- Copyright (c) 2016-2020 Osovitny Inc. All rights reserved.
3336
+ Copyright (c) 2016-20201Osovitny Inc. All rights reserved.
3271
3337
  </file>
3272
3338
  */
3273
3339
  var FroalaEditorModuleWithProviders = angularFroalaWysiwyg.FroalaEditorModule.forRoot();