@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
  2 Jun 2020
@@ -971,8 +974,8 @@ class Alerts {
971
974
  @osovitny/anatoly
972
975
 
973
976
  Authors:
974
- Vadim Osovitny
975
- Anatoly Osovitny
977
+ Vadim Osovitny vadim@osovitny.com
978
+ Anatoly Osovitny anatoly@osovitny.com
976
979
 
977
980
  Created:
978
981
  26 Jun 2020
@@ -992,8 +995,8 @@ class Guid {
992
995
  @osovitny/anatoly
993
996
 
994
997
  Authors:
995
- Vadim Osovitny
996
- Anatoly Osovitny
998
+ Vadim Osovitny vadim@osovitny.com
999
+ Anatoly Osovitny anatoly@osovitny.com
997
1000
 
998
1001
  Created:
999
1002
  2 Jun 2020
@@ -1208,8 +1211,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1208
1211
  @osovitny/anatoly
1209
1212
 
1210
1213
  Authors:
1211
- Vadim Osovitny
1212
- Anatoly Osovitny
1214
+ Vadim Osovitny vadim@osovitny.com
1215
+ Anatoly Osovitny anatoly@osovitny.com
1213
1216
 
1214
1217
  Created:
1215
1218
  13 Nov 2017
@@ -1298,8 +1301,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1298
1301
  @osovitny/anatoly
1299
1302
 
1300
1303
  Authors:
1301
- Vadim Osovitny
1302
- Anatoly Osovitny
1304
+ Vadim Osovitny vadim@osovitny.com
1305
+ Anatoly Osovitny anatoly@osovitny.com
1303
1306
 
1304
1307
  Created:
1305
1308
  26 Jun 2020
@@ -1361,8 +1364,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1361
1364
  @osovitny/anatoly
1362
1365
 
1363
1366
  Authors:
1364
- Vadim Osovitny
1365
- Anatoly Osovitny
1367
+ Vadim Osovitny vadim@osovitny.com
1368
+ Anatoly Osovitny anatoly@osovitny.com
1366
1369
 
1367
1370
  Created:
1368
1371
  13 Nov 2017
@@ -1489,8 +1492,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1489
1492
  @osovitny/anatoly
1490
1493
 
1491
1494
  Authors:
1492
- Vadim Osovitny
1493
- Anatoly Osovitny
1495
+ Vadim Osovitny vadim@osovitny.com
1496
+ Anatoly Osovitny anatoly@osovitny.com
1494
1497
 
1495
1498
  Created:
1496
1499
  26 Jun 2020
@@ -1561,8 +1564,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1561
1564
  @osovitny/anatoly
1562
1565
 
1563
1566
  Authors:
1564
- Vadim Osovitny
1565
- Anatoly Osovitny
1567
+ Vadim Osovitny vadim@osovitny.com
1568
+ Anatoly Osovitny anatoly@osovitny.com
1566
1569
 
1567
1570
  Created:
1568
1571
  29 Nov 2020
@@ -1625,8 +1628,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1625
1628
  @osovitny/anatoly
1626
1629
 
1627
1630
  Authors:
1628
- Vadim Osovitny
1629
- Anatoly Osovitny
1631
+ Vadim Osovitny vadim@osovitny.com
1632
+ Anatoly Osovitny anatoly@osovitny.com
1630
1633
 
1631
1634
  Created:
1632
1635
  29 Nov 2020
@@ -1673,8 +1676,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
1673
1676
  @osovitny/anatoly
1674
1677
 
1675
1678
  Authors:
1676
- Vadim Osovitny
1677
- Anatoly Osovitny
1679
+ Vadim Osovitny vadim@osovitny.com
1680
+ Anatoly Osovitny anatoly@osovitny.com
1678
1681
 
1679
1682
  Created:
1680
1683
  8 Aug 2022
@@ -1826,8 +1829,8 @@ class DOM {
1826
1829
  @osovitny/anatoly
1827
1830
 
1828
1831
  Authors:
1829
- Vadim Osovitny
1830
- Anatoly Osovitny
1832
+ Vadim Osovitny vadim@osovitny.com
1833
+ Anatoly Osovitny anatoly@osovitny.com
1831
1834
 
1832
1835
  Created:
1833
1836
  26 Jun 2020
@@ -1857,8 +1860,8 @@ class Subs {
1857
1860
  @osovitny/anatoly
1858
1861
 
1859
1862
  Authors:
1860
- Vadim Osovitny
1861
- Anatoly Osovitny
1863
+ Vadim Osovitny vadim@osovitny.com
1864
+ Anatoly Osovitny anatoly@osovitny.com
1862
1865
 
1863
1866
  Created:
1864
1867
  19 March 2020
@@ -1939,8 +1942,8 @@ class Utils {
1939
1942
  @osovitny/anatoly
1940
1943
 
1941
1944
  Authors:
1942
- Vadim Osovitny
1943
- Anatoly Osovitny
1945
+ Vadim Osovitny vadim@osovitny.com
1946
+ Anatoly Osovitny anatoly@osovitny.com
1944
1947
 
1945
1948
  Created:
1946
1949
  2 Aug 2022
@@ -1955,8 +1958,8 @@ class Utils {
1955
1958
  @osovitny/anatoly
1956
1959
 
1957
1960
  Authors:
1958
- Vadim Osovitny
1959
- Anatoly Osovitny
1961
+ Vadim Osovitny vadim@osovitny.com
1962
+ Anatoly Osovitny anatoly@osovitny.com
1960
1963
 
1961
1964
  Created:
1962
1965
  29 Apr 2018
@@ -2010,8 +2013,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2010
2013
  @osovitny/anatoly
2011
2014
 
2012
2015
  Authors:
2013
- Vadim Osovitny
2014
- Anatoly Osovitny
2016
+ Vadim Osovitny vadim@osovitny.com
2017
+ Anatoly Osovitny anatoly@osovitny.com
2015
2018
 
2016
2019
  Created:
2017
2020
  29 Apr 2018
@@ -2084,8 +2087,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2084
2087
  @osovitny/anatoly
2085
2088
 
2086
2089
  Authors:
2087
- Vadim Osovitny
2088
- Anatoly Osovitny
2090
+ Vadim Osovitny vadim@osovitny.com
2091
+ Anatoly Osovitny anatoly@osovitny.com
2089
2092
 
2090
2093
  Created:
2091
2094
  30 April 2020
@@ -2108,8 +2111,8 @@ const Consts = {
2108
2111
  @osovitny/anatoly
2109
2112
 
2110
2113
  Authors:
2111
- Vadim Osovitny
2112
- Anatoly Osovitny
2114
+ Vadim Osovitny vadim@osovitny.com
2115
+ Anatoly Osovitny anatoly@osovitny.com
2113
2116
 
2114
2117
  Created:
2115
2118
  30 April 2020
@@ -2142,8 +2145,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2142
2145
  @osovitny/anatoly
2143
2146
 
2144
2147
  Authors:
2145
- Vadim Osovitny
2146
- Anatoly Osovitny
2148
+ Vadim Osovitny vadim@osovitny.com
2149
+ Anatoly Osovitny anatoly@osovitny.com
2147
2150
 
2148
2151
  Created:
2149
2152
  16 Jun 2022
@@ -2182,8 +2185,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2182
2185
  @osovitny/anatoly
2183
2186
 
2184
2187
  Authors:
2185
- Vadim Osovitny
2186
- Anatoly Osovitny
2188
+ Vadim Osovitny vadim@osovitny.com
2189
+ Anatoly Osovitny anatoly@osovitny.com
2187
2190
 
2188
2191
  Created:
2189
2192
  02 Aug 2022
@@ -2234,8 +2237,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2234
2237
  @osovitny/anatoly
2235
2238
 
2236
2239
  Authors:
2237
- Vadim Osovitny
2238
- Anatoly Osovitny
2240
+ Vadim Osovitny vadim@osovitny.com
2241
+ Anatoly Osovitny anatoly@osovitny.com
2239
2242
 
2240
2243
  Created:
2241
2244
  2 Aug 2022
@@ -2250,8 +2253,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2250
2253
  @osovitny/anatoly
2251
2254
 
2252
2255
  Authors:
2253
- Vadim Osovitny
2254
- Anatoly Osovitny
2256
+ Vadim Osovitny vadim@osovitny.com
2257
+ Anatoly Osovitny anatoly@osovitny.com
2255
2258
 
2256
2259
  Created:
2257
2260
  4 Jul 2018
@@ -2276,8 +2279,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2276
2279
  @osovitny/anatoly
2277
2280
 
2278
2281
  Authors:
2279
- Vadim Osovitny
2280
- Anatoly Osovitny
2282
+ Vadim Osovitny vadim@osovitny.com
2283
+ Anatoly Osovitny anatoly@osovitny.com
2281
2284
 
2282
2285
  Created:
2283
2286
  14 Aug 2018
@@ -2331,8 +2334,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2331
2334
  @osovitny/anatoly
2332
2335
 
2333
2336
  Authors:
2334
- Vadim Osovitny
2335
- Anatoly Osovitny
2337
+ Vadim Osovitny vadim@osovitny.com
2338
+ Anatoly Osovitny anatoly@osovitny.com
2336
2339
 
2337
2340
  Created:
2338
2341
  1 Jun 2018
@@ -2390,8 +2393,239 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2390
2393
  @osovitny/anatoly
2391
2394
 
2392
2395
  Authors:
2393
- Vadim Osovitny
2394
- Anatoly Osovitny
2396
+ Vadim Osovitny vadim@osovitny.com
2397
+ Anatoly Osovitny anatoly@osovitny.com
2398
+
2399
+ Created:
2400
+ 15 Aug 2022
2401
+
2402
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2403
+ </file>
2404
+ */
2405
+ class CheckIconComponent {
2406
+ constructor() {
2407
+ //Inputs
2408
+ this.checked = true;
2409
+ }
2410
+ }
2411
+ CheckIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2412
+ 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"] }] });
2413
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, decorators: [{
2414
+ type: Component,
2415
+ 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" }]
2416
+ }], propDecorators: { checked: [{
2417
+ type: Input
2418
+ }] } });
2419
+
2420
+ /*
2421
+ <file>
2422
+ Project:
2423
+ @osovitny/anatoly
2424
+
2425
+ Authors:
2426
+ Vadim Osovitny vadim@osovitny.com
2427
+ Anatoly Osovitny anatoly@osovitny.com
2428
+
2429
+ Created:
2430
+ 4 Jul 2018
2431
+
2432
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2433
+ </file>
2434
+ */
2435
+ class SignInButtonComponent {
2436
+ constructor() { }
2437
+ }
2438
+ SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2439
+ 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" });
2440
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
2441
+ type: Component,
2442
+ args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
2443
+ }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
2444
+ type: Input
2445
+ }] } });
2446
+
2447
+ /*
2448
+ <file>
2449
+ Project:
2450
+ @osovitny/anatoly
2451
+
2452
+ Authors:
2453
+ Vadim Osovitny vadim@osovitny.com
2454
+ Anatoly Osovitny anatoly@osovitny.com
2455
+
2456
+ Created:
2457
+ 4 Jul 2018
2458
+
2459
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2460
+ </file>
2461
+ */
2462
+ class SignOutButtonComponent {
2463
+ constructor() { }
2464
+ }
2465
+ SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2466
+ 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" });
2467
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
2468
+ type: Component,
2469
+ args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
2470
+ }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
2471
+ type: Input
2472
+ }] } });
2473
+
2474
+ /*
2475
+ <file>
2476
+ Project:
2477
+ @osovitny/anatoly
2478
+
2479
+ Authors:
2480
+ Vadim Osovitny vadim@osovitny.com
2481
+ Anatoly Osovitny anatoly@osovitny.com
2482
+
2483
+ Created:
2484
+ 29 Jul 2022
2485
+
2486
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2487
+ </file>
2488
+ */
2489
+ class NodataComponent {
2490
+ constructor() {
2491
+ this.dataLoading = false;
2492
+ this.dataLoaded = false;
2493
+ this.dataFound = false;
2494
+ this.heading = 'No data found';
2495
+ this.headingClass = 'text-uppercase';
2496
+ }
2497
+ }
2498
+ NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2499
+ 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"] }] });
2500
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
2501
+ type: Component,
2502
+ 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" }]
2503
+ }], ctorParameters: function () { return []; }, propDecorators: { dataLoading: [{
2504
+ type: Input
2505
+ }], dataLoaded: [{
2506
+ type: Input
2507
+ }], dataFound: [{
2508
+ type: Input
2509
+ }], heading: [{
2510
+ type: Input
2511
+ }], headingClass: [{
2512
+ type: Input
2513
+ }] } });
2514
+
2515
+ /*
2516
+ <file>
2517
+ Project:
2518
+ @osovitny/anatoly
2519
+
2520
+ Authors:
2521
+ Vadim Osovitny vadim@osovitny.com
2522
+ Anatoly Osovitny anatoly@osovitny.com
2523
+
2524
+ Created:
2525
+ 9 May 2020
2526
+
2527
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2528
+ </file>
2529
+ */
2530
+ class LoadingComponent {
2531
+ constructor(loadingService) {
2532
+ this.loadingService = loadingService;
2533
+ // Private
2534
+ this.subs = new Subs();
2535
+ // Public
2536
+ this.show = false;
2537
+ }
2538
+ ngOnInit() {
2539
+ this.subs.sink = this.loadingService.subscribe({
2540
+ next: (data) => {
2541
+ this.show = data;
2542
+ }
2543
+ });
2544
+ }
2545
+ ngOnDestroy() {
2546
+ this.subs.unsubscribe();
2547
+ }
2548
+ }
2549
+ LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
2550
+ 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"] }] });
2551
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
2552
+ type: Component,
2553
+ 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" }]
2554
+ }], ctorParameters: function () { return [{ type: LoadingService }]; } });
2555
+
2556
+ const Spinkit = {
2557
+ skChasingDots: 'sk-chasing-dots',
2558
+ skCubeGrid: 'sk-cube-grid',
2559
+ skDoubleBounce: 'sk-double-bounce',
2560
+ skRotatingPlane: 'sk-rotationg-plane',
2561
+ skSpinnerPulse: 'sk-spinner-pulse',
2562
+ skThreeBounce: 'sk-three-bounce',
2563
+ skWanderingCubes: 'sk-wandering-cubes',
2564
+ skWave: 'sk-wave',
2565
+ skLine: 'sk-line-material'
2566
+ };
2567
+
2568
+ /*
2569
+ <file>
2570
+ Project:
2571
+ @osovitny/anatoly
2572
+
2573
+ Authors:
2574
+ Vadim Osovitny vadim@osovitny.com
2575
+ Anatoly Osovitny anatoly@osovitny.com
2576
+
2577
+ Created:
2578
+ 16 May 2020
2579
+
2580
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2581
+ </file>
2582
+ */
2583
+ class PageSpinnerComponent {
2584
+ constructor(router) {
2585
+ this.router = router;
2586
+ this.isSpinnerVisible = true;
2587
+ this.Spinkit = Spinkit;
2588
+ this.backgroundColor = '#2196f3';
2589
+ this.spinner = Spinkit.skLine;
2590
+ router.events.subscribe({
2591
+ next: (routerEvent) => {
2592
+ this.checkRouterEvent(routerEvent);
2593
+ }
2594
+ });
2595
+ }
2596
+ checkRouterEvent(routerEvent) {
2597
+ if (routerEvent instanceof NavigationStart) {
2598
+ this.isSpinnerVisible = true;
2599
+ }
2600
+ if (routerEvent instanceof NavigationEnd ||
2601
+ routerEvent instanceof NavigationCancel ||
2602
+ routerEvent instanceof NavigationError) {
2603
+ this.isSpinnerVisible = false;
2604
+ }
2605
+ }
2606
+ ngOnDestroy() {
2607
+ this.isSpinnerVisible = false;
2608
+ }
2609
+ }
2610
+ PageSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
2611
+ 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 });
2612
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
2613
+ type: Component,
2614
+ 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" }]
2615
+ }], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { backgroundColor: [{
2616
+ type: Input
2617
+ }], spinner: [{
2618
+ type: Input
2619
+ }] } });
2620
+
2621
+ /*
2622
+ <file>
2623
+ Project:
2624
+ @osovitny/anatoly
2625
+
2626
+ Authors:
2627
+ Vadim Osovitny vadim@osovitny.com
2628
+ Anatoly Osovitny anatoly@osovitny.com
2395
2629
 
2396
2630
  Created:
2397
2631
  29 July 2022
@@ -2416,8 +2650,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2416
2650
  @osovitny/anatoly
2417
2651
 
2418
2652
  Authors:
2419
- Vadim Osovitny
2420
- Anatoly Osovitny
2653
+ Vadim Osovitny vadim@osovitny.com
2654
+ Anatoly Osovitny anatoly@osovitny.com
2421
2655
 
2422
2656
  Created:
2423
2657
  29 July 2022
@@ -2457,8 +2691,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2457
2691
  @osovitny/anatoly
2458
2692
 
2459
2693
  Authors:
2460
- Vadim Osovitny
2461
- Anatoly Osovitny
2694
+ Vadim Osovitny vadim@osovitny.com
2695
+ Anatoly Osovitny anatoly@osovitny.com
2462
2696
 
2463
2697
  Created:
2464
2698
  29 July 2022
@@ -2483,8 +2717,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2483
2717
  @osovitny/anatoly
2484
2718
 
2485
2719
  Authors:
2486
- Vadim Osovitny
2487
- Anatoly Osovitny
2720
+ Vadim Osovitny vadim@osovitny.com
2721
+ Anatoly Osovitny anatoly@osovitny.com
2488
2722
 
2489
2723
  Created:
2490
2724
  29 July 2022
@@ -2509,38 +2743,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2509
2743
  @osovitny/anatoly
2510
2744
 
2511
2745
  Authors:
2512
- Vadim Osovitny
2513
- Anatoly Osovitny
2514
-
2515
- Created:
2516
- 15 Aug 2022
2517
-
2518
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
2519
- </file>
2520
- */
2521
- class CheckIconComponent {
2522
- constructor() {
2523
- //Inputs
2524
- this.checked = true;
2525
- }
2526
- }
2527
- CheckIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
2528
- 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"] }] });
2529
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: CheckIconComponent, decorators: [{
2530
- type: Component,
2531
- 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" }]
2532
- }], ctorParameters: function () { return []; }, propDecorators: { checked: [{
2533
- type: Input
2534
- }] } });
2535
-
2536
- /*
2537
- <file>
2538
- Project:
2539
- @osovitny/anatoly
2540
-
2541
- Authors:
2542
- Vadim Osovitny
2543
- Anatoly Osovitny
2746
+ Vadim Osovitny vadim@osovitny.com
2747
+ Anatoly Osovitny anatoly@osovitny.com
2544
2748
 
2545
2749
  Created:
2546
2750
  12 Dec 2017
@@ -2625,8 +2829,8 @@ const DefaultEditorOptions = {
2625
2829
  @osovitny/anatoly
2626
2830
 
2627
2831
  Authors:
2628
- Vadim Osovitny
2629
- Anatoly Osovitny
2832
+ Vadim Osovitny vadim@osovitny.com
2833
+ Anatoly Osovitny anatoly@osovitny.com
2630
2834
 
2631
2835
  Created:
2632
2836
  28 Aug 2018
@@ -2678,8 +2882,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2678
2882
  @osovitny/anatoly
2679
2883
 
2680
2884
  Authors:
2681
- Vadim Osovitny
2682
- Anatoly Osovitny
2885
+ Vadim Osovitny vadim@osovitny.com
2886
+ Anatoly Osovitny anatoly@osovitny.com
2683
2887
 
2684
2888
  Created:
2685
2889
  20 Nov 2017
@@ -2806,8 +3010,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2806
3010
  @osovitny/anatoly
2807
3011
 
2808
3012
  Authors:
2809
- Vadim Osovitny
2810
- Anatoly Osovitny
3013
+ Vadim Osovitny vadim@osovitny.com
3014
+ Anatoly Osovitny anatoly@osovitny.com
2811
3015
 
2812
3016
  Created:
2813
3017
  12 Dec 2017
@@ -2907,8 +3111,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2907
3111
  @osovitny/anatoly
2908
3112
 
2909
3113
  Authors:
2910
- Vadim Osovitny
2911
- Anatoly Osovitny
3114
+ Vadim Osovitny vadim@osovitny.com
3115
+ Anatoly Osovitny anatoly@osovitny.com
2912
3116
 
2913
3117
  Created:
2914
3118
  28 Jun 2020
@@ -2941,8 +3145,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
2941
3145
  @osovitny/anatoly
2942
3146
 
2943
3147
  Authors:
2944
- Vadim Osovitny
2945
- Anatoly Osovitny
3148
+ Vadim Osovitny vadim@osovitny.com
3149
+ Anatoly Osovitny anatoly@osovitny.com
2946
3150
 
2947
3151
  Created:
2948
3152
  8 Dec 2017
@@ -3061,8 +3265,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3061
3265
  @osovitny/anatoly
3062
3266
 
3063
3267
  Authors:
3064
- Vadim Osovitny
3065
- Anatoly Osovitny
3268
+ Vadim Osovitny vadim@osovitny.com
3269
+ Anatoly Osovitny anatoly@osovitny.com
3066
3270
 
3067
3271
  Created:
3068
3272
  6 Dec 2017
@@ -3092,8 +3296,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3092
3296
  @osovitny/anatoly
3093
3297
 
3094
3298
  Authors:
3095
- Vadim Osovitny
3096
- Anatoly Osovitny
3299
+ Vadim Osovitny vadim@osovitny.com
3300
+ Anatoly Osovitny anatoly@osovitny.com
3097
3301
 
3098
3302
  Created:
3099
3303
  12 Dec 2017
@@ -3127,8 +3331,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3127
3331
  @osovitny/anatoly
3128
3332
 
3129
3333
  Authors:
3130
- Vadim Osovitny
3131
- Anatoly Osovitny
3334
+ Vadim Osovitny vadim@osovitny.com
3335
+ Anatoly Osovitny anatoly@osovitny.com
3132
3336
 
3133
3337
  Created:
3134
3338
  12 Dec 2017
@@ -3170,212 +3374,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3170
3374
  @osovitny/anatoly
3171
3375
 
3172
3376
  Authors:
3173
- Vadim Osovitny
3174
- Anatoly Osovitny
3175
-
3176
- Created:
3177
- 4 Jul 2018
3178
-
3179
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3180
- </file>
3181
- */
3182
- class SignInButtonComponent {
3183
- constructor() { }
3184
- }
3185
- SignInButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3186
- 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" });
3187
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignInButtonComponent, decorators: [{
3188
- type: Component,
3189
- args: [{ selector: "anatoly-signin-button", template: "<a href=\"identity/signIn\" class=\"{{classbtn}}\">Sign In</a>\r\n" }]
3190
- }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
3191
- type: Input
3192
- }] } });
3193
-
3194
- /*
3195
- <file>
3196
- Project:
3197
- @osovitny/anatoly
3198
-
3199
- Authors:
3200
- Vadim Osovitny
3201
- Anatoly Osovitny
3202
-
3203
- Created:
3204
- 4 Jul 2018
3205
-
3206
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3207
- </file>
3208
- */
3209
- class SignOutButtonComponent {
3210
- constructor() { }
3211
- }
3212
- SignOutButtonComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3213
- 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" });
3214
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: SignOutButtonComponent, decorators: [{
3215
- type: Component,
3216
- args: [{ selector: "anatoly-signout-button", template: "<a href=\"identity/signOut\" class=\"{{classbtn}}\">Sign Out</a>\r\n" }]
3217
- }], ctorParameters: function () { return []; }, propDecorators: { classbtn: [{
3218
- type: Input
3219
- }] } });
3220
-
3221
- /*
3222
- <file>
3223
- Project:
3224
- @osovitny/anatoly
3225
-
3226
- Authors:
3227
- Vadim Osovitny
3228
- Anatoly Osovitny
3229
-
3230
- Created:
3231
- 29 Jul 2022
3232
-
3233
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3234
- </file>
3235
- */
3236
- class NodataComponent {
3237
- constructor() {
3238
- this.dataLoading = false;
3239
- this.dataLoaded = false;
3240
- this.dataFound = false;
3241
- this.icon = 'fas fa-cubes fa-w-16 fa-9x';
3242
- this.heading = 'No data found';
3243
- this.headingClass = 'text-uppercase text-primary';
3244
- }
3245
- }
3246
- NodataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
3247
- 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"] }] });
3248
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: NodataComponent, decorators: [{
3249
- type: Component,
3250
- 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" }]
3251
- }], ctorParameters: function () { return []; }, propDecorators: { dataLoading: [{
3252
- type: Input
3253
- }], dataLoaded: [{
3254
- type: Input
3255
- }], dataFound: [{
3256
- type: Input
3257
- }], icon: [{
3258
- type: Input
3259
- }], heading: [{
3260
- type: Input
3261
- }], headingClass: [{
3262
- type: Input
3263
- }] } });
3264
-
3265
- /*
3266
- <file>
3267
- Project:
3268
- @osovitny/anatoly
3269
-
3270
- Authors:
3271
- Vadim Osovitny
3272
- Anatoly Osovitny
3273
-
3274
- Created:
3275
- 9 May 2020
3276
-
3277
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3278
- </file>
3279
- */
3280
- class LoadingComponent {
3281
- constructor(loadingService) {
3282
- this.loadingService = loadingService;
3283
- // Private
3284
- this.subs = new Subs();
3285
- // Public
3286
- this.show = false;
3287
- }
3288
- ngOnInit() {
3289
- this.subs.sink = this.loadingService.subscribe({
3290
- next: (data) => {
3291
- this.show = data;
3292
- }
3293
- });
3294
- }
3295
- ngOnDestroy() {
3296
- this.subs.unsubscribe();
3297
- }
3298
- }
3299
- LoadingComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, deps: [{ token: LoadingService }], target: i0.ɵɵFactoryTarget.Component });
3300
- 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"] }] });
3301
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: LoadingComponent, decorators: [{
3302
- type: Component,
3303
- 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" }]
3304
- }], ctorParameters: function () { return [{ type: LoadingService }]; } });
3305
-
3306
- const Spinkit = {
3307
- skChasingDots: 'sk-chasing-dots',
3308
- skCubeGrid: 'sk-cube-grid',
3309
- skDoubleBounce: 'sk-double-bounce',
3310
- skRotatingPlane: 'sk-rotationg-plane',
3311
- skSpinnerPulse: 'sk-spinner-pulse',
3312
- skThreeBounce: 'sk-three-bounce',
3313
- skWanderingCubes: 'sk-wandering-cubes',
3314
- skWave: 'sk-wave',
3315
- skLine: 'sk-line-material'
3316
- };
3317
-
3318
- /*
3319
- <file>
3320
- Project:
3321
- @osovitny/anatoly
3322
-
3323
- Authors:
3324
- Vadim Osovitny
3325
- Anatoly Osovitny
3326
-
3327
- Created:
3328
- 16 May 2020
3329
-
3330
- Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
3331
- </file>
3332
- */
3333
- class PageSpinnerComponent {
3334
- constructor(router) {
3335
- this.router = router;
3336
- this.isSpinnerVisible = true;
3337
- this.Spinkit = Spinkit;
3338
- this.backgroundColor = '#2196f3';
3339
- this.spinner = Spinkit.skLine;
3340
- router.events.subscribe({
3341
- next: (routerEvent) => {
3342
- this.checkRouterEvent(routerEvent);
3343
- }
3344
- });
3345
- }
3346
- checkRouterEvent(routerEvent) {
3347
- if (routerEvent instanceof NavigationStart) {
3348
- this.isSpinnerVisible = true;
3349
- }
3350
- if (routerEvent instanceof NavigationEnd ||
3351
- routerEvent instanceof NavigationCancel ||
3352
- routerEvent instanceof NavigationError) {
3353
- this.isSpinnerVisible = false;
3354
- }
3355
- }
3356
- ngOnDestroy() {
3357
- this.isSpinnerVisible = false;
3358
- }
3359
- }
3360
- PageSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, deps: [{ token: i1.Router }], target: i0.ɵɵFactoryTarget.Component });
3361
- 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 });
3362
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: PageSpinnerComponent, decorators: [{
3363
- type: Component,
3364
- 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" }]
3365
- }], ctorParameters: function () { return [{ type: i1.Router }]; }, propDecorators: { backgroundColor: [{
3366
- type: Input
3367
- }], spinner: [{
3368
- type: Input
3369
- }] } });
3370
-
3371
- /*
3372
- <file>
3373
- Project:
3374
- @osovitny/anatoly
3375
-
3376
- Authors:
3377
- Vadim Osovitny
3378
- Anatoly Osovitny
3377
+ Vadim Osovitny vadim@osovitny.com
3378
+ Anatoly Osovitny anatoly@osovitny.com
3379
3379
 
3380
3380
  Created:
3381
3381
  24 Jan 2022
@@ -3436,8 +3436,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3436
3436
  @osovitny/anatoly
3437
3437
 
3438
3438
  Authors:
3439
- Vadim Osovitny
3440
- Anatoly Osovitny
3439
+ Vadim Osovitny vadim@osovitny.com
3440
+ Anatoly Osovitny anatoly@osovitny.com
3441
3441
 
3442
3442
  Created:
3443
3443
  20 Aug 2022
@@ -3497,8 +3497,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3497
3497
  @osovitny/anatoly
3498
3498
 
3499
3499
  Authors:
3500
- Vadim Osovitny
3501
- Anatoly Osovitny
3500
+ Vadim Osovitny vadim@osovitny.com
3501
+ Anatoly Osovitny anatoly@osovitny.com
3502
3502
 
3503
3503
  Created:
3504
3504
  20 Aug 2022
@@ -3523,8 +3523,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3523
3523
  @osovitny/anatoly
3524
3524
 
3525
3525
  Authors:
3526
- Vadim Osovitny
3527
- Anatoly Osovitny
3526
+ Vadim Osovitny vadim@osovitny.com
3527
+ Anatoly Osovitny anatoly@osovitny.com
3528
3528
 
3529
3529
  Created:
3530
3530
  20 Aug 2022
@@ -3581,8 +3581,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3581
3581
  @osovitny/anatoly
3582
3582
 
3583
3583
  Authors:
3584
- Vadim Osovitny
3585
- Anatoly Osovitny
3584
+ Vadim Osovitny vadim@osovitny.com
3585
+ Anatoly Osovitny anatoly@osovitny.com
3586
3586
 
3587
3587
  Created:
3588
3588
  2 Aug 2022
@@ -3597,8 +3597,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3597
3597
  @osovitny/anatoly
3598
3598
 
3599
3599
  Authors:
3600
- Vadim Osovitny
3601
- Anatoly Osovitny
3600
+ Vadim Osovitny vadim@osovitny.com
3601
+ Anatoly Osovitny anatoly@osovitny.com
3602
3602
 
3603
3603
  Created:
3604
3604
  7 Dec 2017
@@ -3655,8 +3655,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3655
3655
  @osovitny/anatoly
3656
3656
 
3657
3657
  Authors:
3658
- Vadim Osovitny
3659
- Anatoly Osovitny
3658
+ Vadim Osovitny vadim@osovitny.com
3659
+ Anatoly Osovitny anatoly@osovitny.com
3660
3660
 
3661
3661
  Created:
3662
3662
  02 Aug 2022
@@ -3761,8 +3761,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3761
3761
  @osovitny/anatoly
3762
3762
 
3763
3763
  Authors:
3764
- Vadim Osovitny
3765
- Anatoly Osovitny
3764
+ Vadim Osovitny vadim@osovitny.com
3765
+ Anatoly Osovitny anatoly@osovitny.com
3766
3766
 
3767
3767
  Created:
3768
3768
  16 July 2022
@@ -3801,8 +3801,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3801
3801
  @osovitny/anatoly
3802
3802
 
3803
3803
  Authors:
3804
- Vadim Osovitny
3805
- Anatoly Osovitny
3804
+ Vadim Osovitny vadim@osovitny.com
3805
+ Anatoly Osovitny anatoly@osovitny.com
3806
3806
 
3807
3807
  Created:
3808
3808
  2 Aug 2022
@@ -3817,8 +3817,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3817
3817
  @osovitny/anatoly
3818
3818
 
3819
3819
  Authors:
3820
- Vadim Osovitny
3821
- Anatoly Osovitny
3820
+ Vadim Osovitny vadim@osovitny.com
3821
+ Anatoly Osovitny anatoly@osovitny.com
3822
3822
 
3823
3823
  Created:
3824
3824
  2 Aug 2022
@@ -3833,8 +3833,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3833
3833
  @osovitny/anatoly
3834
3834
 
3835
3835
  Authors:
3836
- Vadim Osovitny
3837
- Anatoly Osovitny
3836
+ Vadim Osovitny vadim@osovitny.com
3837
+ Anatoly Osovitny anatoly@osovitny.com
3838
3838
 
3839
3839
  Created:
3840
3840
  02 Aug 2022
@@ -3955,8 +3955,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
3955
3955
  @osovitny/anatoly
3956
3956
 
3957
3957
  Authors:
3958
- Vadim Osovitny
3959
- Anatoly Osovitny
3958
+ Vadim Osovitny vadim@osovitny.com
3959
+ Anatoly Osovitny anatoly@osovitny.com
3960
3960
 
3961
3961
  Created:
3962
3962
  02 Aug 2022
@@ -4034,8 +4034,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4034
4034
  @osovitny/anatoly
4035
4035
 
4036
4036
  Authors:
4037
- Vadim Osovitny
4038
- Anatoly Osovitny
4037
+ Vadim Osovitny vadim@osovitny.com
4038
+ Anatoly Osovitny anatoly@osovitny.com
4039
4039
 
4040
4040
  Created:
4041
4041
  02 Aug 2022
@@ -4116,8 +4116,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4116
4116
  @osovitny/anatoly
4117
4117
 
4118
4118
  Authors:
4119
- Vadim Osovitny
4120
- Anatoly Osovitny
4119
+ Vadim Osovitny vadim@osovitny.com
4120
+ Anatoly Osovitny anatoly@osovitny.com
4121
4121
 
4122
4122
  Created:
4123
4123
  02 Aug 2022
@@ -4176,8 +4176,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4176
4176
  @osovitny/anatoly
4177
4177
 
4178
4178
  Authors:
4179
- Vadim Osovitny
4180
- Anatoly Osovitny
4179
+ Vadim Osovitny vadim@osovitny.com
4180
+ Anatoly Osovitny anatoly@osovitny.com
4181
4181
 
4182
4182
  Created:
4183
4183
  2 Aug 2022
@@ -4192,8 +4192,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4192
4192
  @osovitny/anatoly
4193
4193
 
4194
4194
  Authors:
4195
- Vadim Osovitny
4196
- Anatoly Osovitny
4195
+ Vadim Osovitny vadim@osovitny.com
4196
+ Anatoly Osovitny anatoly@osovitny.com
4197
4197
 
4198
4198
  Created:
4199
4199
  26 Jun 2020
@@ -4231,8 +4231,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4231
4231
  @osovitny/anatoly
4232
4232
 
4233
4233
  Authors:
4234
- Vadim Osovitny
4235
- Anatoly Osovitny
4234
+ Vadim Osovitny vadim@osovitny.com
4235
+ Anatoly Osovitny anatoly@osovitny.com
4236
4236
 
4237
4237
  Created:
4238
4238
  26 Jun 2020
@@ -4265,8 +4265,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4265
4265
  @osovitny/anatoly
4266
4266
 
4267
4267
  Authors:
4268
- Vadim Osovitny
4269
- Anatoly Osovitny
4268
+ Vadim Osovitny vadim@osovitny.com
4269
+ Anatoly Osovitny anatoly@osovitny.com
4270
4270
 
4271
4271
  Created:
4272
4272
  27 Oct 2019
@@ -4295,8 +4295,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4295
4295
  @osovitny/anatoly
4296
4296
 
4297
4297
  Authors:
4298
- Vadim Osovitny
4299
- Anatoly Osovitny
4298
+ Vadim Osovitny vadim@osovitny.com
4299
+ Anatoly Osovitny anatoly@osovitny.com
4300
4300
 
4301
4301
  Created:
4302
4302
  2 Aug 2022
@@ -4311,8 +4311,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4311
4311
  @osovitny/anatoly
4312
4312
 
4313
4313
  Authors:
4314
- Vadim Osovitny
4315
- Anatoly Osovitny
4314
+ Vadim Osovitny vadim@osovitny.com
4315
+ Anatoly Osovitny anatoly@osovitny.com
4316
4316
 
4317
4317
  Created:
4318
4318
  2 Aug 2022
@@ -4327,8 +4327,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4327
4327
  @osovitny/anatoly
4328
4328
 
4329
4329
  Authors:
4330
- Vadim Osovitny
4331
- Anatoly Osovitny
4330
+ Vadim Osovitny vadim@osovitny.com
4331
+ Anatoly Osovitny anatoly@osovitny.com
4332
4332
 
4333
4333
  Created:
4334
4334
  29 June 2020
@@ -4384,8 +4384,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4384
4384
  @osovitny/anatoly
4385
4385
 
4386
4386
  Authors:
4387
- Vadim Osovitny
4388
- Anatoly Osovitny
4387
+ Vadim Osovitny vadim@osovitny.com
4388
+ Anatoly Osovitny anatoly@osovitny.com
4389
4389
 
4390
4390
  Created:
4391
4391
  4 Mar 2020
@@ -4427,8 +4427,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4427
4427
  @osovitny/anatoly
4428
4428
 
4429
4429
  Authors:
4430
- Vadim Osovitny
4431
- Anatoly Osovitny
4430
+ Vadim Osovitny vadim@osovitny.com
4431
+ Anatoly Osovitny anatoly@osovitny.com
4432
+
4433
+ Created:
4434
+ 25 Aug 2022
4435
+
4436
+ Copyright (c) 2016-2022 Osovitny Inc. All rights reserved.
4437
+ </file>
4438
+ */
4439
+ class FaModule {
4440
+ constructor(library) {
4441
+ library.addIcons(faCheckCircle, faCircleXmark, faDatabase);
4442
+ }
4443
+ }
4444
+ FaModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, deps: [{ token: i2.FaIconLibrary }], target: i0.ɵɵFactoryTarget.NgModule });
4445
+ FaModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: FaModule, imports: [CommonModule,
4446
+ FontAwesomeModule], exports: [FontAwesomeModule] });
4447
+ FaModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, imports: [CommonModule,
4448
+ FontAwesomeModule, FontAwesomeModule] });
4449
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: FaModule, decorators: [{
4450
+ type: NgModule,
4451
+ args: [{
4452
+ imports: [
4453
+ CommonModule,
4454
+ FontAwesomeModule
4455
+ ],
4456
+ exports: [
4457
+ FontAwesomeModule
4458
+ ]
4459
+ }]
4460
+ }], ctorParameters: function () { return [{ type: i2.FaIconLibrary }]; } });
4461
+
4462
+ /*
4463
+ <file>
4464
+ Project:
4465
+ @osovitny/anatoly
4466
+
4467
+ Authors:
4468
+ Vadim Osovitny vadim@osovitny.com
4469
+ Anatoly Osovitny anatoly@osovitny.com
4432
4470
 
4433
4471
  Created:
4434
4472
  26 Jun 2020
@@ -4439,28 +4477,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4439
4477
  const FroalaEditorModuleWithProviders = FroalaEditorModule.forRoot();
4440
4478
  const FroalaViewModuleWithProviders = FroalaViewModule.forRoot();
4441
4479
  const COMPONENTS = [
4442
- //billing
4443
4480
  BuyAccessButtonComponent,
4444
4481
  SubscribePlanButtonComponent,
4482
+ CheckIconComponent,
4483
+ SignInButtonComponent,
4484
+ SignUpButtonComponent,
4485
+ SignOutButtonComponent,
4486
+ NodataComponent,
4487
+ PageSpinnerComponent,
4488
+ LoadingComponent,
4445
4489
  //Cards
4446
4490
  CardComponent,
4447
4491
  CardHeaderComponent,
4448
4492
  CardBodyComponent,
4449
4493
  CardFooterComponent,
4450
- //Check
4451
- CheckIconComponent,
4452
4494
  //HtmlEditor
4453
4495
  HtmlEditorComponent,
4454
4496
  FormsHtmlEditorComponent,
4455
- //identity
4456
- SignInButtonComponent,
4457
- SignUpButtonComponent,
4458
- SignOutButtonComponent,
4459
- ///
4460
- NodataComponent,
4461
- //Spinners
4462
- PageSpinnerComponent,
4463
- LoadingComponent,
4497
+ //Dialogs
4498
+ ContactUsDialog,
4464
4499
  //Directives
4465
4500
  NativeElementDirective,
4466
4501
  //Forms
@@ -4469,8 +4504,6 @@ const COMPONENTS = [
4469
4504
  UrlSlugComponent,
4470
4505
  TimezoneDropdownlist,
4471
4506
  ContactUsForm,
4472
- //Dialogs
4473
- ContactUsDialog,
4474
4507
  //Pipes
4475
4508
  SafeHtmlPipe,
4476
4509
  ReplaceTextPipe,
@@ -4482,29 +4515,25 @@ const COMPONENTS = [
4482
4515
  class AnatolyUIModule {
4483
4516
  }
4484
4517
  AnatolyUIModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
4485
- AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [
4486
- //billing
4487
- BuyAccessButtonComponent,
4518
+ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, declarations: [BuyAccessButtonComponent,
4488
4519
  SubscribePlanButtonComponent,
4520
+ CheckIconComponent,
4521
+ SignInButtonComponent,
4522
+ SignUpButtonComponent,
4523
+ SignOutButtonComponent,
4524
+ NodataComponent,
4525
+ PageSpinnerComponent,
4526
+ LoadingComponent,
4489
4527
  //Cards
4490
4528
  CardComponent,
4491
4529
  CardHeaderComponent,
4492
4530
  CardBodyComponent,
4493
4531
  CardFooterComponent,
4494
- //Check
4495
- CheckIconComponent,
4496
4532
  //HtmlEditor
4497
4533
  HtmlEditorComponent,
4498
4534
  FormsHtmlEditorComponent,
4499
- //identity
4500
- SignInButtonComponent,
4501
- SignUpButtonComponent,
4502
- SignOutButtonComponent,
4503
- ///
4504
- NodataComponent,
4505
- //Spinners
4506
- PageSpinnerComponent,
4507
- LoadingComponent,
4535
+ //Dialogs
4536
+ ContactUsDialog,
4508
4537
  //Directives
4509
4538
  NativeElementDirective,
4510
4539
  //Forms
@@ -4513,8 +4542,6 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
4513
4542
  UrlSlugComponent,
4514
4543
  TimezoneDropdownlist,
4515
4544
  ContactUsForm,
4516
- //Dialogs
4517
- ContactUsDialog,
4518
4545
  //Pipes
4519
4546
  SafeHtmlPipe,
4520
4547
  ReplaceTextPipe,
@@ -4526,29 +4553,26 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
4526
4553
  CommonModule,
4527
4554
  ReactiveFormsModule,
4528
4555
  FormsModule,
4529
- NgxCaptchaModule, i1$7.FroalaEditorModule, i1$7.FroalaViewModule], exports: [
4530
- //billing
4531
- BuyAccessButtonComponent,
4556
+ NgxCaptchaModule,
4557
+ FaModule, i1$7.FroalaEditorModule, i1$7.FroalaViewModule], exports: [BuyAccessButtonComponent,
4532
4558
  SubscribePlanButtonComponent,
4559
+ CheckIconComponent,
4560
+ SignInButtonComponent,
4561
+ SignUpButtonComponent,
4562
+ SignOutButtonComponent,
4563
+ NodataComponent,
4564
+ PageSpinnerComponent,
4565
+ LoadingComponent,
4533
4566
  //Cards
4534
4567
  CardComponent,
4535
4568
  CardHeaderComponent,
4536
4569
  CardBodyComponent,
4537
4570
  CardFooterComponent,
4538
- //Check
4539
- CheckIconComponent,
4540
4571
  //HtmlEditor
4541
4572
  HtmlEditorComponent,
4542
4573
  FormsHtmlEditorComponent,
4543
- //identity
4544
- SignInButtonComponent,
4545
- SignUpButtonComponent,
4546
- SignOutButtonComponent,
4547
- ///
4548
- NodataComponent,
4549
- //Spinners
4550
- PageSpinnerComponent,
4551
- LoadingComponent,
4574
+ //Dialogs
4575
+ ContactUsDialog,
4552
4576
  //Directives
4553
4577
  NativeElementDirective,
4554
4578
  //Forms
@@ -4557,8 +4581,6 @@ AnatolyUIModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version
4557
4581
  UrlSlugComponent,
4558
4582
  TimezoneDropdownlist,
4559
4583
  ContactUsForm,
4560
- //Dialogs
4561
- ContactUsDialog,
4562
4584
  //Pipes
4563
4585
  SafeHtmlPipe,
4564
4586
  ReplaceTextPipe,
@@ -4572,6 +4594,7 @@ AnatolyUIModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version
4572
4594
  ReactiveFormsModule,
4573
4595
  FormsModule,
4574
4596
  NgxCaptchaModule,
4597
+ FaModule,
4575
4598
  FroalaEditorModuleWithProviders,
4576
4599
  FroalaViewModuleWithProviders] });
4577
4600
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImport: i0, type: AnatolyUIModule, decorators: [{
@@ -4584,6 +4607,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4584
4607
  ReactiveFormsModule,
4585
4608
  FormsModule,
4586
4609
  NgxCaptchaModule,
4610
+ FaModule,
4587
4611
  FroalaEditorModuleWithProviders,
4588
4612
  FroalaViewModuleWithProviders,
4589
4613
  ],
@@ -4604,5 +4628,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.0.6", ngImpor
4604
4628
  * Generated bundle index. Do not edit.
4605
4629
  */
4606
4630
 
4607
- 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 };
4631
+ 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 };
4608
4632
  //# sourceMappingURL=osovitny-anatoly.mjs.map