@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.
- package/components/back-top/back-top.component.d.ts +12 -12
- package/components/base/base.component.d.ts +26 -26
- package/components/base/embedding.component.d.ts +22 -22
- package/components/base/reactive.component.d.ts +9 -9
- package/components/breadcrumb/breadcrumb.component.d.ts +26 -26
- package/components/components.module.d.ts +32 -32
- package/components/error/404/pagenotfound.component.d.ts +15 -15
- package/components/error/500/servererror.component.d.ts +20 -20
- package/components/error/Angular/angularerror.component.d.ts +25 -25
- package/components/es-image-cropper/es-image-cropper.component.d.ts +25 -25
- package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +11 -11
- package/components/es-modal/es-modal.component.d.ts +18 -18
- package/components/external-page/external_pages.component.d.ts +21 -21
- package/components/index.d.ts +5 -5
- package/components/jace-login/jace-login.component.d.ts +8 -8
- package/components/jace-resource/jace-resource.component.d.ts +25 -25
- package/components/labeled-span/labeled-span.component.d.ts +11 -11
- package/components/navbar/navbar.component.d.ts +58 -58
- package/components/navbar/navbar.component.loc.d.ts +8 -8
- package/components/page/pages.component.d.ts +23 -23
- package/components/public-api.d.ts +21 -21
- package/components/redirecter/redirecter.component.d.ts +23 -23
- package/components/sidebar/sidebar.component.d.ts +64 -64
- package/components/sidebar/sidebar.component.loc.d.ts +8 -8
- package/components/user_infos/user_infos.component.d.ts +50 -50
- package/components/user_infos/user_infos.component.loc.d.ts +8 -8
- package/directives/componentHost/componentHost.directive.d.ts +12 -12
- package/directives/directives.module.d.ts +12 -12
- package/directives/draggable/draggable.directive.d.ts +13 -13
- package/directives/es-modal/es-modal.directive.d.ts +20 -20
- package/directives/es-routerLink/es-routerLink.directive.d.ts +13 -13
- package/directives/index.d.ts +5 -5
- package/directives/public-api.d.ts +7 -7
- package/directives/slim-scroll/slim-scroll.directive.d.ts +15 -15
- package/directives/widget/widget.directive.d.ts +9 -9
- package/domain/index.d.ts +5 -5
- package/domain/models/core/ApplicationJob.d.ts +12 -12
- package/domain/models/core/ApplicationMenu.d.ts +16 -16
- package/domain/models/core/ApplicationRoutes.d.ts +2 -2
- package/domain/models/core/EnvOptions.d.ts +15 -15
- package/domain/models/core/GenericItem.d.ts +10 -10
- package/domain/models/core/KeyValue.d.ts +5 -5
- package/domain/models/global_search/SaerchResultContainer.d.ts +5 -5
- package/domain/models/global_search/SearchResult.d.ts +10 -10
- package/domain/models/jace/AccountScope.d.ts +9 -9
- package/domain/models/jace/ActiveModuleView.d.ts +11 -11
- package/domain/models/jace/CategoriesWithModules.d.ts +6 -6
- package/domain/models/jace/JaceAccount.d.ts +17 -17
- package/domain/models/jace/JaceIdentity.d.ts +17 -17
- package/domain/models/jace/JaceModule.d.ts +8 -8
- package/domain/models/jace/JacePermission.d.ts +10 -10
- package/domain/models/jace/JaceRole.d.ts +13 -13
- package/domain/models/jace/JaceUser.d.ts +9 -9
- package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +5 -5
- package/domain/models/user/UpdatePasswordDto.d.ts +9 -9
- package/domain/models/user/UpdateProfilePictureDto.d.ts +4 -4
- package/domain/models/user/UserAccount.d.ts +23 -23
- package/domain/public-api.d.ts +22 -22
- package/domain/tokens.d.ts +22 -22
- package/fesm2022/esfaenza-core-components.mjs +1492 -1480
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-directives.mjs +269 -269
- package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2022/esfaenza-core-domain.mjs +153 -153
- package/fesm2022/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2022/esfaenza-core-helpers.mjs +38 -38
- package/fesm2022/esfaenza-core-helpers.mjs.map +1 -1
- package/fesm2022/esfaenza-core-modules.mjs +128 -134
- package/fesm2022/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2022/esfaenza-core-pipes.mjs +96 -96
- package/fesm2022/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2022/esfaenza-core-services.mjs +1760 -1754
- package/fesm2022/esfaenza-core-services.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +206 -230
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/helpers/classes/ResizeListener.d.ts +12 -12
- package/helpers/index.d.ts +5 -5
- package/helpers/public-api.d.ts +1 -1
- package/index.d.ts +5 -5
- package/lib/app.component.d.ts +13 -13
- package/lib/core.module.d.ts +85 -86
- package/modules/classes/_base.module.d.ts +4 -4
- package/modules/classes/_embedding.module.d.ts +11 -11
- package/modules/classes/_shared.module.d.ts +28 -29
- package/modules/classes/t_c.module.d.ts +18 -19
- package/modules/index.d.ts +5 -5
- package/modules/public-api.d.ts +4 -4
- package/package.json +84 -104
- package/pipes/classes/included_in.pipe.d.ts +7 -7
- package/pipes/classes/safe_html.pipe.d.ts +10 -10
- package/pipes/classes/safe_script.pipe.d.ts +10 -10
- package/pipes/classes/safe_style.pipe.d.ts +10 -10
- package/pipes/classes/safe_url.pipe.d.ts +10 -10
- package/pipes/index.d.ts +5 -5
- package/pipes/pipes.module.d.ts +11 -11
- package/pipes/public-api.d.ts +6 -6
- package/public-api.d.ts +2 -2
- package/services/classes/app.accesstoken.d.ts +17 -17
- package/services/classes/app.completedjobredirection.d.ts +12 -12
- package/services/classes/app.errorhandler.d.ts +11 -11
- package/services/classes/app.event.d.ts +10 -10
- package/services/classes/app.globalsearch.d.ts +25 -25
- package/services/classes/app.httpextensions.d.ts +34 -34
- package/services/classes/app.httpextensions.loc.d.ts +8 -8
- package/services/classes/app.menufilter.d.ts +14 -14
- package/services/classes/app.routeguard.d.ts +10 -10
- package/services/classes/app.session.d.ts +15 -15
- package/services/classes/app.state.d.ts +55 -55
- package/services/classes/preferences/app.cache.persistor.d.ts +25 -25
- package/services/classes/preferences/app.preference.persistor.d.ts +25 -25
- package/services/classes/preferences/user/app.userpreferences.base.d.ts +25 -25
- package/services/index.d.ts +5 -5
- package/services/public-api.d.ts +13 -13
- package/theme/initial.scss +17 -7
- package/esm2022/components/back-top/back-top.component.mjs +0 -43
- package/esm2022/components/base/base.component.mjs +0 -67
- package/esm2022/components/base/embedding.component.mjs +0 -64
- package/esm2022/components/base/reactive.component.mjs +0 -28
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -80
- package/esm2022/components/components.module.mjs +0 -97
- package/esm2022/components/error/404/pagenotfound.component.mjs +0 -36
- package/esm2022/components/error/500/servererror.component.mjs +0 -47
- package/esm2022/components/error/Angular/angularerror.component.mjs +0 -62
- package/esm2022/components/es-image-cropper/es-image-cropper.component.mjs +0 -82
- package/esm2022/components/es-modal/es-modal-head/es-modal-head.component.mjs +0 -22
- package/esm2022/components/es-modal/es-modal.component.mjs +0 -40
- package/esm2022/components/esfaenza-core-components.mjs +0 -5
- package/esm2022/components/external-page/external_pages.component.mjs +0 -48
- package/esm2022/components/jace-login/jace-login.component.mjs +0 -31
- package/esm2022/components/jace-resource/jace-resource.component.mjs +0 -68
- package/esm2022/components/labeled-span/labeled-span.component.mjs +0 -25
- package/esm2022/components/navbar/navbar.component.loc.mjs +0 -41
- package/esm2022/components/navbar/navbar.component.mjs +0 -223
- package/esm2022/components/page/pages.component.mjs +0 -60
- package/esm2022/components/public-api.mjs +0 -22
- package/esm2022/components/redirecter/redirecter.component.mjs +0 -65
- package/esm2022/components/sidebar/sidebar.component.loc.mjs +0 -39
- package/esm2022/components/sidebar/sidebar.component.mjs +0 -286
- package/esm2022/components/user_infos/user_infos.component.loc.mjs +0 -43
- package/esm2022/components/user_infos/user_infos.component.mjs +0 -148
- package/esm2022/directives/componentHost/componentHost.directive.mjs +0 -29
- package/esm2022/directives/directives.module.mjs +0 -21
- package/esm2022/directives/draggable/draggable.directive.mjs +0 -49
- package/esm2022/directives/es-modal/es-modal.directive.mjs +0 -79
- package/esm2022/directives/es-routerLink/es-routerLink.directive.mjs +0 -55
- package/esm2022/directives/esfaenza-core-directives.mjs +0 -5
- package/esm2022/directives/public-api.mjs +0 -8
- package/esm2022/directives/slim-scroll/slim-scroll.directive.mjs +0 -41
- package/esm2022/directives/widget/widget.directive.mjs +0 -37
- package/esm2022/domain/esfaenza-core-domain.mjs +0 -5
- package/esm2022/domain/models/core/ApplicationJob.mjs +0 -3
- package/esm2022/domain/models/core/ApplicationMenu.mjs +0 -26
- package/esm2022/domain/models/core/ApplicationRoutes.mjs +0 -3
- package/esm2022/domain/models/core/EnvOptions.mjs +0 -13
- package/esm2022/domain/models/core/GenericItem.mjs +0 -12
- package/esm2022/domain/models/core/KeyValue.mjs +0 -15
- package/esm2022/domain/models/global_search/SaerchResultContainer.mjs +0 -6
- package/esm2022/domain/models/global_search/SearchResult.mjs +0 -8
- package/esm2022/domain/models/jace/AccountScope.mjs +0 -8
- package/esm2022/domain/models/jace/ActiveModuleView.mjs +0 -6
- package/esm2022/domain/models/jace/CategoriesWithModules.mjs +0 -7
- package/esm2022/domain/models/jace/JaceAccount.mjs +0 -3
- package/esm2022/domain/models/jace/JaceIdentity.mjs +0 -15
- package/esm2022/domain/models/jace/JaceModule.mjs +0 -10
- package/esm2022/domain/models/jace/JacePermission.mjs +0 -3
- package/esm2022/domain/models/jace/JaceRole.mjs +0 -9
- package/esm2022/domain/models/jace/JaceUser.mjs +0 -3
- package/esm2022/domain/models/user/UpdateAccountRecoverySettingsDto.mjs +0 -7
- package/esm2022/domain/models/user/UpdatePasswordDto.mjs +0 -11
- package/esm2022/domain/models/user/UpdateProfilePictureDto.mjs +0 -6
- package/esm2022/domain/models/user/UserAccount.mjs +0 -3
- package/esm2022/domain/public-api.mjs +0 -23
- package/esm2022/domain/tokens.mjs +0 -17
- package/esm2022/esfaenza-core.mjs +0 -5
- package/esm2022/helpers/classes/ResizeListener.mjs +0 -38
- package/esm2022/helpers/esfaenza-core-helpers.mjs +0 -5
- package/esm2022/helpers/public-api.mjs +0 -2
- package/esm2022/lib/app.component.mjs +0 -34
- package/esm2022/lib/core.module.mjs +0 -258
- package/esm2022/modules/classes/_base.module.mjs +0 -32
- package/esm2022/modules/classes/_embedding.module.mjs +0 -27
- package/esm2022/modules/classes/_shared.module.mjs +0 -47
- package/esm2022/modules/classes/t_c.module.mjs +0 -85
- package/esm2022/modules/esfaenza-core-modules.mjs +0 -5
- package/esm2022/modules/public-api.mjs +0 -5
- package/esm2022/pipes/classes/included_in.pipe.mjs +0 -20
- package/esm2022/pipes/classes/safe_html.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_script.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_style.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_url.pipe.mjs +0 -21
- package/esm2022/pipes/esfaenza-core-pipes.mjs +0 -5
- package/esm2022/pipes/pipes.module.mjs +0 -20
- package/esm2022/pipes/public-api.mjs +0 -7
- package/esm2022/public-api.mjs +0 -3
- package/esm2022/services/classes/app.accesstoken.mjs +0 -1042
- package/esm2022/services/classes/app.completedjobredirection.mjs +0 -18
- package/esm2022/services/classes/app.errorhandler.mjs +0 -41
- package/esm2022/services/classes/app.event.mjs +0 -27
- package/esm2022/services/classes/app.globalsearch.mjs +0 -34
- package/esm2022/services/classes/app.httpextensions.loc.mjs +0 -15
- package/esm2022/services/classes/app.httpextensions.mjs +0 -90
- package/esm2022/services/classes/app.menufilter.mjs +0 -21
- package/esm2022/services/classes/app.routeguard.mjs +0 -23
- package/esm2022/services/classes/app.session.mjs +0 -40
- package/esm2022/services/classes/app.state.mjs +0 -229
- package/esm2022/services/classes/preferences/app.cache.persistor.mjs +0 -94
- package/esm2022/services/classes/preferences/app.preference.persistor.mjs +0 -94
- package/esm2022/services/classes/preferences/user/app.userpreferences.base.mjs +0 -101
- package/esm2022/services/esfaenza-core-services.mjs +0 -5
- package/esm2022/services/public-api.mjs +0 -14
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Directive,
|
|
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: "
|
|
46
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
47
|
-
}
|
|
48
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
49
|
-
type: Directive,
|
|
50
|
-
args: [{
|
|
51
|
-
selector: "[emaDraggable]",
|
|
52
|
-
standalone: true
|
|
53
|
-
}]
|
|
54
|
-
}], ctorParameters:
|
|
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: "
|
|
84
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
85
|
-
}
|
|
86
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
87
|
-
type: Directive,
|
|
88
|
-
args: [{
|
|
89
|
-
selector: "[slim-scroll]",
|
|
90
|
-
standalone: true
|
|
91
|
-
}]
|
|
92
|
-
}], ctorParameters:
|
|
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: "
|
|
126
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
127
|
-
}
|
|
128
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
129
|
-
type: Directive,
|
|
130
|
-
args: [{
|
|
131
|
-
selector: 'a[esRouterLink],area[esRouterLink]',
|
|
132
|
-
standalone: true
|
|
133
|
-
}]
|
|
134
|
-
}], ctorParameters:
|
|
135
|
-
type: Attribute,
|
|
136
|
-
args: ['tabindex']
|
|
137
|
-
}] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i3.LocationStrategy }]
|
|
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: "
|
|
169
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
170
|
-
}
|
|
171
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
172
|
-
type: Directive,
|
|
173
|
-
args: [{
|
|
174
|
-
selector: "[widget]",
|
|
175
|
-
standalone: true
|
|
176
|
-
}]
|
|
177
|
-
}], ctorParameters:
|
|
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: "
|
|
192
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
193
|
-
}
|
|
194
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
195
|
-
type: Directive,
|
|
196
|
-
args: [{
|
|
197
|
-
selector: '[componentHost]',
|
|
198
|
-
standalone: true
|
|
199
|
-
}]
|
|
200
|
-
}], ctorParameters:
|
|
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: "
|
|
263
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
264
|
-
}
|
|
265
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
266
|
-
type: Directive,
|
|
267
|
-
args: [{
|
|
268
|
-
selector: '[esModal]',
|
|
269
|
-
exportAs: 'es-modal',
|
|
270
|
-
standalone: true
|
|
271
|
-
}]
|
|
272
|
-
}], ctorParameters:
|
|
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: "
|
|
283
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
284
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
285
|
-
}
|
|
286
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
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 };
|