@osovitny/anatoly 2.14.72 → 2.14.74

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 (93) hide show
  1. package/esm2020/lib/core/consts/settings.mjs +3 -3
  2. package/esm2020/lib/core/consts/urls.mjs +2 -2
  3. package/esm2020/lib/core/convert.mjs +3 -3
  4. package/esm2020/lib/core/core.module.mjs +3 -3
  5. package/esm2020/lib/core/dom.mjs +3 -3
  6. package/esm2020/lib/core/go/base-go.service.mjs +3 -3
  7. package/esm2020/lib/core/guards/once-import.guard.mjs +3 -3
  8. package/esm2020/lib/core/guid.mjs +3 -3
  9. package/esm2020/lib/core/index.mjs +3 -3
  10. package/esm2020/lib/core/interceptors/httpInterceptor.mjs +3 -3
  11. package/esm2020/lib/core/localization/localization.module.mjs +3 -3
  12. package/esm2020/lib/core/localization/localization.service.mjs +3 -3
  13. package/esm2020/lib/core/localization/localizationSettings.module.mjs +3 -3
  14. package/esm2020/lib/core/localization/localize.pipe.mjs +3 -3
  15. package/esm2020/lib/core/localization/utils.mjs +3 -3
  16. package/esm2020/lib/core/logging/globalErrorHandler.mjs +3 -3
  17. package/esm2020/lib/core/logging/logging.service.mjs +3 -3
  18. package/esm2020/lib/core/notifications/alerts.mjs +3 -3
  19. package/esm2020/lib/core/notifications/interfaces/notification.mjs +3 -3
  20. package/esm2020/lib/core/notifications/services/notification-service.mjs +3 -3
  21. package/esm2020/lib/core/services/appcontext.service.mjs +3 -3
  22. package/esm2020/lib/core/services/dm.service.mjs +3 -3
  23. package/esm2020/lib/core/services/google-analytics.service.mjs +3 -3
  24. package/esm2020/lib/core/services/idle.service.mjs +3 -3
  25. package/esm2020/lib/core/services/loading.service.mjs +3 -3
  26. package/esm2020/lib/core/services/web-storage.service.mjs +3 -3
  27. package/esm2020/lib/core/subs.mjs +3 -3
  28. package/esm2020/lib/core/utils.mjs +3 -3
  29. package/esm2020/lib/data/base/base-api.service.mjs +3 -3
  30. package/esm2020/lib/data/base/grid/base-grid-edit.service.mjs +3 -3
  31. package/esm2020/lib/data/base/grid/base-grid-read.service.mjs +3 -3
  32. package/esm2020/lib/data/consts.mjs +3 -3
  33. package/esm2020/lib/data/data.module.mjs +3 -3
  34. package/esm2020/lib/data/index.mjs +3 -3
  35. package/esm2020/lib/data/services/core-api.service.mjs +3 -3
  36. package/esm2020/lib/data/services/emails-api.service.mjs +3 -3
  37. package/esm2020/lib/data/services/notifications/notifications-api-service.mjs +3 -3
  38. package/esm2020/lib/ui/components/base/base-edit.component.mjs +3 -3
  39. package/esm2020/lib/ui/components/base/base.component.mjs +3 -3
  40. package/esm2020/lib/ui/components/base/base.dialog.mjs +3 -3
  41. package/esm2020/lib/ui/components/base/base.list.mjs +3 -3
  42. package/esm2020/lib/ui/components/base/base.page.mjs +3 -3
  43. package/esm2020/lib/ui/components/base/base.paged.page.mjs +3 -3
  44. package/esm2020/lib/ui/components/billing/buyaccess-button.component.mjs +3 -3
  45. package/esm2020/lib/ui/components/billing/subscribe-plan-button.component.mjs +3 -3
  46. package/esm2020/lib/ui/components/card/card-body.component.mjs +3 -3
  47. package/esm2020/lib/ui/components/card/card-footer.component.mjs +3 -3
  48. package/esm2020/lib/ui/components/card/card-header.component.mjs +3 -3
  49. package/esm2020/lib/ui/components/card/card.component.mjs +3 -3
  50. package/esm2020/lib/ui/components/check-icon/check-icon.component.mjs +7 -6
  51. package/esm2020/lib/ui/components/html-editor/base-html-editor.component.mjs +3 -3
  52. package/esm2020/lib/ui/components/html-editor/forms-html-editor.component.mjs +3 -3
  53. package/esm2020/lib/ui/components/html-editor/html-editor.component.mjs +3 -3
  54. package/esm2020/lib/ui/components/html-editor/html-editor.defaultoptions.mjs +3 -3
  55. package/esm2020/lib/ui/components/identity/signin-button.component.mjs +3 -3
  56. package/esm2020/lib/ui/components/identity/signout-button.component.mjs +3 -3
  57. package/esm2020/lib/ui/components/identity/signup-button.component.mjs +3 -3
  58. package/esm2020/lib/ui/components/index.mjs +10 -15
  59. package/esm2020/lib/ui/components/nodata/nodata.component.mjs +7 -9
  60. package/esm2020/lib/ui/components/spinners/loading/loading.component.mjs +3 -3
  61. package/esm2020/lib/ui/components/spinners/pagespinner/pagespinner.component.mjs +3 -3
  62. package/esm2020/lib/ui/dialogs/contact-us/contact-us.dialog.mjs +3 -3
  63. package/esm2020/lib/ui/dialogs/index.mjs +3 -3
  64. package/esm2020/lib/ui/directives/index.mjs +3 -3
  65. package/esm2020/lib/ui/directives/native-element.directive.mjs +3 -3
  66. package/esm2020/lib/ui/external/fa.module.mjs +45 -0
  67. package/esm2020/lib/ui/forms/components/address/address.component.mjs +3 -3
  68. package/esm2020/lib/ui/forms/components/company/company.component.mjs +3 -3
  69. package/esm2020/lib/ui/forms/components/dropdownlists/timezone/timezone.dropdownlist.mjs +3 -3
  70. package/esm2020/lib/ui/forms/components/urlslug/urlslug.component.mjs +3 -3
  71. package/esm2020/lib/ui/forms/contact-us/contact-us.mjs +3 -3
  72. package/esm2020/lib/ui/forms/index.mjs +3 -3
  73. package/esm2020/lib/ui/pipes/filesize.pipe.mjs +3 -3
  74. package/esm2020/lib/ui/pipes/index.mjs +3 -3
  75. package/esm2020/lib/ui/pipes/replace-text.pipe.mjs +3 -3
  76. package/esm2020/lib/ui/pipes/safeHtml.pipe.mjs +3 -3
  77. package/esm2020/lib/ui/ui.module.mjs +38 -50
  78. package/esm2020/lib/ui/validation/form-validation-summary.component.mjs +3 -3
  79. package/esm2020/lib/ui/validation/index.mjs +3 -3
  80. package/esm2020/lib/ui/validation/item-validation-summary.component.mjs +3 -3
  81. package/esm2020/lib/ui/validation/validation-summary.component.mjs +3 -3
  82. package/esm2020/public-api.mjs +2 -1
  83. package/fesm2015/osovitny-anatoly.mjs +453 -431
  84. package/fesm2015/osovitny-anatoly.mjs.map +1 -1
  85. package/fesm2020/osovitny-anatoly.mjs +453 -429
  86. package/fesm2020/osovitny-anatoly.mjs.map +1 -1
  87. package/lib/ui/components/check-icon/check-icon.component.d.ts +0 -1
  88. package/lib/ui/components/index.d.ts +7 -7
  89. package/lib/ui/components/nodata/nodata.component.d.ts +1 -2
  90. package/lib/ui/external/fa.module.d.ts +10 -0
  91. package/lib/ui/ui.module.d.ts +23 -22
  92. package/package.json +1 -1
  93. package/public-api.d.ts +1 -0
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Injectable, Pipe, APP_INITIALIZER, Injector, NgModule, Inject, Component, Input, EventEmitter, Output, Directive, ViewEncapsulation, ViewChild, Optional, SkipSelf } from '@angular/core';
2
+ import { Injectable, Pipe, APP_INITIALIZER, Injector, NgModule, Inject, Component, Input, EventEmitter, Output, ViewEncapsulation, Directive, ViewChild, Optional, SkipSelf } from '@angular/core';
3
3
  import * as i1 from '@angular/router';
4
4
  import { NavigationEnd, NavigationStart, NavigationCancel, NavigationError } from '@angular/router';
5
5
  import * as i1$3 from '@angular/common/http';
@@ -18,6 +18,8 @@ import Swal from 'sweetalert2';
18
18
  import { v4 } from 'uuid';
19
19
  import * as i1$2 from 'ngx-toastr';
20
20
  import * as i1$4 from '@angular/platform-browser';
21
+ import * as i2 from '@fortawesome/angular-fontawesome';
22
+ import { FontAwesomeModule } from '@fortawesome/angular-fontawesome';
21
23
  import * as i1$6 from '@angular/forms';
22
24
  import { FormControl, Validators, ReactiveFormsModule, FormsModule } from '@angular/forms';
23
25
  import * as i1$7 from 'angular-froala-wysiwyg';
@@ -27,6 +29,7 @@ import { DialogsModule } from '@progress/kendo-angular-dialog';
27
29
  import * as i6 from 'ngx-captcha';
28
30
  import { NgxCaptchaModule } from 'ngx-captcha';
29
31
  import { ButtonsModule } from '@progress/kendo-angular-buttons';
32
+ import { faCheckCircle, faCircleXmark, faDatabase } from '@fortawesome/free-solid-svg-icons';
30
33
 
31
34
  /*
32
35
  <file>
@@ -34,8 +37,8 @@ import { ButtonsModule } from '@progress/kendo-angular-buttons';
34
37
  @osovitny/anatoly
35
38
 
36
39
  Authors:
37
- Vadim Osovitny
38
- Anatoly Osovitny
40
+ Vadim Osovitny vadim@osovitny.com
41
+ Anatoly Osovitny anatoly@osovitny.com
39
42
 
40
43
  Created:
41
44
  26 Jun 2020
@@ -51,7 +54,7 @@ const AppCoreSettings = JSON.parse((document.getElementById('appCoreSettings')).
51
54
  MICE
52
55
 
53
56
  Authors:
54
- Vadim Osovitny vaosovitny@deloitte.com
57
+ Vadim Osovitny vadim@osovitny.com vaosovitny@deloitte.com
55
58
 
56
59
  Created:
57
60
  5 May 2020
@@ -70,8 +73,8 @@ const Urls = {
70
73
  @osovitny/anatoly
71
74
 
72
75
  Authors:
73
- Vadim Osovitny
74
- Anatoly Osovitny
76
+ Vadim Osovitny vadim@osovitny.com
77
+ Anatoly Osovitny anatoly@osovitny.com
75
78
 
76
79
  Created:
77
80
  17 Jun 2018
@@ -105,8 +108,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
105
108
  @osovitny/anatoly
106
109
 
107
110
  Authors:
108
- Vadim Osovitny
109
- Anatoly Osovitny
111
+ Vadim Osovitny vadim@osovitny.com
112
+ Anatoly Osovitny anatoly@osovitny.com
110
113
 
111
114
  Created:
112
115
  26 Jun 2020
@@ -126,8 +129,8 @@ function throwIfAlreadyLoaded(parentModule, moduleName) {
126
129
  @osovitny/anatoly
127
130
 
128
131
  Authors:
129
- Vadim Osovitny
130
- Anatoly Osovitny
132
+ Vadim Osovitny vadim@osovitny.com
133
+ Anatoly Osovitny anatoly@osovitny.com
131
134
 
132
135
  Created:
133
136
  26 Jun 2020
@@ -189,8 +192,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
189
192
  @osovitny/anatoly
190
193
 
191
194
  Authors:
192
- Vadim Osovitny
193
- Anatoly Osovitny
195
+ Vadim Osovitny vadim@osovitny.com
196
+ Anatoly Osovitny anatoly@osovitny.com
194
197
 
195
198
  Created:
196
199
  26 Jun 2020
@@ -222,8 +225,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
222
225
  @osovitny/anatoly
223
226
 
224
227
  Authors:
225
- Vadim Osovitny
226
- Anatoly Osovitny
228
+ Vadim Osovitny vadim@osovitny.com
229
+ Anatoly Osovitny anatoly@osovitny.com
227
230
 
228
231
  Created:
229
232
  25 March 2020
@@ -317,8 +320,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
317
320
  @osovitny/anatoly
318
321
 
319
322
  Authors:
320
- Vadim Osovitny
321
- Anatoly Osovitny
323
+ Vadim Osovitny vadim@osovitny.com
324
+ Anatoly Osovitny anatoly@osovitny.com
322
325
 
323
326
  Created:
324
327
  29 June 2020
@@ -422,8 +425,8 @@ class Convert {
422
425
  @osovitny/anatoly
423
426
 
424
427
  Authors:
425
- Vadim Osovitny
426
- Anatoly Osovitny
428
+ Vadim Osovitny vadim@osovitny.com
429
+ Anatoly Osovitny anatoly@osovitny.com
427
430
 
428
431
  Created:
429
432
  05 May 2020
@@ -593,8 +596,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
593
596
  @osovitny/anatoly
594
597
 
595
598
  Authors:
596
- Vadim Osovitny
597
- Anatoly Osovitny
599
+ Vadim Osovitny vadim@osovitny.com
600
+ Anatoly Osovitny anatoly@osovitny.com
598
601
 
599
602
  Created:
600
603
  10 May 2020
@@ -664,8 +667,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
664
667
  @osovitny/anatoly
665
668
 
666
669
  Authors:
667
- Vadim Osovitny
668
- Anatoly Osovitny
670
+ Vadim Osovitny vadim@osovitny.com
671
+ Anatoly Osovitny anatoly@osovitny.com
669
672
 
670
673
  Created:
671
674
  05 May 2020
@@ -742,8 +745,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
742
745
  @osovitny/anatoly
743
746
 
744
747
  Authors:
745
- Vadim Osovitny
746
- Anatoly Osovitny
748
+ Vadim Osovitny vadim@osovitny.com
749
+ Anatoly Osovitny anatoly@osovitny.com
747
750
 
748
751
  Created:
749
752
  12 May 2020
@@ -780,8 +783,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
780
783
  @osovitny/anatoly
781
784
 
782
785
  Authors:
783
- Vadim Osovitny
784
- Anatoly Osovitny
786
+ Vadim Osovitny vadim@osovitny.com
787
+ Anatoly Osovitny anatoly@osovitny.com
785
788
 
786
789
  Created:
787
790
  26 Jun 2020
@@ -812,8 +815,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
812
815
  @osovitny/anatoly
813
816
 
814
817
  Authors:
815
- Vadim Osovitny
816
- Anatoly Osovitny
818
+ Vadim Osovitny vadim@osovitny.com
819
+ Anatoly Osovitny anatoly@osovitny.com
817
820
 
818
821
  Created:
819
822
  2 July 2020
@@ -851,8 +854,8 @@ class L10nUtils {
851
854
  @osovitny/anatoly
852
855
 
853
856
  Authors:
854
- Vadim Osovitny
855
- Anatoly Osovitny
857
+ Vadim Osovitny vadim@osovitny.com
858
+ Anatoly Osovitny anatoly@osovitny.com
856
859
 
857
860
  Created:
858
861
  3 March 2020
@@ -955,8 +958,8 @@ class Alerts {
955
958
  @osovitny/anatoly
956
959
 
957
960
  Authors:
958
- Vadim Osovitny
959
- Anatoly Osovitny
961
+ Vadim Osovitny vadim@osovitny.com
962
+ Anatoly Osovitny anatoly@osovitny.com
960
963
 
961
964
  Created:
962
965
  26 Jun 2020
@@ -976,8 +979,8 @@ class Guid {
976
979
  @osovitny/anatoly
977
980
 
978
981
  Authors:
979
- Vadim Osovitny
980
- Anatoly Osovitny
982
+ Vadim Osovitny vadim@osovitny.com
983
+ Anatoly Osovitny anatoly@osovitny.com
981
984
 
982
985
  Created:
983
986
  2 Jun 2020
@@ -1192,8 +1195,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1192
1195
  @osovitny/anatoly
1193
1196
 
1194
1197
  Authors:
1195
- Vadim Osovitny
1196
- Anatoly Osovitny
1198
+ Vadim Osovitny vadim@osovitny.com
1199
+ Anatoly Osovitny anatoly@osovitny.com
1197
1200
 
1198
1201
  Created:
1199
1202
  13 Nov 2017
@@ -1282,8 +1285,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1282
1285
  @osovitny/anatoly
1283
1286
 
1284
1287
  Authors:
1285
- Vadim Osovitny
1286
- Anatoly Osovitny
1288
+ Vadim Osovitny vadim@osovitny.com
1289
+ Anatoly Osovitny anatoly@osovitny.com
1287
1290
 
1288
1291
  Created:
1289
1292
  26 Jun 2020
@@ -1345,8 +1348,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1345
1348
  @osovitny/anatoly
1346
1349
 
1347
1350
  Authors:
1348
- Vadim Osovitny
1349
- Anatoly Osovitny
1351
+ Vadim Osovitny vadim@osovitny.com
1352
+ Anatoly Osovitny anatoly@osovitny.com
1350
1353
 
1351
1354
  Created:
1352
1355
  13 Nov 2017
@@ -1473,8 +1476,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1473
1476
  @osovitny/anatoly
1474
1477
 
1475
1478
  Authors:
1476
- Vadim Osovitny
1477
- Anatoly Osovitny
1479
+ Vadim Osovitny vadim@osovitny.com
1480
+ Anatoly Osovitny anatoly@osovitny.com
1478
1481
 
1479
1482
  Created:
1480
1483
  26 Jun 2020
@@ -1545,8 +1548,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1545
1548
  @osovitny/anatoly
1546
1549
 
1547
1550
  Authors:
1548
- Vadim Osovitny
1549
- Anatoly Osovitny
1551
+ Vadim Osovitny vadim@osovitny.com
1552
+ Anatoly Osovitny anatoly@osovitny.com
1550
1553
 
1551
1554
  Created:
1552
1555
  29 Nov 2020
@@ -1611,8 +1614,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1611
1614
  @osovitny/anatoly
1612
1615
 
1613
1616
  Authors:
1614
- Vadim Osovitny
1615
- Anatoly Osovitny
1617
+ Vadim Osovitny vadim@osovitny.com
1618
+ Anatoly Osovitny anatoly@osovitny.com
1616
1619
 
1617
1620
  Created:
1618
1621
  29 Nov 2020
@@ -1659,8 +1662,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1659
1662
  @osovitny/anatoly
1660
1663
 
1661
1664
  Authors:
1662
- Vadim Osovitny
1663
- Anatoly Osovitny
1665
+ Vadim Osovitny vadim@osovitny.com
1666
+ Anatoly Osovitny anatoly@osovitny.com
1664
1667
 
1665
1668
  Created:
1666
1669
  8 Aug 2022
@@ -1812,8 +1815,8 @@ class DOM {
1812
1815
  @osovitny/anatoly
1813
1816
 
1814
1817
  Authors:
1815
- Vadim Osovitny
1816
- Anatoly Osovitny
1818
+ Vadim Osovitny vadim@osovitny.com
1819
+ Anatoly Osovitny anatoly@osovitny.com
1817
1820
 
1818
1821
  Created:
1819
1822
  26 Jun 2020
@@ -1843,8 +1846,8 @@ class Subs {
1843
1846
  @osovitny/anatoly
1844
1847
 
1845
1848
  Authors:
1846
- Vadim Osovitny
1847
- Anatoly Osovitny
1849
+ Vadim Osovitny vadim@osovitny.com
1850
+ Anatoly Osovitny anatoly@osovitny.com
1848
1851
 
1849
1852
  Created:
1850
1853
  19 March 2020
@@ -1925,8 +1928,8 @@ class Utils {
1925
1928
  @osovitny/anatoly
1926
1929
 
1927
1930
  Authors:
1928
- Vadim Osovitny
1929
- Anatoly Osovitny
1931
+ Vadim Osovitny vadim@osovitny.com
1932
+ Anatoly Osovitny anatoly@osovitny.com
1930
1933
 
1931
1934
  Created:
1932
1935
  2 Aug 2022
@@ -1941,8 +1944,8 @@ class Utils {
1941
1944
  @osovitny/anatoly
1942
1945
 
1943
1946
  Authors:
1944
- Vadim Osovitny
1945
- Anatoly Osovitny
1947
+ Vadim Osovitny vadim@osovitny.com
1948
+ Anatoly Osovitny anatoly@osovitny.com
1946
1949
 
1947
1950
  Created:
1948
1951
  29 Apr 2018
@@ -1996,8 +1999,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1996
1999
  @osovitny/anatoly
1997
2000
 
1998
2001
  Authors:
1999
- Vadim Osovitny
2000
- Anatoly Osovitny
2002
+ Vadim Osovitny vadim@osovitny.com
2003
+ Anatoly Osovitny anatoly@osovitny.com
2001
2004
 
2002
2005
  Created:
2003
2006
  29 Apr 2018
@@ -2070,8 +2073,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2070
2073
  @osovitny/anatoly
2071
2074
 
2072
2075
  Authors:
2073
- Vadim Osovitny
2074
- Anatoly Osovitny
2076
+ Vadim Osovitny vadim@osovitny.com
2077
+ Anatoly Osovitny anatoly@osovitny.com
2075
2078
 
2076
2079
  Created:
2077
2080
  30 April 2020
@@ -2094,8 +2097,8 @@ const Consts = {
2094
2097
  @osovitny/anatoly
2095
2098
 
2096
2099
  Authors:
2097
- Vadim Osovitny
2098
- Anatoly Osovitny
2100
+ Vadim Osovitny vadim@osovitny.com
2101
+ Anatoly Osovitny anatoly@osovitny.com
2099
2102
 
2100
2103
  Created:
2101
2104
  30 April 2020
@@ -2128,8 +2131,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2128
2131
  @osovitny/anatoly
2129
2132
 
2130
2133
  Authors:
2131
- Vadim Osovitny
2132
- Anatoly Osovitny
2134
+ Vadim Osovitny vadim@osovitny.com
2135
+ Anatoly Osovitny anatoly@osovitny.com
2133
2136
 
2134
2137
  Created:
2135
2138
  16 Jun 2022
@@ -2168,8 +2171,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2168
2171
  @osovitny/anatoly
2169
2172
 
2170
2173
  Authors:
2171
- Vadim Osovitny
2172
- Anatoly Osovitny
2174
+ Vadim Osovitny vadim@osovitny.com
2175
+ Anatoly Osovitny anatoly@osovitny.com
2173
2176
 
2174
2177
  Created:
2175
2178
  02 Aug 2022
@@ -2220,8 +2223,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2220
2223
  @osovitny/anatoly
2221
2224
 
2222
2225
  Authors:
2223
- Vadim Osovitny
2224
- Anatoly Osovitny
2226
+ Vadim Osovitny vadim@osovitny.com
2227
+ Anatoly Osovitny anatoly@osovitny.com
2225
2228
 
2226
2229
  Created:
2227
2230
  2 Aug 2022
@@ -2236,8 +2239,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2236
2239
  @osovitny/anatoly
2237
2240
 
2238
2241
  Authors:
2239
- Vadim Osovitny
2240
- Anatoly Osovitny
2242
+ Vadim Osovitny vadim@osovitny.com
2243
+ Anatoly Osovitny anatoly@osovitny.com
2241
2244
 
2242
2245
  Created:
2243
2246
  4 Jul 2018
@@ -2262,8 +2265,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2262
2265
  @osovitny/anatoly
2263
2266
 
2264
2267
  Authors:
2265
- Vadim Osovitny
2266
- Anatoly Osovitny
2268
+ Vadim Osovitny vadim@osovitny.com
2269
+ Anatoly Osovitny anatoly@osovitny.com
2267
2270
 
2268
2271
  Created:
2269
2272
  14 Aug 2018
@@ -2317,8 +2320,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2317
2320
  @osovitny/anatoly
2318
2321
 
2319
2322
  Authors:
2320
- Vadim Osovitny
2321
- Anatoly Osovitny
2323
+ Vadim Osovitny vadim@osovitny.com
2324
+ Anatoly Osovitny anatoly@osovitny.com
2322
2325
 
2323
2326
  Created:
2324
2327
  1 Jun 2018
@@ -2376,8 +2379,239 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2376
2379
  @osovitny/anatoly
2377
2380
 
2378
2381
  Authors:
2379
- Vadim Osovitny
2380
- Anatoly Osovitny
2382
+ Vadim Osovitny vadim@osovitny.com
2383
+ Anatoly Osovitny anatoly@osovitny.com
2384
+
2385
+ Created:
2386
+ 15 Aug 2022
2387
+
2388
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2389
+ </file>
2390
+ */
2391
+ class CheckIconComponent {
2392
+ constructor() {
2393
+ //Inputs
2394
+ this.checked = true;
2395
+ }
2396
+ }
2397
+ CheckIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2398
+ CheckIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: CheckIconComponent, selector: "anatoly-check-icon", inputs: { checked: "checked" }, ngImport: i0, template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
2399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, decorators: [{
2400
+ type: Component,
2401
+ args: [{ selector: 'anatoly-check-icon', template: "<fa-icon [icon]=\"this.checked ? 'check-circle' : 'circle-xmark'\" [ngClass]=\"checked ? 'text-success' : 'text-danger'\">\r\n</fa-icon>\r\n<ng-content></ng-content>\r\n" }]
2402
+ }], propDecorators: { checked: [{
2403
+ type: Input
2404
+ }] } });
2405
+
2406
+ /*
2407
+ <file>
2408
+ Project:
2409
+ @osovitny/anatoly
2410
+
2411
+ Authors:
2412
+ Vadim Osovitny vadim@osovitny.com
2413
+ Anatoly Osovitny anatoly@osovitny.com
2414
+
2415
+ Created:
2416
+ 4 Jul 2018
2417
+
2418
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2419
+ </file>
2420
+ */
2421
+ class SignInButtonComponent {
2422
+ constructor() { }
2423
+ }
2424
+ SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2425
+ SignInButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignInButtonComponent, selector: "anatoly-signin-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" });
2426
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
2427
+ type: Component,
2428
+ args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
2429
+ }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
2430
+ type: Input
2431
+ }] } });
2432
+
2433
+ /*
2434
+ <file>
2435
+ Project:
2436
+ @osovitny/anatoly
2437
+
2438
+ Authors:
2439
+ Vadim Osovitny vadim@osovitny.com
2440
+ Anatoly Osovitny anatoly@osovitny.com
2441
+
2442
+ Created:
2443
+ 4 Jul 2018
2444
+
2445
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2446
+ </file>
2447
+ */
2448
+ class SignOutButtonComponent {
2449
+ constructor() { }
2450
+ }
2451
+ SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2452
+ SignOutButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignOutButtonComponent, selector: "anatoly-signout-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" });
2453
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
2454
+ type: Component,
2455
+ args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
2456
+ }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
2457
+ type: Input
2458
+ }] } });
2459
+
2460
+ /*
2461
+ <file>
2462
+ Project:
2463
+ @osovitny/anatoly
2464
+
2465
+ Authors:
2466
+ Vadim Osovitny vadim@osovitny.com
2467
+ Anatoly Osovitny anatoly@osovitny.com
2468
+
2469
+ Created:
2470
+ 29 Jul 2022
2471
+
2472
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2473
+ </file>
2474
+ */
2475
+ class NodataComponent {
2476
+ constructor() {
2477
+ this.dataLoading = false;
2478
+ this.dataLoaded = false;
2479
+ this.dataFound = false;
2480
+ this.heading = 'No data found';
2481
+ this.headingClass = 'text-uppercase';
2482
+ }
2483
+ }
2484
+ NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2485
+ NodataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: NodataComponent, selector: "anatoly-nodata", inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", heading: "heading", headingClass: "headingClass" }, ngImport: i0, template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.FaIconComponent, selector: "fa-icon", inputs: ["icon", "title", "spin", "pulse", "mask", "styles", "flip", "size", "pull", "border", "inverse", "symbol", "rotate", "fixedWidth", "classes", "transform", "a11yRole"] }] });
2486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
2487
+ type: Component,
2488
+ args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded text-info'>\r\n <fa-icon icon=\"database\" size=\"10x\"></fa-icon>\r\n <h3 class='{{headingClass}}'>{{heading}}</h3>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
2489
+ }], ctorParameters: function () { return []; }, propDecorators: { dataLoading: [{
2490
+ type: Input
2491
+ }], dataLoaded: [{
2492
+ type: Input
2493
+ }], dataFound: [{
2494
+ type: Input
2495
+ }], heading: [{
2496
+ type: Input
2497
+ }], headingClass: [{
2498
+ type: Input
2499
+ }] } });
2500
+
2501
+ /*
2502
+ <file>
2503
+ Project:
2504
+ @osovitny/anatoly
2505
+
2506
+ Authors:
2507
+ Vadim Osovitny vadim@osovitny.com
2508
+ Anatoly Osovitny anatoly@osovitny.com
2509
+
2510
+ Created:
2511
+ 9 May 2020
2512
+
2513
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2514
+ </file>
2515
+ */
2516
+ class LoadingComponent {
2517
+ constructor(loadingService) {
2518
+ this.loadingService = loadingService;
2519
+ // Private
2520
+ this.subs = new Subs();
2521
+ // Public
2522
+ this.show = false;
2523
+ }
2524
+ ngOnInit() {
2525
+ this.subs.sink = this.loadingService.subscribe({
2526
+ next: (data) => {
2527
+ this.show = data;
2528
+ }
2529
+ });
2530
+ }
2531
+ ngOnDestroy() {
2532
+ this.subs.unsubscribe();
2533
+ }
2534
+ }
2535
+ LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
2536
+ LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
2537
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
2538
+ type: Component,
2539
+ args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
2540
+ }], ctorParameters: function () { return [{ type: LoadingService }]; } });
2541
+
2542
+ const Spinkit = {
2543
+ skChasingDots: 'sk-chasing-dots',
2544
+ skCubeGrid: 'sk-cube-grid',
2545
+ skDoubleBounce: 'sk-double-bounce',
2546
+ skRotatingPlane: 'sk-rotationg-plane',
2547
+ skSpinnerPulse: 'sk-spinner-pulse',
2548
+ skThreeBounce: 'sk-three-bounce',
2549
+ skWanderingCubes: 'sk-wandering-cubes',
2550
+ skWave: 'sk-wave',
2551
+ skLine: 'sk-line-material'
2552
+ };
2553
+
2554
+ /*
2555
+ <file>
2556
+ Project:
2557
+ @osovitny/anatoly
2558
+
2559
+ Authors:
2560
+ Vadim Osovitny vadim@osovitny.com
2561
+ Anatoly Osovitny anatoly@osovitny.com
2562
+
2563
+ Created:
2564
+ 16 May 2020
2565
+
2566
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2567
+ </file>
2568
+ */
2569
+ class PageSpinnerComponent {
2570
+ constructor(router) {
2571
+ this.router = router;
2572
+ this.isSpinnerVisible = true;
2573
+ this.Spinkit = Spinkit;
2574
+ this.backgroundColor = '#2196f3';
2575
+ this.spinner = Spinkit.skLine;
2576
+ router.events.subscribe({
2577
+ next: (routerEvent) => {
2578
+ this.checkRouterEvent(routerEvent);
2579
+ }
2580
+ });
2581
+ }
2582
+ checkRouterEvent(routerEvent) {
2583
+ if (routerEvent instanceof NavigationStart) {
2584
+ this.isSpinnerVisible = true;
2585
+ }
2586
+ if (routerEvent instanceof NavigationEnd ||
2587
+ routerEvent instanceof NavigationCancel ||
2588
+ routerEvent instanceof NavigationError) {
2589
+ this.isSpinnerVisible = false;
2590
+ }
2591
+ }
2592
+ ngOnDestroy() {
2593
+ this.isSpinnerVisible = false;
2594
+ }
2595
+ }
2596
+ PageSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
2597
+ PageSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: PageSpinnerComponent, selector: "anatoly-pagespinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
2598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
2599
+ type: Component,
2600
+ args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
2601
+ }], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { backgroundColor: [{
2602
+ type: Input
2603
+ }], spinner: [{
2604
+ type: Input
2605
+ }] } });
2606
+
2607
+ /*
2608
+ <file>
2609
+ Project:
2610
+ @osovitny/anatoly
2611
+
2612
+ Authors:
2613
+ Vadim Osovitny vadim@osovitny.com
2614
+ Anatoly Osovitny anatoly@osovitny.com
2381
2615
 
2382
2616
  Created:
2383
2617
  29 July 2022
@@ -2402,8 +2636,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2402
2636
  @osovitny/anatoly
2403
2637
 
2404
2638
  Authors:
2405
- Vadim Osovitny
2406
- Anatoly Osovitny
2639
+ Vadim Osovitny vadim@osovitny.com
2640
+ Anatoly Osovitny anatoly@osovitny.com
2407
2641
 
2408
2642
  Created:
2409
2643
  29 July 2022
@@ -2443,8 +2677,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2443
2677
  @osovitny/anatoly
2444
2678
 
2445
2679
  Authors:
2446
- Vadim Osovitny
2447
- Anatoly Osovitny
2680
+ Vadim Osovitny vadim@osovitny.com
2681
+ Anatoly Osovitny anatoly@osovitny.com
2448
2682
 
2449
2683
  Created:
2450
2684
  29 July 2022
@@ -2469,8 +2703,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2469
2703
  @osovitny/anatoly
2470
2704
 
2471
2705
  Authors:
2472
- Vadim Osovitny
2473
- Anatoly Osovitny
2706
+ Vadim Osovitny vadim@osovitny.com
2707
+ Anatoly Osovitny anatoly@osovitny.com
2474
2708
 
2475
2709
  Created:
2476
2710
  29 July 2022
@@ -2495,38 +2729,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2495
2729
  @osovitny/anatoly
2496
2730
 
2497
2731
  Authors:
2498
- Vadim Osovitny
2499
- Anatoly Osovitny
2500
-
2501
- Created:
2502
- 15 Aug 2022
2503
-
2504
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2505
- </file>
2506
- */
2507
- class CheckIconComponent {
2508
- constructor() {
2509
- //Inputs
2510
- this.checked = true;
2511
- }
2512
- }
2513
- CheckIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2514
- CheckIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: CheckIconComponent, selector: "anatoly-check-icon", inputs: { checked: "checked" }, ngImport: i0, template: "<i class='fas' [ngClass]=\"{ 'fa-check-circle text-success': checked, 'fa-times-circle text-danger':!checked }\"></i>\r\n<ng-content></ng-content>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
2515
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, decorators: [{
2516
- type: Component,
2517
- args: [{ selector: 'anatoly-check-icon', template: "<i class='fas' [ngClass]=\"{ 'fa-check-circle text-success': checked, 'fa-times-circle text-danger':!checked }\"></i>\r\n<ng-content></ng-content>\r\n" }]
2518
- }], ctorParameters: function () { return []; }, propDecorators: { checked: [{
2519
- type: Input
2520
- }] } });
2521
-
2522
- /*
2523
- <file>
2524
- Project:
2525
- @osovitny/anatoly
2526
-
2527
- Authors:
2528
- Vadim Osovitny
2529
- Anatoly Osovitny
2732
+ Vadim Osovitny vadim@osovitny.com
2733
+ Anatoly Osovitny anatoly@osovitny.com
2530
2734
 
2531
2735
  Created:
2532
2736
  12 Dec 2017
@@ -2611,8 +2815,8 @@ const DefaultEditorOptions = {
2611
2815
  @osovitny/anatoly
2612
2816
 
2613
2817
  Authors:
2614
- Vadim Osovitny
2615
- Anatoly Osovitny
2818
+ Vadim Osovitny vadim@osovitny.com
2819
+ Anatoly Osovitny anatoly@osovitny.com
2616
2820
 
2617
2821
  Created:
2618
2822
  28 Aug 2018
@@ -2664,8 +2868,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2664
2868
  @osovitny/anatoly
2665
2869
 
2666
2870
  Authors:
2667
- Vadim Osovitny
2668
- Anatoly Osovitny
2871
+ Vadim Osovitny vadim@osovitny.com
2872
+ Anatoly Osovitny anatoly@osovitny.com
2669
2873
 
2670
2874
  Created:
2671
2875
  20 Nov 2017
@@ -2794,8 +2998,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2794
2998
  @osovitny/anatoly
2795
2999
 
2796
3000
  Authors:
2797
- Vadim Osovitny
2798
- Anatoly Osovitny
3001
+ Vadim Osovitny vadim@osovitny.com
3002
+ Anatoly Osovitny anatoly@osovitny.com
2799
3003
 
2800
3004
  Created:
2801
3005
  12 Dec 2017
@@ -2895,8 +3099,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2895
3099
  @osovitny/anatoly
2896
3100
 
2897
3101
  Authors:
2898
- Vadim Osovitny
2899
- Anatoly Osovitny
3102
+ Vadim Osovitny vadim@osovitny.com
3103
+ Anatoly Osovitny anatoly@osovitny.com
2900
3104
 
2901
3105
  Created:
2902
3106
  28 Jun 2020
@@ -2929,8 +3133,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2929
3133
  @osovitny/anatoly
2930
3134
 
2931
3135
  Authors:
2932
- Vadim Osovitny
2933
- Anatoly Osovitny
3136
+ Vadim Osovitny vadim@osovitny.com
3137
+ Anatoly Osovitny anatoly@osovitny.com
2934
3138
 
2935
3139
  Created:
2936
3140
  8 Dec 2017
@@ -3050,8 +3254,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3050
3254
  @osovitny/anatoly
3051
3255
 
3052
3256
  Authors:
3053
- Vadim Osovitny
3054
- Anatoly Osovitny
3257
+ Vadim Osovitny vadim@osovitny.com
3258
+ Anatoly Osovitny anatoly@osovitny.com
3055
3259
 
3056
3260
  Created:
3057
3261
  6 Dec 2017
@@ -3081,8 +3285,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3081
3285
  @osovitny/anatoly
3082
3286
 
3083
3287
  Authors:
3084
- Vadim Osovitny
3085
- Anatoly Osovitny
3288
+ Vadim Osovitny vadim@osovitny.com
3289
+ Anatoly Osovitny anatoly@osovitny.com
3086
3290
 
3087
3291
  Created:
3088
3292
  12 Dec 2017
@@ -3116,8 +3320,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3116
3320
  @osovitny/anatoly
3117
3321
 
3118
3322
  Authors:
3119
- Vadim Osovitny
3120
- Anatoly Osovitny
3323
+ Vadim Osovitny vadim@osovitny.com
3324
+ Anatoly Osovitny anatoly@osovitny.com
3121
3325
 
3122
3326
  Created:
3123
3327
  12 Dec 2017
@@ -3159,212 +3363,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3159
3363
  @osovitny/anatoly
3160
3364
 
3161
3365
  Authors:
3162
- Vadim Osovitny
3163
- Anatoly Osovitny
3164
-
3165
- Created:
3166
- 4 Jul 2018
3167
-
3168
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3169
- </file>
3170
- */
3171
- class SignInButtonComponent {
3172
- constructor() { }
3173
- }
3174
- SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3175
- SignInButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignInButtonComponent, selector: "anatoly-signin-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" });
3176
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
3177
- type: Component,
3178
- args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
3179
- }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
3180
- type: Input
3181
- }] } });
3182
-
3183
- /*
3184
- <file>
3185
- Project:
3186
- @osovitny/anatoly
3187
-
3188
- Authors:
3189
- Vadim Osovitny
3190
- Anatoly Osovitny
3191
-
3192
- Created:
3193
- 4 Jul 2018
3194
-
3195
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3196
- </file>
3197
- */
3198
- class SignOutButtonComponent {
3199
- constructor() { }
3200
- }
3201
- SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3202
- SignOutButtonComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: SignOutButtonComponent, selector: "anatoly-signout-button", inputs: { classbtn: "classbtn" }, ngImport: i0, template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" });
3203
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
3204
- type: Component,
3205
- args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
3206
- }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
3207
- type: Input
3208
- }] } });
3209
-
3210
- /*
3211
- <file>
3212
- Project:
3213
- @osovitny/anatoly
3214
-
3215
- Authors:
3216
- Vadim Osovitny
3217
- Anatoly Osovitny
3218
-
3219
- Created:
3220
- 29 Jul 2022
3221
-
3222
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3223
- </file>
3224
- */
3225
- class NodataComponent {
3226
- constructor() {
3227
- this.dataLoading = false;
3228
- this.dataLoaded = false;
3229
- this.dataFound = false;
3230
- this.icon = 'fas fa-cubes fa-w-16 fa-9x';
3231
- this.heading = 'No data found';
3232
- this.headingClass = 'text-uppercase text-primary';
3233
- }
3234
- }
3235
- NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3236
- NodataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: NodataComponent, selector: "anatoly-nodata", inputs: { dataLoading: "dataLoading", dataLoaded: "dataLoaded", dataFound: "dataFound", icon: "icon", heading: "heading", headingClass: "headingClass" }, ngImport: i0, template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded'>\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3237
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
3238
- type: Component,
3239
- args: [{ selector: 'anatoly-nodata', template: "<div class=\"no-data\" *ngIf='dataLoaded && !dataFound'>\r\n <div class='loaded'>\r\n <i class='{{icon}}'></i>\r\n <h2 class='{{headingClass}}'>{{heading}}</h2>\r\n <ng-content></ng-content>\r\n </div>\r\n</div>\r\n" }]
3240
- }], ctorParameters: function () { return []; }, propDecorators: { dataLoading: [{
3241
- type: Input
3242
- }], dataLoaded: [{
3243
- type: Input
3244
- }], dataFound: [{
3245
- type: Input
3246
- }], icon: [{
3247
- type: Input
3248
- }], heading: [{
3249
- type: Input
3250
- }], headingClass: [{
3251
- type: Input
3252
- }] } });
3253
-
3254
- /*
3255
- <file>
3256
- Project:
3257
- @osovitny/anatoly
3258
-
3259
- Authors:
3260
- Vadim Osovitny
3261
- Anatoly Osovitny
3262
-
3263
- Created:
3264
- 9 May 2020
3265
-
3266
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3267
- </file>
3268
- */
3269
- class LoadingComponent {
3270
- constructor(loadingService) {
3271
- this.loadingService = loadingService;
3272
- // Private
3273
- this.subs = new Subs();
3274
- // Public
3275
- this.show = false;
3276
- }
3277
- ngOnInit() {
3278
- this.subs.sink = this.loadingService.subscribe({
3279
- next: (data) => {
3280
- this.show = data;
3281
- }
3282
- });
3283
- }
3284
- ngOnDestroy() {
3285
- this.subs.unsubscribe();
3286
- }
3287
- }
3288
- LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
3289
- LoadingComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: LoadingComponent, selector: "anatoly-loading", ngImport: i0, template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
3290
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
3291
- type: Component,
3292
- args: [{ selector: 'anatoly-loading', template: "<div id=\"pnlLoading\" *ngIf=\"show\">\r\n <span class=\"k-icon k-i-loading\"></span>\r\n</div>\r\n" }]
3293
- }], ctorParameters: function () { return [{ type: LoadingService }]; } });
3294
-
3295
- const Spinkit = {
3296
- skChasingDots: 'sk-chasing-dots',
3297
- skCubeGrid: 'sk-cube-grid',
3298
- skDoubleBounce: 'sk-double-bounce',
3299
- skRotatingPlane: 'sk-rotationg-plane',
3300
- skSpinnerPulse: 'sk-spinner-pulse',
3301
- skThreeBounce: 'sk-three-bounce',
3302
- skWanderingCubes: 'sk-wandering-cubes',
3303
- skWave: 'sk-wave',
3304
- skLine: 'sk-line-material'
3305
- };
3306
-
3307
- /*
3308
- <file>
3309
- Project:
3310
- @osovitny/anatoly
3311
-
3312
- Authors:
3313
- Vadim Osovitny
3314
- Anatoly Osovitny
3315
-
3316
- Created:
3317
- 16 May 2020
3318
-
3319
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3320
- </file>
3321
- */
3322
- class PageSpinnerComponent {
3323
- constructor(router) {
3324
- this.router = router;
3325
- this.isSpinnerVisible = true;
3326
- this.Spinkit = Spinkit;
3327
- this.backgroundColor = '#2196f3';
3328
- this.spinner = Spinkit.skLine;
3329
- router.events.subscribe({
3330
- next: (routerEvent) => {
3331
- this.checkRouterEvent(routerEvent);
3332
- }
3333
- });
3334
- }
3335
- checkRouterEvent(routerEvent) {
3336
- if (routerEvent instanceof NavigationStart) {
3337
- this.isSpinnerVisible = true;
3338
- }
3339
- if (routerEvent instanceof NavigationEnd ||
3340
- routerEvent instanceof NavigationCancel ||
3341
- routerEvent instanceof NavigationError) {
3342
- this.isSpinnerVisible = false;
3343
- }
3344
- }
3345
- ngOnDestroy() {
3346
- this.isSpinnerVisible = false;
3347
- }
3348
- }
3349
- PageSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
3350
- PageSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.0.6", type: PageSpinnerComponent, selector: "anatoly-pagespinner", inputs: { backgroundColor: "backgroundColor", spinner: "spinner" }, ngImport: i0, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: i1$5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None });
3351
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
3352
- type: Component,
3353
- args: [{ selector: 'anatoly-pagespinner', encapsulation: ViewEncapsulation.None, template: "<div id=\"http-loader\" *ngIf=\"isSpinnerVisible\">\r\n <div class=\"loader-bg\">\r\n <div class=\"sk-line-material\" [class.colored]=\"!backgroundColor\" *ngIf=\"spinner === Spinkit.skLine\">\r\n <div class=\"sk-child sk-bounce1\" [style.background-color]='backgroundColor'></div>\r\n </div>\r\n </div>\r\n</div>\r\n" }]
3354
- }], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { backgroundColor: [{
3355
- type: Input
3356
- }], spinner: [{
3357
- type: Input
3358
- }] } });
3359
-
3360
- /*
3361
- <file>
3362
- Project:
3363
- @osovitny/anatoly
3364
-
3365
- Authors:
3366
- Vadim Osovitny
3367
- Anatoly Osovitny
3366
+ Vadim Osovitny vadim@osovitny.com
3367
+ Anatoly Osovitny anatoly@osovitny.com
3368
3368
 
3369
3369
  Created:
3370
3370
  24 Jan 2022
@@ -3425,8 +3425,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3425
3425
  @osovitny/anatoly
3426
3426
 
3427
3427
  Authors:
3428
- Vadim Osovitny
3429
- Anatoly Osovitny
3428
+ Vadim Osovitny vadim@osovitny.com
3429
+ Anatoly Osovitny anatoly@osovitny.com
3430
3430
 
3431
3431
  Created:
3432
3432
  20 Aug 2022
@@ -3486,8 +3486,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3486
3486
  @osovitny/anatoly
3487
3487
 
3488
3488
  Authors:
3489
- Vadim Osovitny
3490
- Anatoly Osovitny
3489
+ Vadim Osovitny vadim@osovitny.com
3490
+ Anatoly Osovitny anatoly@osovitny.com
3491
3491
 
3492
3492
  Created:
3493
3493
  20 Aug 2022
@@ -3512,8 +3512,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3512
3512
  @osovitny/anatoly
3513
3513
 
3514
3514
  Authors:
3515
- Vadim Osovitny
3516
- Anatoly Osovitny
3515
+ Vadim Osovitny vadim@osovitny.com
3516
+ Anatoly Osovitny anatoly@osovitny.com
3517
3517
 
3518
3518
  Created:
3519
3519
  20 Aug 2022
@@ -3570,8 +3570,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3570
3570
  @osovitny/anatoly
3571
3571
 
3572
3572
  Authors:
3573
- Vadim Osovitny
3574
- Anatoly Osovitny
3573
+ Vadim Osovitny vadim@osovitny.com
3574
+ Anatoly Osovitny anatoly@osovitny.com
3575
3575
 
3576
3576
  Created:
3577
3577
  2 Aug 2022
@@ -3586,8 +3586,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3586
3586
  @osovitny/anatoly
3587
3587
 
3588
3588
  Authors:
3589
- Vadim Osovitny
3590
- Anatoly Osovitny
3589
+ Vadim Osovitny vadim@osovitny.com
3590
+ Anatoly Osovitny anatoly@osovitny.com
3591
3591
 
3592
3592
  Created:
3593
3593
  7 Dec 2017
@@ -3644,8 +3644,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3644
3644
  @osovitny/anatoly
3645
3645
 
3646
3646
  Authors:
3647
- Vadim Osovitny
3648
- Anatoly Osovitny
3647
+ Vadim Osovitny vadim@osovitny.com
3648
+ Anatoly Osovitny anatoly@osovitny.com
3649
3649
 
3650
3650
  Created:
3651
3651
  02 Aug 2022
@@ -3750,8 +3750,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3750
3750
  @osovitny/anatoly
3751
3751
 
3752
3752
  Authors:
3753
- Vadim Osovitny
3754
- Anatoly Osovitny
3753
+ Vadim Osovitny vadim@osovitny.com
3754
+ Anatoly Osovitny anatoly@osovitny.com
3755
3755
 
3756
3756
  Created:
3757
3757
  16 July 2022
@@ -3791,8 +3791,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3791
3791
  @osovitny/anatoly
3792
3792
 
3793
3793
  Authors:
3794
- Vadim Osovitny
3795
- Anatoly Osovitny
3794
+ Vadim Osovitny vadim@osovitny.com
3795
+ Anatoly Osovitny anatoly@osovitny.com
3796
3796
 
3797
3797
  Created:
3798
3798
  2 Aug 2022
@@ -3807,8 +3807,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3807
3807
  @osovitny/anatoly
3808
3808
 
3809
3809
  Authors:
3810
- Vadim Osovitny
3811
- Anatoly Osovitny
3810
+ Vadim Osovitny vadim@osovitny.com
3811
+ Anatoly Osovitny anatoly@osovitny.com
3812
3812
 
3813
3813
  Created:
3814
3814
  2 Aug 2022
@@ -3823,8 +3823,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3823
3823
  @osovitny/anatoly
3824
3824
 
3825
3825
  Authors:
3826
- Vadim Osovitny
3827
- Anatoly Osovitny
3826
+ Vadim Osovitny vadim@osovitny.com
3827
+ Anatoly Osovitny anatoly@osovitny.com
3828
3828
 
3829
3829
  Created:
3830
3830
  02 Aug 2022
@@ -3945,8 +3945,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3945
3945
  @osovitny/anatoly
3946
3946
 
3947
3947
  Authors:
3948
- Vadim Osovitny
3949
- Anatoly Osovitny
3948
+ Vadim Osovitny vadim@osovitny.com
3949
+ Anatoly Osovitny anatoly@osovitny.com
3950
3950
 
3951
3951
  Created:
3952
3952
  02 Aug 2022
@@ -4024,8 +4024,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4024
4024
  @osovitny/anatoly
4025
4025
 
4026
4026
  Authors:
4027
- Vadim Osovitny
4028
- Anatoly Osovitny
4027
+ Vadim Osovitny vadim@osovitny.com
4028
+ Anatoly Osovitny anatoly@osovitny.com
4029
4029
 
4030
4030
  Created:
4031
4031
  02 Aug 2022
@@ -4106,8 +4106,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4106
4106
  @osovitny/anatoly
4107
4107
 
4108
4108
  Authors:
4109
- Vadim Osovitny
4110
- Anatoly Osovitny
4109
+ Vadim Osovitny vadim@osovitny.com
4110
+ Anatoly Osovitny anatoly@osovitny.com
4111
4111
 
4112
4112
  Created:
4113
4113
  02 Aug 2022
@@ -4167,8 +4167,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4167
4167
  @osovitny/anatoly
4168
4168
 
4169
4169
  Authors:
4170
- Vadim Osovitny
4171
- Anatoly Osovitny
4170
+ Vadim Osovitny vadim@osovitny.com
4171
+ Anatoly Osovitny anatoly@osovitny.com
4172
4172
 
4173
4173
  Created:
4174
4174
  2 Aug 2022
@@ -4183,8 +4183,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4183
4183
  @osovitny/anatoly
4184
4184
 
4185
4185
  Authors:
4186
- Vadim Osovitny
4187
- Anatoly Osovitny
4186
+ Vadim Osovitny vadim@osovitny.com
4187
+ Anatoly Osovitny anatoly@osovitny.com
4188
4188
 
4189
4189
  Created:
4190
4190
  26 Jun 2020
@@ -4222,8 +4222,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4222
4222
  @osovitny/anatoly
4223
4223
 
4224
4224
  Authors:
4225
- Vadim Osovitny
4226
- Anatoly Osovitny
4225
+ Vadim Osovitny vadim@osovitny.com
4226
+ Anatoly Osovitny anatoly@osovitny.com
4227
4227
 
4228
4228
  Created:
4229
4229
  26 Jun 2020
@@ -4256,8 +4256,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4256
4256
  @osovitny/anatoly
4257
4257
 
4258
4258
  Authors:
4259
- Vadim Osovitny
4260
- Anatoly Osovitny
4259
+ Vadim Osovitny vadim@osovitny.com
4260
+ Anatoly Osovitny anatoly@osovitny.com
4261
4261
 
4262
4262
  Created:
4263
4263
  27 Oct 2019
@@ -4286,8 +4286,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4286
4286
  @osovitny/anatoly
4287
4287
 
4288
4288
  Authors:
4289
- Vadim Osovitny
4290
- Anatoly Osovitny
4289
+ Vadim Osovitny vadim@osovitny.com
4290
+ Anatoly Osovitny anatoly@osovitny.com
4291
4291
 
4292
4292
  Created:
4293
4293
  2 Aug 2022
@@ -4302,8 +4302,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4302
4302
  @osovitny/anatoly
4303
4303
 
4304
4304
  Authors:
4305
- Vadim Osovitny
4306
- Anatoly Osovitny
4305
+ Vadim Osovitny vadim@osovitny.com
4306
+ Anatoly Osovitny anatoly@osovitny.com
4307
4307
 
4308
4308
  Created:
4309
4309
  2 Aug 2022
@@ -4318,8 +4318,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4318
4318
  @osovitny/anatoly
4319
4319
 
4320
4320
  Authors:
4321
- Vadim Osovitny
4322
- Anatoly Osovitny
4321
+ Vadim Osovitny vadim@osovitny.com
4322
+ Anatoly Osovitny anatoly@osovitny.com
4323
4323
 
4324
4324
  Created:
4325
4325
  29 June 2020
@@ -4377,8 +4377,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4377
4377
  @osovitny/anatoly
4378
4378
 
4379
4379
  Authors:
4380
- Vadim Osovitny
4381
- Anatoly Osovitny
4380
+ Vadim Osovitny vadim@osovitny.com
4381
+ Anatoly Osovitny anatoly@osovitny.com
4382
4382
 
4383
4383
  Created:
4384
4384
  4 Mar 2020
@@ -4422,8 +4422,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4422
4422
  @osovitny/anatoly
4423
4423
 
4424
4424
  Authors:
4425
- Vadim Osovitny
4426
- Anatoly Osovitny
4425
+ Vadim Osovitny vadim@osovitny.com
4426
+ Anatoly Osovitny anatoly@osovitny.com
4427
+
4428
+ Created:
4429
+ 25 Aug 2022
4430
+
4431
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4432
+ </file>
4433
+ */
4434
+ class FaModule {
4435
+ constructor(library) {
4436
+ library.addIcons(faCheckCircle, faCircleXmark, faDatabase);
4437
+ }
4438
+ }
4439
+ FaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, deps: [{ token: i2.FaIconLibrary }], target: i0.ɵɵFactoryTarget.NgModule });
4440
+ FaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: FaModule, imports: [CommonModule,
4441
+ FontAwesomeModule], exports: [FontAwesomeModule] });
4442
+ FaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, imports: [CommonModule,
4443
+ FontAwesomeModule, FontAwesomeModule] });
4444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, decorators: [{
4445
+ type: NgModule,
4446
+ args: [{
4447
+ imports: [
4448
+ CommonModule,
4449
+ FontAwesomeModule
4450
+ ],
4451
+ exports: [
4452
+ FontAwesomeModule
4453
+ ]
4454
+ }]
4455
+ }], ctorParameters: function () { return [{ type: i2.FaIconLibrary }]; } });
4456
+
4457
+ /*
4458
+ <file>
4459
+ Project:
4460
+ @osovitny/anatoly
4461
+
4462
+ Authors:
4463
+ Vadim Osovitny vadim@osovitny.com
4464
+ Anatoly Osovitny anatoly@osovitny.com
4427
4465
 
4428
4466
  Created:
4429
4467
  26 Jun 2020
@@ -4434,28 +4472,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4434
4472
  const FroalaEditorModuleWithProviders = FroalaEditorModule.forRoot();
4435
4473
  const FroalaViewModuleWithProviders = FroalaViewModule.forRoot();
4436
4474
  const COMPONENTS = [
4437
- //billing
4438
4475
  BuyAccessButtonComponent,
4439
4476
  SubscribePlanButtonComponent,
4477
+ CheckIconComponent,
4478
+ SignInButtonComponent,
4479
+ SignUpButtonComponent,
4480
+ SignOutButtonComponent,
4481
+ NodataComponent,
4482
+ PageSpinnerComponent,
4483
+ LoadingComponent,
4440
4484
  //Cards
4441
4485
  CardComponent,
4442
4486
  CardHeaderComponent,
4443
4487
  CardBodyComponent,
4444
4488
  CardFooterComponent,
4445
- //Check
4446
- CheckIconComponent,
4447
4489
  //HtmlEditor
4448
4490
  HtmlEditorComponent,
4449
4491
  FormsHtmlEditorComponent,
4450
- //identity
4451
- SignInButtonComponent,
4452
- SignUpButtonComponent,
4453
- SignOutButtonComponent,
4454
- ///
4455
- NodataComponent,
4456
- //Spinners
4457
- PageSpinnerComponent,
4458
- LoadingComponent,
4492
+ //Dialogs
4493
+ ContactUsDialog,
4459
4494
  //Directives
4460
4495
  NativeElementDirective,
4461
4496
  //Forms
@@ -4464,8 +4499,6 @@ const COMPONENTS = [
4464
4499
  UrlSlugComponent,
4465
4500
  TimezoneDropdownlist,
4466
4501
  ContactUsForm,
4467
- //Dialogs
4468
- ContactUsDialog,
4469
4502
  //Pipes
4470
4503
  SafeHtmlPipe,
4471
4504
  ReplaceTextPipe,
@@ -4477,29 +4510,25 @@ const COMPONENTS = [
4477
4510
  class AnatolyUIModule {
4478
4511
  }
4479
4512
  AnatolyUIModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4480
- AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [
4481
- //billing
4482
- BuyAccessButtonComponent,
4513
+ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [BuyAccessButtonComponent,
4483
4514
  SubscribePlanButtonComponent,
4515
+ CheckIconComponent,
4516
+ SignInButtonComponent,
4517
+ SignUpButtonComponent,
4518
+ SignOutButtonComponent,
4519
+ NodataComponent,
4520
+ PageSpinnerComponent,
4521
+ LoadingComponent,
4484
4522
  //Cards
4485
4523
  CardComponent,
4486
4524
  CardHeaderComponent,
4487
4525
  CardBodyComponent,
4488
4526
  CardFooterComponent,
4489
- //Check
4490
- CheckIconComponent,
4491
4527
  //HtmlEditor
4492
4528
  HtmlEditorComponent,
4493
4529
  FormsHtmlEditorComponent,
4494
- //identity
4495
- SignInButtonComponent,
4496
- SignUpButtonComponent,
4497
- SignOutButtonComponent,
4498
- ///
4499
- NodataComponent,
4500
- //Spinners
4501
- PageSpinnerComponent,
4502
- LoadingComponent,
4530
+ //Dialogs
4531
+ ContactUsDialog,
4503
4532
  //Directives
4504
4533
  NativeElementDirective,
4505
4534
  //Forms
@@ -4508,43 +4537,37 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
4508
4537
  UrlSlugComponent,
4509
4538
  TimezoneDropdownlist,
4510
4539
  ContactUsForm,
4511
- //Dialogs
4512
- ContactUsDialog,
4513
4540
  //Pipes
4514
4541
  SafeHtmlPipe,
4515
4542
  ReplaceTextPipe,
4516
4543
  FileSizePipe,
4517
4544
  //Validation
4518
4545
  FormValidationSummaryComponent,
4519
- ItemValidationSummaryComponent
4520
- ], imports: [DialogsModule,
4546
+ ItemValidationSummaryComponent], imports: [DialogsModule,
4521
4547
  ButtonsModule,
4522
4548
  CommonModule,
4523
4549
  ReactiveFormsModule,
4524
4550
  FormsModule,
4525
- NgxCaptchaModule, i1$7.FroalaEditorModule, i1$7.FroalaViewModule], exports: [
4526
- //billing
4527
- BuyAccessButtonComponent,
4551
+ NgxCaptchaModule,
4552
+ FaModule, i1$7.FroalaEditorModule, i1$7.FroalaViewModule], exports: [BuyAccessButtonComponent,
4528
4553
  SubscribePlanButtonComponent,
4554
+ CheckIconComponent,
4555
+ SignInButtonComponent,
4556
+ SignUpButtonComponent,
4557
+ SignOutButtonComponent,
4558
+ NodataComponent,
4559
+ PageSpinnerComponent,
4560
+ LoadingComponent,
4529
4561
  //Cards
4530
4562
  CardComponent,
4531
4563
  CardHeaderComponent,
4532
4564
  CardBodyComponent,
4533
4565
  CardFooterComponent,
4534
- //Check
4535
- CheckIconComponent,
4536
4566
  //HtmlEditor
4537
4567
  HtmlEditorComponent,
4538
4568
  FormsHtmlEditorComponent,
4539
- //identity
4540
- SignInButtonComponent,
4541
- SignUpButtonComponent,
4542
- SignOutButtonComponent,
4543
- ///
4544
- NodataComponent,
4545
- //Spinners
4546
- PageSpinnerComponent,
4547
- LoadingComponent,
4569
+ //Dialogs
4570
+ ContactUsDialog,
4548
4571
  //Directives
4549
4572
  NativeElementDirective,
4550
4573
  //Forms
@@ -4553,22 +4576,20 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
4553
4576
  UrlSlugComponent,
4554
4577
  TimezoneDropdownlist,
4555
4578
  ContactUsForm,
4556
- //Dialogs
4557
- ContactUsDialog,
4558
4579
  //Pipes
4559
4580
  SafeHtmlPipe,
4560
4581
  ReplaceTextPipe,
4561
4582
  FileSizePipe,
4562
4583
  //Validation
4563
4584
  FormValidationSummaryComponent,
4564
- ItemValidationSummaryComponent
4565
- ] });
4585
+ ItemValidationSummaryComponent] });
4566
4586
  AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, imports: [DialogsModule,
4567
4587
  ButtonsModule,
4568
4588
  CommonModule,
4569
4589
  ReactiveFormsModule,
4570
4590
  FormsModule,
4571
4591
  NgxCaptchaModule,
4592
+ FaModule,
4572
4593
  FroalaEditorModuleWithProviders,
4573
4594
  FroalaViewModuleWithProviders] });
4574
4595
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, decorators: [{
@@ -4581,6 +4602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4581
4602
  ReactiveFormsModule,
4582
4603
  FormsModule,
4583
4604
  NgxCaptchaModule,
4605
+ FaModule,
4584
4606
  FroalaEditorModuleWithProviders,
4585
4607
  FroalaViewModuleWithProviders,
4586
4608
  ],
@@ -4601,5 +4623,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4601
4623
  * Generated bundle index. Do not edit.
4602
4624
  */
4603
4625
 
4604
- export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, CoreApiService, DOM, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
4626
+ export { AddressComponent, Alerts, AnatolyCoreModule, AnatolyDataModule, AnatolyHttpInterceptor, AnatolyUIModule, AppContextService, AppCoreSettings, BaseApiService, BaseComponent, BaseDialog, BaseEditComponent, BaseGoService, BaseGridEditService, BaseGridReadService, BaseHtmlEditorComponent, BaseList, BasePage, BasePagedPage, BuyAccessButtonComponent, CardBodyComponent, CardComponent, CardFooterComponent, CardHeaderComponent, CheckIconComponent, CompanyComponent, ContactUsDialog, ContactUsForm, Convert, CoreApiService, DOM, DefaultEditorOptions, DigitalMarketingService, EmailsApiService, FaModule, FileSizePipe, FormValidationSummaryComponent, FormsHtmlEditorComponent, FroalaEditorModuleWithProviders, FroalaViewModuleWithProviders, GlobalErrorHandler, GoogleAnalyticsService, Guid, HtmlEditorComponent, IdleService, InjectorInstance, ItemValidationSummaryComponent, LoadingComponent, LoadingService, LocalStorageService, LocalizationInjectorInstance, LocalizationModule, LocalizationService, LocalizationSettingsModule, LocalizePipe, LoggingService, NativeElementDirective, NodataComponent, NotificationService, NotificationsApiService, PageSpinnerComponent, ReplaceTextPipe, SafeHtmlPipe, SessionStorageService, SignInButtonComponent, SignOutButtonComponent, SignUpButtonComponent, Subs, SubscribePlanButtonComponent, TimezoneDropdownlist, TranslateModuleAtRoot, UrlSlugComponent, Urls, Utils, ValidationSummaryComponent, customTranslateLoaderFactory, localizationInitializerFactory, throwIfAlreadyLoaded };
4605
4627
  //# sourceMappingURL=osovitny-anatoly.mjs.map