@esfaenza/core 16.2.28 → 19.2.2

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 (210) hide show
  1. package/components/back-top/back-top.component.d.ts +12 -12
  2. package/components/base/base.component.d.ts +26 -26
  3. package/components/base/embedding.component.d.ts +22 -22
  4. package/components/base/reactive.component.d.ts +9 -9
  5. package/components/breadcrumb/breadcrumb.component.d.ts +26 -26
  6. package/components/components.module.d.ts +32 -32
  7. package/components/error/404/pagenotfound.component.d.ts +15 -15
  8. package/components/error/500/servererror.component.d.ts +20 -20
  9. package/components/error/Angular/angularerror.component.d.ts +25 -25
  10. package/components/es-image-cropper/es-image-cropper.component.d.ts +25 -25
  11. package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +11 -11
  12. package/components/es-modal/es-modal.component.d.ts +18 -18
  13. package/components/external-page/external_pages.component.d.ts +21 -21
  14. package/components/index.d.ts +5 -5
  15. package/components/jace-login/jace-login.component.d.ts +8 -8
  16. package/components/jace-resource/jace-resource.component.d.ts +25 -25
  17. package/components/labeled-span/labeled-span.component.d.ts +11 -11
  18. package/components/navbar/navbar.component.d.ts +58 -58
  19. package/components/navbar/navbar.component.loc.d.ts +8 -8
  20. package/components/page/pages.component.d.ts +23 -23
  21. package/components/public-api.d.ts +21 -21
  22. package/components/redirecter/redirecter.component.d.ts +23 -23
  23. package/components/sidebar/sidebar.component.d.ts +64 -64
  24. package/components/sidebar/sidebar.component.loc.d.ts +8 -8
  25. package/components/user_infos/user_infos.component.d.ts +50 -50
  26. package/components/user_infos/user_infos.component.loc.d.ts +8 -8
  27. package/directives/componentHost/componentHost.directive.d.ts +12 -12
  28. package/directives/directives.module.d.ts +12 -12
  29. package/directives/draggable/draggable.directive.d.ts +13 -13
  30. package/directives/es-modal/es-modal.directive.d.ts +20 -20
  31. package/directives/es-routerLink/es-routerLink.directive.d.ts +13 -13
  32. package/directives/index.d.ts +5 -5
  33. package/directives/public-api.d.ts +7 -7
  34. package/directives/slim-scroll/slim-scroll.directive.d.ts +15 -15
  35. package/directives/widget/widget.directive.d.ts +9 -9
  36. package/domain/index.d.ts +5 -5
  37. package/domain/models/core/ApplicationJob.d.ts +12 -12
  38. package/domain/models/core/ApplicationMenu.d.ts +16 -16
  39. package/domain/models/core/ApplicationRoutes.d.ts +2 -2
  40. package/domain/models/core/EnvOptions.d.ts +15 -15
  41. package/domain/models/core/GenericItem.d.ts +10 -10
  42. package/domain/models/core/KeyValue.d.ts +5 -5
  43. package/domain/models/global_search/SaerchResultContainer.d.ts +5 -5
  44. package/domain/models/global_search/SearchResult.d.ts +10 -10
  45. package/domain/models/jace/AccountScope.d.ts +9 -9
  46. package/domain/models/jace/ActiveModuleView.d.ts +11 -11
  47. package/domain/models/jace/CategoriesWithModules.d.ts +6 -6
  48. package/domain/models/jace/JaceAccount.d.ts +17 -17
  49. package/domain/models/jace/JaceIdentity.d.ts +17 -17
  50. package/domain/models/jace/JaceModule.d.ts +8 -8
  51. package/domain/models/jace/JacePermission.d.ts +10 -10
  52. package/domain/models/jace/JaceRole.d.ts +13 -13
  53. package/domain/models/jace/JaceUser.d.ts +9 -9
  54. package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +5 -5
  55. package/domain/models/user/UpdatePasswordDto.d.ts +9 -9
  56. package/domain/models/user/UpdateProfilePictureDto.d.ts +4 -4
  57. package/domain/models/user/UserAccount.d.ts +23 -23
  58. package/domain/public-api.d.ts +22 -22
  59. package/domain/tokens.d.ts +22 -22
  60. package/fesm2022/esfaenza-core-components.mjs +1492 -1480
  61. package/fesm2022/esfaenza-core-components.mjs.map +1 -1
  62. package/fesm2022/esfaenza-core-directives.mjs +269 -269
  63. package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
  64. package/fesm2022/esfaenza-core-domain.mjs +153 -153
  65. package/fesm2022/esfaenza-core-domain.mjs.map +1 -1
  66. package/fesm2022/esfaenza-core-helpers.mjs +38 -38
  67. package/fesm2022/esfaenza-core-helpers.mjs.map +1 -1
  68. package/fesm2022/esfaenza-core-modules.mjs +128 -134
  69. package/fesm2022/esfaenza-core-modules.mjs.map +1 -1
  70. package/fesm2022/esfaenza-core-pipes.mjs +96 -96
  71. package/fesm2022/esfaenza-core-pipes.mjs.map +1 -1
  72. package/fesm2022/esfaenza-core-services.mjs +1760 -1754
  73. package/fesm2022/esfaenza-core-services.mjs.map +1 -1
  74. package/fesm2022/esfaenza-core.mjs +206 -230
  75. package/fesm2022/esfaenza-core.mjs.map +1 -1
  76. package/helpers/classes/ResizeListener.d.ts +12 -12
  77. package/helpers/index.d.ts +5 -5
  78. package/helpers/public-api.d.ts +1 -1
  79. package/index.d.ts +5 -5
  80. package/lib/app.component.d.ts +13 -13
  81. package/lib/core.module.d.ts +85 -86
  82. package/modules/classes/_base.module.d.ts +4 -4
  83. package/modules/classes/_embedding.module.d.ts +11 -11
  84. package/modules/classes/_shared.module.d.ts +28 -29
  85. package/modules/classes/t_c.module.d.ts +18 -19
  86. package/modules/index.d.ts +5 -5
  87. package/modules/public-api.d.ts +4 -4
  88. package/package.json +84 -104
  89. package/pipes/classes/included_in.pipe.d.ts +7 -7
  90. package/pipes/classes/safe_html.pipe.d.ts +10 -10
  91. package/pipes/classes/safe_script.pipe.d.ts +10 -10
  92. package/pipes/classes/safe_style.pipe.d.ts +10 -10
  93. package/pipes/classes/safe_url.pipe.d.ts +10 -10
  94. package/pipes/index.d.ts +5 -5
  95. package/pipes/pipes.module.d.ts +11 -11
  96. package/pipes/public-api.d.ts +6 -6
  97. package/public-api.d.ts +2 -2
  98. package/services/classes/app.accesstoken.d.ts +17 -17
  99. package/services/classes/app.completedjobredirection.d.ts +12 -12
  100. package/services/classes/app.errorhandler.d.ts +11 -11
  101. package/services/classes/app.event.d.ts +10 -10
  102. package/services/classes/app.globalsearch.d.ts +25 -25
  103. package/services/classes/app.httpextensions.d.ts +34 -34
  104. package/services/classes/app.httpextensions.loc.d.ts +8 -8
  105. package/services/classes/app.menufilter.d.ts +14 -14
  106. package/services/classes/app.routeguard.d.ts +10 -10
  107. package/services/classes/app.session.d.ts +15 -15
  108. package/services/classes/app.state.d.ts +55 -55
  109. package/services/classes/preferences/app.cache.persistor.d.ts +25 -25
  110. package/services/classes/preferences/app.preference.persistor.d.ts +25 -25
  111. package/services/classes/preferences/user/app.userpreferences.base.d.ts +25 -25
  112. package/services/index.d.ts +5 -5
  113. package/services/public-api.d.ts +13 -13
  114. package/theme/initial.scss +17 -7
  115. package/esm2022/components/back-top/back-top.component.mjs +0 -43
  116. package/esm2022/components/base/base.component.mjs +0 -67
  117. package/esm2022/components/base/embedding.component.mjs +0 -64
  118. package/esm2022/components/base/reactive.component.mjs +0 -28
  119. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -80
  120. package/esm2022/components/components.module.mjs +0 -97
  121. package/esm2022/components/error/404/pagenotfound.component.mjs +0 -36
  122. package/esm2022/components/error/500/servererror.component.mjs +0 -47
  123. package/esm2022/components/error/Angular/angularerror.component.mjs +0 -62
  124. package/esm2022/components/es-image-cropper/es-image-cropper.component.mjs +0 -82
  125. package/esm2022/components/es-modal/es-modal-head/es-modal-head.component.mjs +0 -22
  126. package/esm2022/components/es-modal/es-modal.component.mjs +0 -40
  127. package/esm2022/components/esfaenza-core-components.mjs +0 -5
  128. package/esm2022/components/external-page/external_pages.component.mjs +0 -48
  129. package/esm2022/components/jace-login/jace-login.component.mjs +0 -31
  130. package/esm2022/components/jace-resource/jace-resource.component.mjs +0 -68
  131. package/esm2022/components/labeled-span/labeled-span.component.mjs +0 -25
  132. package/esm2022/components/navbar/navbar.component.loc.mjs +0 -41
  133. package/esm2022/components/navbar/navbar.component.mjs +0 -223
  134. package/esm2022/components/page/pages.component.mjs +0 -60
  135. package/esm2022/components/public-api.mjs +0 -22
  136. package/esm2022/components/redirecter/redirecter.component.mjs +0 -65
  137. package/esm2022/components/sidebar/sidebar.component.loc.mjs +0 -39
  138. package/esm2022/components/sidebar/sidebar.component.mjs +0 -286
  139. package/esm2022/components/user_infos/user_infos.component.loc.mjs +0 -43
  140. package/esm2022/components/user_infos/user_infos.component.mjs +0 -148
  141. package/esm2022/directives/componentHost/componentHost.directive.mjs +0 -29
  142. package/esm2022/directives/directives.module.mjs +0 -21
  143. package/esm2022/directives/draggable/draggable.directive.mjs +0 -49
  144. package/esm2022/directives/es-modal/es-modal.directive.mjs +0 -79
  145. package/esm2022/directives/es-routerLink/es-routerLink.directive.mjs +0 -55
  146. package/esm2022/directives/esfaenza-core-directives.mjs +0 -5
  147. package/esm2022/directives/public-api.mjs +0 -8
  148. package/esm2022/directives/slim-scroll/slim-scroll.directive.mjs +0 -41
  149. package/esm2022/directives/widget/widget.directive.mjs +0 -37
  150. package/esm2022/domain/esfaenza-core-domain.mjs +0 -5
  151. package/esm2022/domain/models/core/ApplicationJob.mjs +0 -3
  152. package/esm2022/domain/models/core/ApplicationMenu.mjs +0 -26
  153. package/esm2022/domain/models/core/ApplicationRoutes.mjs +0 -3
  154. package/esm2022/domain/models/core/EnvOptions.mjs +0 -13
  155. package/esm2022/domain/models/core/GenericItem.mjs +0 -12
  156. package/esm2022/domain/models/core/KeyValue.mjs +0 -15
  157. package/esm2022/domain/models/global_search/SaerchResultContainer.mjs +0 -6
  158. package/esm2022/domain/models/global_search/SearchResult.mjs +0 -8
  159. package/esm2022/domain/models/jace/AccountScope.mjs +0 -8
  160. package/esm2022/domain/models/jace/ActiveModuleView.mjs +0 -6
  161. package/esm2022/domain/models/jace/CategoriesWithModules.mjs +0 -7
  162. package/esm2022/domain/models/jace/JaceAccount.mjs +0 -3
  163. package/esm2022/domain/models/jace/JaceIdentity.mjs +0 -15
  164. package/esm2022/domain/models/jace/JaceModule.mjs +0 -10
  165. package/esm2022/domain/models/jace/JacePermission.mjs +0 -3
  166. package/esm2022/domain/models/jace/JaceRole.mjs +0 -9
  167. package/esm2022/domain/models/jace/JaceUser.mjs +0 -3
  168. package/esm2022/domain/models/user/UpdateAccountRecoverySettingsDto.mjs +0 -7
  169. package/esm2022/domain/models/user/UpdatePasswordDto.mjs +0 -11
  170. package/esm2022/domain/models/user/UpdateProfilePictureDto.mjs +0 -6
  171. package/esm2022/domain/models/user/UserAccount.mjs +0 -3
  172. package/esm2022/domain/public-api.mjs +0 -23
  173. package/esm2022/domain/tokens.mjs +0 -17
  174. package/esm2022/esfaenza-core.mjs +0 -5
  175. package/esm2022/helpers/classes/ResizeListener.mjs +0 -38
  176. package/esm2022/helpers/esfaenza-core-helpers.mjs +0 -5
  177. package/esm2022/helpers/public-api.mjs +0 -2
  178. package/esm2022/lib/app.component.mjs +0 -34
  179. package/esm2022/lib/core.module.mjs +0 -258
  180. package/esm2022/modules/classes/_base.module.mjs +0 -32
  181. package/esm2022/modules/classes/_embedding.module.mjs +0 -27
  182. package/esm2022/modules/classes/_shared.module.mjs +0 -47
  183. package/esm2022/modules/classes/t_c.module.mjs +0 -85
  184. package/esm2022/modules/esfaenza-core-modules.mjs +0 -5
  185. package/esm2022/modules/public-api.mjs +0 -5
  186. package/esm2022/pipes/classes/included_in.pipe.mjs +0 -20
  187. package/esm2022/pipes/classes/safe_html.pipe.mjs +0 -21
  188. package/esm2022/pipes/classes/safe_script.pipe.mjs +0 -21
  189. package/esm2022/pipes/classes/safe_style.pipe.mjs +0 -21
  190. package/esm2022/pipes/classes/safe_url.pipe.mjs +0 -21
  191. package/esm2022/pipes/esfaenza-core-pipes.mjs +0 -5
  192. package/esm2022/pipes/pipes.module.mjs +0 -20
  193. package/esm2022/pipes/public-api.mjs +0 -7
  194. package/esm2022/public-api.mjs +0 -3
  195. package/esm2022/services/classes/app.accesstoken.mjs +0 -1042
  196. package/esm2022/services/classes/app.completedjobredirection.mjs +0 -18
  197. package/esm2022/services/classes/app.errorhandler.mjs +0 -41
  198. package/esm2022/services/classes/app.event.mjs +0 -27
  199. package/esm2022/services/classes/app.globalsearch.mjs +0 -34
  200. package/esm2022/services/classes/app.httpextensions.loc.mjs +0 -15
  201. package/esm2022/services/classes/app.httpextensions.mjs +0 -90
  202. package/esm2022/services/classes/app.menufilter.mjs +0 -21
  203. package/esm2022/services/classes/app.routeguard.mjs +0 -23
  204. package/esm2022/services/classes/app.session.mjs +0 -40
  205. package/esm2022/services/classes/app.state.mjs +0 -229
  206. package/esm2022/services/classes/preferences/app.cache.persistor.mjs +0 -94
  207. package/esm2022/services/classes/preferences/app.preference.persistor.mjs +0 -94
  208. package/esm2022/services/classes/preferences/user/app.userpreferences.base.mjs +0 -101
  209. package/esm2022/services/esfaenza-core-services.mjs +0 -5
  210. package/esm2022/services/public-api.mjs +0 -14
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { Directive, Input, Attribute, HostListener, Optional, Inject, NgModule } from '@angular/core';
2
+ import { Input, Directive, HostListener, Attribute, Optional, Inject, NgModule } from '@angular/core';
3
3
  import * as i1 from '@esfaenza/extensions';
4
4
  import 'jquery-slimscroll';
5
5
  import * as i2 from '@angular/router';
@@ -10,286 +10,286 @@ import * as i3$1 from 'ngx-bootstrap/modal';
10
10
  import { ModalDirective, MODAL_CONFIG_DEFAULT_OVERRIDE } from 'ngx-bootstrap/modal';
11
11
  import * as i2$1 from 'ngx-bootstrap/component-loader';
12
12
 
13
- // Angular
14
- class Draggable {
15
- constructor(_elementRef, zone, emb) {
16
- this._elementRef = _elementRef;
17
- this.zone = zone;
18
- this.emb = emb;
19
- }
20
- ngOnInit() {
21
- this.zone.runOutsideAngular(() => {
22
- var handle = this.handlerSelector || '.modal-header';
23
- jQuery(this._elementRef.nativeElement).children(':first-child').draggable({
24
- handle,
25
- helper: function (_, __) {
26
- var oBody = jQuery(document).find('body');
27
- var containmentDiv = jQuery('<div id="div_containment"></div>');
28
- containmentDiv
29
- .css('z-index', "-99999")
30
- .css('top', "0")
31
- .css('left', "0")
32
- .css('width', "100%")
33
- .css('height', "100%")
34
- .css('position', 'absolute');
35
- containmentDiv.appendTo(oBody);
36
- return this;
37
- },
38
- stop: function (_, __) {
39
- jQuery(document).filter('body').find('#div_containment').remove();
40
- },
41
- containment: this.emb.Embedded ? "#div_containment" : null
42
- });
43
- });
44
- }
45
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Draggable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.AppEmbeddingExtensions }], target: i0.ɵɵFactoryTarget.Directive }); }
46
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: Draggable, isStandalone: true, selector: "[emaDraggable]", inputs: { handlerSelector: ["emaDraggable", "handlerSelector"] }, ngImport: i0 }); }
47
- }
48
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Draggable, decorators: [{
49
- type: Directive,
50
- args: [{
51
- selector: "[emaDraggable]",
52
- standalone: true
53
- }]
54
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.AppEmbeddingExtensions }]; }, propDecorators: { handlerSelector: [{
55
- type: Input,
56
- args: ['emaDraggable']
13
+ // Angular
14
+ class Draggable {
15
+ constructor(_elementRef, zone, emb) {
16
+ this._elementRef = _elementRef;
17
+ this.zone = zone;
18
+ this.emb = emb;
19
+ }
20
+ ngOnInit() {
21
+ this.zone.runOutsideAngular(() => {
22
+ var handle = this.handlerSelector || '.modal-header';
23
+ jQuery(this._elementRef.nativeElement).children(':first-child').draggable({
24
+ handle,
25
+ helper: function (_, __) {
26
+ var oBody = jQuery(document).find('body');
27
+ var containmentDiv = jQuery('<div id="div_containment"></div>');
28
+ containmentDiv
29
+ .css('z-index', "-99999")
30
+ .css('top', "0")
31
+ .css('left', "0")
32
+ .css('width', "100%")
33
+ .css('height', "100%")
34
+ .css('position', 'absolute');
35
+ containmentDiv.appendTo(oBody);
36
+ return this;
37
+ },
38
+ stop: function (_, __) {
39
+ jQuery(document).filter('body').find('#div_containment').remove();
40
+ },
41
+ containment: this.emb.Embedded ? "#div_containment" : null
42
+ });
43
+ });
44
+ }
45
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Draggable, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i1.AppEmbeddingExtensions }], target: i0.ɵɵFactoryTarget.Directive }); }
46
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: Draggable, isStandalone: true, selector: "[emaDraggable]", inputs: { handlerSelector: ["emaDraggable", "handlerSelector"] }, ngImport: i0 }); }
47
+ }
48
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Draggable, decorators: [{
49
+ type: Directive,
50
+ args: [{
51
+ selector: "[emaDraggable]",
52
+ standalone: true
53
+ }]
54
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i1.AppEmbeddingExtensions }], propDecorators: { handlerSelector: [{
55
+ type: Input,
56
+ args: ['emaDraggable']
57
57
  }] } });
58
58
 
59
- // Angular
60
- class SlimScroll {
61
- constructor(_elementRef, zone) {
62
- this._elementRef = _elementRef;
63
- this.zone = zone;
64
- }
65
- ngOnChanges(changes) {
66
- this._scroll();
67
- }
68
- _scroll() {
69
- this._destroy();
70
- this._init();
71
- }
72
- //Stacco slimscroll da Angular dato che registra dei listener sull'oggetto in cui viene creato che spammerebbero la change detection
73
- _init() {
74
- this.zone.runOutsideAngular(() => {
75
- jQuery(this._elementRef.nativeElement).slimScroll(this.slimScrollOptions);
76
- });
77
- }
78
- _destroy() {
79
- this.zone.runOutsideAngular(() => {
80
- jQuery(this._elementRef.nativeElement).slimScroll({ destroy: true });
81
- });
82
- }
83
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SlimScroll, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
84
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: SlimScroll, isStandalone: true, selector: "[slim-scroll]", inputs: { slimScrollOptions: "slimScrollOptions" }, usesOnChanges: true, ngImport: i0 }); }
85
- }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SlimScroll, decorators: [{
87
- type: Directive,
88
- args: [{
89
- selector: "[slim-scroll]",
90
- standalone: true
91
- }]
92
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { slimScrollOptions: [{
93
- type: Input
59
+ // Angular
60
+ class SlimScroll {
61
+ constructor(_elementRef, zone) {
62
+ this._elementRef = _elementRef;
63
+ this.zone = zone;
64
+ }
65
+ ngOnChanges(changes) {
66
+ this._scroll();
67
+ }
68
+ _scroll() {
69
+ this._destroy();
70
+ this._init();
71
+ }
72
+ //Stacco slimscroll da Angular dato che registra dei listener sull'oggetto in cui viene creato che spammerebbero la change detection
73
+ _init() {
74
+ this.zone.runOutsideAngular(() => {
75
+ jQuery(this._elementRef.nativeElement).slimScroll(this.slimScrollOptions);
76
+ });
77
+ }
78
+ _destroy() {
79
+ this.zone.runOutsideAngular(() => {
80
+ jQuery(this._elementRef.nativeElement).slimScroll({ destroy: true });
81
+ });
82
+ }
83
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SlimScroll, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive }); }
84
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: SlimScroll, isStandalone: true, selector: "[slim-scroll]", inputs: { slimScrollOptions: "slimScrollOptions" }, usesOnChanges: true, ngImport: i0 }); }
85
+ }
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: SlimScroll, decorators: [{
87
+ type: Directive,
88
+ args: [{
89
+ selector: "[slim-scroll]",
90
+ standalone: true
91
+ }]
92
+ }], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { slimScrollOptions: [{
93
+ type: Input
94
94
  }] } });
95
95
 
96
- class esRouterLinkWithHref extends RouterLinkWithHref {
97
- constructor(emb, router, route, tabIndexAttribute, renderer, el, locationStrategy) {
98
- super(router, route, tabIndexAttribute, renderer, el, locationStrategy);
99
- this.emb = emb;
100
- }
101
- set esRouterLink(commands) {
102
- let BasePath = "/" + (this.emb.Embedded ? EMBEDDED_ROUTE : ROUTE);
103
- if (commands != null) {
104
- this.commands = Array.isArray(commands) ? commands : [commands];
105
- let route = this.commands[0];
106
- if (!route.startsWith("/" + EMBEDDED_ROUTE) && !route.startsWith("/" + ROUTE))
107
- this.commands[0] = BasePath + this.commands[0];
108
- }
109
- else {
110
- this.commands = null;
111
- }
112
- }
113
- onClick(button, ctrlKey, shiftKey, altKey, metaKey) {
114
- if (this.emb.Embedded) {
115
- let url = this.urlTree.toString().replace(EMBEDDED_ROUTE, ROUTE + "/embed/" + myconfig.AppData.ModuleId);
116
- this.emb.MainWindow.postMessage({ type: "navigate", url, newTab: ctrlKey, replaceState: !ctrlKey }, "*");
117
- if (!ctrlKey)
118
- return super.onClick(button, ctrlKey, shiftKey, altKey, metaKey);
119
- else
120
- return false;
121
- }
122
- else
123
- return super.onClick(button, ctrlKey, shiftKey, altKey, metaKey);
124
- }
125
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: esRouterLinkWithHref, deps: [{ token: i1.AppEmbeddingExtensions }, { token: i2.Router }, { token: i2.ActivatedRoute }, { token: 'tabindex', attribute: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i3.LocationStrategy }], target: i0.ɵɵFactoryTarget.Directive }); }
126
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: esRouterLinkWithHref, isStandalone: true, selector: "a[esRouterLink],area[esRouterLink]", inputs: { esRouterLink: "esRouterLink" }, host: { listeners: { "click": "onClick($event.button,$event.ctrlKey,$event.shiftKey,$event.altKey,$event.metaKey)" } }, usesInheritance: true, ngImport: i0 }); }
127
- }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: esRouterLinkWithHref, decorators: [{
129
- type: Directive,
130
- args: [{
131
- selector: 'a[esRouterLink],area[esRouterLink]',
132
- standalone: true
133
- }]
134
- }], ctorParameters: function () { return [{ type: i1.AppEmbeddingExtensions }, { type: i2.Router }, { type: i2.ActivatedRoute }, { type: undefined, decorators: [{
135
- type: Attribute,
136
- args: ['tabindex']
137
- }] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i3.LocationStrategy }]; }, propDecorators: { esRouterLink: [{
138
- type: Input
139
- }], onClick: [{
140
- type: HostListener,
141
- args: ['click', ['$event.button', '$event.ctrlKey', '$event.shiftKey', '$event.altKey', '$event.metaKey']]
96
+ class esRouterLinkWithHref extends RouterLinkWithHref {
97
+ constructor(emb, router, route, tabIndexAttribute, renderer, el, locationStrategy) {
98
+ super(router, route, tabIndexAttribute, renderer, el, locationStrategy);
99
+ this.emb = emb;
100
+ }
101
+ set esRouterLink(commands) {
102
+ let BasePath = "/" + (this.emb.Embedded ? EMBEDDED_ROUTE : ROUTE);
103
+ if (commands != null) {
104
+ this.commands = Array.isArray(commands) ? commands : [commands];
105
+ let route = this.commands[0];
106
+ if (!route.startsWith("/" + EMBEDDED_ROUTE) && !route.startsWith("/" + ROUTE))
107
+ this.commands[0] = BasePath + this.commands[0];
108
+ }
109
+ else {
110
+ this.commands = null;
111
+ }
112
+ }
113
+ onClick(button, ctrlKey, shiftKey, altKey, metaKey) {
114
+ if (this.emb.Embedded) {
115
+ let url = this.urlTree.toString().replace(EMBEDDED_ROUTE, ROUTE + "/embed/" + myconfig.AppData.ModuleId);
116
+ this.emb.MainWindow.postMessage({ type: "navigate", url, newTab: ctrlKey, replaceState: !ctrlKey }, "*");
117
+ if (!ctrlKey)
118
+ return super.onClick(button, ctrlKey, shiftKey, altKey, metaKey);
119
+ else
120
+ return false;
121
+ }
122
+ else
123
+ return super.onClick(button, ctrlKey, shiftKey, altKey, metaKey);
124
+ }
125
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: esRouterLinkWithHref, deps: [{ token: i1.AppEmbeddingExtensions }, { token: i2.Router }, { token: i2.ActivatedRoute }, { token: 'tabindex', attribute: true }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i3.LocationStrategy }], target: i0.ɵɵFactoryTarget.Directive }); }
126
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: esRouterLinkWithHref, isStandalone: true, selector: "a[esRouterLink],area[esRouterLink]", inputs: { esRouterLink: "esRouterLink" }, host: { listeners: { "click": "onClick($event.button,$event.ctrlKey,$event.shiftKey,$event.altKey,$event.metaKey)" } }, usesInheritance: true, ngImport: i0 }); }
127
+ }
128
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: esRouterLinkWithHref, decorators: [{
129
+ type: Directive,
130
+ args: [{
131
+ selector: 'a[esRouterLink],area[esRouterLink]',
132
+ standalone: true
133
+ }]
134
+ }], ctorParameters: () => [{ type: i1.AppEmbeddingExtensions }, { type: i2.Router }, { type: i2.ActivatedRoute }, { type: undefined, decorators: [{
135
+ type: Attribute,
136
+ args: ['tabindex']
137
+ }] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i3.LocationStrategy }], propDecorators: { esRouterLink: [{
138
+ type: Input
139
+ }], onClick: [{
140
+ type: HostListener,
141
+ args: ['click', ['$event.button', '$event.ctrlKey', '$event.shiftKey', '$event.altKey', '$event.metaKey']]
142
142
  }] } });
143
143
 
144
- // Angular
145
- class Widget {
146
- constructor(el) {
147
- this.$el = jQuery(el.nativeElement);
148
- jQuery.fn.widgster.Constructor.DEFAULTS.bodySelector = ".widget-body";
149
- /*
150
- When widget is closed remove its parent if it is .col-*
151
- */
152
- jQuery(document).on("close.widgster", (e) => {
153
- let $colWrap = jQuery(e.target).closest(' [class*="col-"]:not(.widget-container)');
154
- // remove colWrap only if there are no more widgets inside
155
- if (!$colWrap.find(".widget").not(e.target).length) {
156
- $colWrap.remove();
157
- }
158
- });
159
- jQuery(document).on("fullscreened.widgster", (e) => {
160
- jQuery(e.target).find("div.widget-body").addClass("scrolling");
161
- }).on("restored.widgster", (e) => {
162
- jQuery(e.target).find("div.widget-body").removeClass("scrolling");
163
- });
164
- }
165
- ngOnInit() {
166
- this.$el.widgster();
167
- }
168
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Widget, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
169
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: Widget, isStandalone: true, selector: "[widget]", ngImport: i0 }); }
170
- }
171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: Widget, decorators: [{
172
- type: Directive,
173
- args: [{
174
- selector: "[widget]",
175
- standalone: true
176
- }]
177
- }], ctorParameters: function () { return [{ type: i0.ElementRef }]; } });
144
+ // Angular
145
+ class Widget {
146
+ constructor(el) {
147
+ this.$el = jQuery(el.nativeElement);
148
+ jQuery.fn.widgster.Constructor.DEFAULTS.bodySelector = ".widget-body";
149
+ /*
150
+ When widget is closed remove its parent if it is .col-*
151
+ */
152
+ jQuery(document).on("close.widgster", (e) => {
153
+ let $colWrap = jQuery(e.target).closest(' [class*="col-"]:not(.widget-container)');
154
+ // remove colWrap only if there are no more widgets inside
155
+ if (!$colWrap.find(".widget").not(e.target).length) {
156
+ $colWrap.remove();
157
+ }
158
+ });
159
+ jQuery(document).on("fullscreened.widgster", (e) => {
160
+ jQuery(e.target).find("div.widget-body").addClass("scrolling");
161
+ }).on("restored.widgster", (e) => {
162
+ jQuery(e.target).find("div.widget-body").removeClass("scrolling");
163
+ });
164
+ }
165
+ ngOnInit() {
166
+ this.$el.widgster();
167
+ }
168
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Widget, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
169
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: Widget, isStandalone: true, selector: "[widget]", ngImport: i0 }); }
170
+ }
171
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: Widget, decorators: [{
172
+ type: Directive,
173
+ args: [{
174
+ selector: "[widget]",
175
+ standalone: true
176
+ }]
177
+ }], ctorParameters: () => [{ type: i0.ElementRef }] });
178
178
 
179
- class ComponentHostDirective {
180
- constructor(viewContainerRef) {
181
- this.viewContainerRef = viewContainerRef;
182
- this.Inputs = null;
183
- }
184
- ngOnInit() {
185
- this.CreatedComponent = this.viewContainerRef.createComponent(this.componentHost);
186
- if (!this.Inputs)
187
- return;
188
- for (const key in this.Inputs)
189
- this.CreatedComponent.instance[key] = this.Inputs[key];
190
- }
191
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComponentHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
192
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: ComponentHostDirective, isStandalone: true, selector: "[componentHost]", inputs: { componentHost: "componentHost", Inputs: "Inputs" }, ngImport: i0 }); }
193
- }
194
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: ComponentHostDirective, decorators: [{
195
- type: Directive,
196
- args: [{
197
- selector: '[componentHost]',
198
- standalone: true
199
- }]
200
- }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { componentHost: [{
201
- type: Input
202
- }], Inputs: [{
203
- type: Input
179
+ class ComponentHostDirective {
180
+ constructor(viewContainerRef) {
181
+ this.viewContainerRef = viewContainerRef;
182
+ this.Inputs = null;
183
+ }
184
+ ngOnInit() {
185
+ this.CreatedComponent = this.viewContainerRef.createComponent(this.componentHost);
186
+ if (!this.Inputs)
187
+ return;
188
+ for (const key in this.Inputs)
189
+ this.CreatedComponent.instance[key] = this.Inputs[key];
190
+ }
191
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ComponentHostDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive }); }
192
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: ComponentHostDirective, isStandalone: true, selector: "[componentHost]", inputs: { componentHost: "componentHost", Inputs: "Inputs" }, ngImport: i0 }); }
193
+ }
194
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: ComponentHostDirective, decorators: [{
195
+ type: Directive,
196
+ args: [{
197
+ selector: '[componentHost]',
198
+ standalone: true
199
+ }]
200
+ }], ctorParameters: () => [{ type: i0.ViewContainerRef }], propDecorators: { componentHost: [{
201
+ type: Input
202
+ }], Inputs: [{
203
+ type: Input
204
204
  }] } });
205
205
 
206
- // Angular
207
- class EsModalDirective extends ModalDirective {
208
- constructor(emb, _element, _viewContainerRef, _renderer, clf, modalDefaultOption) {
209
- super(_element, _viewContainerRef, _renderer, clf, modalDefaultOption);
210
- this.emb = emb;
211
- this.elementRef = _element;
212
- this.rendererRef = _renderer;
213
- if (this.emb.Embedded) {
214
- this.HideSubscription = this.onHidden.subscribe(() => {
215
- document.body.style.setProperty("overflow-y", "auto", "important");
216
- });
217
- }
218
- }
219
- ngOnDestroy() {
220
- if (this.HideSubscription)
221
- this.HideSubscription.unsubscribe();
222
- super.ngOnDestroy();
223
- }
224
- show() {
225
- super.show();
226
- if (this.emb.Embedded) {
227
- this.rendererRef.setStyle(this.elementRef.nativeElement, "padding-top", "5%");
228
- this.rendererRef.setStyle(this.elementRef.nativeElement, "margin-left", "-110px");
229
- this.rendererRef.setStyle(this.elementRef.nativeElement, "width", "calc(100% + 110px)");
230
- this.rendererRef.setStyle(this.elementRef.nativeElement, "overflow", "hidden");
231
- if (this._config.animated)
232
- setTimeout(() => { this.doFixBody(); }, 300);
233
- else
234
- this.doFixBody();
235
- let backdropHeight = this.backdrop.instance.element.nativeElement.clientHeight;
236
- this.emb.MainWindow.postMessage({ type: "modal-open", backdropHeight: backdropHeight }, "*");
237
- }
238
- }
239
- doFixBody() {
240
- let body = this.elementRef.nativeElement.getElementsByClassName("modal-body")[0];
241
- // Ci prova finch� non trova il body dato che potrebbe essere creato in qualsiasi momento
242
- if (!body) {
243
- setTimeout(() => this.doFixBody(), 250);
244
- return;
245
- }
246
- body.style.setProperty("max-height", "600px", "important");
247
- body.style.setProperty("overflow-x", "hidden");
248
- body.style.setProperty("overflow-y", "auto");
249
- }
250
- hide() {
251
- super.hide();
252
- if (!this.emb.Embedded)
253
- return;
254
- if (this._config.animated)
255
- setTimeout(() => { this.doHide(); }, 300);
256
- else
257
- this.doHide();
258
- }
259
- doHide() {
260
- this.emb.MainWindow.postMessage({ type: "modal-close" }, "*");
261
- }
262
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EsModalDirective, deps: [{ token: i1.AppEmbeddingExtensions }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i2$1.ComponentLoaderFactory }, { token: MODAL_CONFIG_DEFAULT_OVERRIDE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
263
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: EsModalDirective, isStandalone: true, selector: "[esModal]", exportAs: ["es-modal"], usesInheritance: true, ngImport: i0 }); }
264
- }
265
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: EsModalDirective, decorators: [{
266
- type: Directive,
267
- args: [{
268
- selector: '[esModal]',
269
- exportAs: 'es-modal',
270
- standalone: true
271
- }]
272
- }], ctorParameters: function () { return [{ type: i1.AppEmbeddingExtensions }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }, { type: i2$1.ComponentLoaderFactory }, { type: i3$1.ModalOptions, decorators: [{
273
- type: Optional
274
- }, {
275
- type: Inject,
276
- args: [MODAL_CONFIG_DEFAULT_OVERRIDE]
277
- }] }]; } });
206
+ // Angular
207
+ class EsModalDirective extends ModalDirective {
208
+ constructor(emb, _element, _viewContainerRef, _renderer, clf, modalDefaultOption) {
209
+ super(_element, _viewContainerRef, _renderer, clf, modalDefaultOption);
210
+ this.emb = emb;
211
+ this.elementRef = _element;
212
+ this.rendererRef = _renderer;
213
+ if (this.emb.Embedded) {
214
+ this.HideSubscription = this.onHidden.subscribe(() => {
215
+ document.body.style.setProperty("overflow-y", "auto", "important");
216
+ });
217
+ }
218
+ }
219
+ ngOnDestroy() {
220
+ if (this.HideSubscription)
221
+ this.HideSubscription.unsubscribe();
222
+ super.ngOnDestroy();
223
+ }
224
+ show() {
225
+ super.show();
226
+ if (this.emb.Embedded) {
227
+ this.rendererRef.setStyle(this.elementRef.nativeElement, "padding-top", "5%");
228
+ this.rendererRef.setStyle(this.elementRef.nativeElement, "margin-left", "-110px");
229
+ this.rendererRef.setStyle(this.elementRef.nativeElement, "width", "calc(100% + 110px)");
230
+ this.rendererRef.setStyle(this.elementRef.nativeElement, "overflow", "hidden");
231
+ if (this._config.animated)
232
+ setTimeout(() => { this.doFixBody(); }, 300);
233
+ else
234
+ this.doFixBody();
235
+ let backdropHeight = this.backdrop.instance.element.nativeElement.clientHeight;
236
+ this.emb.MainWindow.postMessage({ type: "modal-open", backdropHeight: backdropHeight }, "*");
237
+ }
238
+ }
239
+ doFixBody() {
240
+ let body = this.elementRef.nativeElement.getElementsByClassName("modal-body")[0];
241
+ // Ci prova finch� non trova il body dato che potrebbe essere creato in qualsiasi momento
242
+ if (!body) {
243
+ setTimeout(() => this.doFixBody(), 250);
244
+ return;
245
+ }
246
+ body.style.setProperty("max-height", "600px", "important");
247
+ body.style.setProperty("overflow-x", "hidden");
248
+ body.style.setProperty("overflow-y", "auto");
249
+ }
250
+ hide() {
251
+ super.hide();
252
+ if (!this.emb.Embedded)
253
+ return;
254
+ if (this._config.animated)
255
+ setTimeout(() => { this.doHide(); }, 300);
256
+ else
257
+ this.doHide();
258
+ }
259
+ doHide() {
260
+ this.emb.MainWindow.postMessage({ type: "modal-close" }, "*");
261
+ }
262
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EsModalDirective, deps: [{ token: i1.AppEmbeddingExtensions }, { token: i0.ElementRef }, { token: i0.ViewContainerRef }, { token: i0.Renderer2 }, { token: i2$1.ComponentLoaderFactory }, { token: MODAL_CONFIG_DEFAULT_OVERRIDE, optional: true }], target: i0.ɵɵFactoryTarget.Directive }); }
263
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.14", type: EsModalDirective, isStandalone: true, selector: "[esModal]", exportAs: ["es-modal"], usesInheritance: true, ngImport: i0 }); }
264
+ }
265
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: EsModalDirective, decorators: [{
266
+ type: Directive,
267
+ args: [{
268
+ selector: '[esModal]',
269
+ exportAs: 'es-modal',
270
+ standalone: true
271
+ }]
272
+ }], ctorParameters: () => [{ type: i1.AppEmbeddingExtensions }, { type: i0.ElementRef }, { type: i0.ViewContainerRef }, { type: i0.Renderer2 }, { type: i2$1.ComponentLoaderFactory }, { type: i3$1.ModalOptions, decorators: [{
273
+ type: Optional
274
+ }, {
275
+ type: Inject,
276
+ args: [MODAL_CONFIG_DEFAULT_OVERRIDE]
277
+ }] }] });
278
278
 
279
- // Angular
280
- const DIRECTIVES = [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective];
281
- class DirectivesModule {
282
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
283
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: DirectivesModule, imports: [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective], exports: [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective] }); }
284
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DirectivesModule }); }
285
- }
286
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: DirectivesModule, decorators: [{
287
- type: NgModule,
288
- args: [{ imports: [...DIRECTIVES], exports: [...DIRECTIVES] }]
279
+ // Angular
280
+ const DIRECTIVES = [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective];
281
+ class DirectivesModule {
282
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
283
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule, imports: [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective], exports: [Draggable, SlimScroll, Widget, esRouterLinkWithHref, ComponentHostDirective, EsModalDirective] }); }
284
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule }); }
285
+ }
286
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.14", ngImport: i0, type: DirectivesModule, decorators: [{
287
+ type: NgModule,
288
+ args: [{ imports: [...DIRECTIVES], exports: [...DIRECTIVES] }]
289
289
  }] });
290
290
 
291
- /**
292
- * Generated bundle index. Do not edit.
291
+ /**
292
+ * Generated bundle index. Do not edit.
293
293
  */
294
294
 
295
295
  export { ComponentHostDirective, DirectivesModule, Draggable, EsModalDirective, SlimScroll, Widget, esRouterLinkWithHref };